anvillib/common/src/main/resources/anvillib-common.mixins.json

15 lines
317 B
JSON
Raw Normal View History

2023-10-28 18:33:26 +02:00
{
"required": true,
"package": "net.anvilcraft.anvillib.mixin",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
2023-11-01 17:39:33 +01:00
"client": [],
2023-10-28 18:33:26 +02:00
"mixins": [
"common.RecipeManagerMixin",
"common.StructurePoolBasedGeneratorMixin"
2023-10-28 18:33:26 +02:00
],
"injectors": {
"defaultRequire": 1
}
}