[WIP] adopt model replacement from Forge vesion
+ bunch of renames to bring the 2 version closer + at-least-not-crashing levels of Optifine support
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
Manifest-Version: 1.0
|
||||
Implementation-Title: betterfoliage
|
||||
Specification-Title: BetterFoliage
|
||||
Implementation-Title: BetterFoliage
|
||||
Specification-Vendor: octarine-noise
|
||||
Implementation-Vendor: octarine-noise
|
||||
MixinConnector: mods.betterfoliage.MixinConnector
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"refmap": "betterfoliage-refmap.json",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.8-SNAPSHOT",
|
||||
"plugin": "mods.betterfoliage.MixinConfigPlugin",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
@@ -13,7 +14,9 @@
|
||||
"MixinClientWorld",
|
||||
"MixinClientChunkManager",
|
||||
"MixinClientChunkManagerChunkMap",
|
||||
"MixinModelLoader"
|
||||
"MixinModelLoader",
|
||||
"MixinModelLoaderVanilla",
|
||||
"MixinModelLoaderOptifine"
|
||||
],
|
||||
"server": [
|
||||
],
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 682 B |
Reference in New Issue
Block a user