Birbfeather-Studios / ez_lib

0 stars 0 forks source link

Datagen generates files for EzLib instead of mod #17

Open DistantDig opened 1 month ago

DistantDig commented 1 month ago

As of right now ezlib generates the recipes as well as the advancements in an ezlib folder since the built in fabric/mojang methods get the mod id in a hard coded way. This can be fixed by rewriting our own dynamic method, allowing mod authors to have all of their files generate in a folder with their mod's mod id when they run datagen.

DistantDig commented 1 month ago

This issue was changed, and instead of no longer generating under EzLib it now randomly will not generate the files under generated. It will eventually with enough attempts, but it is a bit random with the datagen

DistantDig commented 1 month ago

This is properly broken, only basic blocks generate models. All other models using JsonGenerator does not generate models properly.