You've already forked minecraft-assets
Create/Update assets for version 3D Shareware v1.34
This commit is contained in:
22
data/minecraft/recipes/beacon.json
Normal file
22
data/minecraft/recipes/beacon.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GSG",
|
||||
"OOO"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:nether_star"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:beacon"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user