Started by
TechTastic
on
Topic category: Feature requests and ideas for MCreator
Was about to make a post about making it possible to differentiate between int number variables and double number variables until I realized this error has happened before so I am here to notify you all that this snapshot has the error again
I fixed it by manually changing the variable in the code to an int
Yes its used in functions related to inventories and inventory slots
In almost all scenarios, a float will be more precise than an int, but it might be worth changing to doubles by default as they can definitely contain all 32-bit integers