SL23W42: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
*'''Try to prune all reflection-utils that are still in use as we will most likely support multiple versions'''
*'''Try to prune all reflection-utils that are still in use as we will most likely support multiple versions'''
*'''Test particle BLOCK_MARKER'''
*'''Test particle BLOCK_MARKER'''
*'''Can we replace slimes in general for plot selection, xray markers?'''
**'''Problem1:''' '''We cannot make invisible entities glow ( air itemdisplay, barrier blockdisplay)'''
**'''Problem2: Closest display fake to an invisible one is glass'''
**'''Problem3: Any kind of "riding/mount" implementation would not work with displayblocks'''
**Would allow us to ditch team stuff as well
**

Latest revision as of 18:20, 22 October 2023

◄ SL23W41 | SL23W43 ►


  • Update LastInteractedOption to include a SyntaxEnum for type completion and help-text
  • Prune code from helpers like AreaHelper and move them into each corresponding interface
    • or alternatively if needed keep AreaHelper but only allow existance in Types-Project and not in implementations like chunkliapi kadiapi
  • Try to prune all reflection-utils that are still in use as we will most likely support multiple versions
  • Test particle BLOCK_MARKER
  • Can we replace slimes in general for plot selection, xray markers?
    • Problem1: We cannot make invisible entities glow ( air itemdisplay, barrier blockdisplay)
    • Problem2: Closest display fake to an invisible one is glass
    • Problem3: Any kind of "riding/mount" implementation would not work with displayblocks
    • Would allow us to ditch team stuff as well