added c:immobile for unmovable blocks like obsidian

This commit is contained in:
Frank 2021-10-30 15:00:43 +02:00
parent d33cb707fd
commit cf31d76ee1
4 changed files with 27 additions and 2 deletions

View file

@ -43,6 +43,7 @@ public class TagAPI {
public static final Tag.Named<Block> BLOCK_WORKBENCHES = makeCommonBlockTag("workbench");
public static final Tag.Named<Block> BLOCK_SAPLINGS = makeCommonBlockTag("saplings");
public static final Tag.Named<Block> BLOCK_LEAVES = makeCommonBlockTag("leaves");
public static final Tag.Named<Block> BLOCK_IMMOBILE = makeCommonBlockTag("immobile");
public static final Tag.Named<Block> BLOCK_DRAGON_IMMUNE = getMCBlockTag("dragon_immune");