surface scanner

This commit is contained in:
DrMangoTea
2023-09-10 14:52:22 +02:00
parent 1bc6ca7cfd
commit 1a2f99257b
88 changed files with 4899 additions and 57 deletions

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:heavy_casing_door",
"tfmg:steel_door"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:heavy_casing_door",
"tfmg:steel_door"
]
}

View File

@@ -8,12 +8,18 @@
"tfmg:steel_pipe",
"tfmg:copper_encased_steel_pipe",
"tfmg:glass_steel_pipe",
"tfmg:steel_mechanical_pump",
"tfmg:steel_smart_fluid_pipe",
"tfmg:steel_fluid_valve",
"tfmg:steel_fluid_tank",
"tfmg:steel_block",
"tfmg:cast_iron_block",
"tfmg:aluminum_block",
"tfmg:lead_block",
"tfmg:coal_coke_block",
"tfmg:steel_sheetmetal",
"tfmg:heavy_casing_door",
"tfmg:steel_door",
"tfmg:concrete",
"tfmg:bauxite",
"tfmg:cut_bauxite",

View File

@@ -3,6 +3,7 @@
"tfmg:steel_block",
"tfmg:cast_iron_block",
"tfmg:aluminum_block",
"tfmg:lead_block"
"tfmg:lead_block",
"tfmg:steel_sheetmetal"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:heavy_casing_door",
"tfmg:steel_door"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:heavy_casing_door",
"tfmg:steel_door"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:heavy_casing_door",
"tfmg:steel_door"
]
}

View File

@@ -0,0 +1,29 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"block": "tfmg:heavy_casing_door",
"condition": "minecraft:block_state_property",
"properties": {
"half": "lower"
}
}
],
"name": "tfmg:heavy_casing_door"
}
],
"rolls": 1.0
}
]
}

View File

@@ -0,0 +1,29 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"block": "tfmg:steel_door",
"condition": "minecraft:block_state_property",
"properties": {
"half": "lower"
}
}
],
"name": "tfmg:steel_door"
}
],
"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_valve"
}
],
"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_mechanical_pump"
}
],
"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_sheetmetal"
}
],
"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_smart_fluid_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:surface_scanner"
}
],
"rolls": 1.0
}
]
}