Java Edition Infdev 20100624: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
; General |
; General |
||
*A black vignette around the screen in dark areas. |
*A black vignette around the screen in dark areas. |
||
*Rideable |
*Rideable minecarts that can't be opened. |
||
*Lagometer that appears when holding {{key|F6}}. |
*Lagometer that appears when holding {{key|F6}}. |
||
Line 33: | Line 33: | ||
===Items=== |
===Items=== |
||
;[[File:Minecart (item) JE2 BE1.png|32px]] [[Minecart]] |
;[[File:Minecart (item) JE2 BE1.png|32px]] [[Minecart]] |
||
*Item texture changed from [[File:Minecart (item) JE1.png|32px]] |
*Item texture changed from [[File:Minecart (item) JE1.png|32px]]. |
||
===Mobs=== |
===Mobs=== |
||
Line 40: | Line 40: | ||
===General=== |
===General=== |
||
*[[Java Edition Infdev 20100624 level format|New save format]] |
*[[Java Edition Infdev 20100624 level format|New save format]]. |
||
*New crash report screen. |
*New crash report screen. |
||
*World generation tweaked to make mountains less tall, mainly to avoid mountains getting cut off by the height limit. |
*World generation tweaked to make mountains less tall, mainly to avoid mountains getting cut off by the height limit. |
||
*Fancy [[clouds]] no longer use the {{darkbg|[[File:Fluff (texture) JE1.png|32px]]}} fluff.png texture, rendering it unused. |
*Fancy [[clouds]] no longer use the {{darkbg|[[File:Fluff (texture) JE1.png|32px]]}} fluff.png texture, rendering it unused. |
||
*Changed button "Quit Game" to "Save and quit to title" |
*Changed button "Quit Game" to "Save and quit to title". |
||
==Removals== |
==Removals== |
||
Line 54: | Line 54: | ||
===Cloth=== |
===Cloth=== |
||
*Removed all cloth colors except white. |
*Removed all cloth colors except white. |
||
*Removed all cloth block IDs except white as well leading to a crash if they were in the |
*Removed all cloth block IDs except white as well leading to a crash if they were in the player's inventory/world. |
||
**The block ID previously used for [[File:Light_Gray_Cloth_JE2.png|32px]] light gray cloth is now used for white cloth, meaning that white cloth (ID 36) has been removed as well in some sense. |
**The block ID previously used for [[File:Light_Gray_Cloth_JE2.png|32px]] light gray cloth is now used for white cloth, meaning that white cloth (ID 36) has been removed as well in some sense. |
||
Line 67: | Line 67: | ||
==Bugs== |
==Bugs== |
||
*When turning on a [[minecart]] track while riding a minecart, the camera turns in the opposite direction of the minecart (e.g. minecart turns left, the camera turns right). |
*When turning on a [[minecart]] track while riding a minecart, the camera turns in the opposite direction of the minecart (e.g. minecart turns left, the camera turns right). |
||
*Minecarts have unopenable ghost chests in them. |
*Minecarts have unopenable "ghost" chests in them. |
||
*This is the version that introduces the famous far lands jitter effect (see [[Java Edition distance effects/Historical effects]] for more info). |
*This is the version that introduces the famous far lands jitter effect (see [[Java Edition distance effects/Historical effects]] for more info). |
||
*Chunks sometimes don't save. |
*Chunks sometimes don't save. |
Revision as of 01:02, 18 September 2024
Minecraft Infdev
Edition | ||||||
---|---|---|---|---|---|---|
Release date |
June 24, 2010 | |||||
Downloads | ||||||
Minimum Java version | ||||||
al_version |
1.133 | |||||
|
{ "title": "Minecraft Infdev", "images": [ "Infdev 20100624.png" ], "rows": [ { "field": "''(link to Java Edition article, displayed as Java Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "June 24, 2010", "label": "Release date" }, { "field": "[https://archive.org/download/Minecraft-JE-Infdev/inf-20100624/inf-20100624.jar Client] ([https://archive.org/download/Minecraft-JE-Infdev/inf-20100624/inf-20100624.json .json]) <br />No corresponding server", "label": "(link to Tutorial:Installing a snapshot#Manual version installation article, displayed as Downloads)" }, { "field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_5 Java SE 5]</span>", "label": "<span style=\"white-space: normal;\">Minimum Java version</span>" }, { "field": "1.133", "label": "(link to al_version article, displayed as al_version)" } ], "invimages": [], "footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0\" ></td>\n<td rowspan=\"2\" style=\"padding: 0.4em\">''' Infdev 20100624'''</td>\n<td style=\"padding: 0\" ></td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition Infdev 20100618|◄ Infdev 20100618]]\n</td>\n\n<td style=\"padding: 0.4em\">\n[[Java Edition Infdev 20100625-1| Infdev 20100625-1 ►]]\n</td>\n</tr>\n</table>" }
A version of Minecraft Infdev was released on June 24, 2010.[1]
Additions
- General
- A black vignette around the screen in dark areas.
- Rideable minecarts that can't be opened.
- Lagometer that appears when holding F6.
- Added second "E" value.
- Displays number of empty chunk sections which may be skipped due to not yet being loaded and rendered, or has nothing to draw in the current render pass; all render passes are counted.
Changes
Blocks
- Tweaked rail laying code.
- Right sided doors now use the textures of left-sided doors but mirrored.
Items
Mobs
General
- New save format.
- New crash report screen.
- World generation tweaked to make mountains less tall, mainly to avoid mountains getting cut off by the height limit.
- Fancy clouds no longer use the
fluff.png texture, rendering it unused.
- Changed button "Quit Game" to "Save and quit to title".
Removals
Blocks
- If a chunk loads containing these blocks or the player had them in the inventory, it would crash the game with a Java NullPointerException error due to not having a Block ID in these blocks anymore.
Cloth
- Removed all cloth colors except white.
- Removed all cloth block IDs except white as well leading to a crash if they were in the player's inventory/world.
General
- Removed right door graphics.
- Removed the "Change world..." button from the pause menu.
Fixes
- Improved performance.
- Fixed crashes.
Bugs
- When turning on a minecart track while riding a minecart, the camera turns in the opposite direction of the minecart (e.g. minecart turns left, the camera turns right).
- Minecarts have unopenable "ghost" chests in them.
- This is the version that introduces the famous far lands jitter effect (see Java Edition distance effects/Historical effects for more info).
- Chunks sometimes don't save.
Gallery
-
Notch experimenting with chunk sizes.
-
Notch experimenting with chunk sizes.
-
Notch experimenting with chunk sizes.
-
Notch experimenting with chunk sizes.
-
Pause menu in this version.
References
- ↑ Here's a review of something I recently bought – The Word of Notch, June 25, 2010