https://github.com/jukelyn/sf-module-calculator
Slimefun4 module calculator/simulator
https://github.com/jukelyn/sf-module-calculator
Last synced: 11 months ago
JSON representation
Slimefun4 module calculator/simulator
- Host: GitHub
- URL: https://github.com/jukelyn/sf-module-calculator
- Owner: Jukelyn
- Created: 2025-07-03T14:52:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T22:21:34.000Z (12 months ago)
- Last Synced: 2025-07-04T23:27:15.178Z (12 months ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Slimefun4 Module Calculator
At most 9 modules allowed.
### Multiplier formulas
Processing Speed: 1 + S - 0.25P
Energy Consumption (Machines): (1 + 2\*S + 0.5\*P) \* (0.85^E)
Energy Production (Generator) : (1 + 0.5E) \* (0.9^S) \* (0.8^P)
Product Waste: (0.1S)\*(0.75^P)
Where S, P, and E are the number of Speed Productivity, Efficiency modules each. The number of modules for tiers is calcualted as 2^(tier - 1) e.g. A tier 2 module is the same as 2 tier 1s and a tier 3 module is the same as 4 tier 1 modules.