Fixed typo #3
2 changed files with 12 additions and 5 deletions
|
@ -187,7 +187,7 @@ data:extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "unlock-recipe",
|
type = "unlock-recipe",
|
||||||
recipe = "bi-bio-garden-lagre"
|
recipe = "bi-bio-garden-large"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "unlock-recipe",
|
type = "unlock-recipe",
|
||||||
|
|
|
@ -34,10 +34,17 @@ data:extend({
|
||||||
--- Garden - Large(ENTITY)
|
--- Garden - Large(ENTITY)
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
name = "bi-bio-garden-lagre",
|
name = "bi-bio-garden-large",
|
||||||
localised_name = {"entity-name.bi-bio-garden-lagre"},
|
localised_name = {"entity-name.bi-bio-garden-large"},
|
||||||
localised_description = {"entity-description.bi-bio-garden-lagre"},
|
localised_description = {"entity-description.bi-bio-garden-large"},
|
||||||
icons = { {icon = ICONPATH_E .. "bio_garden_large_icon.png", icon_size = 64, } },
|
icon = ICONPATH_E .. "bio_garden_large_icon.png",
|
||||||
|
icon_size = 64,
|
||||||
|
icons = {
|
||||||
|
{
|
||||||
|
icon = ICONPATH_E .. "bio_garden_large_icon.png",
|
||||||
|
icon_size = 64,
|
||||||
|
}
|
||||||
|
},
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 15,
|
energy_required = 15,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue