Simple barrier mod for minetest
Find a file
your name a15f799a4d comtented out some not needeed code. that i forgor
to disable cuz its not needed at the moment butt may bee later.
2024-05-31 22:47:02 -04:00
textures First 2024-02-28 18:18:20 -05:00
init.lua comtented out some not needeed code. that i forgor 2024-05-31 22:47:02 -04:00
LICENSE edided license 2024-02-28 19:58:20 -05:00
mod.conf First 2024-02-28 18:18:20 -05:00
README.md First 2024-02-28 18:18:20 -05:00
screenshot.png First 2024-02-28 18:18:20 -05:00

Barrier

Barrier mod for minetest

This mod adds 4 different types of barriers to the game. Each barrier in this mod can only be broken or placed by those with the barrier priv. Each barrier also has no predicted node breaking. Much like the iron doors in MTG. So it's impossible to clip through without cheats.

The following nodes are added.

Barrier

Normal opaque barrier.

Transparent Barrier

Barrier with a translucent texture.

Invisible Barrier

Air-like solid barrier. Can be seen by those with the barrier_see priv.

Liquid Barrier

Air-like passable non-pointable barrier that blocks liquid.

Sky Barrier

Glowing barrier that imitates the default sky colour.

License

Textures are CC0.

Mod code is AGPLv3.