mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-06 01:35:05 +00:00
4b4d40f158
This removes the need to include _mcl_autogroup as a dependency for mcl_inventory (which should be avoided) and decreases the likelihood that the code used for populating item tables is executed before all other mods are loaded.
4 lines
201 B
Text
4 lines
201 B
Text
name = mcl_inventory
|
|
description = Adds the player inventory and creative inventory.
|
|
depends = mcl_init, mcl_formspec, mcl_enchanting
|
|
optional_depends = mcl_player, mcl_armor, mcl_brewing, mcl_potions
|