Started by
_chuchu_
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Topic category: Help with Minecraft modding (Java Edition)
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.
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
So if I want to put the player teleports in dimension, the id is the name ?
@#1 So if I want to put the player teleports in dimension, the id is the name ?
J'imagine que tu parles français ?
Tell me the dimension name(in MCreator, not the guy name)
@#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...
SDimension
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);}
@#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);}
Try to remove the dimension and recreate it
It's not work.
Are you sure the dimension not have a ID ?
I get confused
Tommorow i will say you if the dimension have an ID or not xD
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!
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)