Jump to content

Recommended Posts

Posted

Hello. I'm having an error with my recompile.sh. Whenever I try to recompile, I get the same error:

 

 

  Reveal hidden contents

 

 

The one error that isn't about deprecated classes is this one:

/Users/Buck/Desktop/Coding/Java/Mod Making/Forge 1.6.2/forge/mcp/src/minecraft/bladeking68/paleocraft/dimension/WorldGenPaleocraftTree1.java:89: cannot find symbol
symbol  : variable treesapling1
location: class fisherman77.paleocraft.common.Paleocraft
boolean isSoil = (soil != null && soil.canSustainPlant(par1World, par3, par4 - 1, par5, ForgeDirection.UP, (Blocktree1sapling)fisherman77.paleocraft.common.Paleocraft.treesapling1));
                          

However, WorldGenPaleocraftTree1.java has been deleted (I checked).

 

Paleocraft.java:

 

  Reveal hidden contents

 

Posted

windows: use the search bar (top left of the root mcp folder) to try to find "WorldGenPaleocraftTree1" the .class might still be somewhere where java is raging about

linux:

cd mcp

find* | grep WorldGenPaleocraftTree1

 

try to delete that .class if it exists

 

ELSE

 

 

  Quote
location: class fisherman77.paleocraft.common.Paleocraft

boolean isSoil = (soil != null && soil.canSustainPlant(par1World, par3, par4 - 1, par5, ForgeDirection.UP, (Blocktree1sapling)fisherman77.paleocraft.common.Paleocraft.treesapling1));

the compiler complains about that but i cant find "boolean isSoil" nowhere inside your Paleocraft class :\

 

how to debug 101:http://www.minecraftforge.net/wiki/Debug_101

-hydroflame, author of the forge revolution-

Posted

Well, found and fixed it. Turned out that there were 2 errors, the other being in a model file that I put out of the build path (I guess recompile ignores whether it's in the build path of Eclipse or not).

 

Anyways, thank you very much!

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.