aboutsummaryrefslogtreecommitdiff
path: root/data/bktsb/recipes/endstone.json
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2021-07-24 16:59:58 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2021-07-24 16:59:58 +0800
commit77f0e689f84a601f5da4aaf2308bccf74a531346 (patch)
tree8154832f6c4ac0d071a771657c4a67c6a024f398 /data/bktsb/recipes/endstone.json
downloadbktmc-skyblock-77f0e689f84a601f5da4aaf2308bccf74a531346.tar.xz
Initial public release (minecraft 1.17.1).
Diffstat (limited to 'data/bktsb/recipes/endstone.json')
-rw-r--r--data/bktsb/recipes/endstone.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/bktsb/recipes/endstone.json b/data/bktsb/recipes/endstone.json
new file mode 100644
index 0000000..1fa2804
--- /dev/null
+++ b/data/bktsb/recipes/endstone.json
@@ -0,0 +1,23 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "###",
+ "eXe",
+ "###"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:cobblestone"
+ },
+ "X": {
+ "item": "minecraft:ender_pearl"
+ },
+ "e": {
+ "item": "minecraft:egg"
+ }
+ },
+ "result": {
+ "item": "minecraft:end_stone",
+ "count": 6
+ }
+}