Signs are not nbt-safe, due to the ability to execute command

This commit is contained in:
Snownee 2020-12-12 19:10:59 +08:00
parent 0941d9403f
commit f64dc8c43f
2 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,6 @@
"create:redstone_link", "create:redstone_link",
"create:analog_lever", "create:analog_lever",
"create:adjustable_repeater", "create:adjustable_repeater",
"create:adjustable_pulse_repeater", "create:adjustable_pulse_repeater"
"#minecraft:signs"
] ]
} }

View File

@ -163,7 +163,5 @@ public class AllTags {
AllBlockTags.FAN_TRANSPARENT.add(Blocks.IRON_BARS); AllBlockTags.FAN_TRANSPARENT.add(Blocks.IRON_BARS);
AllBlockTags.FAN_HEATERS.add(Blocks.MAGMA_BLOCK, Blocks.CAMPFIRE, Blocks.LAVA, Blocks.FIRE); AllBlockTags.FAN_HEATERS.add(Blocks.MAGMA_BLOCK, Blocks.CAMPFIRE, Blocks.LAVA, Blocks.FIRE);
AllBlockTags.SAFE_NBT.includeAll(BlockTags.SIGNS);
} }
} }