new-subgame/mods/plants/init.lua

6 lines
154 B
Lua

plants = {}
plants.grass_sel = {type = 'fixed',
fixed = {{-0.4, -0.5, -0.4, 0.4, -0.3, 0.4},}}
dofile(minetest.get_modpath('plants')..'/grasses.lua')