29 juil. 2019, 21:09

@robin4002
2019-07-29_23.02.05.png
Voila j ai encore un problème sur la texture des items… Demandez les programmes que vous avez besoin.
blockstates.test.json:

{
    "variants": {
        "variant=test": {
            "model": "bourguimod:test_white"
        },
        "variant=test2": {
            "model": "bourguimod:test_black"
        }
    }
}

models.item.test_white.json:

{
    "parent": "bourguimod:block/test_white"
}

models.block.test_white.json:

{
    "parent": "block/cube_all",
    "textures": {
        "all": "bourguimod:blocks/test_white"
    }
}