branchpanic / stockpile

A Minecraft mod all about storage.
MIT License
10 stars 5 forks source link

Minor internal restructure #75

Closed branchpanic closed 5 years ago

branchpanic commented 5 years ago

Stockpile is again getting really hard to maintain. It's more due to the constant nitpicking I come up with than actual underlying issues, but I'm not really happy with the codebase and want to do one more refactor to address things like composition over inheritance and further generalizing MassStorage based on a Quantizer type that does all the splitting.

branchpanic commented 5 years ago

The end goal is basically "if it has a number, it can be stored easily." Maybe an "energy barrel" that acts as a quick charge station is possible too.