pipe locking and fluid tanks

This commit is contained in:
DrMangoTea
2023-09-06 18:32:12 +02:00
parent c98ff140a2
commit 97352a15ff
267 changed files with 9061 additions and 123 deletions

View File

@@ -0,0 +1,8 @@
{
"values": [
"tfmg:steel_ingot",
"tfmg:cast_iron_ingot",
"tfmg:aluminum_ingot",
"tfmg:lead_ingot"
]
}

View File

@@ -1,6 +1,9 @@
{
"values": [
"tfmg:steel_block",
"tfmg:cast_iron_block"
"tfmg:cast_iron_block",
"tfmg:aluminum_block",
"tfmg:lead_block",
"tfmg:coal_coke_block"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:aluminum_block"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:lead_block"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:aluminum_ingot"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:cast_iron_ingot"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:lead_ingot"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:steel_ingot"
]
}

View File

@@ -1,6 +1,9 @@
{
"values": [
"tfmg:steel_block",
"tfmg:cast_iron_block"
"tfmg:cast_iron_block",
"tfmg:aluminum_block",
"tfmg:lead_block",
"tfmg:coal_coke_block"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:aluminum_block"
]
}

View File

@@ -0,0 +1,5 @@
{
"values": [
"tfmg:lead_block"
]
}

View File

@@ -1,6 +1,8 @@
{
"values": [
"tfmg:steel_block",
"tfmg:cast_iron_block"
"tfmg:cast_iron_block",
"tfmg:aluminum_block",
"tfmg:lead_block"
]
}

View File

@@ -2,6 +2,7 @@
"values": [
"tfmg:steel_casing",
"tfmg:heavy_machinery_casing",
"tfmg:formwork_block"
"tfmg:formwork_block",
"tfmg:copper_encased_steel_pipe"
]
}

View File

@@ -5,8 +5,15 @@
"tfmg:oil_deposit",
"tfmg:steel_casing",
"tfmg:heavy_machinery_casing",
"tfmg:steel_pipe",
"tfmg:copper_encased_steel_pipe",
"tfmg:glass_steel_pipe",
"tfmg:steel_fluid_tank",
"tfmg:steel_block",
"tfmg:cast_iron_block",
"tfmg:aluminum_block",
"tfmg:lead_block",
"tfmg:coal_coke_block",
"tfmg:concrete",
"tfmg:bauxite",
"tfmg:cut_bauxite",

View File

@@ -1,6 +1,8 @@
{
"values": [
"tfmg:steel_block",
"tfmg:cast_iron_block"
"tfmg:cast_iron_block",
"tfmg:aluminum_block",
"tfmg:lead_block"
]
}

View File

@@ -1,5 +1,6 @@
{
"values": [
"tfmg:coal_coke_block",
"tfmg:concrete"
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:aluminum_block"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:coal_coke_block"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:steel_pipe"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:steel_pipe"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:lead_block"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:steel_fluid_tank"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:steel_pipe"
}
],
"rolls": 1.0
}
]
}