LifeSteal SMP Plugin

LifeSteal SMP Plugin

14.5k Downloads

How do I change Heart Recipe

Riotiscool1089 opened this issue ยท 4 comments

commented

I already know how to go into the heart recipe thing but I just really need to know how to set it up

I have tried this but doesn't work

{
"enabled": true,
"shaped": true,
"outputAmount": 1,
"recipe": [
"DTD",
"TET",
"DTD"
],
"D": {
"item": "Minecraft:diamond_block
},
"E": {
"item": "Minecraft:elytra"
},
"T": {
"item": "minecraft:totem_of_undying"
}
}
}

commented

{
"enabled": true,
"shaped": true,
"outputAmount": 1,
"recipe": [
"DWD",
"TNT",
"DTD"
],
},
"W": {
"item": "Minecraft:wither_skeleton_skull"
},
"D": {
"item": "Minecraft:diamond_block"
},
"T": {
"item": "minecraft:totem_of_undying"
},
"N": {
"item": "Minecraft:netherite_ingot"
}

also tried it like this

commented

take the default heart recipe and just add to it, you removed a lot of needed things such as brackets, arrays etc, just reset it (delete it) and rewrite it, this time making sure you don't delete anything

commented

K, thank u it works :)

commented

alr i'll try