Resource Backpack's

Resource Backpack's

74.3k Downloads

Backpack gets dropped with active Gravestone mod

Stein-N opened this issue ยท 3 comments

commented

Mod loader

Fabric

Mod version

0.13.5-BETA

Minecraft version

1.21.4

Issue description

Backpack gets dropped normaly, even then when a Gravestone mod is installed

If Bug

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

Provide the latest.log file

No response

commented

Universal Graves Fabric only:

  • implement a custom GraveInventoryMask File
  • register through GravesApi File
commented

GraveStone Mod Neoforge only

  • needs a mixin like Gravestone X CuriosAPI
  • also a custom IMixinPlugin that checks if the mod is loaded to apply mixins
commented

YIGD Fabric and NeoForge

  • need Mixin into InvCompat class
  • changes to the IMixinPlugin