Skip to content

Commit

Permalink
emerge more chunks around the protected test-chunks (fixes some test-…
Browse files Browse the repository at this point in the history
…issues)
  • Loading branch information
BuckarooBanzay committed Nov 30, 2023
1 parent 3aa2dbe commit ca51a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testmod/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

mtt.emerge_area({x=-100,y=0,z=0}, {x=100,y=0,z=0})
-- emerge all chunks around the two "protected" chunks in (0,0,0) and (1,0,0)
mtt.emerge_area({x=-100,y=0,z=-100}, {x=200,y=100,z=100})

mtt.register("setup", function(callback)

Expand Down

0 comments on commit ca51a42

Please sign in to comment.