From 740e87cd81af727f27412e76cbf61f60f4d8e403 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 10 Mar 2019 01:05:06 +0100 Subject: [PATCH] Add FIXME for chorus plants --- mods/ITEMS/mcl_end/chorus_plant.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/ITEMS/mcl_end/chorus_plant.lua b/mods/ITEMS/mcl_end/chorus_plant.lua index f9f4a59af..a9a28ed5d 100644 --- a/mods/ITEMS/mcl_end/chorus_plant.lua +++ b/mods/ITEMS/mcl_end/chorus_plant.lua @@ -304,6 +304,9 @@ mcl_end.grow_chorus_plant_step = function(pos, node) end end if not grown then + -- FIXME: In the End, chorus plant fails to generate thru mapchunk borders. + -- So the chorus plants are capped at a fixed height. + -- The mapgen needs to be taught somehow how to deal with this. minetest.set_node(pos, {name = "mcl_end:chorus_flower_dead"}) end return new_flower_buds