Page 1 of 1

Inventory Count

PostPosted: Tue Sep 16, 2014 19:10
by Chambord
Minetest.jpg
Minetest.jpg (99.8 KiB) Viewed 333 times

I've downloaded and am playing version 0.4.10. Upon mining resources, the count in my inventory doesn't increase. I can mine a tree, but the display doesn't show anything but the icon of type. If I create boards from the tree, I can have multiples, as well as sticks.

I am running Windows 7 64bit. There aren't any errors in the log. I haven't found any bugs listed that are the same.

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:32:44: ACTION[ServerThread]: singleplayer digs default:tree at (14,7,-19)
13:32:44: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (12,7,-19)
13:32:48: ACTION[ServerThread]: player singleplayer crafts default:wood 4
14:06:18: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (12,7,-20)
14:06:18: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (11,7,-19)
14:06:19: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (12,7,-18)
14:06:19: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (11,7,-18)
14:06:20: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (10,7,-19)
14:06:20: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (11,7,-20)
14:06:22: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (10,7,-20)
14:06:23: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (10,7,-18)

Re: Inventory Count

PostPosted: Tue Sep 16, 2014 19:28
by sfan5
You're in creative mode, uncheck the Creative mode checkbox in the main menu.

Re: Inventory Count

PostPosted: Tue Sep 16, 2014 20:22
by Chambord
That did it. Thanks!