Help with dimension !

Started by _chuchu_ on

Topic category: Help with modding (Java Edition)

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with dimension !

I have a small question that blocks in my mods.
How to know the id of the dimension that I created? I did that one creates.

Last seen on 20:12, 9. Nov 2021
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In test environment(sorry for
Sat, 12/05/2015 - 20:16

In test environment(sorry for bad english)
The id is : testenvironment:(name of your dimension)
Exemple :
testenvironment:raphazak

In the exported mod, the id will be :
(name of your mod):(name of your dimension)

Example:
christmasmod:raphazak

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So if I want to put the
Sun, 12/06/2015 - 18:56

So if I want to put the player teleports in dimension, the id is the name ?

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:In test environment(sorry for
Sun, 12/06/2015 - 18:56

@#1 So if I want to put the player teleports in dimension, the id is the name ?

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
J'imagine que tu parles
Sun, 12/06/2015 - 18:58

J'imagine que tu parles français ?

Last seen on 20:12, 9. Nov 2021
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tell me the dimension name(in
Sun, 12/06/2015 - 18:59

Tell me the dimension name(in MCreator, not the guy name)

Last seen on 20:12, 9. Nov 2021
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:J'imagine que tu parles
Sun, 12/06/2015 - 19:04

@#3 No, i don't speak French...I speak Romanian(Is similaire to French beacuse Romanian and French are Latin Languages)....Btw, i know some French...

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
SDimension
Sun, 12/06/2015 - 19:44

SDimension

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Now,i have a error
Sun, 12/06/2015 - 20:00

Now,i have a error

>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_sGUI.java:309: error: ')' expected
>if (entity.ridingEntity == null && entity.riddenByEntity == null && !world.isRemote){entity.travelToDimension(testenvironment:sdimension);}
>                                                                                                                             ^
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_sGUI.java:309: error: not a statement
>if (entity.ridingEntity == null && entity.riddenByEntity == null && !world.isRemote){entity.travelToDimension(testenvironment:sdimension);}
>                                                                                                                              ^
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_sGUI.java:309: error: ';' expected
>if (entity.ridingEntity == null && entity.riddenByEntity == null && !world.isRemote){entity.travelToDimension(testenvironment:sdimension);}

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Tell me the dimension name(in
Mon, 12/07/2015 - 13:18

@#4 

Now,i have a error

>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_sGUI.java:309: error: ')' expected
>if (entity.ridingEntity == null && entity.riddenByEntity == null && !world.isRemote){entity.travelToDimension(testenvironment:sdimension);}
>                                                                                                                             ^
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_sGUI.java:309: error: not a statement
>if (entity.ridingEntity == null && entity.riddenByEntity == null && !world.isRemote){entity.travelToDimension(testenvironment:sdimension);}
>                                                                                                                              ^
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_sGUI.java:309: error: ';' expected
>if (entity.ridingEntity == null && entity.riddenByEntity == null && !world.isRemote){entity.travelToDimension(testenvironment:sdimension);}

Last seen on 20:12, 9. Nov 2021
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try to remove the dimension
Mon, 12/07/2015 - 14:08

Try to remove the dimension and recreate it

Last seen on 17:23, 30. Mar 2021
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's not work.
Mon, 12/07/2015 - 20:19

It's not work.

Are you sure the dimension not have a ID ?

Last seen on 20:12, 9. Nov 2021
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I get confusedTommorow i will
Mon, 12/07/2015 - 20:20

I get confused

Tommorow i will say you if the dimension have an ID or not xD

Last seen on 20:12, 9. Nov 2021
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To found your id :1.Create a
Mon, 12/07/2015 - 20:32

To found your id :
1.Create a new world in test enviroment
2.Enter in your dimension
3.Enter in (MCreator director)\forge\eclipse\saves\(your map name)

Here you need to find :
DIM1
DIM-1
and
DIM(random number)

At DIM random number, the number after DIM is the dimension id

Exemple :

Sorry for bad english!

Last seen on 17:28, 6. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi im trying to make a…
Thu, 03/04/2021 - 01:33

Hi im trying to make a dimension but i cant. Its saying that there is a error codec😭(same for GUI. The GUI its not working)