Posted August 22, 20205 yr So there is this mod called Ambience, (a mod which adds music), that I would like to port to 1.15. The current version is 1.12. What steps would I take to get the code from the Github and set the version in Gradle/Forge to 1.15? I've downloaded the code in a zip file, edited the gradle config file to set the mcp mappings to the latest 1.15 version, and set the version to the latest 1.15 forge version. After that I ran gradlew eclipse and gradlew genEclipseRuns. Is there anything else I have to do before in order to get myself started and start changing up the code to make it compatible with forge 1.15? Thanks.
October 18, 20231 yr Hi, could you please share how you got it fixed? It could totally be working completely different now, but I want tot port a 1.19.3 mod to 1.20.2
October 28, 20231 yr You can checkout this page in the forge documentation. https://docs.minecraftforge.net/en/1.19.x/legacy/porting/
December 29, 20231 yr net.minecraftforge.network.NetworkEvent seems to have disappeared between 1.20.1 and 1.20.2. Maybe we need another primer?
December 30, 20231 yr https://github.com/MinecraftForge/MinecraftForge/commit/4649f7af36ac709129a53f7fc2fd639b883474d9 Yes the networking has been rewritten to be simpler. All you really need is the ChannelBuilder class. You can see Forge's usage as an example. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.