Rename mcl_autogroup to _mcl_autogroup

This should fix some autogroup-related issues due to loading order.
This commit is contained in:
Wuzzy 2018-05-08 16:32:07 +02:00
parent 5ca5811bc8
commit fff3eb1ee7
9 changed files with 15 additions and 12 deletions

View file

@ -11,7 +11,7 @@ for _, f in pairs(builtin_filter_ids) do
end
--[[ Populate all the item tables. We only do this once. Note this mod must be
loaded after mcl_autogroup for this to work, because it required certain
loaded after _mcl_autogroup for this to work, because it required certain
groups to be set. ]]
do
for name,def in pairs(minetest.registered_items) do

View file

@ -1,3 +1,3 @@
mcl_init
mcl_autogroup?
_mcl_autogroup?
3d_armor?