Dependencies: default

This mods adds improved fences to Minetest. Note: you cannot jump over that fences by default but you can do it using shift key. I don't know a way to fix that.
If you would like to replace default fences with ones that mod adds, change in init.lua
- Code: Select all
local REPLACE_DEFAULT_FENCES = false
- Code: Select all
local REPLACE_DEFAULT_FENCES = true
Download
