aboutsummaryrefslogtreecommitdiff
path: root/data/bktsb/recipes/calcite.json
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2021-07-24 17:23:47 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2021-07-24 17:23:47 +0800
commit039288d709aa943e6d638605eaaf99d117e4536f (patch)
tree1ed0bb4d26379068be878b3bbd009b55a6c3a991 /data/bktsb/recipes/calcite.json
parent77f0e689f84a601f5da4aaf2308bccf74a531346 (diff)
downloadbktmc-skyblock-master.tar.xz
Somehow forgot all the stone recipes.HEADmaster
Diffstat (limited to 'data/bktsb/recipes/calcite.json')
-rw-r--r--data/bktsb/recipes/calcite.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/bktsb/recipes/calcite.json b/data/bktsb/recipes/calcite.json
new file mode 100644
index 0000000..7fabc53
--- /dev/null
+++ b/data/bktsb/recipes/calcite.json
@@ -0,0 +1,20 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "###",
+ "#X#",
+ "###"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:dripstone_block"
+ },
+ "X": {
+ "item": "minecraft:bone_block"
+ }
+ },
+ "result": {
+ "item": "minecraft:calcite",
+ "count": 8
+ }
+}