Sponge
Sponge copied to clipboard
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
These `supports` make no sense because these keys reflect components that can be applied to any stack. For firework data the only remaining limitation is that FIREWORK_STAR assumed to be...
Adding `userplugins=true` to `project.properties` enables `testplugins/userPluginBuilds` file to add paths to additional gradle projects ``` /path/to/my/plugin/project ``` `testplugins/userPlugins` file to add plugins as gradle dependencies ``` com.example.plugin:plugin1 com.example.plugin:plugin2 ``` Sponge...
### Affected Product(s) SpongeVanilla ### Version 1.21.4-14.0.0-RC0 ### Operating System Debian GNU/Linux ### Java Version Java 21 ### Plugins/Mods ```shell Sponge v1.21.4-14.0.0-RC0 SpongeAPI v14.0.0-SNAPSHOT Minecraft v1.21.4 UnifiedMetrics v0.3.10-SNAPSHOT ForcePack v1.3.71...
### Affected Product(s) SpongeVanilla ### Version 1.21.3-13.1.0-SNAPSHOT ### Operating System Linux, Windows WSL ### Java Version openjdk 21.0.6 2025-01-21 LTS OpenJDK Runtime Environment Corretto-21.0.6.7.1 (build 21.0.6+7-LTS) OpenJDK 64-Bit Server VM...
`vanillaRegistryAccess()` essentially does the same, simply hiding static access to server for places that only need registry access. As discussed in discord, these calls to server may happen before server...
This has long been outdated since signs have changed with how they are persisted. I'm not sure even how long this has been broken. Hopefully this will fix the usability.
This issue was originally submitted by @Evolht in [SpongePowered/SpongeAPI#1796](https://github.com/SpongePowered/SpongeAPI/issues/1796). ___ Found a few abstract methods during development. ` boolean digBlockWith(int x, int y, int z, ItemStack itemStack,GameProfile profile); ` `java.lang.AbstractMethodError:...
### Is this request specific to one implementation of Sponge? No ### Sponge Version 1.16.5+ ### What are you requesting? This [common event factory](https://github.com/SpongePowered/Sponge/blob/372378f09d4e025069f791ba204fb6e46023602b/src/main/java/org/spongepowered/common/event/SpongeCommonEventFactory.java#L738) call was missed during some various...
### Affected Product(s) SpongeVanilla ### Version spongevanilla-1.21.3-13.0.0-RC1904-universal ### Operating System Linux (debian) ### Java Version java version "22.0.1" 2024-04-16 ### Plugins/Mods ```shell None - i am setup default server ```...