Go to file
Lars Mueller 20443fb02f Merge branch 'master' of https://github.com/appgurueu/disable_build_where_they_stand 2022-05-13 12:31:54 +02:00
textures More modlib use 2020-12-21 19:56:44 +01:00
Readme.md Regenerate settingtypes & readme 2022-05-13 12:30:30 +02:00
init.lua Move collisionbox code to modlib, fix non-walkable 2021-03-25 18:16:53 +01:00
mod.conf Configuration & entity support 2020-12-20 14:53:13 +01:00
schema.lua Merge branch 'master' of https://github.com/appgurueu/disable_build_where_they_stand 2022-05-13 12:31:54 +02:00
screenshot.png Add symbolic representation 2020-11-08 13:22:00 +01:00
settingtypes.txt Regenerate settingtypes & readme 2022-05-13 12:30:30 +02:00
test.lua First release 2020-10-30 23:28:10 +01:00

Readme.md

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