Skip to content

Commit c0f379b

Browse files
committed
Fix broken advancement icons
1 parent 4968f02 commit c0f379b

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

src/main/resources/data/integratedcrafting/advancement/autocrafting_setup/insert_recipe_planks.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,32 @@
22
"display": {
33
"icon": {
44
"id": "integrateddynamics:variable",
5-
"nbt": "{\"typeName\":\"valuetype.valuetypes.integrateddynamics.recipe.name\",\"partId\":1,\"_type\":\"valuetype\",\"value\":\"{output:{\\\"minecraft:itemstack\\\":[{id:\\\"minecraft:chest\\\",Count:1b,Damage:0s}]},input:{\\\"minecraft:itemstack\\\":[[{condition:3,prototype:{id:\\\"minecraft:chest\\\",Count:1b,Damage:0s}}]]}}\",\"_id\":1}"
5+
"components": {
6+
"integrateddynamics:variable_facade": {
7+
"partId": 1,
8+
"_id": 1,
9+
"_type": "integrateddynamics:valuetype",
10+
"typeName": "integrateddynamics:recipe",
11+
"value": {
12+
"output": {
13+
"minecraft:itemstack": { "id": "minecraft:chest", "Count": 1 }
14+
},
15+
"input": {
16+
"minecraft:itemstack": [
17+
{
18+
"type": 0,
19+
"val": [
20+
{
21+
"prototype": { "id": "minecraft:chest", "Count": 1 },
22+
"condition": 1
23+
}
24+
]
25+
}
26+
]
27+
}
28+
}
29+
}
30+
}
631
},
732
"title": {
833
"translate": "advancement.integratedcrafting.insert_recipe_planks"

0 commit comments

Comments
 (0)