luarocks 3c6f246fc1 Add Mineclone autodetection | 1 ano atrás | |
---|---|---|
images | 1 ano atrás | |
LICENSE | 1 ano atrás | |
README.md | 1 ano atrás | |
handlers.lua | 1 ano atrás | |
init.lua | 1 ano atrás | |
mod.conf | 1 ano atrás | |
screenshot.png | 1 ano atrás | |
settingtypes.txt | 1 ano atrás |
Originally I made a simple mod that separates inventory from a bar, allowing you to move things between them by shift-click, like in Minecraft. But because of some technical specifics of the Minetest engine my mod was not really simple and require significant changes to all mods that interact with inventory.
So I had the idea of a new mod (which you see now) that automatically manage your inventory, removing all trash from the bar and putting your preferred items on it, without affecting inventory structure, which makes it much mores compatible with other mods.
As a result, it turned out to be very comfortable and easier than manual shift-clicking!
For i3
users I recommend to check all checkboxes in its settings:
Mineclone
users needs to change bar_size
from 8
to 9
and inv_start
from 9
to 10
in the mod settings.
Please, be very careful changing these numbers. If the mod crashed, check twice if these numbers was correct before reporting a bug!
This mod was created in Minetestia Forge.
All my mods uses Minetest LSP-API annotations, StyLua and Luacheck.