Go to file
Lars Mueller 31f498d931 Move collisionbox code to modlib, fix non-walkable 2021-03-25 18:16:53 +01:00
textures More modlib use 2020-12-21 19:56:44 +01:00
Readme.md Generated Markdown 2020-12-28 18:27:18 +01: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 Configuration & entity support 2020-12-20 14:53:13 +01:00
screenshot.png Add symbolic representation 2020-11-08 13:22:00 +01:00
settingtypes.txt Generated configuration description 2020-12-22 12:38:14 +01: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

Also check for entities standing there

  • 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