Commit Graph

9 Commits

Author SHA1 Message Date
Yves Quemener 2faa769a1f Added textdomain matching mod names to calls to minetest.get_translator(...) 2019-09-07 14:01:11 +09:00
Zweihorn 4d55f99548 Add function mod.get_translator to any mod with serveral lua files
M  mods/beds/beds.lua
M  mods/beds/init.lua
M  mods/carts/cart_entity.lua
M  mods/carts/init.lua
M  mods/carts/rails.lua
M  mods/creative/init.lua
M  mods/creative/inventory.lua
M  mods/default/chests.lua
M  mods/default/craftitems.lua
M  mods/default/furnace.lua
M  mods/default/init.lua
M  mods/default/nodes.lua
M  mods/default/tools.lua
M  mods/default/torch.lua
M  mods/default/trees.lua
M  mods/farming/api.lua
M  mods/farming/hoes.lua
M  mods/farming/init.lua
M  mods/farming/nodes.lua
2019-09-07 14:01:11 +09:00
Zweihorn 1d21646644 do not forget the header as bed/init.lua is not bed/bed.lua 2019-09-07 14:01:11 +09:00
Zweihorn 835ac73e0a do not break the bed formspec in translation 2019-09-07 14:01:11 +09:00
Zweihorn 1718494306 more translation tags and some code tidy for wool and dyes 2019-09-07 14:01:11 +09:00
SmallJoker 2ff9058a62 Beds: Fix formspec size, no prepend 2019-01-26 14:00:01 +01:00
bell07 5692c15b4d Disallow digging a bed if in use
Use a new table beds.bed_position to check if a bed is in use.
2018-06-19 22:07:01 +01:00
paramat 45bc0b245f Beds: Fix code style issues 2016-03-09 02:44:32 +00:00
BlockMen edb02e9d33 Add beds 2015-02-24 20:59:04 +01:00