Nova-Committee / Re-Avaritia

MIT License
16 stars 13 forks source link

Unable to change Infinity Catalyst Recipe via datapack #14

Closed zpprsprk closed 11 months ago

zpprsprk commented 2 years ago

I am working on developing a modpack that includes this mod with some recipe changes and I am unable to change the recipe for the Infinity Catalyst. I am attempting to do so by using KubeJS's data folder. I originally thought it might be related to the .txt extension on the file, but changing that to .json didn't seem to have any effect. I looked through the code and it seems that the nova.committee.avaritia.init.ModRecipes class is directly setting it and not allowing it to be affected by changing the datapack. I can add a new recipe with the same recipe id, but the original (hard-coded) recipe remains.

cnlimiter commented 2 years ago

I have knowed this bug,and I will create json recipe for Infinity Catalyst,please wait for a while.

benbenlaw commented 11 months ago

is this still being looked at?

cnlimiter commented 11 months ago

This issue has been solved, now you can change the recipe for the Infinity Catalyst by editing infinity_catalyst.json, and "avaritia:infinity_catalyst_craft" is a recipe type which contains all loaded Singularities as default.

benbenlaw commented 11 months ago

is there a actual mod update for this? or is it still WIP