Wheat grows directly below farmland but not below dirt
See attachments.
It seems that light propagates into farmland blocks, so the getLightLevel(x,y+1,z) returns a value >= 9, so the growth mechanic starts.
This is not the case for stone or dirt. Only for farmland.
Or is this intended to allow more compact farms?
Greetings
Created Issue:
Wheat grows directly below farmland but not below dirt
See attachments.
It seems that light propagates into farmland blocks, so the getLightLevel(x,y+1,z) returns a value >= 9, so the growth mechanic starts.
This is not the case for stone or dirt. Only for farmland.
Or is this intended to allow more compact farms?Greetings
Deleted Comment:
Farmland does not look very transparent...
Is that intended?


Wheat grows as long as the block directly above it is transparent. Farmland is a transparent block, thus the wheat is able to grow there.
Farmland does not look very transparent.
So if it is intended, that farmlands are transparent, is the side effect of stacked farms also intended?