BlakeBr0 / MysticalCustomization

Allows modpack creators to add new content and modify existing content in Mystical Agriculture.
https://blakesmods.com/mystical-customization
MIT License
6 stars 6 forks source link

[1.16.5] Remove recipe #11

Closed Alkasym closed 3 years ago

Alkasym commented 3 years ago

Hi,

We want to remove the seed recipe create with mystical customization to change them with KubeJS but it doesn't work.

To Reproduce, just add the following line in KubeJS server script :
e.remove({ id: "mysticalagriculture:alfsteel_seeds_infusion" })


BlakeBr0 commented 3 years ago

Try setting the ingredient to minecraft:air in the json file.

Alkasym commented 3 years ago

Thanks you that works fine :)