You've already forked minecraft-assets
Create/Update assets for version 1.21.2-pre1
This commit is contained in:
18
data/minecraft/recipe/copper_bulb.json
Normal file
18
data/minecraft/recipe/copper_bulb.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"B": "minecraft:blaze_rod",
|
||||
"C": "minecraft:copper_block",
|
||||
"R": "minecraft:redstone"
|
||||
},
|
||||
"pattern": [
|
||||
" C ",
|
||||
"CBC",
|
||||
" R "
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:copper_bulb"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user