1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-18 07:40:39 +02:00

[dryplants] Tidy code

This commit is contained in:
2020-07-23 22:45:28 +02:00
parent f661500cb3
commit d7b543f5d7
5 changed files with 22 additions and 16 deletions

View File

@ -8,8 +8,7 @@
-----------------------------------------------------------------------------------------------
abstract_dryplants.grow_grass_variation = function(pos)
local right_here = {x=pos.x, y=pos.y, z=pos.z}
minetest.swap_node(right_here, {name="dryplants:grass_short"})
minetest.swap_node(pos, {name="dryplants:grass_short"})
end
biome_lib:register_generate_plant({