-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, placing farming seeds don't seem to work due to positioning requirements by the farming mod.
if stack:get_name ():sub (1, 8) == "farming:" then
pointed_thing.under = { x = place_pos.x + vec.x,
y = place_pos.y + vec.y,
z = place_pos.z + vec.z }
pointed_thing.above = place_pos
end
line 482 should become;
y = place_pos.y + vec.y - 1,
It works on my local build with this modification.
Metadata
Metadata
Assignees
Labels
No labels