Rename mcl_autogroup to _mcl_autogroup
This should fix some autogroup-related issues due to loading order.
This commit is contained in:
parent
5ca5811bc8
commit
fff3eb1ee7
9 changed files with 15 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
mcl_init
|
||||
mcl_autogroup?
|
||||
_mcl_autogroup?
|
||||
3d_armor?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue