Add raw ore block smelting and blasting
This commit is contained in:
parent
783c1f12ad
commit
fc8f4c2c15
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 800,
|
||||||
|
"experience": 5.6,
|
||||||
|
"group": "copper_block",
|
||||||
|
"ingredient": "minecraft:raw_copper_block",
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:copper_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 1600,
|
||||||
|
"experience": 5.6,
|
||||||
|
"group": "copper_block",
|
||||||
|
"ingredient": "minecraft:raw_copper_block",
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:copper_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 800,
|
||||||
|
"experience": 9.0,
|
||||||
|
"group": "gold_block",
|
||||||
|
"ingredient": "minecraft:raw_gold_block",
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:gold_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 1600,
|
||||||
|
"experience": 9.0,
|
||||||
|
"group": "gold_block",
|
||||||
|
"ingredient": "minecraft:raw_gold_block",
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:gold_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 800,
|
||||||
|
"experience": 5.6,
|
||||||
|
"group": "iron_block",
|
||||||
|
"ingredient": "minecraft:raw_iron_block",
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:iron_block",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 1600,
|
||||||
|
"experience": 5.6,
|
||||||
|
"group": "iron_block",
|
||||||
|
"ingredient": "minecraft:raw_iron_block",
|
||||||
|
"result": {
|
||||||
|
"id": "minecraft:iron_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user