appgurueu / disable_build_where_they_stand

Minetest mod. Disables placing blocks at places where they would collide with a player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Build Where They Stand

Disables placing blocks at places where they would collide with a player (or entity).

About

Depends on modlib. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu).

Usage

Enable & probably configure it.

Configuration

Uses the new modlib configuration system.

entities

Check for entities

  • Type: boolean
  • Default: true

nodes

Check for nodes

  • Type: boolean
  • Default: true

players

Check for players

  • Type: boolean
  • Default: true

search_radius

Search radius for entities & players

  • Type: number
  • Default: 10
  • > 0
  • <= 100

test

Enable debug mode (visualization of boxes)

  • Type: boolean
  • Default: false

About

Minetest mod. Disables placing blocks at places where they would collide with a player.

License:MIT License


Languages

Language:Lua 100.0%