[Done] Migration Question
Posted: Wed May 08, 2019 4:16 pm
Hi,
I changed an item from "bi-charcoal" to "wood-charcoal".
I created a migration file: "Bio_Industries_0.17.19.json" with:
I thought that this would prevent the items from being removed when you load a game, but all "bi-charcoal" still got removed.
Is this correct and if so, what is the purpose of the migration script I added?
Thanks.
I changed an item from "bi-charcoal" to "wood-charcoal".
I created a migration file: "Bio_Industries_0.17.19.json" with:
Code: Select all
{
"item":
[
["wood-charcoal", "bi-charcoal"]
]
}
Is this correct and if so, what is the purpose of the migration script I added?
Thanks.