MineClone2/mods/ITEMS
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
..
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 Make 'mcl_burning' support other texture packs. 2021-01-22 03:07:21 -06:00
mcl_fishing More flexible wield rotation determination 2021-02-18 09:28:12 +01:00
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
mcl_heads Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
mcl_hoppers
mcl_itemframes Revert 2be8a550dc according to https://git.minetest.land/Wuzzy/MineClone2/issues/973 2021-01-08 14:36:50 +01:00
mcl_jukebox
mcl_maps
mcl_mobitems More flexible wield rotation determination 2021-02-18 09:28:12 +01:00
mcl_mobspawners Fix #1181 2021-02-24 08:33:35 +01:00
mcl_monster_eggs
mcl_mushrooms
mcl_nether More fixes in French translations 2021-02-27 13:43:57 +01:00
mcl_ocean
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 Rewrite mcl_autogroup 2021-03-18 11:32: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