TheSledgeHammer / RetroBees

Forestry Mod add-on for Minecraft. Adds Bee Species that were originally used in Forestry before version 1.7 of Minecraft.
GNU Lesser General Public License v3.0
1 stars 3 forks source link

Config Parsing Error #8

Open SentientScythe opened 5 years ago

SentientScythe commented 5 years ago

When the config is saved, it overwrites the value with a decimal which throw an error the next time the mod is loaded because it expects an integer.

TheSledgeHammer commented 5 years ago

Can you send the error message. What version of RetroBees are you using? Also when you're changing the config values are you inputting a integer i.e 7800 or a double i.e 7800.0? If you're not adding the decimal that may be the issue. As the config expects a double for the bees and a integer for the honeydrops. In other words if you enter an integer value. It may override it to a null value or 0 thus causing the error. If the game doesn't crash you can verify it by checking what the EMC value is on the item or bee you changed.