Closed biowaste closed 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).
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 ?
Hm weird.
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.
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
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)
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.
Make sure light levels are sufficient for wheat to grow.
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.
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
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.
Can't be reproduced and is a MTGame issue, closing.
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 ?