Skip to content

Commit

Permalink
Derp Commit
Browse files Browse the repository at this point in the history
Updated Yarn Mappings, Loader Version, Fabric Version, and actually remembered the Red Snake recipe this time
  • Loading branch information
chronosacaria committed Oct 22, 2020
1 parent 4df898d commit 9cda10f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ 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
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
6 changes: 3 additions & 3 deletions src/main/resources/data/mcdw/recipes/bow_red_snake.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"p": {
"item": "minecraft:prismarine_shard"
"item": "minecraft:redstone"
},
"S": {
"item": "minecraft:string"
Expand All @@ -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
}
}

0 comments on commit 9cda10f

Please sign in to comment.