调整联动配方位置,添加新配方
This commit is contained in:
parent
fb737dab03
commit
4e7fe67406
5 changed files with 52 additions and 2 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"experience": 0.7,
|
||||
"cookingtime": 100,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_lead"
|
||||
},
|
||||
"result": "superbwarfare:lead_ingot",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"experience": 0.7,
|
||||
"cookingtime": 100,
|
||||
"ingredient": {
|
||||
"item": "create:crushed_raw_silver"
|
||||
},
|
||||
"result": "superbwarfare:silver_ingot",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -11,5 +11,11 @@
|
|||
"count": 1,
|
||||
"item": "superbwarfare:iron_powder"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -11,5 +11,11 @@
|
|||
"count": 1,
|
||||
"item": "superbwarfare:tungsten_powder"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -19,5 +19,11 @@
|
|||
"item": "superbwarfare:high_energy_explosives",
|
||||
"count": 3
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue