Add newline in net and lasso descriptions
This commit is contained in:
parent
2e5a477bd2
commit
3a0fef36e0
@ -48,7 +48,7 @@ minetest.register_craft(
|
|||||||
minetest.register_tool(
|
minetest.register_tool(
|
||||||
"mobs:net",
|
"mobs:net",
|
||||||
{
|
{
|
||||||
description = "Net (Right-click to capture)",
|
description = "Net\n(Right-click to capture)",
|
||||||
inventory_image = "mobs_net.png",
|
inventory_image = "mobs_net.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ crafting.register_craft(
|
|||||||
minetest.register_tool(
|
minetest.register_tool(
|
||||||
"mobs:lasso",
|
"mobs:lasso",
|
||||||
{
|
{
|
||||||
description = "Lasso (Right-click to capture)",
|
description = "Lasso\n(Right-click to capture)",
|
||||||
inventory_image = "mobs_lasso.png",
|
inventory_image = "mobs_lasso.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user