mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-03 05:57:40 -05:00
First look of 22w42a while we wait
This commit is contained in:
@@ -180,7 +180,7 @@ public class NetworkManagerImpl {
|
||||
return clientReceivables.get(player).contains(id);
|
||||
}
|
||||
|
||||
public static Packet<?> createAddEntityPacket(Entity entity) {
|
||||
public static Packet<ClientGamePacketListener> createAddEntityPacket(Entity entity) {
|
||||
return NetworkHooks.getEntitySpawningPacket(entity);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user