BentoBoxWorld / CaveBlock

CaveBlock addon for BentoBox. An interesting variation from Skyblock, where your goal is to survive in a cube of stone!
Eclipse Public License 2.0
16 stars 6 forks source link

Cave in the End has the biomes 'nether_waste' and ghast, pigman is spawning there #54

Closed Clavellina closed 3 years ago

Clavellina commented 3 years ago

Description

I don't know if this is a 'bug' or not. However, when I went to 'End World' in the caveblock there was a ghast and pigman that spawning. When I check the 'F3' to check the biome it says 'Nether_wastes' althought i've set the biome is 'The End', what should I do?

image

image

image

tastybento commented 3 years ago

The bug was in the CaveBlock addon. I'll do another release to fix this, then you can get the new version.

tastybento commented 3 years ago

https://github.com/BentoBoxWorld/CaveBlock/releases/tag/1.14.2

Unfortunately, you will need to delete your end world and let it recreate, or accept that the blocks generated so far will have Nether biome.

If you delete your End World and have players already on your server, then change this part of the Cave Block config.yml to true so that missing end islands will be pasted:

# Create Nether or End cave if they are missing when a player goes through a portal.
  # Nether and End cave are usually pasted when a player makes their cave, but if they are
  # missing for some reason, you can switch this on.
  # Note that bedrock removal glitches can exploit this option.
  # Added since 1.10.0.
  create-missing-nether-end-caves: true