portal-helper.1.1.0.source-code.portal-helper.mixins.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of portal-helper Show documentation
Show all versions of portal-helper Show documentation
A Minecraft mod that helps to create portals
The newest version!
{
"required": true,
"minVersion": "0.8",
"package": "com.oroarmor.portal_helper.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"DimensionTypeAccessor",
"DynamicRegistryManagerAccessor",
"OverlayTextureAccessor",
"OverlayTextureMixin"
],
"injectors": {
"defaultRequire": 1
}
}