3 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
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ loader_version=0.19.2
loom_version=1.15-SNAPSHOT loom_version=1.15-SNAPSHOT
# Mod Properties # Mod Properties
mod_version=26.1.2.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
@@ -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
}
}