Inventory Tweaks [1.12 only]

Inventory Tweaks [1.12 only]

127M Downloads

General enhancements for post-1.60

Kobata opened this issue ยท 0 comments

commented
  • Try to make the 'mirrored' container access mode work (Can allow better compatibility with anti-cheat plugins, less network packet spam during sorting)
  • Look into Forge's new 'capability' system, see how practical it would be to move slotmapping to that system - probably requires PRs to Forge (Replaces most of the current coremod code / need way to get keypresses while allowing GUI override to completely kill the coremod)
  • Get the mod just using ResourceLocation internally, since that's what item identifiers are now, and there's quite a lot of back-and-forth between that and String at the moment.\
  • Look into better ingame editing of config files -- 'fake' inventory for editing rules / screen for editing tree file.
  • Try to figure out #239
  • See the enhancements label