Updated to Minecraft 1.19.4. Forge 45.2.8.

- Removed recipe system with ability to disable totems via config.
- Optimized imports.
- Redid generated data.
- Updated creative mode tab.
This commit is contained in:
Michal Niczejewski
2024-01-26 19:24:18 +00:00
parent d61d3ede11
commit 05d57e4716
39 changed files with 141 additions and 493 deletions

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:charge_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"D": {
"item": "minecraft:diamond"
@ -21,5 +22,6 @@
],
"result": {
"item": "totemofreviving:diamond_charge"
}
},
"show_notification": true
}

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:totem_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"D": {
"item": "minecraft:diamond"
@ -18,5 +19,6 @@
],
"result": {
"item": "totemofreviving:diamond_totem"
}
},
"show_notification": true
}

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:charge_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"E": {
"item": "minecraft:emerald"
@ -18,5 +19,6 @@
],
"result": {
"item": "totemofreviving:iron_charge"
}
},
"show_notification": true
}

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:totem_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"B": {
"item": "minecraft:iron_block"
@ -18,5 +19,6 @@
],
"result": {
"item": "totemofreviving:iron_totem"
}
},
"show_notification": true
}

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:charge_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"C": {
"item": "totemofreviving:diamond_charge"
@ -18,5 +19,6 @@
],
"result": {
"item": "totemofreviving:netherite_charge"
}
},
"show_notification": true
}

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:totem_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"B": {
"item": "minecraft:nether_brick"
@ -21,5 +22,6 @@
],
"result": {
"item": "totemofreviving:netherite_totem"
}
},
"show_notification": true
}

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:charge_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"E": {
"item": "minecraft:emerald"
@ -18,5 +19,6 @@
],
"result": {
"item": "totemofreviving:straw_charge"
}
},
"show_notification": true
}

View File

@ -1,5 +1,6 @@
{
"type": "totemofreviving:totem_recipe",
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"N": {
"item": "minecraft:iron_nugget"
@ -21,5 +22,6 @@
],
"result": {
"item": "totemofreviving:straw_totem"
}
},
"show_notification": true
}