Update init.lua

Naming Update
master
Steamed-Punk 2020-09-17 22:05:59 +02:00 committed by GitHub
parent b9dd91b202
commit 98fcef61c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
-- Rock Climbing by Steamed_Punk (CC BY-NC 3.0)
-- Native American Village by Steamed_Punk (CC BY-NC 3.0)
local path = minetest.get_modpath("nativeamericanvillage")
-- Load support for intllib.
local MP = minetest.get_modpath(minetest.get_current_modname())
local S, NS = dofile(MP.."/intllib.lua")
-- Rock Climbing
-- Native American Village
dofile(path .. "/indianvillage.lua") -- Steamed_Punk
dofile(path .. "/decor.lua") -- Steamed_Punk
@ -16,4 +16,4 @@ dofile(path .. "/tools.lua") -- Steamed_Punk
dofile(path .. "/ore.lua") -- Steamed_Punk
dofile(path .. "/tanning.lua") -- Steamed_Punk
print (S("[MOD] Rock Climbing loaded"))
print (S("[MOD] Native American Village loaded"))