Releases: LXGaming/Sledgehammer
Releases · LXGaming/Sledgehammer
Sledgehammer v1.2.8
Prevent movement outside of the world border
Sledgehammer v1.2.7
Fix https://github.com/SpongePowered/SpongeForge/issues/2355 Rename SpongeIntegration -> SpongeIntegration_Death
Sledgehammer v1.2.6
Additional fixes and cleanup Prevent sending blank death messages Fix MC-134716 - Kick Exploit Remove AdvancementProgress, InteractEvents, DimensionManager and MessageSpam mixins as they have been fixed upstream.
Sledgehammer v1.2.5
Redirect spammy debug message Fixes https://github.com/SpongePowered/SpongeForge/issues/2366
Sledgehammer v1.2.4
Check instanceof World instead of IMixinWorld Replace player message with debug message
Sledgehammer v1.2.3
Fix ClassCastException caused by Sponge assuming things
Sledgehammer v1.2.2
Re-add InteractItemEvents to SpongeVanilla Fixes https://github.com/SpongePowered/SpongeCommon/issues/2013 How the Sponge devs managed to fuck this up in the first place is beyond me...
Sledgehammer v1.2.1
Improve MistIntegration Fix Portal Creation to work when placing minecraft:gold_block Fix Portal Destruction when blocks are removed Fix incorrect StringUtils import
Sledgehammer v1.2.0
v1.1.5 - Fixes NPE in BiomeProvider caused by Misty World mod (Exoria)
v1.1.6 - Fixes shitty code in PrimalCore which breaks knapping (Exoria)
v1.1.7 - Fixes potential deadlock on shutdown caused by waiting indefinitely for a connection to close
v1.1.8 - Optimized MixinBlockGrass and MixinBlockIce by turning off random ticks
v1.2.0 - Implemented integration system:
- Added ForgeIntegration which forces permission checks on OP based commands
- Added MistIntegration which fixes Misty World portal (Exoria)
Sledgehammer v1.1.4
Temporary fix for https://github.com/SpongePowered/SpongeForge/issues…