Новая еда и некоторые изменения
This commit is contained in:
@@ -1,25 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:bottle_water"
|
||||
"identifier": "mw_alko:bottle_water"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" ",
|
||||
" B ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:bucket"
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "mw_alko:bottle"
|
||||
},
|
||||
"B": {
|
||||
"item": "mw_alko:bottle"
|
||||
{
|
||||
"item": "minecraft:potion",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_alko:bottle_water"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"###",
|
||||
"AAA",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "mw_food:pieapple"
|
||||
},
|
||||
"description": {
|
||||
"identifier": "mw_food:pieapple"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user