1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-18 10:40:22 +02:00
server-nalc/mods/sea/seawrecks
LeMagnesium e17ef3dbf6 Added minetest.register alias on mirror and fixed seawrecks' crash
- Created alias from returmirror:mirror_inactive to returnmirror:portal so the
  players will be able to find this item in unified_inventory's search menu by
  typing "portal"
- Fixed a very strange and unhandled crash in seawrecks, caused apparently by
  minetest.add_node. Used minetest.set_node instead and everything is fine
2015-03-16 19:52:46 +01:00
..
depends.txt Merge server to github 2014-12-11 18:53:00 +01:00
init.lua Added minetest.register alias on mirror and fixed seawrecks' crash 2015-03-16 19:52:46 +01:00
readme.txt Merge server to github 2014-12-11 18:53:00 +01:00

Sounds:
sounds = default.node_sound_sand_defaults(),
sounds = default.node_sound_stone_defaults(),
sounds = default.node_sound_wood_defaults(),
sounds = default.node_sound_glass_defaults(),

Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/


.png's:
default_sand.png
VanessaE (WTFPL)

default_dirt.png
default_tree.png
default_chest_front.png
default_chest_side.png
default_chest_top.png
Cisoun's WTFPL texture pack

default_wood.png
Originating from G4JC's Almost MC Texture Pack

default_steel_block.png
default_copper_block.png
default_bronze_block.png
Zeg9 (CC BY-SA 3.0)

default_obsidian_glass.png
PilzAdam (WTFPL)


Code:
minetest/games/minetest_game/mods/default/mapgen.lua --> ore generation

Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.