Files
OhMyFarmland/oh-my-farmland/src/main/resources/oh-my-farmland.mixins.json

11 lines
165 B
JSON
Raw Normal View History

2025-03-26 14:25:33 +08:00
{
"required": true,
"package": "org.bkt.omfl.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}