Add missing tree group

This commit is contained in:
Jean-Patrick Guerrero 2020-04-16 04:48:44 +02:00
parent 5e23600001
commit 5560374801
3 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,8 @@ end
craftguide.group_stereotypes = { craftguide.group_stereotypes = {
dye = "dye:white", dye = "dye:white",
wool = "wool:white", wool = "wool:white",
wood = "default:wood",
tree = "default:tree",
coal = "default:coal_lump", coal = "default:coal_lump",
vessel = "vessels:glass_bottle", vessel = "vessels:glass_bottle",
flower = "flowers:dandelion_yellow", flower = "flowers:dandelion_yellow",
@ -139,6 +141,7 @@ local group_names = {
sand = S"Any sand", sand = S"Any sand",
stick = S"Any stick", stick = S"Any stick",
stone = S"Any kind of stone block", stone = S"Any kind of stone block",
tree = S"Any tree",
vessel = S"Any vessel", vessel = S"Any vessel",
["color_red,flower"] = S"Any red flower", ["color_red,flower"] = S"Any red flower",

View File

@ -35,6 +35,7 @@ Any red dye=Quelconque colorant rouge
Any red flower=Quelconque fleur rouge Any red flower=Quelconque fleur rouge
Any sand=Quelconque sable Any sand=Quelconque sable
Any stick=Quelconque bâton Any stick=Quelconque bâton
Any tree=Quelconque tronc d'arbre
Any vessel=Quelconque couvert Any vessel=Quelconque couvert
Any violet dye=Quelconque colorant violet Any violet dye=Quelconque colorant violet
Any violet flower=Quelconque fleur violette Any violet flower=Quelconque fleur violette

View File

@ -35,6 +35,7 @@ Any red dye=
Any red flower= Any red flower=
Any sand= Any sand=
Any stick= Any stick=
Any tree=
Any vessel= Any vessel=
Any violet dye= Any violet dye=
Any violet flower= Any violet flower=