Compare commits
1
Commits
a9a09aa79c
...
26.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
116a00810d |
+2
-2
@@ -7,7 +7,7 @@ org.gradle.configuration-cache=false
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=26.3-snapshot-10
|
minecraft_version=26.3-pre-2
|
||||||
loader_version=0.19.3
|
loader_version=0.19.3
|
||||||
loom_version=1.17-SNAPSHOT
|
loom_version=1.17-SNAPSHOT
|
||||||
|
|
||||||
@@ -17,4 +17,4 @@ maven_group=de.jottyfan.minecraft
|
|||||||
archives_base_name=quickly
|
archives_base_name=quickly
|
||||||
|
|
||||||
# Dependencies
|
# 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);
|
public static final Item ARMOR_TURQUOISE_CHESTPLATE = registerItem(ID.TURQUOISE_CHESTPLATE, ArmorType.CHESTPLATE);
|
||||||
|
|
||||||
private static final QIP ofCompostable(QIP qip) {
|
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) {
|
private static final Item registerItem(Identifier identifier, ArmorType armorType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user