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

Add Suspicious Sand to Warm Ocean Ruins #161

Open AllYourBlocks opened 1 year ago

AllYourBlocks commented 1 year ago

Needs 5 blocks of Suspicious Sand for vanilla-completeness

2 x Sniffer Egg 1 x Angler Pottery Sherd 1 x Shelter Pottery Sherd 1 x Snort Pottery Sherd

Could also add Coal, Emerald, Wheat, Wooden Hoe, Gold Nugget, Iron Axe

Game-relevant items would be an Emerald (trading) or an Iron Axe (PvP/resource gathering)

@slipcor Will need a solution for the nbt tags on the relevant blocks

AllYourBlocks commented 1 year ago

Identified locations of the 5 blocks and have added them to the Ocean Chunk

slipcor commented 1 year ago

I am not sure if we can really do specific drops, the only data I see here is loot table data which then gets calculated as it gets brushed: grafik

slipcor commented 1 year ago

OH neat it is really easy to set a block's actual item returned.

Step 1: place the suspicious block Step 2: /data modify block x y z item set value {id: "purple_candle", Count: 1b}

You can tab complete x, y, z when you look at the block and the rest should be self-explanatory. I was able to make the block spawn a purple candle :)

AllYourBlocks commented 1 year ago

@slipcor This is great work, thank you! I will have a go at doing this and let you know how I get on.

AllYourBlocks commented 1 year ago

Have made these changes to Ocean Chunk in Memory Area, but not committed to nbt file yet, as water is currently broken and there are also mobs to add, reference #164