Added Own removal in 1.20.1 {enhancment}
Joshernoob opened this issue ยท 3 comments
As of 1.20.1 Botania have blocked event.remove({ output: "botania:Item" }) and event.remove({ output: 'botania:Item', type: 'botania:pure_daisy' })
this may not be on purpose but do to this modpack creators can't remove recipes to use this to add new ones, why i'm asking even if its not perfect to add somthing so recipe for the pure daisy can be messed with again
(other then that the mod seem to work perfect)
I am also getting this issue where event.remove({type:'botania:pure_daisy', output:'botania:livingrock'})
or even event.remove({output:'botania:livingrock'})
will not remove the livingrock recipe from a pure daisy. However event.remove({type:'botania:pure_daisy'})
does remove all pure daisy recipes.
Other botania crafting recipes seem to work fine for me at least
Weird. It works fine for me. Have you update the code for kubejs 6?
to answer your question my code was up to date i checked it with someoene that new kubejs well and at this point i know it well enough to know that the recipes have been blocked out.
I am also getting this issue where
event.remove({type:'botania:pure_daisy', output:'botania:livingrock'})
or evenevent.remove({output:'botania:livingrock'})
will not remove the livingrock recipe from a pure daisy. Howeverevent.remove({type:'botania:pure_daisy'})
does remove all pure daisy recipes.Other botania crafting recipes seem to work fine for me at least
and you are right, i ended giving up on removing items from it and using other part of the mod to gate it instead although why it was blocked i have no idea