[WIP] 1.14.4 port

This commit is contained in:
octarine-noise
2020-01-01 16:57:47 +01:00
parent 1ea2b6b946
commit 46cbe64328
164 changed files with 1715 additions and 2115 deletions

View File

@@ -0,0 +1,17 @@
{
"required": true,
"package": "mods.betterfoliage.mixin",
"refmap": "betterfoliage.refmap.json",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8-SNAPSHOT",
"mixins": [
],
"client": [
"ChunkRenderVanillaMixin"
],
"server": [
],
"injectors": {
"defaultRequire": 1
}
}