Skip to content

Commit

Permalink
AE2 mod update adds new config option to tax P2P tunnels
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkosto committed Dec 17, 2024
1 parent 472876e commit 0f6a430
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/minecraft/config/ae2/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@
"GridEnergyStoragePerNode_comment": "How much energy can the internal grid buffer storage per node attached to the grid.",
"GridEnergyStoragePerNode": 25.0,
"CrystalResonanceGeneratorRate_comment": "How much energy a crystal resonance generator generates per tick.",
"CrystalResonanceGeneratorRate": 20.0
"CrystalResonanceGeneratorRate": 20.0,
"p2pTunnelEnergyTax_comment": "The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy.",
"p2pTunnelEnergyTax": 0.025,
"p2pTunnelTransportTax_comment": "The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items\u003dper 1 item, fluids\u003dper 125mb).",
"p2pTunnelTransportTax": 0.025
},
"Condenser": {
"MatterBalls": 256,
Expand Down

0 comments on commit 0f6a430

Please sign in to comment.