Mangrove Log and Mangrove Planks don't spawn in bonus chest
The Bug
I doesn't matter how many bonus chest in the world, none of them have mangrove log and mangrove planks
Reproduce
- Create a world
- Enable the bonus chest
- Look in the chest
- Alternatively you can look at the loot table for spawn_bonus_chest
Observed Result
No mangrove logs or planks generated
Expected Result
Mangrove logs and planks would generate
Created Issue:
Mangrove Log and Mangrove Planks don't spawn in bonus chest
I doesn't matter how many bonus chest in the world, non of them have mangrove log and mangrove planks
I doesn't matter how many bonus chest in the world, non of them have mangrove log andmangrove planksThe Bug
I doesn't matter how many bonus chest in the world, none of them have mangrove log and mangrove planks
Reproduce
- Create a world
- Enable the bonus chest
- Look in the chest
- Alternatively you can look at the loot table for spawn_bonus_chest
Observed Result
No mangrove logs or planks generated
Expected Result
Mangrove logs and planks would generate
relates to
relates to
relates to
relates to
Related to MC-250099
It doesn't matter how many bonus chests in the world, none of them have mangrove log
How to Reproduce
- Create a world
- Enable the bonus chest
- Look in the chest
- Repeat steps from 1-3
- Alternatively you can check and look at the loot table for spawn_bonus_chest.json in the behavior pack template
Observed Results
No mangrove logs were generated inside the bonus chest loot
Expected Results
Mangrove log (from 1 to 3) would generate inside the bonus chest loot
Are you sure this is not just bad luck? This was previously fixed MC-250099.
Closely relates to MC-250099 and MC-256504.
The bug
As was mentioned in MC-257428, bamboo blocks are effectively the "logs" of the bamboo "wood" set. However, unlike logs, they will never appear inside of bonus chests.
How to reproduce
- /place feature minecraft:bonus_chest
- Repeat as many times as is desired
- Check the contents of each chest
Expected results
Bamboo blocks would eventually appear inside of a chest.
Actual results
They do not.
I can confirm though this might intended. Also I'm the reporter of MC-250099 but because that account is lost, I am using this account instead.
Um, this WAI seems to be in direct contradiction to the fixing of MC-250099 (granted it mentioned logs too, which was fixed); was the design changed since the fix?
How about the fact logs do spawn of any type?
This is basically MC-250099 and MC-260166, but with pale oak logs and planks.
You can reproduce this with the same reproduction steps in MC-250099 and MC-260166, but it's very inefficient. So here's my efficient way to reproduce this:
Step 1: Place down 4 "Always Active" repeat command blocks, each command block has its own command. The commands are:
"kill @e[nbt={Item:{id:"minecraft:stone_axe"}}]"
"kill @e[nbt={Item:{id:"minecraft:stone_pickaxe"}}]"
"kill @e[nbt={Item:{id:"minecraft:wooden_axe"}}]"
"kill @e[nbt={Item:{id:"minecraft:wooden_pickaxe"}}]"
These commands are to get rid of the "annoying" axes and pickaxes.
Step 2: Place down another "Always Active" repeat command block with the command:
"loot spawn ~ ~0.5 ~ loot minecraft:chests/spawn_bonus_chest"
Step 3: Stand above that repeat command block to collect the items (make sure you're in Creative mode), and then if necessary shift-click on "Destroy Item" to clear the whole inventory. If there're no pale oak logs or planks in the inventory (which of course there aren't), then you've successfully reproduce this bug.