Jump to content

Updating a mod from 1.4.6 - SOLVED


Durtle02

Recommended Posts

Hello I decided to update stevenrs11 Grey goo mod from 2011. I downloaded the code and set it up in a forge modding environment and the main problem is that imports aren't being recognized. Such as:

import cpw.mods.fml.common.*;

import net.minecraft.world.biome.BiomeGenBase;

import net.minecraft.client.renderer.RenderBlocks;

import net.minecraft.network.INetworkManager;

 

or other things such as

(CreativeTabs.tabMaterials)

 

and a lot more. I don't know where to read about old and new documentation with enough detail in order to update the mod. If someone could point me to where to read about this in detail that would be great.

 

Thanks in advance.

I don't optimize my code before it works.

Link to comment
Share on other sites

There have been A LOT of changes from 1.4.6 to 1.10.2, like basically every system has been overhauled, so you'd be better of with rewriting it from start.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.