1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 07:20:33 +02:00

Finished maptools' rebase

This commit is contained in:
LeMagnesium 2015-01-24 20:18:48 +01:00
parent 8787930b51
commit c6cc85a855
24 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,14 @@
zlib license
============
Copyright (c) 2011-2015 Calinou and contributors
**This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.**
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

0
mods/moreblocks/aliases.lua Executable file → Normal file
View File

0
mods/moreblocks/circular_saw.lua Executable file → Normal file
View File

0
mods/moreblocks/config.lua Executable file → Normal file
View File

0
mods/moreblocks/crafting.lua Executable file → Normal file
View File

0
mods/moreblocks/depends.txt Executable file → Normal file
View File

1
mods/moreblocks/init.lua Executable file → Normal file
View File

@ -31,4 +31,3 @@ dofile(modpath .. "/aliases.lua")
if minetest.setting_getbool("log_mods") then
minetest.log("action", S("[moreblocks] loaded."))
end

0
mods/moreblocks/locale/de.txt Executable file → Normal file
View File

0
mods/moreblocks/locale/es.txt Executable file → Normal file
View File

0
mods/moreblocks/locale/fr.txt Executable file → Normal file
View File

0
mods/moreblocks/locale/template.txt Executable file → Normal file
View File

0
mods/moreblocks/nodes.lua Executable file → Normal file
View File

0
mods/moreblocks/ownership.lua Executable file → Normal file
View File

0
mods/moreblocks/redefinitions.lua Executable file → Normal file
View File

0
mods/moreblocks/stairsplus/API.md Executable file → Normal file
View File

0
mods/moreblocks/stairsplus/aliases.lua Executable file → Normal file
View File

0
mods/moreblocks/stairsplus/conversion.lua Executable file → Normal file
View File

0
mods/moreblocks/stairsplus/init.lua Executable file → Normal file
View File

0
mods/moreblocks/stairsplus/microblocks.lua Executable file → Normal file
View File

0
mods/moreblocks/stairsplus/panels.lua Executable file → Normal file
View File

2
mods/moreblocks/stairsplus/registrations.lua Executable file → Normal file
View File

@ -17,7 +17,7 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
"bronzeblock",
"diamondblock",
"desert_stone",
-- "desert_cobble",
"desert_cobble",
"glass",
"tree",
"wood",

0
mods/moreblocks/stairsplus/slabs.lua Executable file → Normal file
View File

0
mods/moreblocks/stairsplus/stairs.lua Executable file → Normal file
View File