Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Based on the following I don't really have to explain:
#region Blocks
int[] basic = { 9, 10, 11, 12, 13, 14, 15, 1018, 182 };
int[] beta = { 42, 39, 37, 40, 1020, 41, 38, 1019, 1021 };
int[] brick = { 1022, 1023, 18, 20, 16, 21, 19, 17, 1024 };
int[] metal = { 29, 30, 31 };
int[] grass = { 34, 35, 36 };
int[] special = { 22, 32, 33, 44 };
int[] factory = { 45, 46, 47, 48, 49 };
int[] secrets = { 50, 243, 136 };
int[] glass = { 51, 52, 53, 54, 55, 56, 57, 58 };
int[] minerals = { 72, 71, 70, 76, 75, 74, 73 };
int[] candy = { 60, 61, 62, 63, 64, 65, 66, 67 };
int[] scifi = { 84, 85, 86, 87, 88, 90, 91 };
int[] prison = { 92 }; // I know, it's only one block...
int[] pirate = { 93, 94, 154 };
int[] stone = { 95 }; // Again, I know it's only one block.
int[] dojo = { 96, 97 };
int[] wildwest = { 122, 123, 124, 125, 126, 127 };
int[] plastic = { 132, 133, 129, 135, 130, 128, 134, 131 };
int[] sand = { 137, 138, 139, 140, 141, 142 };
int[] cloud = { 143 }; // One block...
int[] industrial = { 144, 145, 146, 147, 148, 149, 150, 151, 152, 153 };
int[] medieval = { 158, 159, 160, 161, 162, 163 };
int[] pipes = { 166, 167, 168, 169, 170, 171 };
int[] desert = { 177, 178, 179, 180, 181 };
int[] checker = { 186, 187, 188, 189, 1025, 190, 191, 192, 1026 };
int[] jungle = { 193, 194, 195, 196, 197, 198, 199 };
int[] lava = { 202, 203, 204 };
int[] marble = { 208, 209, 210, 211 };
int[] farm = { 212 }; // Another one block.
int[] oneway = { 1001, 1002, 1003, 1004 }; // Not 100% that this will work properly because they are morphable.
int[] magic = { 1013, 1014, 1015, 1016, 1017 };
#endregion
Note: No seasonal items.
Offline
Thanks for providing your efforts!
If you plan on expanding your snippet, consider decompiling EE's source and writing a quick parser to grab packages and their corresponding IDs.
Oh. ItemManager > Init and showmycode.com
Those who can't do, teach.
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
It is a well-known fact that those people who must want to rule people are, ipso facto, those least suited to do it... anyone who is capable of getting themselves made President should on no account be allowed to do the job.
I think fish is nice, but then I think that rain is wet, so who am I to judge?
For a moment, nothing happened. Then, after a second or so, nothing continued to happen.
Offline
Thanks for providing your efforts!
If you plan on expanding your snippet, consider decompiling EE's source and writing a quick parser to grab packages and their corresponding IDs.
I plan on expanding, so yea, I will probably do just that.
Offline
Pages: 1
[ Started around 1746261902.8206 - Generated in 0.076 seconds, 11 queries executed - Memory usage: 1.39 MiB (Peak: 1.5 MiB) ]