Started by
Rotmax
on
Topic category: Help with Minecraft modding (Java Edition)
In MCreator 1.9.1 to use the right dimension-id in a procedure, you had to change the number with +2, but this doesn't work with 1.14 (exported mod)!?
And what is the differnce between "Id of dimension the entity is in" and "Get dimension ID of word"?
Dimension ID of entity uses entity dependency, but world one uses world dependency.
To switch dimension ID, there are now actual dimension names. Actual dimension ID is now autogenerated.