GregTech6 / gregtech6

This is the Official Repository of the Mod GregTech 6 for Minecraft 1.7.10
https://gregtech.mechaenetia.com
Other
189 stars 53 forks source link

Mold client-side calculations #103

Closed ICaxapI closed 3 months ago

ICaxapI commented 1 year ago

Moved the calculation of the removed piece in the mold to the client side instead of the server side (on the server side this calculation is inaccurate due to positioning error)

P.s. Yes, I was very pissed off by another screwed up mold

GregoriusT commented 1 year ago

Hrrm, this might work, but I definitely need to do some Infrastructure work before I just put a random network handler in there, so I will keep this PR open for now. ^^

H4ppy-04 commented 6 months ago

^ accident mb

GregoriusT commented 3 months ago

@ICaxapI uhm did you accidentially nuke this PR when you did the other one?

ICaxapI commented 3 months ago

Oops, indeed, I accidentally broke it. Anyway, I noticed that it worked great in single player, but didn't work on a separately launched server and a remote client, and I have too little experience with mc network code to fix this. I can reopen the MR and revert these changes back, but they need refinement from experienced eyes.