All builds
-
1.12.1-7.0.0-BETA-320
SpongeCommon
-
Capture entity spawns during block breaks and cancel them when block changes are cancelled. Fixes SpongePowered/SpongeForge#899
jbyoshi - 9 years ago
-
don't create lens for zero sized InventoryBasic
Faithcaio - 9 years ago
-
Trigger a new build
kashike - 9 years ago
-
Capture entity spawns during block breaks and cancel them when block changes are cancelled. Fixes SpongePowered/SpongeForge#899
-
1.12.1-7.0.0-BETA-319
-
Add hack to make client module work on IntelliJ IDEA 2017.2
stephan-gh - 9 years ago
-
Update SpongeCommon for Mixin update
stephan-gh - 9 years ago
SpongeCommon
-
Fix some Mixin compile warnings
stephan-gh - 9 years ago
-
Update Mixin to 0.7.2-SNAPSHOT
stephan-gh - 9 years ago
-
Add missing access transformer for last commit
stephan-gh - 9 years ago
-
Handle more cases when cancelling entity interact. Fixes #1268
stephan-gh - 9 years ago
-
Sort access transformer rules
stephan-gh - 9 years ago
-
fix RegistryModule load-order
Faithcaio - 9 years ago
-
Fix Ban.getCreationDate() with default ban service. Fixes #1129
stephan-gh - 9 years ago
-
Fix client state when cancelling InteractEntityEvent, fixes #1268
stephan-gh - 9 years ago
-
Fix entity activation range not checking all chunks in range.
bloodmc - 9 years ago
-
Add hack to make client module work on IntelliJ IDEA 2017.2
-
1.12.1-7.0.0-BETA-318
-
1.12.1-7.0.0-BETA-317
SpongeCommon
-
Ensure held item is non-empty before applying enchantment effects
stephan-gh - 9 years ago
-
Match against owning class when transforming tracked method calls
Aaron1011 - 9 years ago
-
Only allow custom beacon potions when set through the API
Aaron1011 - 9 years ago
-
Fixes #1472 : Pass all entities to the avoid target selector.
Zidane - 9 years ago
-
Fix conflicting default method impls of Predicate#test
Aaron1011 - 9 years ago
-
Merge pull request #1401 from SpongePowered/feature/userinventory
Zidane - 9 years ago
-
implement UserInventory and add testplugin
Faithcaio - 9 years ago
-
Merge pull request #1221 from SpongePowered/feature/container-property
Zidane - 9 years ago
-
GuiIDProperty and GuiId Catalogue
Faithcaio - 10 years ago
-
Couple of inventory event fixes. Updates #1448.
Zidane - 9 years ago
-
Cache active chunk for entities and tileentities.
bloodmc - 9 years ago
-
Cache persisted chunk status for activation ranges.
bloodmc - 9 years ago
-
Don't enter TILE_ENTITY_UNLOAD phase on client
Aaron1011 - 9 years ago
-
Always force id's to lowercase when read from config.
bloodmc - 9 years ago
-
Add TileEntityUnloadState. Fixes SpongePowered/SpongeForge#1470
bloodmc - 9 years ago
-
Lets try this fix again for Inventory getPlugin.
Zidane - 9 years ago
-
Fix Inventoryt#getPlugin for custom inventories.
Zidane - 9 years ago
-
Merge pull request #1500 from Cybermaxke/fix-tracker-class-loading
bloodmc - 9 years ago
-
Fix unintentionally class loading caused by Tracker redirect methods.
Cybermaxke - 9 years ago
-
Ensure held item is non-empty before applying enchantment effects
-
1.12.1-7.0.0-BETA-316
SpongeCommon
-
Enter terrain generation phase in createSpawnPosition
Aaron1011 - 9 years ago
-
Fix SF client crash on world join.
bloodmc - 9 years ago
-
Merge pull request #1498 from Cybermaxke/tracking-fix
bloodmc - 9 years ago
-
Fixed a issue that caused IncompatibleClassChangeError's.
Cybermaxke - 9 years ago
-
Cleanup and optimize legacy text parser and add test
stephan-gh - 9 years ago
-
Merge pull request #1483 from Cybermaxke/item-handler-tracking
Zidane - 9 years ago
-
Added a method tracking system.
Cybermaxke - 9 years ago
-
Add missing call to RecipeBookServer.init in initializeConnectionToPlayer
stephan-gh - 9 years ago
-
Enter terrain generation phase in createSpawnPosition
-
1.12.1-7.0.0-BETA-315
-
Update SpongeCommon
stephan-gh - 9 years ago
SpongeCommon
-
Update SpongeCommon
-
1.12.1-7.0.0-BETA-314
-
Update SpongeCommon for sponge command changes
kashike - 9 years ago
SpongeCommon
-
Merge pull request #1484 from Grinch/feature/help-command-permission
kashike - 9 years ago
-
Rename SpongeCommand -> SpongeCommands
Grinch - 9 years ago
-
Add 'sponge.command.help' permission to '/sponge:help' command
Grinch - 9 years ago
-
Disable the recipes plugin test.
Zidane - 9 years ago
-
Handle null return value in JsonTextSerializer. Fixes #1469
stephan-gh - 9 years ago
-
Implement ItemStackSnapshot.getTranslation()
stephan-gh - 9 years ago
-
Update database connectors
stephan-gh - 9 years ago
-
Update SpongeCommon for sponge command changes
-
1.12.1-7.0.0-BETA-313
-
Update SpongeCommon for Mixin update
stephan-gh - 9 years ago
SpongeCommon
-
Update Mixin to 0.7-SNAPSHOT
stephan-gh - 9 years ago
-
Update SpongeCommon for Mixin update
-
1.12.1-7.0.0-BETA-312
-
Update SpongeCommon
…
stephan-gh - 9 years ago
SpongeCommon
-
Merge pull request #1481 from Grinch/feature/plugins-command
Zidane - 9 years ago
-
Finishing touches
Grinch - 9 years ago
-
Merge pull request #1477 from JBYoshi/pluginphase-post
Zidane - 9 years ago
-
Fix CME during TE removal. Fixes SpongePowered/SpongeForge#1722
bloodmc - 9 years ago
-
Fix MC-117075: TE Unload Lag Spike
bloodmc - 9 years ago
-
Don't enable world configs on creation from plugins.
bloodmc - 9 years ago
-
Don't return empty chunks in chunk cache.
bloodmc - 9 years ago
-
Ray trace player digging. Fixes #1415
bloodmc - 9 years ago
-
Don't drop items during block restores.
bloodmc - 9 years ago
-
Updated plugin list command to use pagination rather than a raw list
zachoooo - 10 years ago
-
Have PlayerTickPhase surrounded with a try catch to avoid exceptions causing additional stacks. Partially fixes SpongePowered/SpongeForge#1713 and SpongePowered/SpongeForge#1477.
gabizou - 9 years ago
-
This never happened.
Zidane - 9 years ago
-
Add AI testing plugin (cause why not..)
Zidane - 9 years ago
-
Fix tracker not providing Player as part of entities spawned via
Zidane - 9 years ago
-
Couple of fixes for local movement.
Zidane - 9 years ago
-
if lens is null here build it
Faithcaio - 9 years ago
-
Implement Inventory.getPlugin(). Fixes SpongePowered/SpongeCommon#1222
jbyoshi - 9 years ago
-
Cleanup from Record PR + test plugins cleanup
Zidane - 9 years ago
-
Merges #1438 : Implemented the Record API.
Cybermaxke - 9 years ago
-
Merge pull request #1358 from JBYoshi/fix/xp-levels
Zidane - 9 years ago
-
Merge pull request #1382 from JBYoshi/fix/plugin-teleport-cause
Zidane - 9 years ago
-
Merge pull request #1370 from JBYoshi/fix/tnt-detonate-cancel
Zidane - 9 years ago
-
Fix wrong chunk folder being retrieved during mod init.
bloodmc - 9 years ago
-
Don't use world from entity when spawning. Fixes SpongePowered/SpongeForge#830
bloodmc - 9 years ago
-
Added implementation for getPrecipitationLevel in Extent
hfreeb - 9 years ago
-
Merge pull request #1454 from Meronat/fix/saturation-property
Zidane - 9 years ago
-
Merge pull request #1462 from ustc-zzzz/bleeding
Zidane - 9 years ago
-
Merges #1475: Cleanup pagination list, add a test plugin, and allow sending a specific page
parlough - 9 years ago
-
Rework some of the SpongeTeleportHelper
dualspiral - 9 years ago
-
Bump API ref.
Zidane - 9 years ago
-
Implement Villager.getCarrier().
jbyoshi - 9 years ago
-
Remove getName from MixinItem toString as it can crash on startup.
bloodmc - 9 years ago
-
Use TeleportCauses.PLUGIN for plugin-caused teleports.
jbyoshi - 9 years ago
-
Allow PluginPhase to run during unwinding, for plugin actions inside event listeners that are called during unwinding. Fixes SpongePowered/SpongeVanilla#314.
jbyoshi - 9 years ago
-
Automatically recalculate the total XP after updating the experience levels.
jbyoshi - 9 years ago
-
Fix the incorrect implementation of (de)serialization of GameProfile
ustc-zzzz - 9 years ago
-
Fix saturation property value to be actual value
parlough - 9 years ago
-
Bypass PluginContainer cause checks. Fixes SpongePowered#1366
jbyoshi - 9 years ago
-
Update SpongeCommon
-
1.12.1-7.0.0-BETA-311
SpongeCommon