Jade ๐Ÿ”

Jade ๐Ÿ”

45M Downloads

Add support for SecretRoomsMod

EnderMelody opened this issue ยท 5 comments

commented
  • Minecraft Version: 1.16.5
  • Mod Version: 1.16.4-2.5.1
    Currently, hidden blocks such as the 'Torch lever' are displayed as their real name.
    2021-03-13_11 24 39
    They should instead be using the block the are mimicking's name instead.
commented

I will just address this issue to Snownee/JadeAddons#2

commented

@embeddedt no, the API you are using is added by WTHIT. there is even no IBlockComponentProvider in Hwyla

commented

Secret Rooms for 1.16+ didn't have plugins to show the fake block's information. I implemented this upstream, it's just waiting on a release: Wyn-Price/SecretRooms#71

I don't think it's an issue with any particular Hwyla implementation, so this can probably be closed now?

commented

@embeddedt and one more thing: I don't think your PR will work for the Torch Lever

commented

Hmm.. it's my understanding that WTHIT renamed the original interface from Hwyla, making it impossible to support both mods simultaneously.