Posted May 8, 20223 yr Minecraft: 1.18.2 Forge: 40.1.0 So I just need some help to getting started on a project. What do I need to create a Cube like World or Random Cubes to generate in a empty void like world? I have no idea where to get started on this, I have vary basic programming skills with forge like creating; Items, ItemBlocks and Blocks. Spoiler Side Quest: Is there a way to remove or increase the height limit?
May 9, 20223 yr you basically need a custom ChunkGenerator and what did you mean by the height limit? the world height?
May 9, 20223 yr Author 6 hours ago, Luis_ST said: you basically need a custom ChunkGenerator and what did you mean by the height limit? the world height? Height limit of the world 319 to 500 or 1000
May 9, 20223 yr this is possible you can set it via the dimension type file of your custom dimension, note you can only use values which are a multiple of 16 and the values must between -2032 and 2016
May 9, 20223 yr Author 7 hours ago, Luis_ST said: this is possible you can set it via the dimension type file of your custom dimension, note you can only use values which are a multiple of 16 and the values must between -2032 and 2016 Ok, Thanks for the help! Another thing, is it possible to login with a Microsoft account in Eclipse? I've been searching for it and find nothing on the Topic.
May 10, 20223 yr there is no reason to be logged in in dev but you can take a look at https://gist.github.com/50ap5ud5/beebcf056cbdd3c922cc8993689428f4#minecraft-authentication-in-dev-environments
May 10, 20223 yr Author 11 hours ago, Luis_ST said: there is no reason to be logged in in dev but you can take a look at https://gist.github.com/50ap5ud5/beebcf056cbdd3c922cc8993689428f4#minecraft-authentication-in-dev-environments Ok, got it all up and working thanks!!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.