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
2 stars 0 forks source link

Investigate the fillbiome command to see if it is possible to update the biomes of Chunks as they are built #163

Open AllYourBlocks opened 1 year ago

AllYourBlocks commented 1 year ago

@slipcor Is it possible to use the new fillbiome command to correctly reflect the local biomes of Chunks as we paste them in Random mode?

(Players would likely need to log out and back in, or reload their rendered area or texture pack, in order to see the update visually update, because Minecraft)

From https://www.minecraft.net/en-us/article/minecraft-snapshot-22w46a

COMMANDS

FILLBIOME

Changes biome entries for an area. Note that biomes are not stored per-block, so affected positions may not match input precisely.

Syntax:

fillbiome <from> <to> <biome>

Parameters:

EXECUTE

Execute commands can now be conditional on biomes.

Syntax: execute if|unless biome <pos> <biome>
slipcor commented 1 year ago

Yes. What are the biomes to use, apart from the ones that are obvious because they are in the chunk name?

Here are my placeholders so far

AllYourBlocks commented 1 year ago

This is the current setup, along with some future info

Chunk Biome Note
Home Sunflower Plains
Village Taiga
Desert Desert
Jungle Jungle will be changing to include Lush Caves underground
Ocean Ocean might change to include all Ocean biomes
Ice Spikes Snowy Plains might change to include Ice Spikes
Swamp Swamp might change to include Mangrove Swamp
Flower Forest Flower Forest will be changing to Cherry Grove
Mushroom Island Mushroom Fields will likely change to include Dripstone Caves underground
Badlands Eroded Badlands
Outpost Savanna
Mountain Jagged Peaks might change to include Frozen Peaks
Nether Nether Wastes might change to include all Nether biomes
Woodland Mansion Dark Forest
Nether Fortress Nether Wastes
Bastion Nether Wastes
The End End Highlands
AllYourBlocks commented 1 year ago

@slipcor

As discussed, please do not implement these changes in the live pack just yet.

Feel free to finish the code with the new current setup as above, but please comment it out so that it's not live in the datapack until we've talked further.

Don't worry about any changes to biomes made on the Test server so far, as we'll be replacing the map with the master copy from the Dev server soon anyway. Thanks!