igentuman / Better-Fusion-Reactor

Better Fusion Reactor for Mekanism
https://www.curseforge.com/minecraft/mc-mods/better-fusion-reactor-for-mekanism
MIT License
6 stars 3 forks source link

Minecraft 1.12.2 error while adjusting reactivity on OpenComputers. #23

Closed KenleyundLeon closed 5 months ago

KenleyundLeon commented 5 months ago

image image

Edit: solved.

fix: input an hexadecimal number to the function and it will work. Example: 15.0, 15.5, 0.1 NOT 15

for the developer: Please add some sort of response example: awaited number got integer

igentuman commented 5 months ago

@KenleyundLeon hey. Why did you close the bug? If issue exists, i need to fix it

KenleyundLeon commented 5 months ago

The fix is to input an hexadecimal number example: 15.0 NOT 15 due to java awaiting an Number value rather than a integer value.