Save storage overlay data properly
This commit is contained in:
3
TODO.txt
3
TODO.txt
@@ -5,7 +5,6 @@ Priority 1:
|
|||||||
- recipes
|
- recipes
|
||||||
- more recipe categories
|
- more recipe categories
|
||||||
- dfu cache
|
- dfu cache
|
||||||
- Storage Overlay
|
|
||||||
- PV
|
- PV
|
||||||
- NEU buttons
|
- NEU buttons
|
||||||
- Pet/Equipment hud in inventory
|
- Pet/Equipment hud in inventory
|
||||||
@@ -21,6 +20,8 @@ Priority 1:
|
|||||||
|
|
||||||
Priority 2:
|
Priority 2:
|
||||||
- missing talismans / pets in pv
|
- missing talismans / pets in pv
|
||||||
|
- renameable storage pages
|
||||||
|
- storage overlay slot handling (instead of shortcut page)
|
||||||
- item overlays
|
- item overlays
|
||||||
- tree capitator
|
- tree capitator
|
||||||
- builders wand
|
- builders wand
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ object StorageOverlay : FirmamentFeature {
|
|||||||
is StorageBackingHandle.Overview -> rememberStorageOverview(handler, data)
|
is StorageBackingHandle.Overview -> rememberStorageOverview(handler, data)
|
||||||
is StorageBackingHandle.Page -> rememberPage(handler, data)
|
is StorageBackingHandle.Page -> rememberPage(handler, data)
|
||||||
}
|
}
|
||||||
|
Data.markDirty()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun rememberStorageOverview(
|
private fun rememberStorageOverview(
|
||||||
|
|||||||
Reference in New Issue
Block a user