Add newline in net and lasso descriptions

This commit is contained in:
Wuzzy 2019-06-23 23:12:56 +02:00
parent 2e5a477bd2
commit 3a0fef36e0
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ minetest.register_craft(
minetest.register_tool(
"mobs:net",
{
description = "Net (Right-click to capture)",
description = "Net\n(Right-click to capture)",
inventory_image = "mobs_net.png",
})
@ -66,7 +66,7 @@ crafting.register_craft(
minetest.register_tool(
"mobs:lasso",
{
description = "Lasso (Right-click to capture)",
description = "Lasso\n(Right-click to capture)",
inventory_image = "mobs_lasso.png",
})