Add more number variable types (ex. INT, FLOAT)

Status
Fixed
Issue description

Hi, i'd just want to be able to make diffrrent number variable types like integers in the procedure window, because for example in my latest mod i had to lock the code and change multiple lines in the code from double to int just because the procedure system won't support int variables. Could this be added? It'd be easier for people that make large procedures do more stuff without editing the exact code.

Issue comments

We strive to keep MCreator's interface as simple as possible and this includes only one numeric type. If you want to use integer, just round the number value using math blocks or use floor to strip the decimal part.