pyrollo / display_modpack

Display modpack for Minetest, provides mods with dynamic display and font display : clocks, signs, and more.
GNU Lesser General Public License v3.0
25 stars 27 forks source link

Update the entities as soon as mapblock is loaded #9

Closed Thomas--S closed 6 years ago

Thomas--S commented 6 years ago

Useful e.g. after /clearobjects Introduces the group display_lib_sign

pyrollo commented 6 years ago

Very good idea and a last, it solves the /clearobjects issue :+1:

I have a remark, this is not only a signs stuff, this should apply also to clocks and steles.

So the group should be named something like "display_lib_entity" instead of "display_lib_sign" and added to clock and steles nodes.

Thomas--S commented 6 years ago

Thanks for your answer!

I added the group to clocks and steles now, too. I decided to use the group name display_lib_node. I hope this is ok for you.

Thomas--S commented 6 years ago

Updated once again because there was still one little mistake left. (Steles were not updated correctly.)

Now it should work fine.

pyrollo commented 6 years ago

Yes, that's fine, I was hesitating with this name also :)

Thomas--S commented 6 years ago

Thanks for merging!

pyrollo commented 6 years ago

Your welcome ! Thanks for the improvement :)