2 Commits

Author SHA1 Message Date
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
4 changed files with 22 additions and 4 deletions
+3 -3
View File
@@ -7,14 +7,14 @@ org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.1.2
minecraft_version=26.1.1
loader_version=0.19.2
loom_version=1.15-SNAPSHOT
# Mod Properties
mod_version=26.1.2.0
mod_version=26.1.1.2
maven_group=de.jottyfan.minecraft
archives_base_name=quickly
# Dependencies
fabric_api_version=0.146.1+26.1.2
fabric_api_version=0.145.4+26.1.1
@@ -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": {
"fabricloader": ">=0.19.2",
"minecraft": "~26.1.2-",
"minecraft": "~26.1.1-",
"java": ">=25",
"fabric-api": "*"
}