SL22W33: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL22W32 | SL22W34 ►")
 
No edit summary
Line 1: Line 1:
[[SL22W32|◄ SL22W32]] | [[SL22W34|SL22W34 ►]]
[[SL22W32|◄ SL22W32]] | [[SL22W34|SL22W34 ►]]
<br />
* '''Bug: The ValueCacheHelper impl for Object[] getCache(); is TRASH, replace with EnumMap and make sure we never every return the same objects'''
* '''Fix the merge implementation, trash to understand'''
* '''Implement at least''' '''block stacking and block rotation'''
* Make blueprints usable somehow lul
** '''1. Allow saving sub-sections of areas / Implement BocMetaOptions.BlueprintArea'''
** '''2. Inserting sub-sections need a target area'''
*** Target area based on the size of the original sub-section
*** Use local MultiBlockArea as the area that is used for inserting
*** Allow creating  MultiBlockArea selection from an existing saved area
***

Revision as of 19:18, 28 August 2022

◄ SL22W32 | SL22W34 ►



  • Bug: The ValueCacheHelper impl for Object[] getCache(); is TRASH, replace with EnumMap and make sure we never every return the same objects
  • Fix the merge implementation, trash to understand
  • Implement at least block stacking and block rotation
  • Make blueprints usable somehow lul
    • 1. Allow saving sub-sections of areas / Implement BocMetaOptions.BlueprintArea
    • 2. Inserting sub-sections need a target area
      • Target area based on the size of the original sub-section
      • Use local MultiBlockArea as the area that is used for inserting
      • Allow creating MultiBlockArea selection from an existing saved area