Started by
taika
on
Topic category: Help with MCreator software
Is it possible to create a dimension that has a wall and ends at certain coordinates, making the dimension limited in size?
Topic category: Help with MCreator software
Is it possible to create a dimension that has a wall and ends at certain coordinates, making the dimension limited in size?
I made a mod around this concept but it could be better, I plan on remaking it from scratch eventually. Dimensional Pocketz. You can't make a personal dimension easily with multiplayer support with mcreator without custom code. You can make a dimension, and have a pocket surrounded by barriers that only the player can go to in that dimension as it always teleports them to that spot. This is similar to how the Compact Machines mod works I believe.
For below entity data and player variables are kind of interchangeable it depends on what you want. Variables are easier probably., but hard to call to for an addon mod.
And that should do it. There might be a few errors/things i left out here and there so test it out and let me know if you need more help, I can make a new thing and post pictures it if you need, as my mod contains a few extra things as I used portals and items both.
You can also edit this around a bit if you want it to be saved to the item, use item data instead of player variables, and the player can have multiple "pockets". That is how I did it for my mod. It may take a bit more than this still just fyi but this should get you going.
If you wanna check out my mod to see how it works exactly, check it out on Curse Forge, as the jar i posted on mcreator isn't updated yet. I haven't gotten around to it as I want to do a full remake eventually, but I'm working on a few other mods right now.
Hey, I'm tried to do a similar thing on my mod and I followed your steps but I run into the same problem every time. the structure don't spawn the first time you enter the dimension, it only show up if you go back in again.