Skip to content

Commit 3bdfbb6

Browse files
committed
Call gradle test
Signed-off-by: Florian Reuth <git@florianreuth.de>
1 parent abfc12b commit 3bdfbb6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

src/main/resources/assets/viafabricplus/data/resource-pack-headers.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,12 @@
200200
"major": 75,
201201
"minor": 0
202202
}
203+
},
204+
"26.1": {
205+
"version": 775,
206+
"pack_format": {
207+
"major": 84,
208+
"minor": 0
209+
}
203210
}
204-
}
211+
}

src/main/resources/assets/viafabricplus/data/versioned-registries.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,7 @@
16351635
"minecraft:golden_nautilus_armor": ">= 1.21.11",
16361636
"minecraft:diamond_nautilus_armor": ">= 1.21.11",
16371637
"minecraft:netherite_nautilus_armor": ">= 1.21.11",
1638-
"minecraft:copper_nautilus_armor": ">= 1.21.11"
1638+
"minecraft:copper_nautilus_armor": ">= 1.21.11",
1639+
"minecraft:golden_dandelion": ">= 26.1"
16391640
}
16401641
}

0 commit comments

Comments
 (0)