first 1.21.1 commit

This commit is contained in:
DrMangoTea
2025-07-15 00:32:31 +02:00
parent aab37b9345
commit 5d66225ed7
7295 changed files with 252959 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "tfmg:galena"
}
],
"results": [
{
"chance": 0.4,
"id": "create:crushed_raw_lead"
},
{
"chance": 0.1,
"count": 2,
"id": "tfmg:lead_nugget"
}
]
}

View File

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

View File

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

View File

@@ -0,0 +1,12 @@
{
"values": [
"tfmg:steel_ingot",
"tfmg:cast_iron_ingot",
"tfmg:aluminum_ingot",
"tfmg:plastic_sheet",
"tfmg:lead_ingot",
"tfmg:nickel_ingot",
"tfmg:constantan_ingot",
"tfmg:lithium_ingot"
]
}