mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-04 00:20:24 +02:00
Add MT 5.0.0 translation support
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
local S = minetest.get_translator("mesecons_stickyblocks")
|
||||
|
||||
-- Sticky blocks can be used together with pistons or movestones to push / pull
|
||||
-- structures that are "glued" together using sticky blocks
|
||||
|
||||
-- All sides sticky block
|
||||
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
|
||||
-- TODO: Rename to “All-Faces Sticky Block” when other sticky blocks become available
|
||||
description = "Sticky Block",
|
||||
description = S("Sticky Block"),
|
||||
tiles = {"mesecons_stickyblocks_sticky.png"},
|
||||
is_ground_content = false,
|
||||
groups = {choppy=3, oddly_breakable_by_hand=2},
|
||||
|
Reference in New Issue
Block a user