Cannot start game in creative mode..
Okay. Now this is bugging me ._.
When I try to open a local world on my computer, in Creative Mode, it spits back an error:
Line 67 of the creative init.lua says:
I only started getting it when I started adding mods.. I am guessing it is overflowing the 5 pages of creative inventory, and doesn't know how to make more. I know it can, because I have seen screenshots of people with 9 pages are so.
And, if I remove the creative mod, then everything works perfectly, but I do not have the creative inventory, which I really liked.. Anyone able to help?
Thanks in advance! :)
~Princessjinifer
When I try to open a local world on my computer, in Creative Mode, it spits back an error:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
13:55:29: ERROR[main]: ServerError: LuaError: error: ...st/bin/../games/minetest_game/mods/creative/init.lua:67: attempt to perform arithmetic on field 'creative_inventory_size' (a nil value)
Line 67 of the creative init.lua says:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local pagemax = math.floor((creative_inventory.creative_inventory_size-1) / (6*4) + 1)
I only started getting it when I started adding mods.. I am guessing it is overflowing the 5 pages of creative inventory, and doesn't know how to make more. I know it can, because I have seen screenshots of people with 9 pages are so.
And, if I remove the creative mod, then everything works perfectly, but I do not have the creative inventory, which I really liked.. Anyone able to help?
Thanks in advance! :)
~Princessjinifer