mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-05 15:05:57 +02:00
fixes
This commit is contained in:
parent
7c8983b251
commit
d66bc37044
@ -11,6 +11,6 @@ local tree = b.entity(circle, "tree-01")
|
|||||||
--[[ local shape = b.apply_entity(land, patch)
|
--[[ local shape = b.apply_entity(land, patch)
|
||||||
shape = b.apply_entity(shape, tree) ]]
|
shape = b.apply_entity(shape, tree) ]]
|
||||||
|
|
||||||
local shape = apply_entities(land, {patch, tree})
|
local shape = b.apply_entities(land, {patch, tree})
|
||||||
|
|
||||||
return shape
|
return shape
|
Loading…
x
Reference in New Issue
Block a user