Jake Potrebic

Results 469 comments of Jake Potrebic

Ok, renamed to `Property` and added better handling for int properties that have non-int representations in the api So far those special cases are * BlockFace ("rotation") * Note ("note")

Rebased for 1.18.2

Rebased for 1.19.1

What event is called when stone is changed to moss via bonemealing moss? If there is an event there, I think it should be the same event.

Can you replicate this on a spigot server? Or is this Paper-specific

I'm not 100% sure on what's supposed to happen, but the farm seemed to work for me right now while I tested it. I stood on the minecart in survival...

I think event could be more useful if it was earlier (probably warrants it having a different name). Maybe in ServerGamePacketListenerImpl#handleInteract The server currently does know when a player attacks...

The `Player#chat` method is supposed to, as close as possible, emulate a player typing the string into their chat box and sending the message. So as much of the chat...

> the Paper patch in question is a compatibility issue with Spigot just because behavior is different, doesn't mean its a compatibility. It's a bug in spigot that Paper has...

Responding to @ExtraExtremeERA Couple things here... 1. That new interface `MemoryModuleType`, I don't think it fits well unless you are just replacing all of MemoryKey with it, cause now there...