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

Resize the Lobby nbt files to be modular and for better future proofing #154

Open AllYourBlocks opened 1 year ago

AllYourBlocks commented 1 year ago

Fixes #133 when complete

AllYourBlocks commented 1 year ago

'Split' the current 2 nbt files into 3 nbt files, so that the Play menu area is more modular, and the sumo is self-contained in a new middle section.

@slipcor to check the new locations and adjust the 2-team / 4-team Lobby switching system.

AllYourBlocks commented 1 year ago

@slipcor

New nbt files created, saved, and checked

chunkwars:lobby/2_teams_left chunkwars:lobby/2_teams_middle chunkwars:lobby/2_teams_right

chunkwars:lobby/4_teams_left chunkwars:lobby/4_teams_middle chunkwars:lobby/4_teams_right


Deleted old nbt files...

chunkwars:lobby/2_teams_left_side chunkwars:lobby/2_teams_right_side

chunkwars:lobby/4_teams_left_side chunkwars:lobby/4_teams_right_side

AllYourBlocks commented 1 year ago

Water flow will need fixing before closing issue

slipcor commented 10 months ago

Has been implemented in 5014ec4f43b54d22b05ea6a792b207d2c27a940f

Has been tested, water flow might need further fixing?