#remove recipes ID after update.

24 messages · Page 1 of 1 (latest)

shell wedge
#

i have update my mod to 1.18 and some recipes that i remove from my world has came back and i am not able to remove it now.

old mod is 1.16 and i use
event.remove({id: 'mysticalagriculture:soils/imperium_farmland'});
recipes was in data\mysticalagriculture\recipes\soils

now recipes is in data\botanypots\recipes\mysticalagriculture\soils
tried:
-event.remove({id: 'mysticalagriculture:soils/imperium_farmland'})
-event.remove({id: 'botanypots:soils/imperium_farmland'})
-event.remove({id: 'botanypots:mysticalagriculture/soils/imperium_farmland'})
need help.

spice shadowBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

merry moon
#

Try "/kjs_hand" or "/kubejs hand" to check the item id, cause you have the right syntax.

hidden scrollBOT
#

To find a recipe's ID, turn on advanced tooltips (F3 + H) then hover over the RECIPE OUTPUT in JEI, or the exclamation mark in REI.
You can then use this in any recipe filter:
{id: 'recipe ID here'}
You can use this, for example, to remove specific recipes:
event.remove({id: 'recipe ID here'})

shell wedge
#

i dont want to remove the item

#

i want to remove the recipe for soils

#

all mothed show the item ID and not the soils id

prime thunder
#

Should be the last one, but its soil not soils

shell wedge
#

but was Soil and not Soils?

#

why

#

the old one 1.16 use soils

#

and the file sill use soils

#

data\botanypots\recipes\mysticalagriculture\soils

#

i am asking just so i can learn more

shell wedge
#

i also check it

#

1.18 is "type": "botanypots:soil"

#

and 1.16 is also "type": "botanypots:soil"

prime thunder
#

The type doesn't matter just the path, and it's /soil/ there

shell wedge
#

ok THX