Jake Potrebic

Results 499 comments of Jake Potrebic

To add some clarity here, I'm guessing this is just a result of conflicting resource packs? I haven't yet adopted the new pack behavior where clients can have multiple applied...

> Oh my, this exists now? Finally! Do you happen to know when this was added? Yeah, new functionality was added in the 1.20.3/4 update for this. There are new...

I am also getting an error (see more info here https://github.com/HangarMC/Hangar/issues/1055). I'm not sure how its possible, the observer is created in the onMounted hook, and used again in the...

Alternative fix would be to add the entity to the list stored in CraftLimitedRegion if the entities were loaded. That way you can re-use the instances and they will stay...

I think this is acceptable to add. Should be clear that this is only the locale being used to do the server-side translation, and won't change the locale the client...

This is just waiting on the damage source API, and then will be complete.

Rebased for 1.20.4, still blocked for damage source API

DamageSource API is now in Paper, so this PR is good to go.

In my testing, I see `BlockSpreadEvent` being fired for it, as well as `BlockBurnEvent`. BlockSpreadEvent is fired when a fire block is going to be created in a previously empty...

That is outside the scope of this PR. This is just intending to support already-existing API that is valid for use during the configuration phase. Don't interpret this as saying...