Started by
Xboy1
on
Topic category: Help with MCreator software
Sorry for posting 2 forum topics right after another, Ik it's not bad but it feels wrong for some reason. Anyways, I need to know how to check if a player is in a dimension. I've been trying to find this out for about an hour and I'm starting to get frustrated because I can't do a such a simple thing. I've tried the ID of dimension entity is in block, but it wont let me compare it with a number or text, same with "Get dimension ID for provided world" which it won't let me change what the "provided world" is even though almost all the other blocks let you do it too. If anyone knows how to do it, please say so!
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
if you have a dimension with biomes that are only in that dimension you can have it check if the player is in a specif biome
Thanks that may not work in all cases though. Do you know how to make a custom skybox texture for a specific dimension? I made a post about it but nobody is responding to it.
Use
If (Dimension <event/target entity> is in) (the green equals block) (some dimension/in "minecraft components" tab)
The skybox is very advanced.Almost nobody knows.Try asking on StackOverflow.
You can detect when the player is standing in a specific block, and check if that block is a specific type of portal.