forked from mtcontrib/scifi_nodes
replace default.LIGHT_MAX with minetest.LIGHT_MAX
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
|
||||
local plants = {
|
||||
{"flower1", "Glow Flower", 1,0, default.LIGHT_MAX},
|
||||
{"flower1", "Glow Flower", 1,0, minetest.LIGHT_MAX},
|
||||
{"flower2", "Pink Flower", 1.5,0, 10},
|
||||
{"flower3", "Triffid", 2,5, 0},
|
||||
{"flower4", "Weeping flower", 1.5,0, 0},
|
||||
{"plant1", "Bulb Plant", 1,0, 0},
|
||||
{"plant2", "Trap Plant", 1.5,0, default.LIGHT_MAX},
|
||||
{"plant2", "Trap Plant", 1.5,0, minetest.LIGHT_MAX},
|
||||
{"plant3", "Blue Jelly Plant", 1.2,0, 10},
|
||||
{"plant4", "Green Jelly Plant", 1.2,0, 10},
|
||||
{"plant5", "Fern Plant", 1.7,0, 0},
|
||||
|
Reference in New Issue
Block a user