Mineclonia/mods/mcl_fences
Wuzzy 1c67f9aacc Improve fence connection logic 2017-02-10 05:33:49 +01:00
..
textures Fix fence item images 2017-01-17 04:18:36 +01:00
README.txt Rename fences mod to “mcl_fences” 2017-01-17 03:03:43 +01:00
depends.txt Rename mod: default to mcl_core 2017-01-31 23:32:56 +01:00
init.lua Improve fence connection logic 2017-02-10 05:33:49 +01:00
mod.conf Rename fences mod to “mcl_fences” 2017-01-17 03:03:43 +01:00

README.txt

Minetest mod "Fences"
=======================
version: 1.0

License of source code and textures:
------------------------------------
Written 2013 by BlockMen

This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.





--USING the mod--

This mod "overrides" the recipe for the default fence, so if you want craft a fance, it crafts THIS fence.

If you want replace already placed default fences open the "init.lua" (in this directory) and change
the first line to "local override_original = true". Then all placed default fences will be replaced with
this fence.

It is not possible to jump over the Fence or the closed Fencegate. Only exception is when you "sneak" and "jump".