VoxeLibre/mods/ITEMS/mcl_tools
Elias Åström fb6f5eae7a Rewrite mcl_autogroup
These changes are primarly made to make mcl_autogroup more efficient.
Previously enchanted tools required storing around 21 kB of metadata due
to the way the previous version of the mod was implemented.  This caused
a lot of lag and a huge amount of network traffic.  With the changes
enchanted tools won't require more than 1 kB of metadata.

The mod is also rewritten to use an API to register digging groups and
compute the groupcaps for tools.  This will make it easier for modders
to register custom digging groups.

The mod is now split up into two parts.  One part called "mcl_autogroup"
to implement the API for registering custom digging groups, and the
other part called "_mcl_autogroup" which contains most of the code which
has to be loaded after most mods.
2021-03-18 11:32:18 +01:00
..
locale Remove enchantment table 2020-10-23 23:00:54 +02:00
sounds Add shears cut sound 2020-12-06 01:21:02 +01:00
textures Add 3d wielded nodes (not functional until Right_Hand bone is added) 2021-02-24 12:58:30 +01:00
aliases.lua Add tool aliases 2017-02-26 18:57:57 +01:00
crafting.lua Fix tool-related crafting recipes 2017-02-27 20:25:56 +01:00
depends.txt Rename mcl_autogroup to _mcl_autogroup 2018-05-08 16:43:25 +02:00
init.lua Rewrite mcl_autogroup 2021-03-18 11:32:18 +01:00
mod.conf Tools to mcl_tools, way more efficient digging time definitions 2017-02-26 18:44:48 +01:00
README.md Add shears cut sound 2020-12-06 01:21:02 +01:00

This mod adds tools for MineClone 2.

Credits

Other files: See main MineClone 2 README.