You've already forked minecraft-assets
Create/Update assets for version 19w37a
This commit is contained in:
19
data/minecraft/recipes/bee_hive.json
Normal file
19
data/minecraft/recipes/bee_hive.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"HHH",
|
||||
"PPP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bee_hive"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user