Skip to content

Commit

Permalink
Changed fishing net recipe to utilise cobwebs
Browse files Browse the repository at this point in the history
  • Loading branch information
the-inconvenience-store committed May 9, 2020
1 parent fa7e1ff commit 6f89d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/data/communityupdate/recipes/fish_net.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:crafting_shaped",
"pattern": [
"iOi",
"OCO",
"WWW",
"iOi"
],
"key": {
Expand All @@ -12,8 +12,8 @@
"O": {
"tag": "minecraft:planks"
},
"C": {
"item": "minecraft:clay"
"W": {
"item": "minecraft:cobweb"
}
},
"result": {
Expand Down

0 comments on commit 6f89d3c

Please sign in to comment.