AllYourBlocks / ChunkWars

Chunk Wars is a team-based attack-defend minigame for Minecraft. You play in an arena of different Chunks, all carefully handcrafted to replicate different Minecraft biomes and structures as closely as possible. Along with your team you will face everything that vanilla Minecraft can throw at you. Your goal is to be the last team standing.
https://www.planetminecraft.com/project/chunk-wars-1487425
GNU General Public License v3.0
1 stars 0 forks source link

Bugs in Random Mode #125

Open AllYourBlocks opened 2 years ago

AllYourBlocks commented 2 years ago

Server message should read "Randomising Arena..." rather than "Randomizing" at start of game

Items(?) are not clearing from Chunks during randomisation. For example Desert spawning in where Village was, ends up with the Village mob drops, on the Desert (e.g. Mutton from Sheep, etc)

We'll need to look at how the game treats water in the usual 'Nether Chunks area' - as the datapack currently removes water that is placed in that area

Ocean is generating with Water flowing out of the Chunks

slipcor commented 2 years ago

1) The message about randomising was a debug artifact, I will replace it with a proper message as you said

2) Items will be cleared, that is a fair point

3) yes, forced water removal needs to adapt to random positioning

4) was the ocean chunk in the nether position? this could lead to nasty things :D

AllYourBlocks commented 2 years ago
  1. The message about randomising was a debug artifact, I will replace it with a proper message as you said
  2. Items will be cleared, that is a fair point
  3. yes, forced water removal needs to adapt to random positioning
  4. was the ocean chunk in the nether position? this could lead to nasty things :D

1 - Thanks 2 - Cool, cheers! 3 - Fab, thanks for picking it up 4 - Initially yes, but I also generated several other Arenas to test that hypothesis, and it breaks in at least 3 non-Nether spots that I saw