Updated generated data.

This commit is contained in:
2022-01-18 23:10:10 +00:00
parent ef91a20db9
commit 1dd161a99d
3 changed files with 12 additions and 6 deletions

View File

@ -14,8 +14,8 @@ d03047c25717cba5efd2ab89859f5ce183316498 data/totemofreviving/advancements/recip
2cc781919ec504a96437b68bdc30c8e6b9c94c4b data/totemofreviving/advancements/recipes/totemofreviving/netherite_totem.json 2cc781919ec504a96437b68bdc30c8e6b9c94c4b data/totemofreviving/advancements/recipes/totemofreviving/netherite_totem.json
24d28e7046e24e660784d535ae127004c55bbdcb data/totemofreviving/advancements/recipes/totemofreviving/straw_charge.json 24d28e7046e24e660784d535ae127004c55bbdcb data/totemofreviving/advancements/recipes/totemofreviving/straw_charge.json
8608de575125d59605ad619c16b826cee70c478e data/totemofreviving/advancements/recipes/totemofreviving/straw_totem.json 8608de575125d59605ad619c16b826cee70c478e data/totemofreviving/advancements/recipes/totemofreviving/straw_totem.json
b0719317b7c86eab59aafc95919fe333090dd1ad data/totemofreviving/recipes/diamond_charge.json 55ee18c38e521feb4b8271e39a021c1215616e6d data/totemofreviving/recipes/diamond_charge.json
60b4f429ef9e39f8c4b4e597fe75fa40a801ea90 data/totemofreviving/recipes/diamond_totem.json 3383e970befe8cdc2344ee3a75b7601012a9490f data/totemofreviving/recipes/diamond_totem.json
cfce0a5c8a8598a994e6ba4290a8682782c095db data/totemofreviving/recipes/iron_charge.json cfce0a5c8a8598a994e6ba4290a8682782c095db data/totemofreviving/recipes/iron_charge.json
042713134f03852fbcc84f50523441801591245d data/totemofreviving/recipes/iron_totem.json 042713134f03852fbcc84f50523441801591245d data/totemofreviving/recipes/iron_totem.json
fd5884ac05c111741230992cf8491cd745b61706 data/totemofreviving/recipes/netherite_charge.json fd5884ac05c111741230992cf8491cd745b61706 data/totemofreviving/recipes/netherite_charge.json

View File

@ -2,8 +2,8 @@
"type": "totemofreviving:totem_recipe", "type": "totemofreviving:totem_recipe",
"pattern": [ "pattern": [
"IDI", "IDI",
"IEI", "PEP",
"III" "IDI"
], ],
"key": { "key": {
"E": { "E": {
@ -14,6 +14,9 @@
}, },
"I": { "I": {
"item": "minecraft:iron_ingot" "item": "minecraft:iron_ingot"
},
"P": {
"item": "minecraft:ender_pearl"
} }
}, },
"result": { "result": {

View File

@ -1,9 +1,9 @@
{ {
"type": "totemofreviving:totem_recipe", "type": "totemofreviving:totem_recipe",
"pattern": [ "pattern": [
"DDD", "EDE",
"DTD", "DTD",
"DDD" "EDE"
], ],
"key": { "key": {
"T": { "T": {
@ -11,6 +11,9 @@
}, },
"D": { "D": {
"item": "minecraft:diamond" "item": "minecraft:diamond"
},
"E": {
"item": "minecraft:ender_pearl"
} }
}, },
"result": { "result": {