With 1.7, there will be one massive change in the system: IDs will become names.That means, a stone block, now called “1”, will become “stone”. Since we are running a lot of custom stuff like the shop & deposit relying on numbers, I will have to not only change the code where numbers are used in the code, but also change all the deposits, shops etc.
For example, when you check out items from your deposit, the code checks how much space you have. That depends on which blocks can stack, and how much. So I made a table that lists all the IDs that stack less than 64 items. This will have to be changed to list the new names instead.
So to fix this, I will have to make a translation table that is readable by PHP. The first step in this is that I have an excel sheet that lists all the ID’s, new names and how high they stack.
I have created a shared Excel document where I need this to be done. I would be very happy if you guys help me there and take a look at the Block IDs and the Item IDs and transfer the DEC value to the ID field, Name (without the “minecraft:”) and how high they stack into the sheet.
Having this, I can update the code to be able to accept the new names before the release of 1.7 so that we will be as ready as possible when the new version comes out.
Thanks!