do not forget the header as bed/init.lua is not bed/bed.lua
This commit is contained in:
parent
16ef0d0bcc
commit
760a2b5ea4
|
@ -1,3 +1,9 @@
|
||||||
|
-- beds/init.lua
|
||||||
|
|
||||||
|
-- Load support for MT game translation.
|
||||||
|
local S = minetest.get_translator()
|
||||||
|
|
||||||
|
|
||||||
beds = {}
|
beds = {}
|
||||||
beds.player = {}
|
beds.player = {}
|
||||||
beds.bed_position = {}
|
beds.bed_position = {}
|
||||||
|
|
Loading…
Reference in New Issue