-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleases.html
More file actions
598 lines (534 loc) · 35.1 KB
/
Copy pathreleases.html
File metadata and controls
598 lines (534 loc) · 35.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Releases | ModifiedEight</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<style>
code {
background-color: #333 !important;
color: #dcdcdc !important;
}
.release-card {
border: 2px dotted #ccc;
padding: 20px;
margin-bottom: 25px;
border-radius: 8px;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="ModifiedEight_logo.png" width="180px"></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="releases.html">Releases</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="screenshots.html">Screenshots</a></li>
<li><a href="https://discord.gg/4fv4RrTav4">Discord</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>Releases</h1><br>
<h4><a href="docs/classic-and-new-additions.html">What is the difference between Classic and New Additions?</a></h4><br>
<div class="release-card">
<h3 id="1.7.0"><a href="#1.7.0">1.7.0 & 1.7.0.1</a> <small><b>September 19, 2026</b></small></h3>
<b>Classic:</b><br>
<p>
* Numerous fixes from the previous version<br>
* Added GUI Scale<br>
* Many other changes<br>
</p><br>
<b>New Additions:</b><br>
<p>
* All changes from the Classic version
* Added the Mushroom Biome<br>
* Mushrooms can now generate vertically on trees<br>
* Mushrooms now generate in groups under trees<br>
* Increased biome sizes in the new world generation<br>
* Other changes in the new world generation<br>
* Added Glowstone Ore<br>
* Many other changes<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.7.0_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<h4>For iOS, you need to manually move the <a href="https://github.com/ModifiedEight/assets/releases/tag/1.7.0">assets</a> into the IPA</h4>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.7.0.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<h4>For iOS, you need to manually move the <a href="https://github.com/ModifiedEight/assets/releases/tag/1.7.0">assets</a> into the IPA</h4>
</div>
<div class="release-card">
<h3 id="1.6.5"><a href="#1.6.5">1.6.5 & 1.6.5.1</a> <small><b>September 7, 2026</b></small></h3>
<b>Classic:</b><br>
<p>
* Sneak fixes<br>
* Mobs no longer attack the player in Creative mode<br>
* Added Controller support (by MineDg)<br>
* Many other changes<br>
</p><br>
<b>New Additions:</b><br>
<p>
<b>GAME FEATURES:</b><br>
* Graphics improvements<br>
* New gameplay effects<br>
* Many new game sounds<br>
* Added weather system<br>
* Added fishing<br>
* Updated the Creative menu appearance<br>
* Added a toggle for the expanded Creative menu<br>
* Added an armor screen to the Creative menu<br>
* Added a new local command /xyz<br>
* Many other changes<br><br>
<b>MOBS:</b><br>
* Added Squid, Silverfish, Tropical Fish, Salmon, Cod, Pufferfish, Turtle, Frog<br>
* Added Wolf, Fox, Ocelot, Polar Bear, Slime, Giant<br>
* Added Villager and trading system<br><br>
<b>BLOCKS & ITEMS:</b><br>
* Added copper: ore, block, slab, stairs, grate, door and trapdoor, wall, bars, bulb<br>
* Added new types of Wall: stone, copper, oak, spruce, birch, jungle, bricks, quartz, chiseled quartz, iron, sandstone, stone bricks, mossy stone bricks, cracked stone bricks<br>
* Added a music player capable of playing custom tracks. See for more details: <a href="docs/adding-custom-music.html">custom music documentation</a><br>
* Added Ender Chest<br>
* Added boats<br>
* Added Steve and mob heads<br>
* Added Armor Stand<br>
* Added Item Frame<br>
* Added Jungle Door and Trapdoor<br>
* Added Stone Slabs<br>
* Added Sweet Bush and Sweet Berries<br>
* Added Slime Block<br>
* Many other blocks and items<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.5_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.5.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
</div>
<div class="release-card">
<h3 id="1.6.4"><a href="#1.6.4">1.6.4 & 1.6.4.1</a> <small><b>August 26, 2026</b></small></h3>
<b>Classic:</b><br>
<p>
* Added a Sneak button for mobile devices<br>
* Added the ability to swap the Jump and Sneak buttons<br>
* Pressing "/" now opens the chat with "/" already entered<br>
* Fixed an issue with double chest rendering on iOS<br>
* Fixed texture-related issues<br>
* Added Smooth Chunk Loading<br>
</p><br>
<b>New Additions:</b><br>
<p>
* Clouds now turn orange during sunrise and sunset<br>
* Added the /give command<br>
* Removed the old world generation<br>
* Added Nether Quartz Ore and Soul Sand<br>
* Added the Armor Screen to the Creative menu<br>
* Other minor changes<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.4_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets/releases/tag/1.6.4_classic">assets</a></h4>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.4.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets/releases/tag/1.6.4.1_newadditions">assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.6.3"><a href="#1.6.3">1.6.3 & 1.6.3.1</a> <small><b>August 23, 2026</b></small></h3>
<b>Classic:</b><br>
<p>
* added toggles to disable water, lava, and fire animations<br>
* added a front-facing player view<br>
* fixed an issue with block transparency at the maximum world height<br>
* fixed an issue with the crafting screen flickering on mobile devices<br>
* fixed texture flickering when hovering over blocks<br>
* improved chat message rendering<br>
* night&day cycle is now available in Creative mode<br>
* Nether Reactor activation is now available in Creative mode<br>
* improved fog<br>
* fully removed the remaining unnecessary additions from New Additions that had remained in the Classic version<br>
* other fixes and changes<br>
</p><br>
<b>New Additions:</b><br>
<p>
* All changes from the Classic version<br>
* added support for Java 1.8.x servers (by @TimofeyLednev)<br>
* added an LOD chunk loading system<br>
* added pressure plates: stone, cobblestone, gold, and iron, as well as all wood types<br>
* added buttons: stone, cobblestone, gold, and iron, as well as all wood types<br>
* added stone, grass, and dirt slabs<br>
* added a Daylight Sensor<br>
* added a flower pot<br>
* added a red rose<br>
* added pillow functionality. If you use a wool block on a slab or stair, you will be able to sit on it<br>
* added the ability to place doors on slabs<br>
* added brightness slider<br>
* dyeing blocks with dye now colors each side individually instead of coloring the entire block at once<br>
* fixed an issue that prevented the use of server commands<br>
* added an Advanced World Options screen when creating a world<br>
* added crafting recipes for iron doors, as well as spruce and birch trapdoors and fences<br>
* added many other missing crafting recipes<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.3_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.3.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets/releases/tag/1.6.3.1_newadditions">assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.6.2"><a href="#1.6.2">1.6.2 & 1.6.2.1</a> <small><b>August 18, 2026</b></small></h3>
<b>Classic:</b><br>
<p>
* Fixed missing background music and sounds on Windows and Android<br>
* Fixed issues related to launching on Windows<br>
* Added leaf drops after chopping down a tree<br>
* Improved mob and monster spawning<br>
* Fixed background music disappearing when opening the inventory<br>
* Other changes
</p><br>
<b>New Additions:</b><br>
<p>
* All changes from the Classic version<br>
* Fixed an issue that prevented players from swimming underwater on mobile versions<br>
* Fixed an issue with the vine texture when breaking it<br>
* Fixed an issue with flat world generation<br>
* Fixed an issue that caused caves to generate in the old world type<br>
* Added jungle plank crafting<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.2_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.2.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets/releases/tag/1.6.1.1_newadditions">assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.6.1"><a href="#1.6.1">1.6.1 & 1.6.1.1</a> <small><b>August 17, 2026</b></small></h3>
<b>Classic:</b><br>
<p>
* Added background music<br>
* Fixed an issue with the D-pad size toggle<br>
* Fixed an issue with yaw display<br>
* Fixed various iOS bugs<br>
* Fixed bugs related to the texture manager<br>
* Added display of other players skins<br>
</p><br>
<b>New Additions:</b><br>
<p>
* All changes from the classic version<br>
* Normalized the placement of vertical and horizontal slabs. Horizontal slabs are now placed by clicking the center of the connecting block, while vertical slabs are placed by clicking on the sides<br>
* Fixed an issue where connected slabs would not break separately<br>
* Fixed an issue where connected slabs could not be dyed<br>
* Added new flowers<br>
* Added tall grass and large fern<br>
* Added vine and lily pad<br>
* Added seagrass<br>
* Added functionality for sponges<br>
* Completely revamped the new world generation<br>
* Added village and desert temple generation<br>
* Added the new swamp biome<br>
* Different biomes now have different color palettes<br>
* Added underwater swimming<br>
* Added swimming and walking animations for the player<br>
* Added plant animations<br>
* Added dye crafting from flowers<br>
* Added single-player commands: <code>/tp</code>, <code>/locate</code>, <code>/list</code>, <code>/time set</code><br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.1_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.1.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets/releases/tag/1.6.1.1_newadditions">For Windows and Linux, download the up-to-date assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.6.0.1"><a href="#1.6.0.1">1.6.0.1 New Additions</a> <small><b>August 15, 2026</b></small></h3>
<p>
* Added a lever<br>
* Added a redstone lamp<br>
* Added the ability to combine two different slabs into one block<br>
* Added the ability to place slabs vertically<br>
* Added the ability to dye any block using dyes<br>
</p>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.0.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets/releases/tag/1.6.0.1_newadditions">For Windows and Linux, download the up-to-date assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.6.0"><a href="#1.6.0">1.6.0</a> <small><b>August 15, 2026</b></small></h3>
<p>
* Fixed an issue with textures from the previous version<br>
* Added support for skins<br>
* Added world seed display to the debug menu, along with an indicator showing which direction the player is facing<br>
* In the iOS version, assets are now automatically bundled inside the IPA<br>
* Other changes<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.0_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.6.0_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets/releases/tag/1.6.0">For Windows and Linux, download the up-to-date assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.5.1"><a href="#1.5.1">1.5.1</a> <small><b>July 31, 2026</b></small></h3>
<p>
* Fixed multiple Android version issues: crashes when interacting with a furnace, entering a world, opening the inventory, and crafting screen flickering<br>
* Fixed incorrect block selection when pointing at a block and holding the mouse wheel button<br>
* Fixed texture issues in NewAdditions version<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.5.1_classic"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Android, iOS</a>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.5.1_newadditions"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Android, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets">assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.5.0"><a href="#1.5.0">1.5.0</a> <small><b>July 28, 2026</b></small></h3>
<p>
* Fixed an issue where the Classic version retained the Dirt path creation functionality<br>
* Fixed an issue with nickname input<br>
* Added the ability to take screenshots by pressing F2<br>
* Added the ability to hide the GUI by pressing F1<br>
* Added server player count display<br>
* Added a cancel button when joining a server<br>
* Added the ability to open chests in Creative mode<br>
* Added the ability to select blocks by pointing at them and holding the mouse wheel button<br>
* Improved the new world generation, including the addition of caves<br>
* Replaced the Marketplace with a texture pack manager<br>
* Fixed an issue where the Classic texture toggle did not work; it now successfully switches the texture loading system from folders to TGA files<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/Old-Android-Classic/releases/tag/1.5.0" class="btn btn-success" style="margin-bottom: 10px;">for Android</a>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.5.0"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, iOS</a>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/Old-Android-NewAdditions/releases/tag/1.5.0" class="btn btn-success" style="margin-bottom: 10px;">for Android</a>
<a href="https://github.com/ModifiedEight/Multiplatform/releases/tag/1.5.0"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux, Windows, iOS</a>
<br><br><h4><a href="https://github.com/ModifiedEight/assets">assets</a></h4>
</div>
<div class="release-card">
<h3 id="1.4.0"><a href="#1.4.0">1.4.0</a> <small><b>June 23, 2026</b></small></h3>
<p>
* The client has been split into two versions: Classic and New Additions. The Classic version includes new features, while New Additions includes both the new features and the new blocks and items.<br>
* Added the ability to use the new world generation when creating a world.<br>
* Added auto-jump.<br>
* Added an FOV toggle.<br>
* Added a Discord integration toggle in the settings.<br>
* Fixed Marketplace-related issues.<br>
* Added the camera item to the creative inventory.<br>
</p>
<h4>ModifiedEight Classic:</h4>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEightClassic1.4.0_Windows.zip" class="btn btn-success" style="margin-bottom: 10px;">for Windows</a>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEightClassic1.4.0_Linux.tar.gz"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux</a>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEightClassic1.4.0fix3.ipa" class="btn btn-primary" style="margin-bottom: 10px;">for iOS (armv7 + arm64 / iOS 5.0 - iOS 26(27))</a><br>
<h4 style="color: green; text-decoration: underline;">Android:</h4>
<ul>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEight1.4.0_Classic-x86.apk">x86</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEight1.4.0_Classic-x86_64.apk">x86_64</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEight1.4.0_Classic-armeabi.apk">armeabi</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEight1.4.0_Classic-arm64-v8a.apk">arm64-v8a</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_classic/ModifiedEight1.4.0_Classic-armeabi-v7a.apk">armeabi-v7a</a>
</li>
</ul>
<h4>ModifiedEight New Additions:</h4>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_newadditions/ModifiedEightNewAdditions1.4.0_Windows.zip" class="btn btn-success" style="margin-bottom: 10px;">for Windows</a>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_newadditions/ModifiedEighNewAdditions1.4.0_Linux.tar.gz"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux</a>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.4.0_newadditions/ModifiedEightNewAdditions1.4.0.ipa" class="btn btn-primary" style="margin-bottom: 10px;">for iOS (armv7 + arm64 / iOS 5.0 - iOS 26(27))</a><br>
</div>
<div class="release-card">
<h3 id="1.3.0"><a href="#1.3.0">1.3.0</a> <small><b>June 16, 2026</b></small></h3>
<p>
* The client now has 2 modes: Modded and New Additions. The Modded mode adds new functionality, while New Additions adds new blocks and items. If you choose the Modded mode, you will have access to all new features except those related to new blocks and items.<br>
* Added an option to make the old world type infinite in the world settings.<br>
* Added an option to change the player's position coordinates in the world settings.<br>
* Added an FPS counter.<br>
* Added a Debug Screen.<br>
* Added the ability to enable and disable fog.<br>
* The render distance can now be increased even further.<br>
* Added a switch between the old texture loading system (using the terrain-atlas) and the new one.<br>
* Added a Marketplace: integrated downloading of maps and textures from https://mcpe-source.github.io/, as well as a map and texture manager. In the world manager, you can import worlds from archives, and in the texture manager, you can save and install textures from archives.<br>
* Added Discord Rich Presence integration.<br>
* Added the iron door to the creative inventory.<br>
* Updated the colored bricks texture (thanks to mryoshi).<br>
* Other changes<br>
</p>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.3.0/ModifiedEight1.3.0_WindowsX64.zip" class="btn btn-success" style="margin-bottom: 10px;">for Windows</a>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.3.0/ModifiedEight1.3.0_Linux.tar.gz"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux</a><br>
<i><a href="https://www.mediafire.com/file/y4r5f1wlehavhbf/ModifiedEight1.3.0_WindowsX64.zip/file" class="btn btn-success">alternative Windows</a> <a
href="https://www.mediafire.com/file/loyjm7e22v3y0br/ModifiedEight1.3.0_Linux.tar.gz/file"
class="btn btn-primary">alternative Linux</a><br></i>
<h4 style="color: green; text-decoration: underline;">Android:</h4>
<ul>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.3.0/ModifiedEight1.3.0-x86.apk">x86</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.3.0/ModifiedEight1.3.0-x86_64.apk">x86_64</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.3.0/ModifiedEight1.3.0-armeabi.apk">armeabi</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.3.0/ModifiedEight1.3.0-arm64-v8a.apk">arm64-v8a</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.3.0/ModifiedEight1.3.0-armeabi-v7a.apk">armeabi-v7a</a>
</li>
</ul>
</div>
<div class="release-card">
<h3 id="1.2.0"><a href="#1.2.0">1.2.0</a> <small><b>June 13, 2026</b></small></h3>
<p>
* Added infinite world generation<br>
* Added coordinate display<br>
* Fixed an issue where sprinting was unavailable on the android version of the client<br>
* Fixed an issue where the Shift key was not working on the desktop version of the client<br>
* Other changes and bug fixes<br>
</p>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.2.0/ModifiedEight1.2.0_WindowsX64.zip" class="btn btn-success" style="margin-bottom: 10px;">for Windows</a>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.2.0/ModifiedEight1.2.0_Linux.tar.gz"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux</a><br>
<i><a href="https://www.mediafire.com/file/hw1vomh10iljonj/ModifiedEight1.2.0_WindowsX64.zip/file" class="btn btn-success">alternative Windows</a> <a
href="https://www.mediafire.com/file/0os2pg223rvfd01/ModifiedEight1.2.0_Linux.tar.gz/file"
class="btn btn-primary">alternative Linux</a><br></i>
<h4 style="color: green; text-decoration: underline;">Android:</h4>
<ul>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.2.0/ModifiedEight1.2.0-x86.apk">x86</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.2.0/ModifiedEight1.2.0-x86_64.apk">x86_64</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.2.0/ModifiedEight1.2.0-armeabi.apk">armeabi</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.2.0/ModifiedEight1.2.0-arm64-v8a.apk">arm64-v8a</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.2.0/ModifiedEight1.2.0-armeabi-v7a.apk">armeabi-v7a</a>
</li>
</ul>
</div>
<div class="release-card">
<h3 id="1.1.0"><a href="#1.1.0">1.1.0</a> <small><b>June 9, 2026</b></small></h3>
<p>
* Added a world time editor to the World Settings screen, along with the ability to freeze time.<br>
* Added an option to enable or disable sprinting.<br>
* Added a person view toggle button next to the chat button.<br>
* Added ore ingots to the creative inventory.<br>
* Potentially fixed a crash on Windows that occurred when clicking the Create World, Edit World, or Server
buttons.<br>
* Added support for rapid character input and deletion when holding down keys, instead of requiring repeated
key presses.<br>
* Fixed an issue where players could not enter a doorway if a path block was placed in front of it.<br>
* Fixed an issue where flight and damage immunity remained active after switching to Survival mode.<br>
* Fixed the armor slot textures in the inventory.<br>
* Fixed an issue that prevented players from sleeping in beds.<br>
* Fixed an issue where players spawn high above the ground when creating a Flat world.<br>
* Improved the layout of elements on the world creation screen for mobile devices.<br>
* Other changes and bug fixes.<br>
</p>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.1.0/ModifiedEight1.1.0_WindowsX64.zip" class="btn btn-success" style="margin-bottom: 10px;">for Windows</a>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.1.0/ModifiedEight1.1.0_Linux.tar.gz"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux</a><br>
<i><a href="https://www.mediafire.com/file/w9ymuct2lu5p8kg/ModifiedEight1.1.0_WindowsX64.zip/file" class="btn btn-success">alternative Windows</a> <a
href="https://www.mediafire.com/file/6evrgs7p93fy448/ModifiedEight1.1.0_Linux.tar.gz/file"
class="btn btn-primary">alternative Linux</a><br></i>
<h4 style="color: green; text-decoration: underline;">Android:</h4>
<ul>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.1.0/ModifiedEight1.1.0-x86.apk">x86</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.1.0/ModifiedEight1.1.0-x86_64.apk">x86_64</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.1.0/ModifiedEight1.1.0-armeabi.apk">armeabi</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.1.0/ModifiedEight1.1.0-arm64-v8a.apk">arm64-v8a</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.1.0/ModifiedEight1.1.0-armeabi-v7a.apk">armeabi-v7a</a>
</li>
</ul>
</div>
<div class="release-card">
<h3 id="1.0.0"><a href="#1.0.0">1.0.0</a> <small><b>June 3, 2026</b></small></h3>
<p>First stable release</p>
<small><i>There is a known issue in the Windows release that causes the game to crash when clicking the "Create"
button.</i></small><br><br>
<a href="https://github.com/ModifiedEight/OldReleases/releases/download/1.0.0/ModifiedEight1.0.0_Windows.zip"
class="btn btn-success" style="margin-bottom: 10px;">for Windows</a> <a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.0.0/ModifiedEight1.0.0_Linux.tar.gz"
class="btn btn-primary" style="margin-bottom: 10px;">for Linux</a><br>
<i><a href="https://www.mediafire.com/file/8t8xfym94wcmdu3/ModifiedEight1.0.0_Windows.zip/file"
class="btn btn-success">alternative Windows</a> <a
href="https://www.mediafire.com/file/8o6amvx7n0uvpaz/ModifiedEight1.0.0_Linux.tar.gz/file"
class="btn btn-primary">alternative Linux</a><br></i>
<h4 style="color: green; text-decoration: underline;">Android:</h4>
<ul>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.0.0/ModifiedEight1.0.0-x86-debug.apk">x86</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.0.0/ModifiedEight1.0.0-x86_64-debug.apk">x86_64</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.0.0/ModifiedEight1.0.0-armeabi-debug.apk">armeabi</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.0.0/ModifiedEight1.0.0-arm64-v8a-debug.apk">arm64-v8a</a>
</li>
<li><a
href="https://github.com/ModifiedEight/OldReleases/releases/download/1.0.0/ModifiedEight1.0.0-armeabi-v7a-debug.apk">armeabi-v7a</a>
</li>
</ul>
</div>
</div>
<br><br><br>
<iframe src="footer.html" style="width: 100%; height: 40px; border: none; overflow: hidden;"></iframe>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>