1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-22 01:25:31 +01:00

Merge server with github repository

Pas mal de changement n’ont pas été pushé sur le github du serveur,
voici l’occasion de faire une bonne synchronisation :)
This commit is contained in:
Ombridride
2014-11-16 22:23:16 +01:00
parent 87b1cd745f
commit 2e895a7790
4474 changed files with 1121 additions and 1097 deletions

View File

@@ -13,7 +13,6 @@ minetest.register_node(":default:mese", {
tiles = {minetest.registered_nodes["default:mese"].tiles[1]},
is_ground_content = true,
groups = {cracky=1},
light_source = 7,
sounds = default.node_sound_stone_defaults(),
mesecons = {conductor = {
state = mesecon.state.off,