Make sure patterns are translatable
This commit is contained in:
parent
2d1f61ee97
commit
c910ef30c4
@ -29,6 +29,10 @@ minetest.register_tool(modname .. ":stylus", {
|
||||
end
|
||||
})
|
||||
|
||||
for _, patt in pairs(nodecore.registered_concrete_patterns) do
|
||||
nodecore.translate_inform(patt.description)
|
||||
end
|
||||
|
||||
nodecore.register_craft({
|
||||
label = "assemble stylus",
|
||||
normal = {y = 1},
|
||||
|
Loading…
x
Reference in New Issue
Block a user