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.