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

Override on_punch for poster node definition #40

Closed R3R3R3 closed 4 years ago

R3R3R3 commented 4 years ago

The signs_api register_sign's default on_punch sets a sign's formspec to the sign editor. If we protect a poster and then punch/break it, subsequent attempts to view the poster will briefly cause the the sign editor to display before the actual poster formspec. Small, but annoying.

pyrollo commented 4 years ago

Great! I did not figured out why it happened, thanks!