mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-16 02:13:50 +01:00
Signs are not nbt-safe, due to the ability to execute command
This commit is contained in:
parent
0941d9403f
commit
f64dc8c43f
2 changed files with 1 additions and 4 deletions
|
@ -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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue