mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-28 04:50:21 +02:00
Cleaning and tweaking node params
This commit is contained in:
@ -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!")
|
||||
|
Reference in New Issue
Block a user