Page 1 of 1

[0.14.1][Modding] LuaItemStack.grid Error Thrown

Posted: Fri Aug 26, 2016 10:13 pm
by DedlySpyder
When I try to access the .grid of an iron or steel armor, I get an error instead of just returning nil. This is an issue now that has_grid was removed.


Checking the prototype.equipment_grid returns nil, so I do have a workaround for the time being.

Re: [0.14.1][Modding] LuaItemStack.grid Error Thrown

Posted: Sat Aug 27, 2016 1:30 am
by Rseding91

Re: [0.14.1][Modding] LuaItemStack.grid Error Thrown

Posted: Sat Aug 27, 2016 4:00 am
by DedlySpyder
Hm, I can't seem to duplicate what I was doing wrong earlier, so I guess it was on my end.

Sorry about that.