gbl / AntiGhost

Mod that requests the server to send surrounding blocks to you, to get rid of ghost blocks
MIT License
28 stars 16 forks source link

1.7.10 Backport #28

Closed Jerome226 closed 1 year ago

Jerome226 commented 2 years ago

I see there a 1.8.9 backport, is there any chances to port to 1.7.10 too?

jimmon89 commented 2 years ago

i'd like to second this i play a hardcore pack called "Gregtech: New Horizons" and the block ghosting is terrible for me while mining, especially in the nether with how soft netherrack happens to be and a mod like this would be a godsend

gbl commented 2 years ago

Very unlikely, as that version is very old and it'd probably be a pain to set everything up. But I'll leave this issue open for now in case someone wants to create a port.

jimmon89 commented 2 years ago

i was able to use the version of gradle wrapper from the forge source kit to set up a dev environment but my knowledge of java is very rudimentary and i have no idea how to fix the problems that cause it to fail to compile for 1.7.10

--edit-- i went ahead and forked the repo and made a 1.7.10 branch with my changes to build.gradle right here https://github.com/jimmon89/AntiGhost/tree/forge_1_7_10

--edit-2-- if anyone would like to take a crack at it feel free to fork mine and have at it :) or make your own version of build.gradle if you're so inclined