Atum 2: Return to the Sands

Atum 2: Return to the Sands

23M Downloads

[1.16.5 Bug] Poison Trap has wrong texture

GoldenTotem opened this issue ยท 1 comments

commented

Poison Trap has wrong texture when disabled

Image

commented

assets/atum/models/block/poison_trap_vertical_off.json cause the problem.
Should be

{
    "parent": "block/orientable_vertical",
    "textures": {
        "front": "atum:block/trap_poison_off",
        "side": "atum:block/limestone_brick_carved"
    }
}