Diferencia entre revisiones de «Módulo:Crafting»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 267: | Línea 267: | ||
v = v:sub( 2 ) | v = v:sub( 2 ) | ||
if not v:find( ':' ) then | if not v:find( ':' ) then | ||
if v == 'Sticky Piston' then v = 'Piston' | if v == 'Sticky Piston' then v = 'Piston' | ||
elseif v == 'Red Mushroom' or v == 'Brown Mushroom' then v = 'Mushroom' | elseif v == 'Red Mushroom' or v == 'Brown Mushroom' then v = 'Mushroom' | ||
| Línea 304: | Línea 293: | ||
end | end | ||
end | end | ||
categories = table.concat( categories, '' ) | categories = table.concat( categories, '' ) | ||
end | end | ||