Skip to content

Commit 85727c6

Browse files
authored
fix relocator recipe in guidebook (#1173)
1 parent 1da8d20 commit 85727c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gm4_relocators/data/gm4_relocators/gm4_recipes/relocator.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"input": {
33
"type": "shaped",
44
"recipe": [
5-
"OSO",
5+
"CSC",
66
"ABA",
7-
"OSO"
7+
"CSC"
88
],
99
"key": {
10-
"O": {
11-
"item": "minecraft:obsidian"
10+
"C": {
11+
"item": "minecraft:crying_obsidian"
1212
},
1313
"S": {
1414
"item": "minecraft:shulker_shell"

0 commit comments

Comments
 (0)