1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00
This commit is contained in:
grilledham 2018-05-09 14:47:48 +01:00
parent 7c8983b251
commit d66bc37044

View File

@ -11,6 +11,6 @@ local tree = b.entity(circle, "tree-01")
--[[ local shape = b.apply_entity(land, patch)
shape = b.apply_entity(shape, tree) ]]
local shape = apply_entities(land, {patch, tree})
local shape = b.apply_entities(land, {patch, tree})
return shape