README.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. Minetest mod "Fences"
  2. =====================
  3. version: 1.0-LGN
  4. License of source code:
  5. -----------------------
  6. Written 2013 by BlockMen
  7. This program is free software. It comes without any warranty, to
  8. the extent permitted by applicable law. You can redistribute it
  9. and/or modify it under the terms of the Do What The Fuck You Want
  10. To Public License, Version 2, as published by Sam Hocevar. See
  11. http://sam.zoy.org/wtfpl/COPYING for more details.
  12. License of texture:
  13. -------------------
  14. Written 2017 by Tirifto
  15. This texture is released into public domain under the CC0 license.
  16. See: https://creativecommons.org/publicdomain/zero/1.0/legalcode
  17. --USING the mod--
  18. This mod "overrides" the recipe for the default fence, so if you want craft a fance, it crafts THIS fence.
  19. If you want replace already placed default fences open the "init.lua" (in this directory) and change
  20. the first line to "local override_original = true". Then all placed default fences will be replaced with
  21. this fence.
  22. It is not possible to jump over the Fence or the closed Fencegate. Only exception is when you "sneak" and "jump".