Christian Danscheid
Christian Danscheid
Ah, so this is still not possible? I always thought minetest.after(0, function) would be run before the first server step, but it seems like it's running on the first server...
We would still need a way to the the API which nodes are "base nodes" for markings though.
What I meant was: How do we tell the API which nodes to put the labels on? I really don't want to hardcode this...
I'm sure there is a way. Nothing's impossible ;) I'll think about it this weekend.
Sounds good so far, but I have a few suggestions for enhancements: 1. IDs should be autogenerated by the API. It shouldn't be the concern of a developer/content-creator to avoid...
To 1: What I wanted to achieve is a simplification of the API. In my opinion, there shouldn't be a need to specify two strings, name and ID, which are...
Sounds reasonable