add first patch
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "botania:orechid",
|
||||
"input": {
|
||||
"type": "block",
|
||||
"block": "minecraft:deepslate"
|
||||
},
|
||||
"output": {
|
||||
"type": "block",
|
||||
"block": "oreganized:deepslate_lead_ore"
|
||||
},
|
||||
"weight": 75
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "botania:orechid",
|
||||
"input": {
|
||||
"type": "block",
|
||||
"block": "minecraft:deepslate"
|
||||
},
|
||||
"output": {
|
||||
"type": "block",
|
||||
"block": "oreganized:deepslate_silver_ore"
|
||||
},
|
||||
"weight": 50
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "botania:orechid",
|
||||
"input": {
|
||||
"type": "block",
|
||||
"block": "minecraft:stone"
|
||||
},
|
||||
"output": {
|
||||
"type": "block",
|
||||
"block": "oreganized:lead_ore"
|
||||
},
|
||||
"weight": 1347
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "botania:orechid",
|
||||
"input": {
|
||||
"type": "block",
|
||||
"block": "minecraft:stone"
|
||||
},
|
||||
"output": {
|
||||
"type": "block",
|
||||
"block": "oreganized:silver_ore"
|
||||
},
|
||||
"weight": 483
|
||||
}
|
||||
Reference in New Issue
Block a user