add first patch
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"000",
|
||||
"1 1"
|
||||
],
|
||||
"key": {
|
||||
"0": {
|
||||
"item": "society:canvas"
|
||||
},
|
||||
"1": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "supplementaries:awning",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "pamhc2trees:lycheeitem"
|
||||
},
|
||||
{
|
||||
"item": "pamhc2trees:lycheeitem"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "supplementaries:candy",
|
||||
"count": 4
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "candy"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"global_conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "pancake"
|
||||
},
|
||||
{
|
||||
"modid": "farmersdelight",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
{
|
||||
"tag": "forge:dough"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"item": "society:maple_syrup"
|
||||
},
|
||||
{
|
||||
"item": "farm_and_charm:butter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "supplementaries:pancake",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"323",
|
||||
"101",
|
||||
" 1 "
|
||||
],
|
||||
"key": {
|
||||
"1": {
|
||||
"tag": "forge:rods/wooden"
|
||||
},
|
||||
"2": {
|
||||
"item": "society:canvas"
|
||||
},
|
||||
"3": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"0": {
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "supplementaries:slingshot",
|
||||
"count": 1
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "supplementaries:flag",
|
||||
"flag": "slingshot"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user