Atomic Science

Atomic Science

319k Downloads

[1.12] TODO list for 1.12 udpate

DarkGuardsman opened this issue ยท 0 comments

commented
  • Configuration system
  • Mod info file
  • Rework network code
  • Add IC2 support
  • Add BC support
  • Add recipes
  • Add recipes for mods
  • Add is mod loaded conditional
  • Disable vanilla recipes if mods are loaded that can provide resources
  • Shift+Click for GUIs
  • Slot support for batteries and fluids
  • Slot validation to prevent wrong items in slots
  • Slot icons
  • Check if we need an upper limit on generator output
  • Check if we need a real output energy storage for generators
  • Fix reactor heat not decaying
  • Add recipe for 238
  • Add recipe for the controller
  • GUI fluid render

Beta Release

  • Rework grid system to work with nodes

  • Have sources store node list for easy removal (could store as an array of chunk coords contain list of nodes per chunk)

  • Switch threads to path using source as the input

  • Have nodes set as dead if a source is invalid

  • Have chunks scan for dead sources and remove

  • Have chunks clean up data to reduce memory usage (remove empty layers & chunks)

  • Have map check for updates near sources to queue updates of sources

  • Rework grid system to use capabilities

  • Rework heat and radiation sources to use capabilities