OpenBlocks

OpenBlocks

56M Downloads

OpenBlocks 1.2.9 - OpenBlocks tried to register a block for ID: 2575 but it was in use

mikeyyc opened this issue ยท 1 comments

commented

From the 1.2.9 cfg file:

The id of the fan block

I:blockFanId=2575
# The id of the golden egg block
I:blockGoldenEggId=2575

Looks like the GoldenEgg missed receiving a new ID. I changed the Golden to 2576 and iterated through the last of the list:

I:blockGoldenEggId=2575 2576
I:blockLadderId=2576    2577
I:blockRadioId=2577 2578
I:blockSkyId=2578   2579
I:blockXPShowerId=2579  2580

Worked for me. Your mileage may vary.

commented

Default id values are valid and not duplicated. Someone or something modified you config at one point.