Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • How do I port an old mod to a newer version of Minecraft?
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
PulseBeat_02

How do I port an old mod to a newer version of Minecraft?

By PulseBeat_02, August 22, 2020 in General Discussion

  • Reply to this topic
  • Start new topic

Recommended Posts

PulseBeat_02    4

PulseBeat_02

PulseBeat_02    4

  • Creeper Killer
  • PulseBeat_02
  • Members
  • 4
  • 161 posts
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

Share this post


Link to post
Share on other sites

PulseBeat_02    4

PulseBeat_02

PulseBeat_02    4

  • Creeper Killer
  • PulseBeat_02
  • Members
  • 4
  • 161 posts
Posted August 22, 2020

Nevermind, I got it fixed by myself. No need for help!

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • AzizD
      [1.16.4] Custom item enchantability

      By AzizD · Posted 4 minutes ago

      @Override public boolean canApplyAtEnchantingTable(ItemStack stack, Enchantment enchantment) { if(enchantment == Enchantments.SHARPNESS) { enchantment.canApply(stack); } return true; } I changed with this but same error.
    • elliotfoxk
      1.16.5 Modpack "Missing License Information"

      By elliotfoxk · Posted 5 minutes ago

      Not exactly sure what this means, could someone explain how to fix in simple terms?
    • AzizD
      [1.16.4] Custom item enchantability

      By AzizD · Posted 11 minutes ago

      @Override public boolean canApplyAtEnchantingTable(ItemStack stack, Enchantment enchantment) { enchantment = Enchantments.SHARPNESS; return enchantment.canApply(stack.getItem().getDefaultInstance()); } I tried to override this method. Whenever i put the item in the enchantment table game crashes with java.lang.StackOverflowError.
    • DaemonUmbra
      Error When Joining My Modded Forge Server

      By DaemonUmbra · Posted 31 minutes ago

      Please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler)
    • DaemonUmbra
      World corruption (probably messing up with ID)

      By DaemonUmbra · Posted 31 minutes ago

      1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  • Topics

    • AzizD
      3
      [1.16.4] Custom item enchantability

      By AzizD
      Started 2 hours ago

    • elliotfoxk
      0
      1.16.5 Modpack "Missing License Information"

      By elliotfoxk
      Started 5 minutes ago

    • Frosty_63
      1
      Error When Joining My Modded Forge Server

      By Frosty_63
      Started 1 hour ago

    • Dr_Sang
      1
      World corruption (probably messing up with ID)

      By Dr_Sang
      Started 2 hours ago

    • Giligameshh
      1
      Create mod keeps crashing

      By Giligameshh
      Started 4 hours ago

  • Who's Online (See full list)

    • Co_Ol
    • Microcellule
    • StereoMadnesss
    • Joshua66252
    • Forix
    • elliotfoxk
    • Hibeter
    • olebroetje
    • gabicaBR
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • How do I port an old mod to a newer version of Minecraft?
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community