Improved default dictionary for snow layer block

This commit is contained in:
LemADEC 2020-06-28 05:24:12 +02:00
parent cb1b4d1a0e
commit 6a6191e821

View file

@ -269,6 +269,7 @@ public class Dictionary {
config.get("block_tags", "tconstruct:stone_torch" , "PlaceLatest").getString();
// expendables, a.k.a. "don't blow my ship with this..."
config.get("block_tags", "minecraft:snow_layer" , "NoMass Expandable").getString();
config.get("block_tags", "warpdrive:gas" , "LeftBehind Expandable").getString();
config.get("block_tags", "warpdrive:air_flow" , "NoMass Expandable PlaceLatest").getString();
config.get("block_tags", "warpdrive:air_source" , "NoMass Expandable PlaceLatest").getString();