SL23W52: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL23W51 | SL24W01 ►")
 
No edit summary
Line 1: Line 1:
[[SL23W51|◄ SL23W51]] | [[SL24W01|SL24W01 ►]]
[[SL23W51|◄ SL23W51]] | [[SL24W01|SL24W01 ►]]
<br />
* '''Update dynmap,''' Invalid texture block name: minecraft:air
* '''Creating a new pod with a uuid key via copy/paste invites mistakes even if we use a UUID wrapper like DocId/LayoutId as:'''
** PodType.X can still reference the old pod
** manager.addInternal()... can still reference user.getXPod(XId.of(uuid, nickname)
** In both cases the assumed type-safety by the Id-wrapper does not help us

Revision as of 13:33, 26 December 2023

◄ SL23W51 | SL24W01 ►


  • Update dynmap, Invalid texture block name: minecraft:air
  • Creating a new pod with a uuid key via copy/paste invites mistakes even if we use a UUID wrapper like DocId/LayoutId as:
    • PodType.X can still reference the old pod
    • manager.addInternal()... can still reference user.getXPod(XId.of(uuid, nickname)
    • In both cases the assumed type-safety by the Id-wrapper does not help us