custom recipes

This commit is contained in:
Kaupenjoe
2023-07-06 18:42:45 +02:00
parent 8fb975445c
commit f85502f37b
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "tutorialmod:sapphire"
}
},
"result": {
"item": "tutorialmod:sapphire_block"
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.7,
"group": "sapphire",
"ingredient": {
"item": "tutorialmod:raw_sapphire"
},
"result": "tutorialmod:sapphire"
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "tutorialmod:sapphire_block"
}
],
"result": {
"item": "tutorialmod:sapphire",
"count": 9
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.7,
"group": "sapphire",
"ingredient": {
"item": "tutorialmod:raw_sapphire"
},
"result": "tutorialmod:sapphire"
}