iron_block.json
{ "overrides": [ { "when": { "biome": "minecraft:taiga" }, "apply": "minecraft:diamond_block" } ] }
The iron_block item display as diamond_block when I in taiga, but when I placed in taiga biome it still display as iron_block. Is there anything wrong in my json?
iron_block.json
{ "overrides": [ { "when": { "biome": "minecraft:taiga" }, "apply": "minecraft:diamond_block" } ] }
The iron_block item display as diamond_block when I in taiga, but when I placed in taiga biome it still display as iron_block. Is there anything wrong in my json?