iChun / ContentCreatorIntegration-IssuesAndDocumentation

Primarily documentation for the Content Creator Integration mod for Minecraft. Secondary as an issue tracker for the mod itself.
MIT License
7 stars 4 forks source link

floor, ceil, round arithmetic conditions not working #7

Closed ChachavaMC closed 6 years ago

ChachavaMC commented 6 years ago

This again may be user error but I can't find a way to make them work. The functions will generally only need a single value given to them, but the arithmetic condition will only be accepted with 2 values entered. I've tried leaving a null in the 2nd value field, this leaves the condition highlighted in red and it gets removed when you save and close the config. I've tried adding a 0 in to the 2nd value field (https://pastebin.com/19E46z99) this gives a result of 0 in the toast. And I've tried adding in the same number in both value fields (https://pastebin.com/NsSLnkGq), which also gives a 0 in the toast.

Is there something I'm missing with this?

iChun commented 6 years ago

I just looked at the code again. Yeah whoops that's not gonna work. I'll fix for the next update.

On Fri, 21 Sep 2018, 7:05 AM ChachavaMC, notifications@github.com wrote:

This again may be user error but I can't find a way to make them work. The functions will generally only need a single value given to them, but the arithmetic condition will only be accepted with 2 values entered. I've tried leaving a null in the 2nd value field, this leaves the condition highlighted in red and it gets removed when you save and close the config. I've tried adding a 0 in to the 2nd value field ( https://pastebin.com/19E46z99) this gives a result of 0 in the toast. And I've tried adding in the same number in both value fields ( https://pastebin.com/NsSLnkGq), which also gives a 0 in the toast.

Is there something I'm missing with this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iChun/ContentCreatorIntegration-IssuesAndDocumentation/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/ACMSTGPnTDrr1igkh0i-2eeTjNXAyM5_ks5udB86gaJpZM4WzME3 .

iChun commented 6 years ago

Making a note to do min max functions as well.

iChun commented 6 years ago

Fixed for 1.0.2.