Sokomine / travelnet

network of teleporter-boxes that allow easy travelling to other boxes on the same network (Mod for Minetest)
GNU General Public License v3.0
30 stars 52 forks source link

extend travelnet.allow_dig with a pos param #51

Closed thomasrudin closed 4 years ago

thomasrudin commented 4 years ago

Overview

Extends the allow_dig call with a pos parameter:

travelnet.allow_dig( name, owner, network_name, pos )

Use-case

Allows for fine-grained remove decisions, for example depending on the travelnets protection

thomasrudin commented 4 years ago

Merged here: https://github.com/mt-mods/travelnet (@Sokomine please tell me when you are maintaining this again)