Skip to content

Commit

Permalink
mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 23, 2022
1 parent ec889f3 commit ed15b74
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
32 changes: 32 additions & 0 deletions config/Advancedperipherals/metaphysics.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

#Config for metaphysics
[Metaphysics]
#Defines energy to fuel rate
#Range: > 575
energyToFuelRate = 575
enableWeakAutomataCore = true
enableEndAutomataCore = true
enableHusbandryAutomataCore = true
#Defines max warp point stored in warp core. Mostly need to not allow NBT overflow error
#Range: > 1
endAutomataCoreWarpPointLimit = 64
#Chance that overpowered automata will break after rotation cycle
#Range: 0.0 ~ 1.0
overpoweredAutomataBreakChance = 0.002
#Range: 1 ~ 64
tier1AutomataCoreInteractionRadius = 2
#Range: 1 ~ 32
tier1AutomataCoreMaxFuelConsumptionRate = 2
#Range: 1 ~ 64
tier2AutomataCoreInteractionRadius = 4
#Range: 1 ~ 32
tier2AutomataCoreMaxFuelConsumptionRate = 3
#Range: 1 ~ 64
overpoweredTier1AutomataCoreInteractionRadius = 4
#Range: 1 ~ 32
overpoweredTier1AutomataCoreMaxFuelConsumptionRate = 3
#Range: 1 ~ 64
overpoweredTier2AutomataCoreInteractionRadius = 6
#Range: 1 ~ 32
overpoweredTier2AutomataCoreMaxFuelConsumptionRate = 4

4 changes: 4 additions & 0 deletions config/Advancedperipherals/peripherals.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@
#Range: > 1000
chatMessageCooldown = 1000

[Peripherals.Compass_Turtle]
#Enable the compass turtle or not.
enableCompassTurtle = true

2 changes: 2 additions & 0 deletions config/jei/recipe-category-sort-order.ini
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,5 @@ masterfulmachinery:machine_process_advanced_assembly_table_structure
masterfulmachinery:machine_process_auto_iridescent_altar_structure
masterfulmachinery:machine_structure_advanced_assembly_table
masterfulmachinery:machine_structure_auto_iridescent_altar
masterfulmachinery:machine_process_stellar_neutron_activator_structure
masterfulmachinery:machine_structure_stellar_neutron_activator
2 changes: 1 addition & 1 deletion minecraftinstance.json

Large diffs are not rendered by default.

0 comments on commit ed15b74

Please sign in to comment.