修复帕秋莉手册合成问题
This commit is contained in:
parent
834bc84f61
commit
764865c720
2 changed files with 22 additions and 9 deletions
|
@ -134,8 +134,8 @@ dependencies {
|
||||||
implementation "curse.maven:jade-324717:6291517"
|
implementation "curse.maven:jade-324717:6291517"
|
||||||
|
|
||||||
// 帕秋莉手册
|
// 帕秋莉手册
|
||||||
// compileOnly "curse.maven:patchouli-306770:6164617"
|
compileOnly "curse.maven:patchouli-306770:6164617"
|
||||||
// runtimeOnly "curse.maven:patchouli-306770:6164617"
|
runtimeOnly "curse.maven:patchouli-306770:6164617"
|
||||||
|
|
||||||
// Cloth Config相关
|
// Cloth Config相关
|
||||||
implementation "me.shedaniel.cloth:cloth-config-neoforge:15.0.140"
|
implementation "me.shedaniel.cloth:cloth-config-neoforge:15.0.140"
|
||||||
|
|
|
@ -1,12 +1,25 @@
|
||||||
{
|
{
|
||||||
"type": "patchouli:shapeless_book_recipe",
|
"type": "minecraft:crafting_shapeless",
|
||||||
"ingredients": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"id": "minecraft:book"
|
"type": "neoforge:mod_loaded",
|
||||||
},
|
"modid": "patchouli"
|
||||||
{
|
|
||||||
"id": "superbwarfare:empty_perk"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"book": "superbwarfare:superb_warfare_manual"
|
"group": "something",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:book"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "superbwarfare:empty_perk"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "patchouli:guide_book",
|
||||||
|
"count": 1,
|
||||||
|
"components": {
|
||||||
|
"patchouli:book": "superbwarfare:superb_warfare_manual"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue