Jump to content

Recommended Posts

Posted

Hi,

I'm new here in this Forum but I'll try to explain my problem as easy as possible and hope for fast help.

Im trying to create a new Dimension (actually more than one) only with Forge. I know that Dimension API could do more, but I like to be independent from it.

I registred the world provider and createt the teleporter, but I keep ending up in the Nether while teleporting.

Here's the code of my teleporter-related classes:

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

Thanks for your help beforehand.

Greets Alasar

Posted

Can you highlight the actual teleporting code and stuff to deal with dimensions, I will try to help if you would kindly post that :P

The Korecraft Mod

Posted

Put it in a spoiler not code

 

  Reveal hidden contents

 

 

[glow=red,2,300]NOT LIKE THIS[/glow]

The Korecraft Mod

Posted

what? your portal block class its wrong i dont see any

 

  Reveal hidden contents

 

OBS: The DIMNESIONID you need to CHANGE to YOUR DIMENSION ID

Posted

Thanks a lot.

But now I get an error:

 

  Reveal hidden contents

 

Do you know what I did wrong?

Posted

sorry instead of if (par5Entity.ridingEntity == null && par5Entity.riddenByEntity == null && par5Entity instanceof EntityPlayerMP)

        {

its

  Reveal hidden contents

 

Posted

Thanks for the help, I think its working now.

But now I just get Errors while generating the chunks (I get nothing done without a Tutorial or help, I know :D)

They look like this:

 

  Reveal hidden contents

 

 

Here are my Worldprovider, Chunkprovider, Chunkmanager and the Chunk Class itself:

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

I know it kinda sucks to read all that code only to help me,

but I think that's this forum about, isn't it?

Anyway would help me a lot :)

Thanks in advance

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.