Re-introduce the progressive mode! YESSSSS
This commit is contained in:
parent
e26f03f37e
commit
d25e9ec4cc
6 changed files with 40 additions and 36 deletions
|
@ -1,5 +1,4 @@
|
|||
mcl_init
|
||||
mcl_player?
|
||||
mcl_craftguide?
|
||||
_mcl_autogroup?
|
||||
3d_armor?
|
||||
|
|
|
@ -131,8 +131,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||
if not minetest.settings:get_bool("creative_mode") and (formname == "" or formname == "main") then
|
||||
set_inventory(player)
|
||||
end
|
||||
elseif fields.__mcl_craftguide and mod_craftguide then
|
||||
mcl_craftguide.show(player:get_player_name())
|
||||
end
|
||||
end)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue