Sponge icon indicating copy to clipboard operation
Sponge copied to clipboard

The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.

Results 255 Sponge issues
Sort by recently updated
recently updated
newest added

Fixes pickup animation, statistic and sound when custom items are set. Same as #3334 but for API 8. I have also renamed `callInventoryPickupEvent` to `callHopperInventoryPickupEvent` for clarity.

I originally had an issue where my plugin failed to construct but I had no traces in the log files so I wanted to replace the printStackTrace() with a proper...

### Affected Product(s) SpongeVanilla ### Version 1.16.5-8.1.0-RC1173 ### Operating System Linux archlinux 5.19.1-zen1-1-zen ### Java Version 18.0.2 ### Plugins/Mods ```shell - ``` ### Describe the bug `ResourcePackStatusEvent` never seems to...

type: bug
status: needs triage

### Affected Product(s) SpongeVanilla ### Version 1.16.5-8.1.0-RC1173 ### Operating System Windows ### Java Version 1.8.0_301 ### Plugins/Mods ```shell ScaledHealthTest ``` ### Describe the bug The bug can be reproduced using...

type: bug
status: needs triage

get rid of guava checkstate preconditions and use stdlib function

Trying to read from an empty payload will fire an exception which will be swallowed on the server and disconnect the client.

This collaboration with @icelimetea Major change: The new scheduler minimizes O(n) per iteration of tasks on every tick, which is achieved thanks to the binary heap. Since we now have...

### Affected Product(s) SpongeVanilla ### Version 1.19.4-10.0.0-RC1469 ### Operating System Linux ### Java Version 17 ### Plugins/Mods ```shell Custom ``` ### Describe the bug ``` java.lang.ClassCastException: class net.minecraft.core.Holder$Reference cannot be...

type: bug
status: needs triage