SL22W31: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL22W30 | SL22W32 ►")
 
No edit summary
Line 1: Line 1:
[[SL22W30|◄ SL22W30]] | [[SL22W32|SL22W32 ►]]
[[SL22W30|◄ SL22W30]] | [[SL22W32|SL22W32 ►]]
<br />
* Integrating IslandGenerator directly into Chunkli instead of being its own library
** Ditching AMIDST completely to not have any reliance on external mc libs
** Added Asteroid-Generation as well
<br />
* Chunkli
** Added first implementation of extracting data form an area instead of only manipulating
*** extract oval
*** extract cone
*** extract asteroid
** '''Improve code abstraction'''
** '''Improve usage of caching'''
** '''Merge the new extraction methods with the blueprint implemetnation'''
<br />

Revision as of 15:53, 15 August 2022

◄ SL22W30 | SL22W32 ►


  • Integrating IslandGenerator directly into Chunkli instead of being its own library
    • Ditching AMIDST completely to not have any reliance on external mc libs
    • Added Asteroid-Generation as well


  • Chunkli
    • Added first implementation of extracting data form an area instead of only manipulating
      • extract oval
      • extract cone
      • extract asteroid
    • Improve code abstraction
    • Improve usage of caching
    • Merge the new extraction methods with the blueprint implemetnation