Huge suggestion thatd be nice: list the dependencies
TungstenWolf opened this issue ยท 4 comments
I had to make a new mod pack and install the mod just to see what else it installs. i have a huge modpack i am making and either its the mod itself or a mod it installs completely breaks the game. i shouldnt need to make a separate modpack on 1.20 just to find this info out, it should be in the description or in the changelog
It only needs BlockUI doesn't it? That one is listed on the dependencies page anyway
it has 3 dependencies: Domum Ornamentum, Structurize, and blockui. honestly you should even need blockui due to a ton of pre exiting templates for ui with blocks, and the entire piston setup should already need a rewrite, a good example is the fact that it defers direction by local block color and not simple north south up and down values, which would be much easier to write and use, just do comparing of values for +x and -x ect
Only Structurize and BlockUI seem to be listed as dependencies (apart from the obvious minecraft and forge)
Not sure how much Structurize is still used as dependencies, as its minimal version is still on 1.17.1 (so it accepts any structurize you can get to work in the current minecraft version)