-
-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4113 from EnigmaticaModpacks/develop
0.5.25
- Loading branch information
Showing
52 changed files
with
2,106 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
281 changes: 281 additions & 0 deletions
281
building_gadgets_patterns/masterful_machinery/stellar_neutron_activator.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
config/masterful_machinery/controllers/auto_iridescent_altar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
config/masterful_machinery/controllers/stellar_neutron_activator.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"controllerId": "stellar_neutron_activator", | ||
"textureOverride": "immersiveengineering:block/stone_decoration/hempcrete", | ||
"name": "Stellar Neutron Activator", | ||
"ports": [ | ||
{ | ||
"type": "masterfulmachinery:botania_mana", | ||
"name": "Mana", | ||
"id": "mana", | ||
"textureOverride": "botania:block/mana_diamond_block", | ||
"data": { | ||
"capacity": 1000000 | ||
} | ||
}, | ||
{ | ||
"type": "masterfulmachinery:energy", | ||
"name": "FE", | ||
"id": "energy", | ||
"data": { | ||
"capacity": 500000000 | ||
} | ||
}, | ||
{ | ||
"type": "masterfulmachinery:fluids", | ||
"name": "Fluid", | ||
"id": "fluid", | ||
"data": { | ||
"capacity": 512000 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.