Fix a few descriptions

This commit is contained in:
TenPlus1
2020-04-26 15:41:39 +01:00
parent f95a141210
commit e6aa8f9997
7 changed files with 10 additions and 7 deletions

View File

@ -33,7 +33,7 @@ minetest.register_craft({
-- ground pepper
minetest.register_node("farming:pepper_ground", {
description = ("Ground Pepper"),
description = S("Ground Pepper"),
inventory_image = "crops_pepper_ground.png",
wield_image = "crops_pepper_ground.png",
drawtype = "plantlike",