Mineclonia/mods/CORE
Elias Åström ffbbe91bc5 Remove mcl_autogroups.get_groupcaps
Requiring tool definitions to call a function in _mcl_autogroup means
that they need to be loaded after _mcl_autogroup.  This can cause
problems because _mcl_autogroup needs to be loaded after all tool and
node definitions are completed.

Because of this the API is changed so tool definitions instead put the
data used to generate groupcaps in the custom field
_mcl_autogroup_groupcaps.  _mcl_autogroup will then go through all
registered tools and update the groupcaps for every tool where this
field is present.  This means that no mod ever has to depend on
_mcl_autogroup.
2021-04-16 22:31:57 +02:00
..
_mcl_autogroup Remove mcl_autogroups.get_groupcaps 2021-04-16 22:31:57 +02:00
biomeinfo Update biomeinfo to 1.0.3 2020-04-03 12:50:48 +02:00
controls Fix controls mod crashing in 5.3.0-dev 2020-06-15 23:32:32 +02:00
flowlib Fix flowlib README header 2020-05-30 20:17:04 +02:00
mcl_attached mcl_attached: Check if dir is nil 2020-02-23 20:37:42 +01:00
mcl_autogroup Rewrite mcl_autogroup 2021-04-16 22:31:42 +02:00
mcl_explosions Add setting to bypass protection in mcl_explosions 2021-02-28 16:06:48 +01:00
mcl_init Add sub-map generators queue, fix MineClone2/MineClone2#993 and MineClone2/MineClone2#1060 2021-02-22 03:15:32 +04:00
mcl_loot Make mcl_loot/get_random_slots() deterministic 2021-02-22 21:58:35 +04:00
mcl_particles New mob death particle and sound 2020-12-05 05:11:53 +01:00
mcl_sounds Reduce grass sound volume 2020-12-08 16:56:27 +01:00
mcl_util Add sub-map generators queue, fix MineClone2/MineClone2#993 and MineClone2/MineClone2#1060 2021-02-22 03:15:32 +04:00
mcl_worlds Merge kay27_textures branch: more recongizable obsidian texture; better NP texture; Nether particles 2020-10-24 21:49:11 +04:00
walkover FrostWalker 2020-11-05 16:05:42 +01:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00