Tag fixes

This commit is contained in:
paulevsGitch 2020-10-18 16:41:27 +03:00
parent aecd3c9756
commit ac6901c924
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ public class BlockTagRegistry {
addSurfaceBlock(BlockRegistry.END_MYCELIUM);
addSurfaceBlock(BlockRegistry.CHORUS_NYLIUM);
TagHelper.addTag(GEN_TERRAIN, BlockRegistry.ENDER_ORE);
TagHelper.addTag(GEN_TERRAIN, BlockRegistry.ENDER_ORE, BlockRegistry.FLAVOLITE.stone, BlockRegistry.VIOLECITE.stone);
}
public static void addSurfaceBlock(Block block) {