add core:tests_util module & add base_entities test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local util = {}
|
||||
|
||||
function util.create_demo_world(generator)
|
||||
app.reconfig_packs({"base"}, {})
|
||||
app.new_world("demo", "2019", generator or "core:default")
|
||||
end
|
||||
|
||||
return util
|
||||
Reference in New Issue
Block a user