Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
669b353cdd | ||
|
|
116a00810d |
+4
-4
@@ -7,14 +7,14 @@ 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.5
|
||||||
loom_version=1.17-SNAPSHOT
|
loom_version=1.17-SNAPSHOT
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=26.3.0-snapshot-10
|
mod_version=26.3-pre-2
|
||||||
maven_group=de.jottyfan.minecraft
|
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.160.0+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) {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.19.3",
|
"fabricloader": ">=0.19.5",
|
||||||
"minecraft": "~26.3-",
|
"minecraft": "~26.3-",
|
||||||
"java": ">=25",
|
"java": ">=25",
|
||||||
"fabric-api": "*"
|
"fabric-api": "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user