reinit branch
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ingredientPattern": "PNP,PSP,P P",
|
||||
"ingredients": {
|
||||
"N": { "type": "item", "code": "game:metalnailsandstrips-*", "quantity": 2 },
|
||||
"P": { "type": "item", "code": "game:plank-*", "quantity": 2 },
|
||||
"S": { "type": "item", "code": "game:beeswax" }
|
||||
},
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehive-north" }
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
[
|
||||
{
|
||||
"ingredientPattern": "PPP,PLP,PPP",
|
||||
"ingredients": {
|
||||
"P": { "type": "item", "code": "game:plank-*" },
|
||||
"L": { "type": "block", "code": "game:linen-*" }
|
||||
},
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-empty", "quantity": 1 }
|
||||
},
|
||||
{
|
||||
"ingredientPattern": "PL",
|
||||
"ingredients": {
|
||||
"P": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-empty", "quantity": 1 },
|
||||
"L": { "type": "item", "code": "game:honeycomb", "quantity": 1 }
|
||||
},
|
||||
"width": 2,
|
||||
"height": 1,
|
||||
"shapeless": true,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-filled", "quantity": 1 }
|
||||
},
|
||||
{
|
||||
"ingredientPattern": "PL",
|
||||
"ingredients": {
|
||||
"P": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-empty", "quantity": 1 },
|
||||
"L": { "type": "item", "code": "game:beeswax", "quantity": 2 }
|
||||
},
|
||||
"width": 2,
|
||||
"height": 1,
|
||||
"shapeless": true,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-filled-feed", "quantity": 1 }
|
||||
},
|
||||
{
|
||||
"ingredientPattern": "PL",
|
||||
"ingredients": {
|
||||
"P": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-empty", "quantity": 1 },
|
||||
"L": { "type": "block", "code": "game:bowl-*-fired" }
|
||||
},
|
||||
"attributes": {
|
||||
"liquidContainerProps": {
|
||||
"requiresContent": { "type": "item", "code": "honeyportion" },
|
||||
"requiresLitres": 0.4
|
||||
}
|
||||
},
|
||||
"width": 2,
|
||||
"height": 1,
|
||||
"shapeless": true,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-filled-feed", "quantity": 1 }
|
||||
},
|
||||
{
|
||||
"ingredientPattern": "PL",
|
||||
"ingredients": {
|
||||
"P": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-empty", "quantity": 1 },
|
||||
"L": { "type": "block", "code": "game:woodbucket" }
|
||||
},
|
||||
"attributes": {
|
||||
"liquidContainerProps": {
|
||||
"requiresContent": { "type": "item", "code": "honeyportion" },
|
||||
"requiresLitres": 0.4
|
||||
}
|
||||
},
|
||||
"width": 2,
|
||||
"height": 1,
|
||||
"shapeless": true,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehiveframe-filled-feed", "quantity": 1 }
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"ingredientPattern": "_B_,___,P_P",
|
||||
"ingredients": {
|
||||
"B": { "type": "item", "code": "game:plank-*", "quantity": 2 },
|
||||
"P": { "type": "item", "code": "game:plank-*" }
|
||||
},
|
||||
"width": 3,
|
||||
"height": 3,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehiveroof-north", "quantity": 1 }
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"ingredientPattern": "B_B,P_P",
|
||||
"ingredients": {
|
||||
"B": { "type": "item", "code": "game:plank-*", "quantity": 2 },
|
||||
"P": { "type": "item", "code": "game:plank-*" }
|
||||
},
|
||||
"width": 3,
|
||||
"height": 2,
|
||||
"output": { "type": "block", "code": "orekiwoofsbeehives:beehivestand-north", "quantity": 1 }
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"ingredientPattern": "K_,F_",
|
||||
"ingredients": {
|
||||
"K": {
|
||||
"type": "item",
|
||||
"code": "game:knife-*",
|
||||
"isTool": true
|
||||
},
|
||||
"F": {
|
||||
"type": "block",
|
||||
"code": "orekiwoofsbeehives:beehiveframe-filled",
|
||||
"returnedStack": {
|
||||
"type": "block",
|
||||
"code": "orekiwoofsbeehives:beehiveframe-empty"
|
||||
}
|
||||
}
|
||||
},
|
||||
"width": 2,
|
||||
"height": 2,
|
||||
"output": {
|
||||
"type": "item",
|
||||
"code": "game:honeycomb",
|
||||
"quantity": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user