Simple Kiln

Simple Kiln

49.2k Downloads

Unable to override recipes with datapack

anoomolu opened this issue ยท 1 comments

commented

Hi, sorry for posting another issue ;-;

On 1.16.5 again, I'm trying to remove the granite -> magma recipe using a datapack, but the mod seems take priority and "replaces" the recipe.

Another example: I changed the xp receiving from firing cacti with the recipe below, but this change is overwritten by the mod.

{
"type": "simplekiln:firing",
"ingredient": {
"item": "minecraft:cactus"
},
"result": "minecraft:green_dye",
"experience": 0.1,
"cookingtime": 100
}

image

Editing the Simple Kiln jar directly works, but this practice seems to be discouraged.

commented

Was my mistake.