AgriCraft

AgriCraft

30M Downloads

1.8 Port

RlonRyan opened this issue ยท 2 comments

commented
  • Fix Rendering
  • Fix Click Handling
  • Investigate JSON applicability
  • Rework config files
commented

You can add anything else to the list above.

commented

AgriCraft:

  • Plants
    • AgriPlantRegistry
    • AgriPlant
    • AgriStat
  • Blocks
    • Analyzer
    • Crops ( Stores AgriPlant pointer, AgriStat, and Growth Stage )
    • Polyblocks ( Stores material pointer )
      • Decoration
        • Grate
      • Irrigation
        • Tank ( Stores pointer to tank controller )
        • Channel ( Stores pointer to channel controller )
  • Items
    • Journal
    • Clipper
    • Rake
    • Magnifying Glass
    • Trowel ( Stores AgriPlant pointer, AgriStat, and Growth Stage )
    • Seeds ( Stores AgriPlant pointer and AgriStat )
    • Clippings ( ??? )
  • Config files
    • Use a json format to get rid of the IOHelper class