Skip to content

Commit

Permalink
perf: ⚡remove [on the dynamics of integration]
Browse files Browse the repository at this point in the history
This book takes 1-3 seconds on game load since make some cpu-heavy iterations https://spark.lucko.me/HlEM0qGvQZ?hl=546133

I never saw anyone learned ID with this book. Please report on E2EE discord if you was - i will add some kind of link to guide in quest book.
  • Loading branch information
Krutoy242 committed Jun 15, 2024
1 parent 3787d4d commit e7e352f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/integrateddynamics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ item {

# If the berries should give the night vision effect when eaten.
B:menril_berries.nightVision=true
B:on_the_dynamics_of_integration=true
B:on_the_dynamics_of_integration=false

# If the info book can give item rewards for tutorial completion.
B:on_the_dynamics_of_integration.bookRewards=false
Expand Down
1 change: 0 additions & 1 deletion scripts/mods/akashictome.zs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ 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 },
integratedtunnels: { id: 'integrateddynamics:on_the_dynamics_of_integration', Count: 1 as byte, tag: { 'akashictome:definedMod': 'integratedtunnels' } , Damage: 0 as short },
} });

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

0 comments on commit e7e352f

Please sign in to comment.