4 Commits

Author SHA1 Message Date
Jottyfan e5e971da61 Merge branch '26.1.1' of local repository into 26.1.2 2026-05-03 21:23:09 +02:00
Jottyfan f104344b96 Merge branch 'main' into 26.1.1 2026-05-03 21:21:50 +02:00
Jottyfan 26f8bfc113 feathers make pillows, too 2026-05-03 21:01:58 +02:00
Jottyfan abf5f4db3f bump version 2026-04-19 15:59:51 +02:00
4 changed files with 22 additions and 4 deletions
+3 -3
View File
@@ -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.1.1 minecraft_version=26.1.2
loader_version=0.19.2 loader_version=0.19.2
loom_version=1.15-SNAPSHOT loom_version=1.15-SNAPSHOT
# Mod Properties # Mod Properties
mod_version=26.1.1.0 mod_version=26.1.2.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.145.4+26.1.1 fabric_api_version=0.146.1+26.1.2
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:feather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather"
],
"result": {
"id": "quickly:pillow",
"count": 1
}
}
+1 -1
View File
@@ -24,7 +24,7 @@
}, },
"depends": { "depends": {
"fabricloader": ">=0.19.2", "fabricloader": ">=0.19.2",
"minecraft": "~26.1.1-", "minecraft": "~26.1.2-",
"java": ">=25", "java": ">=25",
"fabric-api": "*" "fabric-api": "*"
} }