added c:immobile
for unmovable blocks like obsidian
This commit is contained in:
parent
d33cb707fd
commit
cf31d76ee1
4 changed files with 27 additions and 2 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue