Persistent entity api #7

Open
opened 2022-04-06 19:18:20 +00:00 by nephele · 1 comment
Owner

Write an api for consistent entity storage

in particular

  • create a way to safe "like meta" stuff on luaoptions, overwrite the api so this works nicely
  • create a persistent way to safe this on shutdown, chunk unload and restore this later.
Write an api for consistent entity storage in particular * create a way to safe "like meta" stuff on luaoptions, overwrite the api so this works nicely * create a persistent way to safe this on shutdown, chunk unload and restore this later.
Author
Owner

Also fix the item drop functionality once this is working properly to drop the entire stack when requested instead of only one item. there is no good reason to deny this and it breaks prediction the way it is done currnelty (that is q requests a full stack to be dropped, it drops one and returns the stack partially, which makes the UI show the stack as dropped and then show the partial stack, unlike when the item is dropped with shift-q which shows the correct prediction for this.)

Also fix the item drop functionality once this is working properly to drop the entire stack when requested instead of only one item. there is no good reason to deny this and it breaks prediction the way it is done currnelty (that is q requests a full stack to be dropped, it drops one and returns the stack partially, which makes the UI show the stack as dropped and then show the partial stack, unlike when the item is dropped with shift-q which shows the correct prediction for this.)
nephele added the
Api
label 2022-04-06 19:36:42 +00:00
nephele added the
v-next
label 2022-04-19 09:15:00 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: nephele/minetest-gamemode-orion#7
No description provided.