mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-05 06:53:52 +01:00
14 lines
791 B
Lua
14 lines
791 B
Lua
-- ██████ █████ ██████ ███████ ███████
|
|
-- ██ ██ ██ ██ ██ ██ ██ ██
|
|
-- ██████ ███████ ██████ ███████ █████
|
|
-- ██ ██ ██ ██ ██ ██ ██
|
|
-- ██ ██ ██ ██ ██ ███████ ███████
|
|
|
|
worldeditadditions.parse = {}
|
|
|
|
dofile(worldeditadditions.modpath.."/utils/parse/chance.lua")
|
|
dofile(worldeditadditions.modpath.."/utils/parse/map.lua")
|
|
dofile(worldeditadditions.modpath.."/utils/parse/seed.lua")
|
|
dofile(worldeditadditions.modpath.."/utils/parse/weighted_nodes.lua")
|
|
dofile(worldeditadditions.modpath.."/utils/parse/tokenise_commands.lua")
|