use of reborncore.common.tile.SlotConfiguration in project RebornCore by TechReborn.
the class PacketSlotSync method readData.
@Override
public void readData(ExtendedPacketBuffer buffer) throws IOException {
pos = buffer.readBlockPos();
slotConfig = new SlotConfiguration(buffer.readCompoundTag());
}
Aggregations