The texture appears as a black and pink checking pattern.
I've changed manually L16 of the file common/src/main/resources/data/morevillagers/advancement/root.json to "background": "minecraft:block/lime_terracotta" and it corrected the issue.
|
"background": "minecraft:textures/block/lime_terracotta.png" |
{
"display": {
"icon": {
"id": "minecraft:emerald_block"
},
"title": {
"translate": "advancements.root.title"
},
"description": {
"translate": "advancements.root.description"
},
"frame": "task",
"show_toast": false,
"announce_to_chat": false,
"hidden": false,
- "background": "minecraft:textures/block/lime_terracotta.png"
+ "background": "minecraft:block/lime_terracotta"
},
"criteria": {
"always": {
"trigger": "minecraft:tick"
}
}
}
The texture appears as a black and pink checking pattern.
I've changed manually L16 of the file
common/src/main/resources/data/morevillagers/advancement/root.jsonto"background": "minecraft:block/lime_terracotta"and it corrected the issue.morevillagers/common/src/main/resources/data/morevillagers/advancement/root.json
Line 16 in ceb1cbc
{ "display": { "icon": { "id": "minecraft:emerald_block" }, "title": { "translate": "advancements.root.title" }, "description": { "translate": "advancements.root.description" }, "frame": "task", "show_toast": false, "announce_to_chat": false, "hidden": false, - "background": "minecraft:textures/block/lime_terracotta.png" + "background": "minecraft:block/lime_terracotta" }, "criteria": { "always": { "trigger": "minecraft:tick" } } }