Slimefun-Addon-Community / Supreme

An addon for slimefun
GNU General Public License v3.0
6 stars 20 forks source link

The power units of most machines are inconsistent with the facts #16

Closed Violet-Nonbloosom closed 1 year ago

Violet-Nonbloosom commented 1 year ago

Description (Required)

According to the Slimefun Guide, most machines use "J/s" as their power unit.

However, when I was using SUPREME_TECH_GENERATOR, I occured to realise that 2 kW of power supply was UNABLE to make SUPREME_TECH_GENERATOR work properly.

According to the code, the power of SUPREME_TECH_GENERATOR is obviously 2000 J/slimefun tick, RATHER THAN J/s.

It is the same with most machines (including generators) using "J/s" as their power unit.

Steps to reproduce the Issue (Required)

  1. Place a ENERGY_REGULATOR, 5 SOLAR_GENERATORs and a SUPREME_ELECTRIC_CORE_I in the same energy network.
  2. Put a cobblestone into the SUPREME_ELECTRIC_CORE_I, and you can observe that the machine is working INTERMITTENTLY.
  3. Place 5 more SOLAR_GENERATORs, and you can observe that the machine is working PROPERLY.

Expected behavior (Required)

Server Log / Error Report

This is needless.

Environment (Required)

RelativoBR commented 1 year ago

Thanks for reporting the incident, I will make the correction.

RelativoBR commented 1 year ago

problem related to issues/17, corrected the value of energy required for the machine to work. Fixed On branch october-2022