release candidate changes

This commit is contained in:
Jottyfan
2026-09-06 18:05:40 +02:00
parent ac1ead08d9
commit 116a00810d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.3-snapshot-10
minecraft_version=26.3-pre-2
loader_version=0.19.3
loom_version=1.17-SNAPSHOT
@@ -17,4 +17,4 @@ maven_group=de.jottyfan.minecraft
archives_base_name=quickly
# Dependencies
fabric_api_version=0.158.3+26.3
fabric_api_version=0.159.4+26.3
@@ -80,7 +80,7 @@ public class QuicklyItems {
public static final Item ARMOR_TURQUOISE_CHESTPLATE = registerItem(ID.TURQUOISE_CHESTPLATE, ArmorType.CHESTPLATE);
private static final QIP ofCompostable(QIP qip) {
return (QIP) qip.compostable(ResourceKey.create(Registries.NUMBER_PROVIDER, Identifier.withDefaultNamespace("compostable/medium_high")));
return (QIP) qip.compostable(ResourceKey.create(Registries.CONTEXT_INT_PROVIDER, Identifier.withDefaultNamespace("compostable/medium_high")));
}
private static final Item registerItem(Identifier identifier, ArmorType armorType) {