Spike feature fixes & custom pillars

This commit is contained in:
paulevsGitch 2021-03-19 10:34:46 +03:00
parent 674d80a3de
commit a0829e07ae
17 changed files with 107 additions and 38 deletions

View file

@ -98,5 +98,7 @@ public class StoneMaterial {
TagHelper.addTag(BlockTags.SLABS, slab, brick_slab);
TagHelper.addTags(pressure_plate, BlockTags.PRESSURE_PLATES, BlockTags.STONE_PRESSURE_PLATES);
TagHelper.addTag(EndTags.END_STONES, stone);
TagHelper.addTag(EndTags.DRAGON_IMMUNE, stone, stairs, slab, wall);
}
}