16 lines
264 B
JSON
16 lines
264 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.jenny.xp2items.mixins",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"refmap": "xp2items.refmap.json",
|
|
"client": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"mixins": [
|
|
"LootTableMixin"
|
|
]
|
|
}
|