
Updated from 2.1.2 to 2.2.0, all my stone fences are gone...
calloatti opened this issue ยท 6 comments
I think my mistake was deleting the old config\extrapieces.json
I thought that would be regenerated on config\extrapieces\piecepacks\default.json
So, do we have to keep config\extrapieces.json around then?
This shouldn't be happening! Can you send me a copy of your default.json piecepack?
config/extrapieces.json
isn't used at all anymore, deleting that was the cause of the problem and restoring it wasn't the solution.
I believe what's happened here is that, when launching Minecraft with the new version, it created default.json
but didn't load it for some reason, causing no pieces to be registered.
Then on the second load, default.json
already existed from the first time and so it did load it.
I think that there may be a problem with loading the config on the same game run as it is created.
OK confirmed the issue is when running Minecraft for the first time with the mod and there is no config.
- deleted .minecraft\config\extrapieces
- Start MC, load a saved world, search stone fence in REI, nothing
- Exit world, close Minecraft
- Restart Minecraft, enter same world, search stone fence in REI, found!
This will be fixed in 2.2.1! Apologies for the loss of your stone fences and any other issues this may have caused.
Here you go: https://paste.ee/p/vGt2m
This is exactly what I did:
- Updated to 2.2.0
- Loaded world
- Exit world, close Minecraft
- Deleted config\extrapieces.json
- Deleted the folder config\extrapieces
(I tought the default config of the new version would be regenerated) - Start Minecraft, load world, found stone fences vanished. Also, no stone fences in REI
- Exit world, close Minecraft
- Restore config\extrapieces.json from recycle bin.
- Start Minecraft, load world, of course my stone fences are still gone, but they are back in REI
EDIT: It's not a big deal for me, but it seems there is way to totally bork everything just by doing stuff like what I describe