Hey guys
I have been following this thread to convert our v1.1.2 world to v1.1.3. I decided to make my own patches using full NEI dumps. I found it strange how the NEI dumps are around 780kb eac and my patch is only 1.10kb lol. I am guessing it only runs the conversion process on ID's that have changed...
Now, I have successfully converted most of the map okay (I have backups obviously, many lol). At first look, all seems fine... I know that Buildcraft pipes and ME systems will need replacing manually, that is fine...
My main problem are Barrels and their contents. Normal "Chests" and the "Personal Safe" work fine in the new map, however Barrels... Barrels appear in v1.1.3 as Certus Quartz Block lol.
This is where it starts to get confusing...
in v1.1.2 "Barrel" appears in NEI (in game) as item ID 1000:5
in v1.1.3 "Barrel" appears in NEI (in game) as item ID 1000:5 also...
However my v1.1.2 map converted to work in v.1.1.3 has replaced all my Barrels (deleting their contents in the process) with Certus Quartz Block (v1.1.3 NEI Item ID: 902:2)
And for the life of me, I cannot figure out why. In the end, I had to write this message in the hope someone out there knows what I may be doing wrong lol.
Below is my patch file
Code:
252 -> 170
253 -> 169
254 -> 252
901 -> 911
902 -> 912
903 -> 913
910 -> 901
1000 -> 902
1151 -> 903
1375 -> 910
1376 -> 1419
1381 -> 1420
1475 -> 1575
1513 -> 1000
1517 -> 1151
1555 -> 1375
2101 -> 1513
2507 -> 1517
2671 -> 1555
2672 -> 2101
3147 -> 2507
3260 -> 2671
3707 -> 2672
3708 -> 3147
3709 -> 3260
3710 -> 3707
4088 -> 3708
4089 -> 3709
4090 -> 3710
4091 -> 1475
4092 -> 2192
4094 -> 2148
4095 -> 2149
4361 -> 4356
4362 -> 4357
4373 -> 4358
4600 -> 4359
4601 -> 4360
4602 -> 4362
4603 -> 4408
4604 -> 4700
4605 -> 4701
4606 -> 7762
4700 -> 7763
4701 -> 7764
4702 -> 7765
7762 -> 8829
7763 -> 11257
7764 -> 13305
7765 -> 13306
8829 -> 13307
11257 -> 13308
13305 -> 13344
13306 -> 13345
13307 -> 13346
13308 -> 13347
13344 -> 13352
13345 -> 13353
13346 -> 13362
13347 -> 13363
13352 -> 13384
13353 -> 13389
13362 -> 20260
13363 -> 20261
13384 -> 20262
13389 -> 20263
20260 -> 25026
20261 -> 26710
20262 -> 26711
20263 -> 26712
25026 -> 31996
25131 -> 31998
26710 -> 31999
31977 -> 21996
31978 -> 21997
31997 -> 22997
31998 -> 22998
31999 -> 22999
If anything else is required, please let me know
Thanks in advance guys, good work
Stu