添加刀片弹和咒火弹的配方

This commit is contained in:
Atsuihsio 2024-09-12 22:17:12 +08:00
parent 569b671c79
commit eb59eeb271
2 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "dreamaticvoyage"
}
],
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "dreamaticvoyage:momo_knife"
},
{
"item": "superbwarfare:empty_perk"
}
],
"result": {
"item": "superbwarfare:blade_bullet",
"count": 1
}
}

View file

@ -0,0 +1,22 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "virtuarealcraft"
}
],
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "virtuarealcraft:eternal_touch"
},
{
"item": "superbwarfare:empty_perk"
}
],
"result": {
"item": "superbwarfare:curse_flame_bullet",
"count": 1
}
}