kalindudc/craftle

Refactor the Craftle energy system and generalize Containers and Screens

Closed this issue ยท 2 comments

The energy system needs to be refactored. The forge energy is too limiting with the use of just int. Build a customized and energy system and add integration for energy compatibility with forge energy. The energy units will need to be re-calculated and re-balanced.

New energy design:
All machines emit energy to surrounding blocks (maybe observer?)

Machines should not extract energy. Work with energy in the machine.

Energy Design

Too much manual work is being done for with Containers and Screens

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.92. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

  • Separate tick() in to server and client work
  • Custom Energy storage system with doubles
  • Networking with packets :'(
  • Enhanced energy flow
  • Refactor Containers, generalize and reduce the manual work
  • Refactor Screens, generalize and reduce the manual work