Skip to content

Commit

Permalink
Add a recipe for the fluid collection upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vaartis committed Dec 27, 2019
1 parent 75a56e7 commit 3c77f37
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"_comment": "A recipe for crafting the fluid collection upgrade",
"type": "minecraft:crafting_shaped",
"pattern": [
"gbg",
"crc",
"gbg"
],
"key": {
"c": {
"item": "kuarry:kuarry_casing"
},
"b": {
"item": "minecraft:bucket",
"data": 0
},
"r": {
"item": "minecraft:redstone"
},
"g": {
"item": "minecraft:glass"
}
},
"result": {
"item": "kuarry:fluid_collection_upgrade",
"count": 1
}
}

0 comments on commit 3c77f37

Please sign in to comment.