This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Twine/src/main/resources/twine.mixins.json

16 lines
329 B
JSON
Raw Normal View History

2020-06-14 03:04:21 +00:00
{
"required": true,
"minVersion": "0.8",
"package": "com.thebrokenrail.twine.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinDefaultBiomeFeatures",
"MixinMobEntity",
"MixinServerPlayerEntity",
"MixinSlot"
],
"injectors": {
"defaultRequire": 1
}
}