aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/net/data
AgeCommit message (Collapse)Author
2024-02-10Fix MuTE Casings Not Forming Correctly (#2489)Daniel Mendes
Fixed packet sending - Changed blockMetadata to mteID on methods in MultiTileEntity.hava that are not being used yet (Blue said this is how they're supposed to be); - Send graphic packets for tickable and non-tickable MuTEs; - Encode and decode relevant IDs to ensure MuTE casings form correctly on world load and auto-building.
2024-02-03Refactor Packet Handling for MuTEs (#2485)BlueWeabo
* create base framework of packets for MuTEs * spotless