Skip to content

Releases: LXGaming/Sledgehammer

Sledgehammer v1.2.8

11 Sep 23:10
Compare
Choose a tag to compare
Prevent movement outside of the world border

Sledgehammer v1.2.7

25 Aug 05:06
Compare
Choose a tag to compare
Fix https://github.com/SpongePowered/SpongeForge/issues/2355

Rename SpongeIntegration -> SpongeIntegration_Death

Sledgehammer v1.2.6

23 Aug 02:51
Compare
Choose a tag to compare
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

12 Aug 09:55
Compare
Choose a tag to compare
Redirect spammy debug message

Fixes https://github.com/SpongePowered/SpongeForge/issues/2366

Sledgehammer v1.2.4

11 Aug 01:21
Compare
Choose a tag to compare
Check instanceof World instead of IMixinWorld

Replace player message with debug message

Sledgehammer v1.2.3

10 Aug 12:00
Compare
Choose a tag to compare
Fix ClassCastException caused by Sponge assuming things

Sledgehammer v1.2.2

03 Aug 10:25
Compare
Choose a tag to compare
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

29 Jul 04:31
Compare
Choose a tag to compare
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

29 Jul 04:26
Compare
Choose a tag to compare

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

26 May 01:50
Compare
Choose a tag to compare
Temporary fix for https://github.com/SpongePowered/SpongeForge/issues…