Changed README to be a markdown file, added screenshot

This commit is contained in:
Zenon Seth 2022-11-25 11:09:17 +00:00
parent bb346f3b1e
commit 6bd6438595

View File

@ -1,8 +1,11 @@
# Climbable Trapdoors
A really simple mod that makes the default wood and steel trapdoors climbable.
A really simple Minetest mod that makes the default wood and steel trapdoors climbable.
By default the mod only makes the "open" version climbable.
To make both the open and closed trapdoors climbable, go to the `init.lua` file and change `MAKE_CLOSED_DOORS_CLIMBABLE` to `true`
The mod will also check if the `xpanes` Steel Bar Trapdoor is present, and if so will apply the same climbable state to it as well.
## Screenshot
<img src="screenshot.png" />