Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mainmenu dlg_config_world.lua can not show enabled unified_inventory mod #11552

Closed
snowyu opened this issue Aug 18, 2021 · 0 comments
Closed
Labels
Bug Issues that were confirmed to be a bug @ Content / PkgMgr @ Mainmenu

Comments

@snowyu
Copy link
Contributor

snowyu commented Aug 18, 2021

Minetest version
Minetest 5.5.0-3b842a7e0 (Linux)
Using Irrlicht 1.9.0mt3
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=1
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
USE_FREETYPE=1
STATIC_SHAREDIR="."
STATIC_LOCALEDIR="locale"
Summary

Set the load_mod_unified_inventory = true in the world.mt.
But it is not enabled in the dlg_config_world.

Steps to reproduce
  1. Put the unified_inventory mod into mods directory

  2. Put the techage_modepack modpack into mods directory too.

  3. Set the load_mod_unified_inventory = true in the world.mt.

    load_mod_unified_inventory = true

run the minetest , switch to local game tab, click the mod config of the world.
You will see the unified_inventory mod is not enabled.

I found the reason is the techage_modepack has the unified_inventory mod too and not enabled(nil).

@snowyu snowyu added the Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible label Aug 18, 2021
snowyu added a commit to snowyu/minetest that referenced this issue Aug 18, 2021
@rubenwardy rubenwardy reopened this May 8, 2022
@rubenwardy rubenwardy added Bug Issues that were confirmed to be a bug @ Mainmenu @ Content / PkgMgr and removed Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible labels May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that were confirmed to be a bug @ Content / PkgMgr @ Mainmenu
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants