Skip to content

Commit 9cda10f

Browse files
committed
Derp Commit
Updated Yarn Mappings, Loader Version, Fabric Version, and actually remembered the Red Snake recipe this time
1 parent 4df898d commit 9cda10f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
55
minecraft_version=1.16.3
6-
yarn_mappings=1.16.3+build.40
7-
loader_version=0.10.1+build.209
6+
yarn_mappings=1.16.3+build.47
7+
loader_version=0.10.3+build.211
88
reach_entity_attributes_version=1.0.1
99
# Mod Properties
1010
mod_version=1.1.4
1111
maven_group=chronosacaria
1212
archives_base_name=mcdw
1313
# Dependencies
1414
# check this on https://modmuss50.me/fabric.html
15-
fabric_version=0.24.0+build.411-1.16
15+
fabric_version=0.24.1+build.412-1.16

src/main/resources/data/mcdw/recipes/bow_red_snake.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"key": {
99
"p": {
10-
"item": "minecraft:prismarine_shard"
10+
"item": "minecraft:redstone"
1111
},
1212
"S": {
1313
"item": "minecraft:string"
@@ -16,14 +16,14 @@
1616
"item": "minecraft:iron_ingot"
1717
},
1818
"P": {
19-
"item": "minecraft:prismarine"
19+
"item": "minecraft:redstone_block"
2020
},
2121
"L": {
2222
"item": "mcdw:bow_longbow"
2323
}
2424
},
2525
"result": {
26-
"item": "mcdw:bow_guardian_bow",
26+
"item": "mcdw:bow_red_snake",
2727
"count": 1
2828
}
2929
}

0 commit comments

Comments
 (0)