1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-11-01 12:55:26 +01:00

Updated homedecor (with meshes)

- Updated homedecor
 - Used script to get the meshes back
This commit is contained in:
LeMagnesium
2015-05-03 17:08:51 +02:00
parent 8bf7e44903
commit 43063c037d
249 changed files with 17203 additions and 18725 deletions

View File

@@ -1,4 +1,3 @@
computer = { };
computer.register = function ( name, def )
@@ -99,5 +98,3 @@ local MODPATH = minetest.get_modpath("computer");
dofile(MODPATH.."/computers.lua");
dofile(MODPATH.."/miscitems.lua");
dofile(MODPATH.."/recipes.lua");