More Tag Related Changes
This commit is contained in:
parent
5ba0488c9b
commit
b59eb42d35
16 changed files with 19 additions and 20 deletions
|
@ -81,7 +81,7 @@ public class EndTags {
|
|||
TagAPI.addBlockTag(NamedBlockTags.CLIMBABLE, block);
|
||||
}
|
||||
else if (block instanceof PedestalBlock) {
|
||||
TagAPI.addBlockTag(PEDESTALS.getName(), block);
|
||||
TagAPI.addBlockTag(PEDESTALS, block);
|
||||
}
|
||||
|
||||
Material mat = block.defaultBlockState().getMaterial();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue