GreatWolf Posted March 23, 2020 Posted March 23, 2020 (edited) I want to generate a completely new world that is not like the standard one. Edited March 23, 2020 by GreatWolf Quote
peter1745 Posted March 23, 2020 Posted March 23, 2020 For 1.15? I doubt there's any tutorials of world generation yet since 1.15 is relatively new. You should take a look at how vanilla minecraft does it. Quote
DragonITA Posted March 23, 2020 Posted March 23, 2020 On 3/23/2020 at 7:12 PM, GreatWolf said: I want to generate a completely new world that is not like the standard one. Expand @GreatWolf, what do you mean with world, a new dimension or a biome? For a Biome see this: Else see my or TurtyWurty‘s github. Quote New in Modding? == Still learning!
GreatWolf Posted March 23, 2020 Author Posted March 23, 2020 On 3/23/2020 at 8:51 PM, DragonITA said: @GreatWolf , что ты имеешь в виду под миром, новым измерением или биомом? Для биома см. Это: Еще посмотрите мой или TurtyWurty's Github . Expand Creating a completely new world without standard biomes. For example, create greenery after an atomic strike (that is, generate a world with new blocks and possibly buildings) Quote
DragonITA Posted March 24, 2020 Posted March 24, 2020 On 3/23/2020 at 10:58 PM, GreatWolf said: Creating a completely new world without standard biomes. For example, create greenery after an atomic strike (that is, generate a world with new blocks and possibly buildings) Expand You need then Dimension, else a new World would be too complicated. Yes, you can make a custom Dimension with custom Biomes. If you want to make a World in the Space for example the world would be limited. I am sure that mods such Spacecraft and etc use Dimensions with custom Biomes, for making so that you think it was a new world. If you want to make mini planets in the sky or space, then this is more structure and others thing. Quote New in Modding? == Still learning!
DragonITA Posted March 24, 2020 Posted March 24, 2020 On 3/23/2020 at 10:58 PM, GreatWolf said: For example, create greenery after an atomic strike (that is, generate a world with new blocks and possibly buildings) Expand I not thin this is possible, but you can or teleport the player in this Dimension and then say it was a new World, or try to replace all structures, blocks, mobs, dimensions and biomes with your, but this was the same as reload the entire game, so let‘s say you go into the world, after 15 min (not for me, but here are players that it was so) you want to play minecraft, but then you re-need to wait, but this time 25 min (depends on what you want to add in your new Dimension). This is what i mean, if it was false so say it me. Quote New in Modding? == Still learning!
Ugdhar Posted March 24, 2020 Posted March 24, 2020 I think what you may be looking for is a new WorldType. If I were looking, I'd start by looking at the net.minecraft.world.WorldType class. Quote
Recommended Posts
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.