oung.minecraft.yungsapi.YungsApi-1.21-Fabric.5.0.0-beta0.source-code.yungsapi_fabric.mixins.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of YungsApi-1.21-Fabric Show documentation
Show all versions of YungsApi-1.21-Fabric Show documentation
A common API for YUNG's Minecraft mods
The newest version!
{
"required": true,
"minVersion": "0.8",
"package": "com.yungnickyoung.minecraft.yungsapi.mixin",
"compatibilityLevel": "JAVA_17",
"refmap": "yungsapi.refmap.json",
"mixins": [
"EntityProcessorMixinFabric",
"IncreaseStructureWeightLimitMixinFabric",
"accessor.StairBlockAccessor"
],
"injectors": {
"defaultRequire": 1
}
}