Go to file
Sebastian Hasait 12bbb5007c Use original textures 2018-12-31 17:02:38 +01:00
.gitignore Initial commit 2018-12-19 20:49:30 +01:00
LICENSE Initial commit 2018-12-19 20:49:30 +01:00
README.md Add link for screenshots 2018-12-23 16:30:37 +01:00
depends.txt Initial working version (tested with minetest engine 0.4.17.1) 2018-12-19 21:05:33 +01:00
init.lua Use original textures 2018-12-31 17:02:38 +01:00

README.md

X-Ray Mod for Minetest

A server side mod providing X-Ray view for the Minetest game engine.

Some screenshots can be found here.

Getting started

  • Download as ZIP and extract into mods folder. See Wiki for details.
  • In the console enter "/xray"
  • Stone and Stone Brick become 80% transparent, so you can see what is hidden behind, e.g. ores.

Extending

  • In init.lua add more node definitions to make them transparent as well.

License

  • MIT License (see file LICENSE)