mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 13:04:19 +01:00
Signs are not nbt-safe, due to the ability to execute command
This commit is contained in:
parent
0941d9403f
commit
f64dc8c43f
@ -25,7 +25,6 @@
|
||||
"create:redstone_link",
|
||||
"create:analog_lever",
|
||||
"create:adjustable_repeater",
|
||||
"create:adjustable_pulse_repeater",
|
||||
"#minecraft:signs"
|
||||
"create:adjustable_pulse_repeater"
|
||||
]
|
||||
}
|
@ -163,7 +163,5 @@ public class AllTags {
|
||||
AllBlockTags.FAN_TRANSPARENT.add(Blocks.IRON_BARS);
|
||||
|
||||
AllBlockTags.FAN_HEATERS.add(Blocks.MAGMA_BLOCK, Blocks.CAMPFIRE, Blocks.LAVA, Blocks.FIRE);
|
||||
|
||||
AllBlockTags.SAFE_NBT.includeAll(BlockTags.SIGNS);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user