Inventory Replacement

Started by Somerandomdude on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Inventory Replacement

Version is 2025.3

I need to replace the inventory of the player, so I can hide some slots with the new GUI. Is there a way to detect if the basic inventory is open for the player?

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't want to use keybinds…
Sun, 03/15/2026 - 13:16

I don't want to use keybinds, because I'm afraid what will happen if the player changes keybind.

There is no direct way to…
Sun, 03/15/2026 - 15:17

There is no direct way to modify inventory of the player.

Best approach would be mixins and custom code, but that may introduce compatiblity problems with other mods.

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know, but is there a way…
Tue, 03/17/2026 - 18:40

I know, but is there a way to detect if the basic inventory is open for players? Maybe I could use that detection to something else...