All builds
-
1.12.2-7.1.6-RC174
-
Bump common for various small fixes. Mostly with SpongeForge.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Other tick listener phase states need to also process block drop captures.
Gabriel Harris-Rouquette - 7 years ago
-
Add hook for detecting client event classes.
Gabriel Harris-Rouquette - 7 years ago
-
Ensure that pre world tick listeners are still processing block item drops. Fixes an internal reported issue.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for various small fixes. Mostly with SpongeForge.
-
1.12.2-7.1.6-RC173
-
Bump common for TileEntity removal request fixes. Shouldn't affect much of vanilla.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Fix multiple requests at removing the same TileEntity while breaking
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for TileEntity removal request fixes. Shouldn't affect much of vanilla.
-
1.12.2-7.1.6-RC172
-
Update common for TileEntity unload single block captures.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Make Tiles Unloading still singularly capture block changes for events like they are designed to do. Fixes SpongePowered/SpongeForge#2742.
Gabriel Harris-Rouquette - 7 years ago
-
Update common for TileEntity unload single block captures.
-
1.12.2-7.1.6-RC171
-
Bump common for minor bug fix with neighbor notifications and pruning snapshots.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Fix attempting to prune a single snapshot during neighbor notifications. Fixes SpongePowered/SpongeForge#2729.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for minor bug fix with neighbor notifications and pruning snapshots.
-
1.12.2-7.1.6-RC170
-
Update common for various changes. Add support for new Schematic Format.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Merge Implementation support for Schematic v2 and API update. Merges #2231.
Gabriel Harris-Rouquette - 7 years ago
-
Add Forge Capabilities deserialization. Fixes SpongePowered/SpongeForge#2733.
Gabriel Harris-Rouquette - 7 years ago
-
Make ListenerPhaseStates avoid being reported as re-entrant.
Gabriel Harris-Rouquette - 7 years ago
-
Implement Sponge Schematic Format version 2 with existing API changes
Gabriel Harris-Rouquette - 7 years ago
-
Perform block breaks on set instead of delaying till later.
Gabriel Harris-Rouquette - 7 years ago
-
Refactor registry module registration (#2223)
Morpheus - 7 years ago
-
Fix block drops requesting a potentially removed TileEntity during player interactions. Fixes SpongePowered/SpongeForge#2709.
Gabriel Harris-Rouquette - 7 years ago
-
Update common for various changes. Add support for new Schematic Format.
-
1.12.2-7.1.6-RC169
-
Bump common for entity ticking and block cancellation fix.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Fix cancelling events and removing from an empty map. Fixes #2253.
Gabriel Harris-Rouquette - 7 years ago
-
Fix re-entrant single block captures on UnwindingState causing neighboring blocks not being updated on clients.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for entity ticking and block cancellation fix.
-
1.12.2-7.1.6-RC168
-
Bump common and update gradle scripts to Gradle 4.10.3.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Ensure we are exiting the popping of PhaseContexts when we are in an
Gabriel Harris-Rouquette - 7 years ago
-
Bump common and update gradle scripts to Gradle 4.10.3.
-
1.12.2-7.1.6-RC167
-
Bump SpongeCommon.
Seppe Volkaerts - 7 years ago
SpongeCommon
-
More neighbor null checks in async lighting.
Seppe Volkaerts - 7 years ago
-
Re-fix `TileEntity` resets during block changes and specific block
Gabriel Harris-Rouquette - 7 years ago
-
Bump SpongeCommon.
-
1.12.2-7.1.6-RC166
-
Bump common for user NPE fix.
JBYoshi - 7 years ago
SpongeCommon
-
Fix NPE when retrieving user data. Fixes #2251
JBYoshi - 7 years ago
-
Fix advancements not rendering when mods like Triumph are in use
Aaron Hill - 7 years ago
-
ShouldFire-ify some inventory events (#2188)
Aaron Hill - 7 years ago
-
Update Gradle to 4.10.3
Aaron Hill - 7 years ago
-
Revert TileEntity capture for block break queueing since vanilla furnaces remove
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for user NPE fix.
-
1.12.2-7.1.6-RC165
-
Bump common for various fixes and updates.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Set TileEntity's world before setting the TileEntity to the world. Fixes SpongePowered/SpongeForge#2677.
Gabriel Harris-Rouquette - 7 years ago
-
Make sure not to queue tiles for removal unecessarily unless they need to be refreshed.
Gabriel Harris-Rouquette - 7 years ago
-
Fix two bugs: Placing tile entities when SF is on the client, and breaking containers missing their inventories.
Gabriel Harris-Rouquette - 7 years ago
-
Merge SpongeForge changes into Common's processRightClickBlock changes.
Gabriel Harris-Rouquette - 7 years ago
-
Nuke some more static fields being reused in some places from SpongeCommonEventFactory.
Gabriel Harris-Rouquette - 7 years ago
-
Actually switch into the conversion context. Fixes #2246.
Gabriel Harris-Rouquette - 7 years ago
-
Move interaction event static fields to nethandler or interaction manager to avoid potential contamination issues.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for various fixes and updates.