Yeregorix

Results 15 issues of Yeregorix

### Left click on air **Bukkit**: Left click on air was already detected properly. **Sponge**: Added a listener for `InteractItemEvent.Primary`. **Forge and Fabric**: The click is detected using the swing...

The error happens when running gradle task `runJava8Server`. See https://pastebin.com/aycz6Z7j. The path cannot be relativized if the directory is not absolute on some filesystems (eg: zip filesystems).

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...

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...

1. New player instance was not captured properly (`Recreate#entity()` and `Recreate#recreatedPlayer()` were returning the same object). 2. `Recreate#setDestinationPosition(Vector3d)` was ignored (consequence of 1. ). 3. `SelectWorld#setDestinationWorld()` was ignored. 4. `Post#originalDestinationWorld()`...

**I am currently running** - SpongeVanilla version: 1.12.2-7.2.0 - Java version: OpenJDK 1.8.0_232 - Operating System: Windows 10 **Issue Description** Set your gamemode to spectator and try to teleport using...

system: world
version: 1.12 (u)

All the entities can be projectiles, it only depends on the usage we have of them. For example, I need to launch an `Item` like a `Projectile` (with a `Player`...

system: event
system: entity

I've been experiencing block lighting issues for few weeks on my servers. The issue frequently appears or disappears on block place or break. I tried with and without async light,...

Fixes pickup animation, statistic and sound when custom items are set. Same as #3334 but for API 8. I have also renamed `callInventoryPickupEvent` to `callHopperInventoryPickupEvent` for clarity.

I originally had an issue where my plugin failed to construct but I had no traces in the log files so I wanted to replace the printStackTrace() with a proper...