PulseBeat_02 Posted August 22, 2020 Posted August 22, 2020 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. Quote
PulseBeat_02 Posted August 22, 2020 Author Posted August 22, 2020 Nevermind, I got it fixed by myself. No need for help! Quote
MCstrijder Posted October 18, 2023 Posted October 18, 2023 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 Quote
Luis_ST Posted October 28, 2023 Posted October 28, 2023 You can checkout this page in the forge documentation. https://docs.minecraftforge.net/en/1.19.x/legacy/porting/ Quote
Jontom Xire Posted December 29, 2023 Posted December 29, 2023 net.minecraftforge.network.NetworkEvent seems to have disappeared between 1.20.1 and 1.20.2. Maybe we need another primer? Quote
LexManos Posted December 30, 2023 Posted December 30, 2023 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. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Recommended Posts
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.