mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-16 23:30:23 +02:00
Fix a few descriptions
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user