Hardcore Ender Expansion

Hardcore Ender Expansion

2M Downloads

[FIXED 1.8.3] Replaced blocks have no name in the block registry

mezz opened this issue ยท 2 comments

commented

Here's the original issue sent to Forestry
ForestryMC/ForestryMC#773

mezz:

here's the flow: forestry gets the replaced vanilla block and then looks up the name to write it to the config (for creating a new config) crash
when it's the real vanilla ender egg, looking up the name works and it's happy

chylex:

right, I'm checking the delegates now
yea:
[00:25:47] [Client thread/INFO] [HardcoreEnderExpansion]: Mine null
[00:25:47] [Client thread/INFO] [HardcoreEnderExpansion]: Vanilla minecraft:dragon_egg
so I'll have to replace the delegate, which means more AT because the field is final and there's no method for it
ooor, I could poke cpw|out and see if there's any way to properly replace blocks
ooh, the delegate is actually fine, it's just the setName method is never ran.. ooh

commented

Fixed in dev, the update will be out today or tomorrow.