Started by
McConqueryigit
on
Topic category: Help with Minecraft modding (Java Edition)
As you can see from the title i am trying to make an infinite backrooms dimension but i am no sure how i can do it first i taught of creating a flat dimension and make diffrent variations of walls spawn as player explores but i couldnt find a way to make a fla diemnsion can you help
Make any dimension you want, end, nether or normal, it doesnt affect anything really much, just save structures and make 2 new blocks (important) first: corrupter (spreading block); second: room spawner. the corrupter is a spreading block which detects every other corrupter blocks around it, so it knows where did it generate everything already, after that it just replaces the corrupter with the room spawner the corrupter procedure is in when block is added (corrupter) (you should also make on tick update to make it infinite and also check if player detected atleast 150-200 blocks to reduce lag) and the same thing with the room spawner, it uses random(0,1) and its not just 0 or 1, its 0.214 or 0.471 or any number between here. when player enters the dimension make a bedrock thing around the player so player cant fall when loading, teleport the player at 0,50,0 and check if theres corrupter block at 0,47,0 if not place it as soon as possible, and also for cooler add some effects to player.
Oh yeah, forgot. you can watch someredstoneguy video, it will help out (look at his profile and find the video)