You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
20
data/minecraft/recipes/redstone_lamp.json
Normal file
20
data/minecraft/recipes/redstone_lamp.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glowstone"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" R ",
|
||||
"RGR",
|
||||
" R "
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:redstone_lamp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user