Compare commits
2 Commits
3b83beeba4
...
31ca3cff21
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31ca3cff21 | ||
|
|
ecfa584f3c |
16
galaxy/data/galaxy/recipe/crying_obsidian.json
Normal file
16
galaxy/data/galaxy/recipe/crying_obsidian.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#G#",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"#": "minecraft:obsidian",
|
||||
"G": "minecraft:ghast_tear"
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:crying_obsidian",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
18
galaxy/data/galaxy/recipe/easy_dispenser.json
Normal file
18
galaxy/data/galaxy/recipe/easy_dispenser.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"X": "minecraft:string",
|
||||
"Y": "minecraft:dropper"
|
||||
},
|
||||
"pattern": [
|
||||
" #X",
|
||||
"#YX",
|
||||
" #X"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
},
|
||||
"group": "dispenser"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user