BedWars1058 icon indicating copy to clipboard operation
BedWars1058 copied to clipboard

Fix #508 ,#395, #522,#304, blast-proof glass for 1.18, 1.18R1 rework, Simplified Chinese translation

Open hugeBlack opened this issue 2 years ago • 6 comments

Fix for #508 The onEnabled(a) call is somehow in the catch block, which can be hardly reached. So it is moved to be invoked after slime.generateWorld(finalWorld)

hugeBlack avatar May 07 '22 15:05 hugeBlack

I also added simplified Chinese translation.

hugeBlack avatar May 11 '22 11:05 hugeBlack

It seems that the getPlayerHead method is actually working properly in 1.18.

hugeBlack avatar May 17 '22 05:05 hugeBlack

Correctly set tnt igniter and add all stained glass to TNT whitelist for version 1.18_R1

hugeBlack avatar May 17 '22 07:05 hugeBlack

fix for #522 Potion listener registration is somehow placed in the switch block for deprecated, so that the listener is only registered in these deprecated version

hugeBlack avatar May 17 '22 09:05 hugeBlack

The reason why noSuchMethod is thrown when isInvisibilityPotion method is called is that the isInvisibilityPotion method somehow vanished from VersionSupport and all version support classes in version 22.3.4, which is weird.

hugeBlack avatar May 18 '22 16:05 hugeBlack

please resolve conflicts

andrei1058 avatar Aug 25 '22 20:08 andrei1058