From 9cda10f20eb5c9131678b58742f5cf838c9e5ede Mon Sep 17 00:00:00 2001 From: chronosacaria <67794130+chronosacaria@users.noreply.github.com> Date: Thu, 22 Oct 2020 00:06:16 -0400 Subject: [PATCH] Derp Commit Updated Yarn Mappings, Loader Version, Fabric Version, and actually remembered the Red Snake recipe this time --- gradle.properties | 6 +++--- src/main/resources/data/mcdw/recipes/bow_red_snake.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6f4fd6d5..47852d98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html minecraft_version=1.16.3 -yarn_mappings=1.16.3+build.40 -loader_version=0.10.1+build.209 +yarn_mappings=1.16.3+build.47 +loader_version=0.10.3+build.211 reach_entity_attributes_version=1.0.1 # Mod Properties mod_version=1.1.4 @@ -12,4 +12,4 @@ maven_group=chronosacaria archives_base_name=mcdw # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.24.0+build.411-1.16 +fabric_version=0.24.1+build.412-1.16 diff --git a/src/main/resources/data/mcdw/recipes/bow_red_snake.json b/src/main/resources/data/mcdw/recipes/bow_red_snake.json index b8a68f66..0362e152 100644 --- a/src/main/resources/data/mcdw/recipes/bow_red_snake.json +++ b/src/main/resources/data/mcdw/recipes/bow_red_snake.json @@ -7,7 +7,7 @@ ], "key": { "p": { - "item": "minecraft:prismarine_shard" + "item": "minecraft:redstone" }, "S": { "item": "minecraft:string" @@ -16,14 +16,14 @@ "item": "minecraft:iron_ingot" }, "P": { - "item": "minecraft:prismarine" + "item": "minecraft:redstone_block" }, "L": { "item": "mcdw:bow_longbow" } }, "result": { - "item": "mcdw:bow_guardian_bow", + "item": "mcdw:bow_red_snake", "count": 1 } } \ No newline at end of file