You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
23
data/minecraft/recipes/end_crystal.json
Normal file
23
data/minecraft/recipes/end_crystal.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"E": {
|
||||
"item": "minecraft:ender_eye"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"T": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GEG",
|
||||
"GTG"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:end_crystal"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user