Correct typo in internal recipe name to fix the localisation
This commit is contained in:
parent
44816587a8
commit
31ea5d4309
3 changed files with 9 additions and 4 deletions
5
Bio_Industries_2/migrations/2.0.23.json
Normal file
5
Bio_Industries_2/migrations/2.0.23.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recipe": [
|
||||
["bi-bio-garden-lagre", "bi-bio-garden-large"]
|
||||
]
|
||||
}
|
|
@ -187,7 +187,7 @@ data:extend({
|
|||
},
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
recipe = "bi-bio-garden-lagre"
|
||||
recipe = "bi-bio-garden-large"
|
||||
},
|
||||
{
|
||||
type = "unlock-recipe",
|
||||
|
|
|
@ -34,9 +34,9 @@ data:extend({
|
|||
--- Garden - Large(ENTITY)
|
||||
{
|
||||
type = "recipe",
|
||||
name = "bi-bio-garden-lagre",
|
||||
localised_name = {"entity-name.bi-bio-garden-lagre"},
|
||||
localised_description = {"entity-description.bi-bio-garden-lagre"},
|
||||
name = "bi-bio-garden-large",
|
||||
localised_name = {"entity-name.bi-bio-garden-large"},
|
||||
localised_description = {"entity-description.bi-bio-garden-large"},
|
||||
icons = { {icon = ICONPATH_E .. "bio_garden_large_icon.png", icon_size = 64, } },
|
||||
enabled = false,
|
||||
energy_required = 15,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue