omoflop / MoreBlockPredicates

does the optifine thing with biome dependant block textures but on fabric so its good
Creative Commons Zero v1.0 Universal
16 stars 2 forks source link

Not work on placed block #7

Closed NOBUTSS closed 2 years ago

NOBUTSS commented 2 years ago

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?