no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
energy [2020/08/21 11:38] – Completely reworked to include more information delly
Line 1: Line 1:
 +====== Energy ======
  
 +==== About ====
 +
 +Energy is the cornerstone of Tech Reborn. It is the juice, that makes all the machines tick.
 +
 +==== How it works ====
 +
 +In its core, energy in Tech Reborn is very simple. Its created by {{:mods:techreborn:generator.png?nolink&24|}} **[[energy:generators|Generators]]** and consumed by machines, or stored in storage blocks like MFEs or MFSUs.
 +
 +Generators make a certain amount of energy each tick, and deposit it either into any directly connected machines, or into a connected wire network.
 +
 +You can think of a wire network as just a bunch of inter-connected tubes, where each tube can "contain" up to a certain amount of energy that it then tries to pass around.
 +
 +Each tick, a cable checks if its connected to any machine able to accept energy. If so, it transfers up to all of its energy to the first, then second, then third machine.
 +
 +If no machine is found, the wire checks if its connected to any other wires able to accept energy, then distributes its stored energy evenly among those wires. There is no way to make the energy go straight from point A, to point B.
 +
 +The result of this implementation is that energy transfer is **inefficient over long distances**. The best way to transfer energy over more than a couple of blocks is to place buffers (energy storage blocks) every 5 or 6 blocks to "direct" the flow of energy.
 +
 +==== Energy Tiers ====
 +
 +Unlike past technology-based mods, there is currently no concept of voltage in Tech Reborn. Instead, energy gets divided up into several categories based on the Input/Output capibilities, and translates directly into the tiers of machinery the player should be able to construct by that point.
 +
 +The tiers are as follows:
 +^ Energy Tier   ^ Input/Output Rates (EU/t)     ^ Machine Tier  ^ Cable Tier    |
 +| Micro         | 8     | Basic         | Any           |
 +| Low           | 32    | Advanced      | Tin           |
 +| Medium        | 128   | Industrial    | Copper / Insulated Copper |
 +| High          | 512   | Ultimate      | None          |
 +| Extreme       | 2048  | Quantum       | HV / Insulated HV     |
 +| Insane        | 8192  | None          | Glass Fiber           |
 +| Infinite      | 2147483647    | Creative      | None  |
 +
 +==== Compatibility ====
 +
 +Tech Reborn by default is compatible with [[energy:forge_energy|Forge Energy]], [[energy:eu|EU]] and [[energy:rf|RF]] in versions 1.12.2 and bellow. 1.14 and 1.15.2 versions use [[https://github.com/TechReborn/Energy|Energy]]
 +
 +===== Related Items =====
 +
 +  * {{:mods:techreborn:insulated_copper_cable.png?nolink&24|}} **[[energy:cable|Cables]]**
 +  * {{:mods:techreborn:generator.png?nolink&24|}} **[[energy:generators|Generators]]**
 +  * {{:mods:techreborn:mv_transformer.png?nolink&24|}} **[[energy:transformers|Transformers]]**
 +  * {{:mods:techreborn:mfe.png?nolink&24|MFE}} **[[energy:storage|Energy Storage]]**
  • Last modified: 2021/07/05 18:15
  • by wdavery