forked from rudzik8/mcl_cozy
Clone to prepare PRs for upstream.
- Lua 100%
| locale | Update French translation | |
| .gitignore | Large mod rewrite, bugfixes, transition from Unlicense to 0BSD | |
| .luacheckrc | Minor clean-up | |
| API.md |
Reuse node parameter passed to action callbacks
|
|
| init.lua | Add mcl_serverplayer to mod.conf | |
| LICENSE | Large mod rewrite, bugfixes, transition from Unlicense to 0BSD | |
| mod.conf | Add mcl_serverplayer to mod.conf | |
| README.md | Fix pickblock not working on stairs/slabs with sitting turned off | |
| screenshot.png | Add screenshot.png | |
| settingtypes.txt | Make sitting on stairs/slabs a per-player setting | |
| stairs_slabs.lua | Fix pickblock not working on stairs/slabs with sitting turned off | |
Mineclonia Get Comfortable
Adds commands to /lay or /sit to Mineclonia, as well as the ability to sit on some blocks (stairs and slabs out-of-the-box) by right-clicking them from VoxeLibre.
Port of the good old cozy mod (originally made for MTG by everamzah) to work with VL/MCLA properly and even provide some nice new features!
License
The source code is licensed under 0BSD ("public domain"). See LICENSE file
for details.
stairs_slabs.luauses code from Mineclonia'smods/PLAYER/mcl_meshhand/init.lua(CC0)
API
This mod provides its own APIs for other mods to use. See API.md
for details.