mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Finished maptools' rebase
This commit is contained in:
parent
8787930b51
commit
c6cc85a855
14
mods/moreblocks/LICENSE.md~Moreblocks' update
Normal file
14
mods/moreblocks/LICENSE.md~Moreblocks' update
Normal 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
0
mods/moreblocks/aliases.lua
Executable file → Normal file
0
mods/moreblocks/circular_saw.lua
Executable file → Normal file
0
mods/moreblocks/circular_saw.lua
Executable file → Normal file
0
mods/moreblocks/config.lua
Executable file → Normal file
0
mods/moreblocks/config.lua
Executable file → Normal file
0
mods/moreblocks/crafting.lua
Executable file → Normal file
0
mods/moreblocks/crafting.lua
Executable file → Normal file
4
mods/moreblocks/depends.txt
Executable file → Normal file
4
mods/moreblocks/depends.txt
Executable file → Normal file
@ -1,2 +1,2 @@
|
|||||||
default
|
default
|
||||||
intllib?
|
intllib?
|
||||||
|
1
mods/moreblocks/init.lua
Executable file → Normal file
1
mods/moreblocks/init.lua
Executable file → Normal file
@ -31,4 +31,3 @@ dofile(modpath .. "/aliases.lua")
|
|||||||
if minetest.setting_getbool("log_mods") then
|
if minetest.setting_getbool("log_mods") then
|
||||||
minetest.log("action", S("[moreblocks] loaded."))
|
minetest.log("action", S("[moreblocks] loaded."))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
0
mods/moreblocks/locale/de.txt
Executable file → Normal file
0
mods/moreblocks/locale/de.txt
Executable file → Normal file
0
mods/moreblocks/locale/es.txt
Executable file → Normal file
0
mods/moreblocks/locale/es.txt
Executable file → Normal file
0
mods/moreblocks/locale/fr.txt
Executable file → Normal file
0
mods/moreblocks/locale/fr.txt
Executable file → Normal file
0
mods/moreblocks/locale/template.txt
Executable file → Normal file
0
mods/moreblocks/locale/template.txt
Executable file → Normal file
0
mods/moreblocks/nodes.lua
Executable file → Normal file
0
mods/moreblocks/nodes.lua
Executable file → Normal file
0
mods/moreblocks/ownership.lua
Executable file → Normal file
0
mods/moreblocks/ownership.lua
Executable file → Normal file
0
mods/moreblocks/redefinitions.lua
Executable file → Normal file
0
mods/moreblocks/redefinitions.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/API.md
Executable file → Normal file
0
mods/moreblocks/stairsplus/API.md
Executable file → Normal file
0
mods/moreblocks/stairsplus/aliases.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/aliases.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/conversion.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/conversion.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/init.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/init.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/microblocks.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/microblocks.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/panels.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/panels.lua
Executable file → Normal file
2
mods/moreblocks/stairsplus/registrations.lua
Executable file → Normal file
2
mods/moreblocks/stairsplus/registrations.lua
Executable file → Normal file
@ -17,7 +17,7 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
|
|||||||
"bronzeblock",
|
"bronzeblock",
|
||||||
"diamondblock",
|
"diamondblock",
|
||||||
"desert_stone",
|
"desert_stone",
|
||||||
-- "desert_cobble",
|
"desert_cobble",
|
||||||
"glass",
|
"glass",
|
||||||
"tree",
|
"tree",
|
||||||
"wood",
|
"wood",
|
||||||
|
0
mods/moreblocks/stairsplus/slabs.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/slabs.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/stairs.lua
Executable file → Normal file
0
mods/moreblocks/stairsplus/stairs.lua
Executable file → Normal file
Loading…
Reference in New Issue
Block a user