mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 12:33:43 +01:00
Minor style
This commit is contained in:
parent
917dd8714f
commit
54e6406e53
16
init.lua
16
init.lua
@ -156,20 +156,20 @@ craftguide.group_stereotypes = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
local group_names = {
|
local group_names = {
|
||||||
carpet = S"Any carpet",
|
|
||||||
coal = S"Any coal",
|
|
||||||
dye = S"Any dye",
|
dye = S"Any dye",
|
||||||
flower = S"Any flower",
|
coal = S"Any coal",
|
||||||
glass = S"Any glass",
|
|
||||||
leaves = S"Any leaves",
|
|
||||||
mushroom = S"Any mushroom",
|
|
||||||
sand = S"Any sand",
|
sand = S"Any sand",
|
||||||
|
tree = S"Any tree",
|
||||||
|
wool = S"Any wool",
|
||||||
|
glass = S"Any glass",
|
||||||
stick = S"Any stick",
|
stick = S"Any stick",
|
||||||
stone = S"Any stone",
|
stone = S"Any stone",
|
||||||
tree = S"Any tree",
|
carpet = S"Any carpet",
|
||||||
|
flower = S"Any flower",
|
||||||
|
leaves = S"Any leaves",
|
||||||
vessel = S"Any vessel",
|
vessel = S"Any vessel",
|
||||||
wool = S"Any wool",
|
|
||||||
wood = S"Any wood planks",
|
wood = S"Any wood planks",
|
||||||
|
mushroom = S"Any mushroom",
|
||||||
|
|
||||||
["color_red,flower"] = S"Any red flower",
|
["color_red,flower"] = S"Any red flower",
|
||||||
["color_blue,flower"] = S"Any blue flower",
|
["color_blue,flower"] = S"Any blue flower",
|
||||||
|
Loading…
Reference in New Issue
Block a user