Posted August 27, 20187 yr So in 1.13 metadata wont be a thing anymore. To make updating easier for me i now wanting to convert my code to not use metadata. the thing is the expected item + block amount of my mod will probably be around 1000 so i am asking if its smart to do it now (1.12) already, where ids are limited. Edited September 7, 20187 yr by Flemmli97
August 27, 20187 yr 17 minutes ago, Flemmli97 said: where ids are limited No they're not. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 27, 20187 yr Author oh... ok then. thx. i was always wondering why then people are saying this. cause codewise it says no limit.
August 27, 20187 yr 11 minutes ago, Flemmli97 said: cause codewise it says no limit. It's the way they save blocks in 1.12 and below. Blocks are saved as shorts (16 bits); 12 bits for block id (212 = 4096) and 4 bits for metadata (24 = 16). In 1.13 they changed the way they store things so we don't have that limitation anymore. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
August 31, 20187 yr On 8/28/2018 at 3:00 AM, larsgerrits said: It's the way they save blocks in 1.12 and below. Blocks are saved as shorts (16 bits); 12 bits for block id (212 = 4096) and 4 bits for metadata (24 = 16). In 1.13 they changed the way they store things so we don't have that limitation anymore. Do u know what they changed it to? About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
August 31, 20187 yr 11 hours ago, Cadiboo said: Do u know what they changed it to? Pure strings. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.