Dimensions and Biomes: I have some questions

Started by GendarmyY on

Topic category: Help with MCreator software

Last seen on 16:59, 28. Jul 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dimensions and Biomes: I have some questions

Hi everyone, I'm working on a mod with a dimension but I've acrossed some problems and I have some questions:

- The first quite embarrassing thing is that the player spawns above the void. Make it endlessly fall into death. Does anyone has a fix for that ?

- My second question is: Can we have a custom colored sky? I changed the air color of my biome but in the dimension, the air is totally normal and the sky is blue.

- My third question is: Can we have only one type of flower/plant that spawns in the biome ? We can put vanilla flowers but it's spawns all kinds of flowers. I thought about making a structure with only that one flower and make it spawn everywere in the biome, but I was hoping there was a more simple way to do it; if so, please tell me.

 

For now that's all the questions I've got, maybe I'll be back to ask for other things later on. If you could help me on these questions, that would help me a lot ! :)

Last seen on 16:59, 28. Jul 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok so, I'm back and…
Tue, 07/14/2020 - 12:45

Ok so, I'm back and something happened in my dimension: A dungeon spawned in. I don't want vanilla dungeons to spawn in my dimension. How do I prevent this from happening ?

Last seen on 16:59, 28. Jul 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, I've made trees in my…
Tue, 07/14/2020 - 13:04

Also, I've made trees in my dimension, but the leaves that I've made ( they are block base: leaves) disappears as if there is no logs. How do I make a log-type block that keep the leaves alive and prevent them from disappearing ?

Last seen on 05:50, 2. Jun 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
- The first quite…
Tue, 07/14/2020 - 23:32

- The first quite embarrassing thing is that the player spawns above the void. Make it endlessly fall into death. Does anyone has a fix for that ?

You could make a structure that spawns when the entity enters the dimension. Have it hooked up to a global variable that is false by default, and when it's generated turn it to true so that no further structures will be generated 

- My second question is: Can we have a custom colored sky? I changed the air color of my biome but in the dimension, the air is totally normal and the sky is blue

I'm pretty sure in the biome AND dimension maker there is an option to have a custom sky colour, so change it in both.

- My third question is: Can we have only one type of flower/plant that spawns in the biome ? We can put vanilla flowers but it's spawns all kinds of flowers. I thought about making a structure with only that one flower and make it spawn everywere in the biome, but I was hoping there was a more simple way to do it; if so, please tell me.

This isn't in mcreator yet, but there is a ticket for this, so you can vote it to get it added faster! 

A dungeon spawned in. I don't want vanilla dungeons to spawn in my dimension. How do I prevent this from happening?

Unfortunately this is not possible. (yet, i hope)

Also, I've made trees in my dimension, but the leaves that I've made ( they are block base: leaves) disappears as if there is no logs. How do I make a log-type block that keep the leaves alive and prevent them from disappearing ?

If you have a custom log that you want to act as one (keeping the leaves alive), I would add that block to a tag to make minecraft reconise that as a log. Add your log to the "logs" tag registry name, make it a minecraft tag and set it to blocks

I would recommend checking out the mcreator youtube playlist for more information on tags and such: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 16:59, 28. Jul 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much for…
Wed, 07/15/2020 - 09:23

Thank you so much for clarifying me on those things ! And for the dungeon problem, it's really sad that they didn't put something to desactivate this :/

Again, thank you !