minetest / minetest

Luanti (formerly Minetest) is an open source voxel game-creation platform with easy modding and game creation
https://www.minetest.net/
Other
10.82k stars 2.03k forks source link

Wheat doesn't grow #5191

Closed biowaste closed 7 years ago

biowaste commented 7 years ago

Hey guys, I don't know if anybody reported this or it is just my problem, but it seems like that wheat in basic farming mod is not growing in 0.4.15. I tried to run the server on the second machine and still nothing. Same with tree samples. Any Idea ?

paramat commented 7 years ago

This is a game issue so should be in https://github.com/minetest/minetest_game/issues However, crops and saplings now use timers, so you have to wait a while before the first one grows. Also, what's the light level? they need to be under open sky or have very bright light (default:meselamp as face-neighbour, torches are not bright enough).

biowaste commented 7 years ago

I had the server on like for an hour to see if it grows. I placed it everywhere, on the soil, wet soil - everytime on sunlight where are no trees. Maybe some bug with Timers ?

paramat commented 7 years ago

Hm weird.

ghost commented 7 years ago

After around 5 minutes after planting them all wheat seeds in my testing field started to convert into the actual wheat plant. After around 7-8 Minutes all seeds were converted and around 2 minutes later they started to grow VERY slowly.

screenshot_20170208_200509

Tested on a local server started from the client’s “Server” tab.

$ minetest --version
Minetest 0.4.15 (Linux)
Using Irrlicht 1.8.4
Build info: VER=0.4.15 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=1 STATIC_SHAREDIR="/usr/share/minetest"

$ uname -rms
Linux 4.9.6-1-ARCH x86_64
biowaste commented 7 years ago

Weird, I can still see only seeds laying on the ground. I'll take some pics too (btw, I also tried to turn off all the mods, still nothing)

sofar commented 7 years ago

Can't reproduce, growing just fine for me. Unsure as to what is wrong with your build. Please try an entirely new world as well.

tenplus1 commented 7 years ago

Make sure light levels are sufficient for wheat to grow.

sofar commented 7 years ago

You can confirm a nodetimer is running on a node with the inspector mod (https://github.com/minetest-mods/inspector). Use the inspector tool on a node and you get various raw data from the node, including nodemeta and nodetimer data. If a timer is running on the node, it will show it.

biowaste commented 7 years ago

svetlo

So I used the inspector mod. It shows that seeds have no light, but as u can see, it happens on sunlight too. No matter where I place it. I use build from Debian jessie backports and other machine has Linux Mint. Never happened on 0.4.14

Fixer-007 commented 7 years ago

Inspector mod has last commit as "Light: may not work.", if you want to be sure about light, install worldedit and use //inspect on to inspect a node by clicking, it will show its light level.

paramat commented 7 years ago

Can't be reproduced and is a MTGame issue, closing.