add support for modded netherrack and mycelium

add support for NetherEx
This commit is contained in:
octarine-noise
2017-08-12 10:46:42 +02:00
parent c865c8e5ad
commit 25c302ecb6
5 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
// Vanilla
net.minecraft.block.BlockMycelium
// NetherEx
nex.block.BlockMycelium

View File

@@ -0,0 +1,5 @@
// Vanilla
net.minecraft.block.BlockNetherrack
// NetherEx
nex.block.BlockNetherrack