Minecraft Wiki
Advertisement

Images

Will take time out to update/upload images if necessary. – Unsigned comment added by Brl1214 (talkcontribs). Sign comments with ~~~~

Speaking of which, why are all the 16x16 data block images 50k when they should be 200 bytes or so? Don't currently have time to load them all up in gimp and resave. Lil kreen 00:52, 6 November 2010 (CDT)

Data values for player inventory

The crafting slots can act as a secondary inventory space, and I've found some of their data values purely by accident (looking at my inventory in INVedit to see what I was carrying) - it said "unknown slot '81', discarded item." and the same for '83' I think this means that the slots starting at 80 or 81 are the 2x2 craft table, which would be useful to have for those making mods. Donpablo 23:42, 30 October 2010 (CDT)

Halloween Update grass/leaves

Does anyone have any insights into how leaves and grass are tinted in the new Halloween update? I'd reckon the blocks now have data associated with them that determines the tint, but I have no proof and certainly no way to convert the number into a color. -- agrif 02:14, 3 November 2010 (UTC)

It doesn't use the data values. The tint to use for grass is all calculated by algorithm during runtime. See [1] for proof. CyborgDragon 02:18, 3 November 2010 (UTC)
Advertisement