Skip to content

Commit

Permalink
Remove old cauldron block and tile entity code
Browse files Browse the repository at this point in the history
Everything I plan to port in the first alpha is ported
  • Loading branch information
KnightMiner committed Nov 7, 2022
1 parent 5e659fe commit 6836bc5
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 2,130 deletions.

This file was deleted.

This file was deleted.

Expand Up @@ -25,10 +25,8 @@ private InspirationsNetwork() {
public void setup() {
registerPacket(InventorySlotSyncPacket.class, InventorySlotSyncPacket::new, NetworkDirection.PLAY_TO_CLIENT);
registerPacket(MilkablePacket.class, MilkablePacket::new, NetworkDirection.PLAY_TO_CLIENT);
registerPacket(CauldronStateUpdatePacket.class, CauldronStateUpdatePacket::new, NetworkDirection.PLAY_TO_CLIENT);
registerPacket(CauldronColorUpdatePacket.class, CauldronColorUpdatePacket::new, NetworkDirection.PLAY_TO_CLIENT);
registerPacket(CauldronPotionUpdatePacket.class, CauldronPotionUpdatePacket::new, NetworkDirection.PLAY_TO_CLIENT);
registerPacket(CauldronTransformUpatePacket.class, CauldronTransformUpatePacket::new, NetworkDirection.PLAY_TO_CLIENT);
registerPacket(DimensionCompassPositionPacket.class, DimensionCompassPositionPacket::new, NetworkDirection.PLAY_TO_CLIENT);
}

Expand Down

0 comments on commit 6836bc5

Please sign in to comment.