修复帕秋莉手册合成问题

This commit is contained in:
Light_Quanta 2025-05-28 01:44:45 +08:00
parent 834bc84f61
commit 764865c720
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
2 changed files with 22 additions and 9 deletions

View file

@ -134,8 +134,8 @@ dependencies {
implementation "curse.maven:jade-324717:6291517"
//
// compileOnly "curse.maven:patchouli-306770:6164617"
// runtimeOnly "curse.maven:patchouli-306770:6164617"
compileOnly "curse.maven:patchouli-306770:6164617"
runtimeOnly "curse.maven:patchouli-306770:6164617"
// Cloth Config相关
implementation "me.shedaniel.cloth:cloth-config-neoforge:15.0.140"

View file

@ -1,12 +1,25 @@
{
"type": "patchouli:shapeless_book_recipe",
"ingredients": [
"type": "minecraft:crafting_shapeless",
"conditions": [
{
"id": "minecraft:book"
},
{
"id": "superbwarfare:empty_perk"
"type": "neoforge:mod_loaded",
"modid": "patchouli"
}
],
"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"
}
}
}