grenades, casings, connected storage blocks and creative mode tab

This commit is contained in:
DrMangoTea
2023-08-30 14:17:19 +02:00
parent 38ba20305e
commit 3cd181cb03
316 changed files with 3644 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_casing",
"tfmg:heavy_machinery_casing"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_casing",
"tfmg:heavy_machinery_casing"
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_casing",
"tfmg:heavy_machinery_casing"
]
}

View File

@@ -0,0 +1,9 @@
{
"values": [
"tfmg:napalm_bomb",
"tfmg:steel_casing",
"tfmg:heavy_machinery_casing",
"tfmg:steel_block",
"tfmg:cast_iron_block"
]
}

View File

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

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:cast_iron_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:heavy_machinery_casing"
}
],
"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:napalm_bomb"
}
],
"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_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_casing"
}
],
"rolls": 1.0
}
]
}