Add convenient recipes
This commit is contained in:
parent
6587b03317
commit
629b839744
13
data/mc_rebalance/recipes/black_dye_from_coal.json
Normal file
13
data/mc_rebalance/recipes/black_dye_from_coal.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "black_dye",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:coal"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:black_dye"
|
||||||
|
}
|
||||||
|
}
|
||||||
13
data/mc_rebalance/recipes/red_dye_from_redstone.json
Normal file
13
data/mc_rebalance/recipes/red_dye_from_redstone.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "misc",
|
||||||
|
"group": "red_dye",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:red_dye"
|
||||||
|
}
|
||||||
|
}
|
||||||
17
data/mc_rebalance/recipes/shapeless_bread.json
Normal file
17
data/mc_rebalance/recipes/shapeless_bread.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:wheat"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:wheat"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:wheat"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:bread"
|
||||||
|
}
|
||||||
|
}
|
||||||
18
data/mc_rebalance/recipes/shapeless_paper.json
Normal file
18
data/mc_rebalance/recipes/shapeless_paper.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
17
data/mc_rebalance/recipes/shapeless_shulker_box.json
Normal file
17
data/mc_rebalance/recipes/shapeless_shulker_box.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue