Skip to content

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

License

Notifications You must be signed in to change notification settings

appgurueu/disable_build_where_they_stand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages