Shadows-of-Fire / Apotheosis

All things that should have been.
Other
155 stars 120 forks source link

Impossible to modify recipes for Hellshelf and Seashelf using datapacks or KubeJS mod. #1158

Closed LMongoose closed 4 months ago

LMongoose commented 4 months ago

I am developing a custom modpack and I want to edit some recipes, however when I tried removing the recipes for hellshelf and seashelf nothing happens, I searched on this repo and didn't found JSONs for their recipes, I tried with all other shelfs and they can be edited except the hellshelf and seashelf.

Shadows-of-Fire commented 4 months ago

Those use a slightly weird™ code recipe subsystem which hasn't been phased out yet. You can change their recipes by adding a new recipe with the same recipe ID.

LMongoose commented 4 months ago

Oh thanks, I never though it was possible.