forked from VoxeLibre/VoxeLibre
Drop TODO in chorus_plant.lua
This commit is contained in:
parent
223729864f
commit
88d1570f5b
|
@ -133,7 +133,6 @@ minetest.register_node("mcl_end:chorus_plant", {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
-- TODO: Maybe improve nodebox a bit to look more “natural”
|
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "connected",
|
type = "connected",
|
||||||
fixed = { -0.25, -0.25, -0.25, 0.25, 0.25, 0.25 }, -- Core
|
fixed = { -0.25, -0.25, -0.25, 0.25, 0.25, 0.25 }, -- Core
|
||||||
|
|
Loading…
Reference in New Issue