Sponge
Sponge copied to clipboard
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
### Affected Product(s) SpongeForge ### Version 1.16.5-36.2.5-8.1.0-RC1164 ### Operating System Linux (Unknown Distro) ### Java Version Java 8 ### Plugins/Mods ```shell Mods: Vault Hunters Modpack (VERSION 1.13.3) (https://vault-hunters.fandom.com/wiki/Mods) Plugins: None...
### Affected Product(s) SpongeForge, SpongeVanilla ### Version 1.16.5-36.2.5-8.1.0-RC1164 ### Operating System Windows ### Java Version OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_282-b08) ### Plugins/Mods ```shell None other than this plugin ``` ###...
### Affected Product(s) SpongeForge ### Version 1.16.5-36.2.5-8.1.0-RC1164 ### Operating System Ubuntu Server ### Java Version openjdk version "1.8.0_312" ### Plugins/Mods ```shell tconstruct biomesoplenty appliedenergestics2 jei bloodmagic mantle patchouli curios twilight...
Signed-off-by: Chris Sanders
Affected API methods are : `World#save`, `WorldManager#loadProperties`, `WorldManager#loadWorld`, `WorldManager#copyWorld` and `WorldManager#moveWorld`. See the commit descriptions for more details. I also added json indentation when writing templates so it's easier to...
### Affected Product(s) SpongeForge, SpongeVanilla ### Version sponge-1.16.5-8.1.0 ### Operating System Windows ### Java Version 1.8.0_281 ### Plugins/Mods ```shell Only mine (Cosmos) ``` ### Describe the bug Hello everyone, it's...
### Affected Product(s) SpongeForge ### Version 1.16.5-36.2.5-8.1.0-RC1153 ### Operating System Windows ### Java Version 11 ### Plugins/Mods ```shell Just my plugin ``` ### Describe the bug This code ``` ItemType...
### Affected Product(s) SpongeForge ### Version 1.16.5-36.2.5-8.1.0-RC1153 ### Operating System debian 11 ### Java Version openjdk v11.0.12 ### Plugins/Mods ```shell FastWorkbenchMinusReplacement (fastbenchminusreplacement-1.4) MixinBootstrap (_MixinBootstrap-1.1.0) ``` ### Describe the bug FastWorkbench...
### Affected Product(s) SpongeForge ### Version 1.16.5-36.2.5-8.0.0-RC1100 ### Operating System Linux ### Java Version openjdk version "1.8.0_312" ### Plugins/Mods ```shell Infernal Expansion ``` ### Describe the bug ``` [22:23:53] [Server...
Offering `Keys.VELOCITY` or `Keys.SWIFTNESS` now sets the `hurtMarked` field to indicate that the velocity has changed. This field was named `velocityChanged` in mcp mapping : https://github.com/SpongePowered/Sponge/blob/stable-7/src/main/java/org/spongepowered/common/mixin/core/entity/EntityMixin.java#L543 Without this the velocity...