Fixed Tinker's construct stone torches dropping on jump
This commit is contained in:
parent
f5b313f6a3
commit
96b3e0dee5
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ public class Dictionary {
|
||||||
config.get("block_tags", "sgcraft:stargatering" , "PlaceEarlier").getString();
|
config.get("block_tags", "sgcraft:stargatering" , "PlaceEarlier").getString();
|
||||||
config.get("block_tags", "sgcraft:stargatecontroller" , "PlaceLatest").getString();
|
config.get("block_tags", "sgcraft:stargatecontroller" , "PlaceLatest").getString();
|
||||||
config.get("block_tags", "techguns:lamp0" , "PlaceLatest").getString();
|
config.get("block_tags", "techguns:lamp0" , "PlaceLatest").getString();
|
||||||
|
config.get("block_tags", "tconstruct:stone_torch" , "PlaceLatest").getString();
|
||||||
|
|
||||||
// expendables, a.k.a. "don't blow my ship with this..."
|
// expendables, a.k.a. "don't blow my ship with this..."
|
||||||
config.get("block_tags", "warpdrive:gas" , "LeftBehind Expandable").getString();
|
config.get("block_tags", "warpdrive:gas" , "LeftBehind Expandable").getString();
|
||||||
|
|
Loading…
Reference in a new issue