Add convenient recipes

This commit is contained in:
Sergeant Acoustic 2025-09-05 03:41:48 +01:00
parent 6587b03317
commit 629b839744
5 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "black_dye",
"ingredients": [
{
"item": "minecraft:coal"
}
],
"result": {
"item": "minecraft:black_dye"
}
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "red_dye",
"ingredients": [
{
"item": "minecraft:redstone"
}
],
"result": {
"item": "minecraft:red_dye"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:wheat"
}
],
"result": {
"item": "minecraft:bread"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:sugar_cane"
},
{
"item": "minecraft:sugar_cane"
},
{
"item": "minecraft:sugar_cane"
}
],
"result": {
"item": "minecraft:paper",
"count": 3
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:shulker_shell"
},
{
"item": "minecraft:shulker_shell"
},
{
"item": "minecraft:chest"
}
],
"result": {
"item": "minecraft:shulker_box"
}
}