Help with dimension !

Started by _chuchu_ on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 61
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.

Active 3 years ago
Joined Aug 2015
Points:
902

User statistics:

  • Modifications: 7
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 151
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

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 61
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 ?

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 61
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 ?

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

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

J'imagine que tu parles français ?

Active 3 years ago
Joined Aug 2015
Points:
902

User statistics:

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

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

Active 3 years ago
Joined Aug 2015
Points:
902

User statistics:

  • Modifications: 7
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 151
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...

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

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

SDimension

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 61
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);}

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 61
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);}

Active 3 years ago
Joined Aug 2015
Points:
902

User statistics:

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

Try to remove the dimension and recreate it

Active 4 years ago
Joined May 2015
Points:
799

User statistics:

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

It's not work.

Are you sure the dimension not have a ID ?

Active 3 years ago
Joined Aug 2015
Points:
902

User statistics:

  • Modifications: 7
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 151
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

Active 3 years ago
Joined Aug 2015
Points:
902

User statistics:

  • Modifications: 7
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 151
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!

Active 4 years ago
Joined Mar 2021
Points:
553

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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)