Skip to content

wsor4035/liquid_restriction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minetest Liquid_Restriction Mod

ContentDB Luacheck License: MIT

restricts players from placing liquids via the node or bucket unless they have a the spill priv

About

born out of me not being able to find a good public spill mod. mod is ment for creative worlds. licensed under MIT.

Links

Setup

download mod, make sure its named liquid_restriction

recommend settings for survival

lr_default = "interact"  
lr_advanced = "spill"  
lr_height = 0  
lr_renew = "true"  

-this config requires players to have the spill priv to use above 0

recommend settings for creative
leave at defaults

minetest.conf settings

  • lr_default (by default spill): default liquid_restriction priv
  • lr_advanced (by default server): advanced liquid_restriction priv
  • lr_height (by default 30): height for advanced priv use
  • lr_renew (by default false): if liquids are renewable or not

FAQ

buckets don't work(place liquid) when used.
please update the mod, this has since been fixed as of commit 1e33fd0

how do I use this mod for random liquid
this mod supports any liquid with the liquid of flowingliquid drawtype, to disable its override please add the liquid_blacklist group to the node. As for buckets or other on_place items, please submit a issue or PR at this time.

About

liquid restriction mod for minetest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages