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:
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user