PaperMC/paper-server/patches/sources/net/minecraft/world/entity/item
Jake Potrebic 103a5ea12b Don't use level random in entity constructors
Paper makes the entity random thread-safe
and constructing an entity off the main thread
should be supported. Some entities (for whatever
reason) use the level's random in some places.
2022-07-10 14:13:22 -07:00
..
FallingBlockEntity.java.patch Expand FallingBlock API 2021-12-05 14:58:17 -05:00
ItemEntity.java.patch Don't use level random in entity constructors 2022-07-10 14:13:22 -07:00
PrimedTnt.java.patch Don't use level random in entity constructors 2022-07-10 14:13:22 -07:00