custom recipes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "tutorialmod:sapphire"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "tutorialmod:sapphire_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.7,
|
||||
"group": "sapphire",
|
||||
"ingredient": {
|
||||
"item": "tutorialmod:raw_sapphire"
|
||||
},
|
||||
"result": "tutorialmod:sapphire"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "tutorialmod:sapphire_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "tutorialmod:sapphire",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.7,
|
||||
"group": "sapphire",
|
||||
"ingredient": {
|
||||
"item": "tutorialmod:raw_sapphire"
|
||||
},
|
||||
"result": "tutorialmod:sapphire"
|
||||
}
|
||||
Reference in New Issue
Block a user