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

Issues caused by (or discovered after) 1.20.2 update #184

Closed AllYourBlocks closed 10 months ago

AllYourBlocks commented 11 months ago

2-team / 4-team switching in the lobby does not correctly change the player selection area (EDIT - after hard reset of Options this seems to be fixed - needs checking though)

Some of the Lobby signs and Redstone Lamps don't appear to be visually updating, even though the option reports correctly in chat...

Reset (option works, but light does not blink)

Teams (options work, but signs and lights do not)

Arenas (options updates, but signs and lights do not)

Arena Variations (working as intended, except should say "Arena Variation" and not "Map Variation")

Difficulty (options update, but lights and signs do not. Marker should read out "Difficulty" and not "difficulty") Respawn/Regen panel (working as intended)

Daylight Cycle/Weather panel (working as intended)

Bonus Chest, Keep Inv panel (working as intended)

Ghasts currently spawning in Lobby on 4x4 Chunks and instantly dying (could this be an issue with state of the game?)

Arena doesn't appear to be rebuilding correctly, Home Chunks build, and wools do paint, I can use command to build End, but build Nether works infrequently(?). Sometimes I can get Yellow side to build completely, but Blue still only builds Home. Random mode will build an Arena, but some chunks are missing. I can subsequently build Nether and End via commands, more information in #178

slipcor commented 10 months ago

1) The topic of the lobby lights

Did you maybe change the lobby or even reset the map? Without entities or something?

On my server it still works just fine after updating to 1.20.2 - so I assume that you moved something around and did not update the markers?

2) Arena reset

Normal arenas did rebuild correctly, To test that I teleported to the middle of the arena, because I am lazy.

Random arena seems to be the problem - because I have to play as an actual player starting in either house - There I had an issue when I joined yellow. Blue side did not get removed and then chunks got partially overwritten. I assume this happened because the blue side was not loaded when I was in the yellow corner.

When I joined blue, the blue side randomized just fine. Also , first time I did that, yellow did not generate properly, the second time - when it maybe was still loaded because I did it in quick succession? - both sides generated properly...

This is something I hope they can fix upstream. For some reason something in our code does not work 5 chunks over.

It must be distance based because it was basically the "other half", diagonally, that was still in place when I broke out of the house to see how the random was coming along.

AllYourBlocks commented 10 months ago

Lobby lights

Arena reset I am certain this is not related to the new chunk loading thing, and I think I've just proved it and made the bug repeatable, see #178 for full details

AllYourBlocks commented 10 months ago

Tested and am as certain as I can be that all are working correctly now, and/or have been picked up and fixed through issues #178 and #188

Only possible remaining issue is Ghasts spawning, but this does seem to be fixed - I will keep a watching brief during test games as we are uncertain when this got caught.

Thank you!