Updated MetalChests compatibility from v5.8.1 and above
This commit is contained in:
parent
c1991d7d31
commit
71d764a13c
5 changed files with 2 additions and 1 deletions
Binary file not shown.
BIN
run/mods-ref/MetalChests-v6.1.0+mc1.12.2.jar
Normal file
BIN
run/mods-ref/MetalChests-v6.1.0+mc1.12.2.jar
Normal file
Binary file not shown.
BIN
run/mods-ref/TBone-v1.6.8+mc1.12.2.jar
Normal file
BIN
run/mods-ref/TBone-v1.6.8+mc1.12.2.jar
Normal file
Binary file not shown.
|
@ -210,6 +210,7 @@ import javax.annotation.Nullable;
|
|||
+ "after:gregtech;"
|
||||
+ "after:ic2;"
|
||||
+ "after:icbmclassic;"
|
||||
+ "after:metalchests@[v5.8.1,);"
|
||||
+ "after:opencomputers;",
|
||||
certificateFingerprint = "f7be6b40743c6a8205df86c5e57547d578605d8a"
|
||||
)
|
||||
|
|
|
@ -23,7 +23,7 @@ public class CompatMetalChests implements IBlockTransformer {
|
|||
|
||||
public static void register() {
|
||||
try {
|
||||
classBlockMetalChest = Class.forName("T145.metalchests.blocks.BlockMetalChest");
|
||||
classBlockMetalChest = Class.forName("t145.metalchests.blocks.BlockMetalChest");
|
||||
|
||||
WarpDriveConfig.registerBlockTransformer("MetalChests", new CompatMetalChests());
|
||||
} catch(final ClassNotFoundException exception) {
|
||||
|
|
Loading…
Reference in a new issue