This commit is contained in:
Glitchlabs
2026-06-25 17:53:59 +02:00
commit f8c7f21775
13 changed files with 850 additions and 0 deletions
@@ -0,0 +1,5 @@
{
"itemGroup.ornamentum": "Example Mod Tab",
"block.ornamentum.example_block": "Example Block",
"item.ornamentum.example_item": "Example Item"
}
+16
View File
@@ -0,0 +1,16 @@
{
"required": true,
"minVersion": "0.8",
"package": "ovh.glitchlabs.ornamentum.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}