Generated data.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@
|
|||||||
/build/
|
/build/
|
||||||
/run/
|
/run/
|
||||||
/src/test/
|
/src/test/
|
||||||
/src/generated/resources/.cache/cache
|
/src/generated/resources/.cache/
|
||||||
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:diamond_charge"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:diamond_charge"
|
"recipe": "totemofreviving:diamond_charge"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:diamond_charge"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:diamond_totem"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:diamond_totem"
|
"recipe": "totemofreviving:diamond_totem"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:diamond_totem"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:iron_charge"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:iron_charge"
|
"recipe": "totemofreviving:iron_charge"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:iron_charge"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:iron_totem"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:iron_totem"
|
"recipe": "totemofreviving:iron_totem"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:iron_totem"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:netherite_charge"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:netherite_charge"
|
"recipe": "totemofreviving:netherite_charge"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:netherite_charge"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:netherite_totem"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:netherite_totem"
|
"recipe": "totemofreviving:netherite_totem"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:netherite_totem"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:straw_charge"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:straw_charge"
|
"recipe": "totemofreviving:straw_charge"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:straw_charge"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"parent": "minecraft:recipes/root",
|
"parent": "minecraft:recipes/root",
|
||||||
"rewards": {
|
|
||||||
"recipes": [
|
|
||||||
"totemofreviving:straw_totem"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_item": {
|
"has_item": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@ -16,13 +10,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
},
|
},
|
||||||
"has_the_recipe": {
|
"has_the_recipe": {
|
||||||
"trigger": "minecraft:recipe_unlocked",
|
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"recipe": "totemofreviving:straw_totem"
|
"recipe": "totemofreviving:straw_totem"
|
||||||
}
|
},
|
||||||
|
"trigger": "minecraft:recipe_unlocked"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
@ -30,5 +25,10 @@
|
|||||||
"has_item",
|
"has_item",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
"rewards": {
|
||||||
|
"recipes": [
|
||||||
|
"totemofreviving:straw_totem"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,17 +1,12 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:charge_recipe",
|
"type": "totemofreviving:charge_recipe",
|
||||||
"pattern": [
|
|
||||||
"IDI",
|
|
||||||
"PEP",
|
|
||||||
"IDI"
|
|
||||||
],
|
|
||||||
"key": {
|
"key": {
|
||||||
"E": {
|
|
||||||
"item": "minecraft:emerald"
|
|
||||||
},
|
|
||||||
"D": {
|
"D": {
|
||||||
"item": "minecraft:diamond"
|
"item": "minecraft:diamond"
|
||||||
},
|
},
|
||||||
|
"E": {
|
||||||
|
"item": "minecraft:emerald"
|
||||||
|
},
|
||||||
"I": {
|
"I": {
|
||||||
"item": "minecraft:iron_ingot"
|
"item": "minecraft:iron_ingot"
|
||||||
},
|
},
|
||||||
@ -19,6 +14,11 @@
|
|||||||
"item": "minecraft:ender_pearl"
|
"item": "minecraft:ender_pearl"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pattern": [
|
||||||
|
"IDI",
|
||||||
|
"PEP",
|
||||||
|
"IDI"
|
||||||
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:diamond_charge"
|
"item": "totemofreviving:diamond_charge"
|
||||||
}
|
}
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:totem_recipe",
|
"type": "totemofreviving:totem_recipe",
|
||||||
"pattern": [
|
|
||||||
"EDE",
|
|
||||||
"DTD",
|
|
||||||
"EDE"
|
|
||||||
],
|
|
||||||
"key": {
|
"key": {
|
||||||
"T": {
|
|
||||||
"item": "minecraft:totem_of_undying"
|
|
||||||
},
|
|
||||||
"D": {
|
"D": {
|
||||||
"item": "minecraft:diamond"
|
"item": "minecraft:diamond"
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
"item": "minecraft:ender_pearl"
|
"item": "minecraft:ender_pearl"
|
||||||
|
},
|
||||||
|
"T": {
|
||||||
|
"item": "minecraft:totem_of_undying"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pattern": [
|
||||||
|
"EDE",
|
||||||
|
"DTD",
|
||||||
|
"EDE"
|
||||||
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:diamond_totem"
|
"item": "totemofreviving:diamond_totem"
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:charge_recipe",
|
"type": "totemofreviving:charge_recipe",
|
||||||
"pattern": [
|
|
||||||
"NIN",
|
|
||||||
"IEI",
|
|
||||||
"NIN"
|
|
||||||
],
|
|
||||||
"key": {
|
"key": {
|
||||||
"E": {
|
"E": {
|
||||||
"item": "minecraft:emerald"
|
"item": "minecraft:emerald"
|
||||||
@ -16,6 +11,11 @@
|
|||||||
"item": "minecraft:iron_nugget"
|
"item": "minecraft:iron_nugget"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pattern": [
|
||||||
|
"NIN",
|
||||||
|
"IEI",
|
||||||
|
"NIN"
|
||||||
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:iron_charge"
|
"item": "totemofreviving:iron_charge"
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:totem_recipe",
|
"type": "totemofreviving:totem_recipe",
|
||||||
"pattern": [
|
|
||||||
" E ",
|
|
||||||
"IBI",
|
|
||||||
" I "
|
|
||||||
],
|
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"item": "minecraft:iron_block"
|
"item": "minecraft:iron_block"
|
||||||
@ -16,6 +11,11 @@
|
|||||||
"item": "minecraft:iron_ingot"
|
"item": "minecraft:iron_ingot"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pattern": [
|
||||||
|
" E ",
|
||||||
|
"IBI",
|
||||||
|
" I "
|
||||||
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:iron_totem"
|
"item": "totemofreviving:iron_totem"
|
||||||
}
|
}
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:charge_recipe",
|
"type": "totemofreviving:charge_recipe",
|
||||||
|
"key": {
|
||||||
|
"C": {
|
||||||
|
"item": "totemofreviving:diamond_charge"
|
||||||
|
},
|
||||||
|
"G": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
},
|
||||||
|
"N": {
|
||||||
|
"item": "minecraft:netherite_scrap"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"GNG",
|
"GNG",
|
||||||
"NCN",
|
"NCN",
|
||||||
"GNG"
|
"GNG"
|
||||||
],
|
],
|
||||||
"key": {
|
|
||||||
"C": {
|
|
||||||
"item": "totemofreviving:diamond_charge"
|
|
||||||
},
|
|
||||||
"N": {
|
|
||||||
"item": "minecraft:netherite_scrap"
|
|
||||||
},
|
|
||||||
"G": {
|
|
||||||
"item": "minecraft:gold_ingot"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:netherite_charge"
|
"item": "totemofreviving:netherite_charge"
|
||||||
}
|
}
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:totem_recipe",
|
"type": "totemofreviving:totem_recipe",
|
||||||
|
"key": {
|
||||||
|
"B": {
|
||||||
|
"item": "minecraft:nether_brick"
|
||||||
|
},
|
||||||
|
"G": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
},
|
||||||
|
"N": {
|
||||||
|
"item": "minecraft:netherite_scrap"
|
||||||
|
},
|
||||||
|
"T": {
|
||||||
|
"item": "totemofreviving:diamond_totem"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"BNB",
|
"BNB",
|
||||||
"NTN",
|
"NTN",
|
||||||
"BGB"
|
"BGB"
|
||||||
],
|
],
|
||||||
"key": {
|
|
||||||
"T": {
|
|
||||||
"item": "totemofreviving:diamond_totem"
|
|
||||||
},
|
|
||||||
"N": {
|
|
||||||
"item": "minecraft:netherite_scrap"
|
|
||||||
},
|
|
||||||
"G": {
|
|
||||||
"item": "minecraft:gold_ingot"
|
|
||||||
},
|
|
||||||
"B": {
|
|
||||||
"item": "minecraft:nether_brick"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:netherite_totem"
|
"item": "totemofreviving:netherite_totem"
|
||||||
}
|
}
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:charge_recipe",
|
"type": "totemofreviving:charge_recipe",
|
||||||
|
"key": {
|
||||||
|
"E": {
|
||||||
|
"item": "minecraft:emerald"
|
||||||
|
},
|
||||||
|
"N": {
|
||||||
|
"item": "minecraft:iron_nugget"
|
||||||
|
},
|
||||||
|
"W": {
|
||||||
|
"item": "minecraft:wheat"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"NWN",
|
"NWN",
|
||||||
"WEW",
|
"WEW",
|
||||||
"NWN"
|
"NWN"
|
||||||
],
|
],
|
||||||
"key": {
|
|
||||||
"E": {
|
|
||||||
"item": "minecraft:emerald"
|
|
||||||
},
|
|
||||||
"W": {
|
|
||||||
"item": "minecraft:wheat"
|
|
||||||
},
|
|
||||||
"N": {
|
|
||||||
"item": "minecraft:iron_nugget"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:straw_charge"
|
"item": "totemofreviving:straw_charge"
|
||||||
}
|
}
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
{
|
{
|
||||||
"type": "totemofreviving:totem_recipe",
|
"type": "totemofreviving:totem_recipe",
|
||||||
"pattern": [
|
|
||||||
"NSN",
|
|
||||||
"NWN",
|
|
||||||
"N|N"
|
|
||||||
],
|
|
||||||
"key": {
|
"key": {
|
||||||
|
"N": {
|
||||||
|
"item": "minecraft:iron_nugget"
|
||||||
|
},
|
||||||
|
"S": {
|
||||||
|
"item": "minecraft:string"
|
||||||
|
},
|
||||||
"W": {
|
"W": {
|
||||||
"item": "minecraft:wheat"
|
"item": "minecraft:wheat"
|
||||||
},
|
},
|
||||||
"|": {
|
"|": {
|
||||||
"item": "minecraft:stick"
|
"item": "minecraft:stick"
|
||||||
},
|
|
||||||
"S": {
|
|
||||||
"item": "minecraft:string"
|
|
||||||
},
|
|
||||||
"N": {
|
|
||||||
"item": "minecraft:iron_nugget"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pattern": [
|
||||||
|
"NSN",
|
||||||
|
"NWN",
|
||||||
|
"N|N"
|
||||||
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "totemofreviving:straw_totem"
|
"item": "totemofreviving:straw_totem"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user