Add missing translation for pumpkin usagehelp
This commit is contained in:
parent
c49efcf9ad
commit
c78b1d1354
3 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,7 @@ local stem_def = {
|
|||
local pumpkin_base_def = {
|
||||
description = S("Faceless Pumpkin"),
|
||||
_doc_items_longdesc = S("A faceless pumpkin is a decorative block. It can be carved with shears to obtain pumpkin seeds."),
|
||||
_doc_items_usagehelp = "To carve a face into the pumpkin, use the shears on the side you want to carve.",
|
||||
_doc_items_usagehelp = S("To carve a face into the pumpkin, use the shears on the side you want to carve."),
|
||||
stack_max = 64,
|
||||
paramtype2 = "facedir",
|
||||
tiles = {"farming_pumpkin_top.png", "farming_pumpkin_top.png", "farming_pumpkin_side.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue