From aecc6239f301e3d38d39b30ef44f30655283ed87 Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Sat, 21 Mar 2026 15:15:10 +0100 Subject: [PATCH] added salpeter from bone block by stonecutter --- gradle.properties | 4 ++-- .../data/quickly/recipe/stonecutting_boneblock.json | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/data/quickly/recipe/stonecutting_boneblock.json diff --git a/gradle.properties b/gradle.properties index a76f74e..c0c4426 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.configuration-cache=false # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=26.1-rc-1 +minecraft_version=26.1-rc-2 loader_version=0.18.4 loom_version=1.15-SNAPSHOT @@ -17,4 +17,4 @@ maven_group=de.jottyfan.minecraft archives_base_name=quickly # Dependencies -fabric_api_version=0.143.14+26.1 \ No newline at end of file +fabric_api_version=0.143.15+26.1 \ No newline at end of file diff --git a/src/main/resources/data/quickly/recipe/stonecutting_boneblock.json b/src/main/resources/data/quickly/recipe/stonecutting_boneblock.json new file mode 100644 index 0000000..a833ca2 --- /dev/null +++ b/src/main/resources/data/quickly/recipe/stonecutting_boneblock.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": "minecraft:bone_block", + "result": { + "id": "quickly:salpeter", + "count": 4 + } +}