Skip to content

Commit

Permalink
fix(info): πŸ“[Akashik Tome] add TOP, Gendustry and ThermalLogistic
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Dec 29, 2024
1 parent 437c398 commit c4c2387
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/mods/akashictome.zs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ val superTome = <akashictome:tome>.withTag({ 'akashictome:data': {
engineersdecor : { id: 'patchouli:guide_book' , Count: 1 as byte, tag: { 'akashictome:definedMod': 'engineersdecor', 'patchouli:book': 'engineersdecor:engineersdecor_manual' }, Damage: 0 as short },
nuclearcraft : { id: 'patchouli:guide_book' , Count: 1 as byte, tag: { 'akashictome:definedMod': 'nuclearcraft', 'patchouli:book': 'nuclearcraft:guide' } , Damage: 0 as short },
qmd : { id: 'patchouli:guide_book' , Count: 1 as byte, tag: { 'akashictome:definedMod': 'qmd', 'patchouli:book': 'qmd:guide' } , Damage: 0 as short },
gendustry : { id: 'patchouli:guide_book' , Count: 1 as byte, tag: { 'akashictome:definedMod': 'gendustry', 'patchouli:book': 'patchoulibooks:gendustry' } , Damage: 0 as short },
thermallogistics : { id: 'patchouli:guide_book' , Count: 1 as byte, tag: { 'akashictome:definedMod': 'thermallogistics', 'patchouli:book': 'patchoulibooks:thermallogistics' } , Damage: 0 as short },
theoneprobe : { id: 'theoneprobe:probe' , Count: 1 as byte, tag: { 'akashictome:definedMod': 'theoneprobe' } , Damage: 0 as short },
theoneprobe1 : { id: 'theoneprobe:probenote' , Count: 1 as byte, tag: { 'akashictome:definedMod': 'theoneprobe1' } , Damage: 0 as short },
} });

recipes.addShaped('SuperTome', superTome, [
Expand Down

0 comments on commit c4c2387

Please sign in to comment.