MineClone2/mods/ITEMS
Elias Åström f8461d5e90 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-03-18 11:33:18 +01:00
..
mcl_anvils Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_armor Fix #1156 2021-02-25 12:27:14 -08:00
mcl_armor_stand
mcl_banners
mcl_beds Fix #1200 2021-02-26 09:19:11 +01:00
mcl_books
mcl_bows Simplify mcl_burning API 2021-02-22 10:55:14 +01:00
mcl_brewing Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_buckets
mcl_cake Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_cauldrons Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_chests Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_clock
mcl_cocoas Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_colorblocks
mcl_compass
mcl_core Rewrite mcl_autogroup 2021-03-18 11:32:18 +01:00
mcl_crafting_table
mcl_doors Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_dye
mcl_enchanting Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 2021-03-01 10:52:07 +01:00
mcl_end
mcl_farming Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_fences
mcl_fire
mcl_fishing
mcl_flowerpots Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_flowers Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_furnaces Fix #955 2021-01-05 20:36:50 +01:00
mcl_heads Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_hoppers
mcl_itemframes
mcl_jukebox
mcl_maps
mcl_mobitems
mcl_mobspawners Fix #1181 2021-02-24 08:33:35 +01:00
mcl_monster_eggs
mcl_mushrooms Silk Touch 2020-11-02 19:09:23 +01:00
mcl_nether More fixes in French translations 2021-02-27 13:43:57 +01:00
mcl_ocean Merge https://git.minetest.land/EliasFleckenstein03/MineClone2 2020-12-13 03:00:04 +04:00
mcl_portals Fix https://git.minetest.land/MineClone2/MineClone2/issues/1108 2021-02-26 02:48:22 +04:00
mcl_potions Replace usages of get_node_group by get_item_group 2021-02-23 10:25:17 +01:00
mcl_signs Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_sponges
mcl_stairs
mcl_throwing
mcl_tnt Lower drop rate of TNT to 25 % 2021-03-01 16:08:52 +01:00
mcl_tools Remove mcl_autogroups.get_groupcaps 2021-03-18 11:33:18 +01:00
mcl_torches Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_totems
mcl_walls Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_wool
mclx_core
mclx_fences
mclx_stairs
REDSTONE Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
screwdriver
xpanes Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
modpack.conf