RHR wrote:torches have LIGHT_MAX - 1 which is 13. So the first block next to them has only 12 and wheat and cotton need at least a light level of 13 to grow, so it is impossible to grow in minetest_game without changes.
The easiest thing would be to use a mod which adds a light source with 14 e.g. super glow glass from "moreblocks" Or you have to lower the minlight of wheat and cotton or you can to higher the light level of the torch.
torch
wheat
Wuzzy wrote:The assertion that it is impossible to farm underground is false.
A possible solution for underground farming which does not involve any modifications or additions to minetest_game is this:
To the places where you wish to have sunlight, build a large vertical 1×1 shaft directly above the spot where you wish light. I call these “light shafts”. If the sun is shining, the full sunlight will go vertically through the shaft. To my knowledge, it does not matter how deep your shaft is. But you have to make sure the shaft does not contain any light-blocking block and it must be perfectly vertical.
You may place glass at the upper and lower end of the shaft, to avoid people falling inside. Glass does not reduce the brightness of the light, so it is save to use.
ExeterDad wrote:Thanks for the demonstration! I never would of guessed it was possible.
Hybrid Dog wrote:What happens if l override minetest.get_node_light() to always return 15?
Users browsing this forum: No registered users and 6 guests