Cleaning and tweaking node params

This commit is contained in:
kilbith
2015-04-29 14:14:36 +02:00
parent 9a92d09421
commit 4dee35893a
40 changed files with 516 additions and 633 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!")