[Mod] xFences [xfences]
License (code): WTFPL. This mod has no textures (except 1×1 transparent image)
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
with
Download
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
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local REPLACE_DEFAULT_FENCES = false
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local REPLACE_DEFAULT_FENCES = true
Download