Refined Storage

Refined Storage

77M Downloads

MC 1.15 tracking issue

raoulvdberge opened this issue ยท 1 comments

commented
  • Fix compiler errors
  • Restore functionality
  • Utilize new container system for some syncing cases (grid, crafter manager)
  • Rethink Comparer (maybe remove it and add "fuzzy compare" option)
  • Remove null-ability of item/fluid storage API in RS
  • Decouple INetwork from the Controller
  • Remove energy API
  • Rename classes to adapt to MCP naming convention (BlockGrid -> GridBlock, Gui -> Screen)
  • Reorganize packages (primarily API)
  • Rework GUIs
  • Use ResourceLocation for RS registries
  • Remove @Deprecations
  • Re-add advancements
  • Fix Grid crafting/stack separation
  • Make Styles static
  • Rework build script to publish to Maven
  • Add helper for NetworkNodeProxy stuff
  • Port Wireless Crafting Grid addon
  • Fix issues relating to 1.14 changes on the issue tracker (#2315 & #2316)
  • Convert lang files
  • Update site for 1.15
  • Update supported versions for 1.15
  • Check out PRs
  • Take decision about mc1.12
  • Improve hitbox checking
  • Check @Volatiles
  • Remove unneeded null checks in GUI
  • Add creator metadata to disks
  • Fix remaining TODOs
  • jar signing
commented

Closed in favor of #2604