Jump to content

Recommended Posts

Posted
  On 1/5/2014 at 6:47 PM, denbukki said:

wel je thats the strange part the block just works i can place it and if i break i i get the item

 

but the code wroks just fine in the end and overworld

and the block the block isnt broken because i change it in the end  generation to the block and it genrates fine

Posted

First, create WorldGenMinableNether.java

 

  Reveal hidden contents

 

 

in your generator file paste this:

 

  Reveal hidden contents

 

 

Hope this will help

Posted

Print the coordinates only if the generate method returns with "true". It means blocks have been placed.

...
if((new WorldGenMinable(indestructibleTools.nether_carbyneore.blockID, 20, Block.netherrack.blockID)).generate(world, random, Xcoord, Ycoord, Zcoord))
{
System.out.println("Nether ore created at: "+Xcoord+" "+Ycoord+" "+Zcoord);
}
...

Sorry for my bad English!

FBalazs

Posted
  On 1/8/2014 at 8:58 PM, Kuuu said:

First, create WorldGenMinableNether.java

 

  Reveal hidden contents

 

 

in your generator file paste this:

 

  Reveal hidden contents

 

 

Hope this will help

 

that also didnt help

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.