Sponge
Sponge copied to clipboard
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
**I am currently running** - SpongeVanilla version: 1.12.2-7.1.0-BETA-66 - Java version: 1.8.0_171 - Operating System: Windows 10 x64 - Plugins/Mods: Minecraft, Mod Coder Pack, SpongeAPI, SpongeVanilla, EconomyLite, FoxCore, FoxGuard, GWMAutoResetMine,...
This issue was originally submitted by @NeumimTo in [SpongePowered/SpongeAPI#1698](https://github.com/SpongePowered/SpongeAPI/issues/1698). ___ According to bloodmc https://github.com/MinecraftPortCentral/GriefPrevention/issues/525#issuecomment-345590668 its not possible to cancel block break events fired when an entity falls down on a...
When you have a `MemoryDataView` that contains an array and call `#equals` on with another `MemoryDataView` that contains an equivalent or even the same array, `#equals` will return false regardless....
**I am currently running** - SpongeVanilla version: 1.12.2-7.1.7-RC271 - Java version: Java(TM) SE Runtime Environment (build 1.8.0_181-b13) **Issue Description** Currently, it's not possible to set spawner data such as `Keys#SPAWNER_REQUIRED_PLAYER_RANGE`...
**I am currently running** - SpongeForge version: 7.2.0-SNAPSHOT/ - Forge version: 1.12.2-14.23.5.2825 - Java version:1.8.0_181 - Operating System: W10 - Plugins/Mods: spongeForge **Issue Description** Code test: ``` chest.getInventory().query(QueryOperationTypes.INVENTORY_PROPERTY.of(SlotIndex.of(0))).set(ItemStack.of(ItemTypes.DIAMOND)); chest.getInventory().query(QueryOperationTypes.INVENTORY_PROPERTY.of(SlotIndex.of(1))).set(ItemStack.of(ItemTypes.REDSTONE_BLOCK)); chest.getInventory().query(QueryOperationTypes.INVENTORY_PROPERTY.of(SlotIndex.of(2))).set(ItemStack.of(ItemTypes.TORCH));...
Bonjour J'aimerais savoir si vous pouviez implémenté net.minecraft.world.World#findNearestStructure. Merci translate.google.fr: Hello I would like to know if you could implement net.minecraft.world.World#findNearestStructure Thank you
**I am currently running** `spongeforge-1.12.2-2838-7.1.7-RC3924` **Issue Description** Painting entities use a BlockPos for their hanging position which is different to the entity's position coords (posX, posY, posZ) - these vary...
**I am currently running** - SpongeForge version: [stable-7](97adabd25b311d390a309be55fb391431d3a0efa) - Java version: 1.8.0_121 - Operating System: Windows 10 **Issue Description** When getting the value of `Keys.SPAWNER_ENTITIES` from a `MobSpawner` TileEntity, which...
- Sponge version: version 1.12.2-7.1.9 - API 7 Hi, I'm currently working on per-world advancements management. In doing so, I have to serialize and deserialize player's advancements every time a...
**I am currently running** - SpongeVanilla version: stable-7 - Java version: 1.8.0_121 - Operating System: Windows 10 When calling `UserStorageService#get(UUID)`, if the user has not joined the server yet, the...