Morpheus

Results 39 comments of Morpheus

> Does this have a corresponding Mojira ticket that could be linked? No, but I don't know if it's still an issue in 1.17

Unable to reproduce on SpongeVanilla api-8 branch (https://github.com/SpongePowered/Sponge/commit/79d85eba5a6f367f4cb3aa70b5b824361d3e9d31) Using the snippet you provided `entity.type() == EntityTypes.TNT.get() // true`

CoFHCore is looking for an enchanted item (with souldbound) on the old player inventory (during `PlayerEvent.Clone`). See https://github.com/CoFH/CoFHCore/blob/31cebcb2b0e358c09c926a1c86a0226e9c873922/src/main/java/cofh/core/proxy/EventHandler.java#L422 The item is not found with SpongeForge because we're clearing the old...

See https://github.com/SpongePowered/SpongeAPI/pull/2037#issuecomment-650714353 This is an issue with SC. the API impl is deprecated. EDIT: Moved to common

This is intentional, as SPAWNER_REQUIRED_PLAYER_RANGE is supported by the MobSpawner TileEntity. Offering data to an ItemStack doesn't work (in this case)

https://github.com/SpongePowered/SpongeAPI/pull/2018

`metrics.conf` was added by https://github.com/SpongePowered/Sponge/commit/ad94e11623b4d9e33769151e58be39c55acf323f

https://github.com/SpongePowered/SpongeAPI/pull/1522

@dualspiral Is this fixed by https://github.com/SpongePowered/SpongeAPI/pull/2296 and `ValueParameterModifier#modifyExceptionMessage` ?