1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-18 21:50:20 +02:00

Use new intllib API.

This commit is contained in:
Diego Martínez
2017-01-24 17:43:20 -03:00
parent bb06cfd6f6
commit 0d3da0c328
24 changed files with 410 additions and 329 deletions

View File

@ -41,7 +41,7 @@ local add_mesh_desk_fan_entity = function(pos)
end
homedecor.register("desk_fan", {
description = "Desk Fan",
description = S("Desk Fan"),
groups = {oddly_breakable_by_hand=2},
node_box = {
type = "fixed",
@ -136,7 +136,7 @@ homedecor.register("radiator", {
"homedecor_radiator_controls.png"
},
inventory_image = "homedecor_radiator_inv.png",
description = "Radiator heater",
description = S("Radiator heater"),
groups = {snappy=3},
selection_box = r_cbox,
collision_box = r_cbox,