first 1.21.1 commit
This commit is contained in:
19
build/resources/main/data/create/recipe/crushing/galena.json
Normal file
19
build/resources/main/data/create/recipe/crushing/galena.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:oil_deposit"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"tfmg:heavy_casing_door",
|
||||
"tfmg:steel_door",
|
||||
"tfmg:aluminum_door",
|
||||
"tfmg:heavy_plated_door"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user