Version 1.0
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"totemofreviving:reviving_charge"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "totemofreviving:totem_of_reviving"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "totemofreviving:reviving_charge"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"totemofreviving:totem_of_reviving"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_item": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:totem_of_undying"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "totemofreviving:totem_of_reviving"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_item",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
22
src/generated/resources/data/totemofreviving/recipes/reviving_charge.json
Executable file
22
src/generated/resources/data/totemofreviving/recipes/reviving_charge.json
Executable file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"@E@",
|
||||
"E#E",
|
||||
"@E@"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:totem_of_undying"
|
||||
},
|
||||
"@": {
|
||||
"item": "minecraft:diamond_block"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:ender_pearl"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "totemofreviving:reviving_charge"
|
||||
}
|
||||
}
|
||||
19
src/generated/resources/data/totemofreviving/recipes/totem_of_reviving.json
Executable file
19
src/generated/resources/data/totemofreviving/recipes/totem_of_reviving.json
Executable file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"@@@",
|
||||
"@#@",
|
||||
"@@@"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:totem_of_undying"
|
||||
},
|
||||
"@": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "totemofreviving:totem_of_reviving"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user