1
0
Fork
You've already forked mcl_cozy
0
forked from rudzik8/mcl_cozy
Clone to prepare PRs for upstream.
  • Lua 100%
Find a file
2026年04月03日 08:02:42 +02:00
locale Update French translation 2026年04月03日 08:02:42 +02:00
.gitignore Large mod rewrite, bugfixes, transition from Unlicense to 0BSD 2024年12月26日 21:58:06 +07:00
.luacheckrc Minor clean-up 2024年12月03日 18:59:44 +07:00
API.md Reuse node parameter passed to action callbacks 2025年03月23日 09:50:49 +07:00
init.lua Add mcl_serverplayer to mod.conf 2025年09月07日 12:31:22 +07:00
LICENSE Large mod rewrite, bugfixes, transition from Unlicense to 0BSD 2024年12月26日 21:58:06 +07:00
mod.conf Add mcl_serverplayer to mod.conf 2025年09月07日 12:31:22 +07:00
README.md Fix pickblock not working on stairs/slabs with sitting turned off 2025年11月14日 13:53:28 +07:00
screenshot.png Add screenshot.png 2022年02月24日 07:33:28 +07:00
settingtypes.txt Make sitting on stairs/slabs a per-player setting 2025年03月23日 10:18:13 +07:00
stairs_slabs.lua Fix pickblock not working on stairs/slabs with sitting turned off 2025年11月14日 13:53:28 +07:00

Mineclonia Get Comfortable

ContentDB

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.

Screenshot

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.

API

This mod provides its own APIs for other mods to use. See API.md for details.