Mose
Mose
**I am currently running** - SpongeVanilla version: https://github.com/SpongePowered/Sponge/actions/runs/1251963431 - Java version: 16 - Operating System: Windows 10 - Plugins/Mods: - Custom plugin **Issue Description** ```txt java.lang.AbstractMethodError: Receiver class net.minecraft.server.level.ServerLevel does...
### Is this request specific to one implementation of Sponge? No ### Sponge Version 1.16.5-8.1.0-RC1185 ### What are you requesting? When attempting to create a schematic with the following code,...
### 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...
### Is this request specific to one implementation of Sponge? No ### Sponge Version 1.16.5-8.1.0-RC1357 ### What are you requesting? Currently Sponge's ``org.spongepowered.api.block.entity.Piston`` can be either a piston head, piston...
### Is this request specific to one implementation of Sponge? No ### Sponge Version 1.16.5-8.1.0-RC1352 ### What are you requesting? A implementation for ``Recipe#key`` Gaining crash of ```shell java.lang.AbstractMethodError: Receiver...
When it comes to user facing stuff on data, a lot of it is the same as API 7, therefore only imports and method names have changed. However vanilla ``DataManipulator``s...
Updates quickstart to include API 10+ as well as removing the ``in development`` tag for API 9. As well as placed a warning for Forge 1.16.5 and Java 17 not...
Updates the item docs to api 8 ## Main Changes To be fair, items havent changed too much in terms of text describing the api from 7 to 8, so...
### Major SpongeAPI version 8 ### Is this likely to be a breaking change? No ### What are you requesting? Ability to gain access the items in a container from...
Simply adds support for PaperAPI methods to be used instead of NMS. ## What does this achieve - Server admins who run paper and have a plugin who uses this...