This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/data/productivebees/recipes/hives/advanced_bop_willow_beehive.json
2023-11-02 12:32:44 -05:00

34 lines
681 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"WWW",
"CHC",
"FWS"
],
"key": {
"W": {
"item": "biomesoplenty:willow_planks"
},
"H": {
"item": "minecraft:beehive"
},
"C": {
"tag": "forge:honeycombs"
},
"F": {
"tag": "forge:campfires"
},
"S": {
"tag": "modernrecipes:tools/shears"
}
},
"result": {
"item": "productivebees:advanced_bop_willow_beehive"
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "biomesoplenty"
}
]
}