Generated JSONs in /config/productivetrees/generated/data/productivetrees
NielsPilgaard opened this issue Β· 5 comments
Hi π
After updating Productive Trees and starting Minecraft, I suddenly have 23000+ new files in my config folder. Did you by chance accidentally point your datagen into the wrong folder? :P
That is on purpose, I moved everything to dynamically generated resources to allow for some other changes later.
I see. May I ask what the benefit of having them in configs instead of your jar file is? π
There are two things it will open up for. One is to be able to add your own trees with just a single json file and second will be to run the mod in a minimal mode where all the additional wood blocks like stairs, buttons etc. are not registered effectively cutting the number of blockstates by more than half (from 124658 to 57104). The idea is that Framed Blocks can pick up the slack.
Is it causing issues that the resources are in the config folder?
Ah okay, makes sense, thanks for explaining π
It's going to increase modpack build time quite a bit, due to all the extra files that need to be zipped.