1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02: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,10 +1,5 @@
local inbox = {}
--[[
TODO
* Different node_box and texture for empty mailbox
]]
minetest.register_craft({
output ="inbox:empty",
recipe = {
@ -108,5 +103,3 @@ function inbox.get_inbox_insert_formspec(pos)
"list[current_player;main;0,5;8,4;]"
return formspec
end
print("[Mod]Inbox Loaded!")