How do I create a dimension that is nothing but void?

Started by THE LIMINAL on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Aug 2022
Points:
505

User statistics:

  • Modifications: 0
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
How do I create a dimension that is nothing but void?

How do I create a dimension that is nothing but void?

Active 3 years ago
Joined Aug 2022
Points:
440

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
Like this: https://imgur.com…
Sat, 08/06/2022 - 22:47

Like this: https://imgur.com/a/hBNBnt4
You need to make sure that you set the biome to anything but void (e.g. forest), since the void biome spawns a platform.

Active 3 years ago
Joined Aug 2022
Points:
505

User statistics:

  • Modifications: 0
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
Thank you so much! The…
Sun, 08/07/2022 - 14:55

Thank you so much! The pictures really helped as well.

Active 3 months ago
Joined Oct 2024
Points:
58

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
MCreator now blocks the…
Sun, 10/13/2024 - 15:11

MCreator now blocks the usage of void as block, what do I do?

also sorry for necro but i need help i need to make a void dimension

Active 11 months ago
Joined Oct 2024
Points:
63

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Yeah, I also need help with…
Sun, 10/13/2024 - 17:32

Yeah, I also need help with this, they made it so choosing air or void as the filler or fluid block result in an error that acts as if you didn’t select anything. I tried several work arounds but I haven’t found a way to just remove the ground from a dimension. If anyone has an idea for this that’d be really helpful. 

Active 6 months ago
Joined Oct 2023
Points:
240

User statistics:

  • Modifications: 4
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 24
I personally used my own…
Tue, 01/28/2025 - 02:32

I personally used my own custom-made 'air' block which had an opacity of 0, can be walked through and replaced, and removed the bounding box effectively making my own air which I then placed instead of using vanilla air types.