mt-mods / travelnet

Network of teleporter-boxes that allows easy travelling to other boxes on the same network. (Mod for Minetest)
https://content.minetest.net/packages/mt-mods/travelnet/
GNU General Public License v3.0
7 stars 12 forks source link

add lbm to migrate formspecs automatically on mapblock load #48

Closed BuckarooBanzay closed 2 years ago

BuckarooBanzay commented 2 years ago

in addition to #47 this will migrate the old formspec in meta to the new rightclick-/punch-only behavior automatically (the formspec flashes were getting annoying)

wsor4035 commented 2 years ago

this should be optional

BuckarooBanzay commented 2 years ago

this should be optional

a setting perhaps? An additional lbm won't really hurt performance-wise but i get your point, this won't make sense if the mod is freshly cloned and there are no existing travelnets to migrate

S-S-X commented 2 years ago

Setting with opt-in (disabled by default) sounds good as only those who get annoyed will ever need it and in my opinion it does not really make much sense to add opt-out configuration for this.

oversword commented 2 years ago

This is in addition to https://github.com/mt-mods/travelnet/pull/45, #47 didn't change this behaviour