ldtteam / Piston-Unlimited

MultiPiston block mod
GNU General Public License v3.0
1 stars 6 forks source link

Huge suggestion thatd be nice: list the dependencies #30

Open TungstenWolf opened 1 year ago

TungstenWolf commented 1 year ago

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

Talyda commented 1 year ago

It only needs BlockUI doesn't it? That one is listed on the dependencies page anyway

TungstenWolf commented 1 year ago

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

MotionlessTrain commented 1 year ago

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)

MotionlessTrain commented 1 year ago

North/South and Up/Down etc. were used before, but turned out to be more unclear (as finding out the directions while being in the interface is harder than looking at colours)