Skip to content

Releases: zardoy/minecraft-web-client

v0.1.55

12 Aug 22:26
Compare
Choose a tag to compare

New Features

  • display UI for connecting with bypass VPN detection proxy b62d295
  • support displaying custom window titles in inventories GUI 43d4555
  • mobile: add helpers like shift & only hover modes to inventory 1e8dcdb
  • migrate to mc-assets & Rsbuild better resource pack support (#164)
    The complete migration from minecraft-assets to mc-assets.
    Now all block states & block models are processed dynamically! So it is now easily possible to implement custom models
  • no post-install work anymore: the building is now 3x faster and 4x faster in docker
  • drop 10x total deploy size
  • display world ~1.5x faster
  • fix snow & repeater state parser (they didn't render correctly)
    rsbuild pipeline!
  • the initial app load is faster ~1.2
  • much fewer requests are made & cached
  • dev reloads are fast now
    Resource pack changes:
  • now textures are reloaded much more quickly on the fly
  • add hotkey to quickly reload textures (for debugging) assigned to F3+T (open dev widget is now assigned to F3+Y)
  • add a way to disable resource pack instead of uninstalling it
  • items render from resource pack are now support
  • resource pack widgets & icons are now supported 9b72cdb
  • Add a way to view / sign books (#158)

Co-authored-by: soulless-ai mr.chupak@gmail.com
Co-authored-by: Vitaly Turovsky vital2580@icloud.com b7356ef

Bug Fixes

  • fix rendering of all remaining blocks except chest, fix rendering of pistons by rotating down texture by another 180deg of any block 25f04f4
  • always disable all default touch actions in mobile browser to fix certain critical touch issues df87216
  • now inventory correctly displays tooltip for JEI area 1e8dcdb
  • fix water rendering when plant was neihbor 9546952
  • keybindings: fix key display on other layouts like QWERTZ (#165)
    Co-authored-by: gguio nikvish150@gmail.com
    Co-authored-by: Vitaly Turovsky vital2580@icloud.com bf27f80
  • ignoring exception ResizeObserver loop exceptions (#161)
  • inventory didn't update after dropping an item b49e988

This release URL: https://prismarine-nega3ix0z-zaro.vercel.app

v0.1.54

14 Jul 18:57
Compare
Choose a tag to compare

New Features

  • rework sound system. Now sounds are 100% implemented for all current & future supported versions b13ef44
  • implement pitch which was required for note blocks to work properly 6c5f72e

Bug Fixes

  • toggle entity visiiblity even after it's creation 698779f
  • remove entities from the scene on login packet (usually on the world switch) 07002a7
  • regression: signs lighting was compltely broken d02008c
  • Hide disconnect button, when lockConnect QS is set (#160)
  • align entity activation with vanilla client so it's harder to detect and now work in most cases 0b4959b

This release URL: https://prismarine-3zcjaq8un-zaro.vercel.app

v0.1.53

08 Jul 23:47
Compare
Choose a tag to compare

New Features

  • improve scaling in portrait mobile. Add close button for mobile chat (#157)
  • add Sonar bypass making possible to join to projects like ruhypixel.net d1d0959
  • Microsoft authentication! (#150)
    (#36)
  • new clean favicon (#155)
    by hrgembakh d81aace

Bug Fixes

  • regression: chat on mobile was not fully visible in some cases 0a56348
  • don't clip text in error screen 0eafc5e
  • bundle pixealrticons with the app instead of fetching them from remote location in runtime d8261c2
  • inventory in singleplayer didn't update on gui interactions c5d3ac1
  • don't crash mesher on unknown blocks in preflat e7e10f6

This release URL: https://prismarine-qro56yj7v-zaro.vercel.app

v0.1.52

24 Jun 12:42
Compare
Choose a tag to compare

New Features

  • Add recipes, usages & guides for every item in the game to builtin JEI! f8fcee7

Bug Fixes

  • packets string was not displayed in f3 correctly d41219d
  • fix basic vr support & test dom overlay
    sentry-ref: 5517390383, 5517390775 f898083
  • hotbar on start crash
    sentry-ref: 5467800534 97ad6d9
  • fix right click emulation with touch in inventory windows (allow to pick half of items on mobile, needed for crafting) a139ecd
  • allow to long tap interacte button in new touch controls. This now allows to use food on mobile & long-hold building ef0dd1c
  • improve new controls type: default button positions and allow to do setup from the main menu dc8de80
  • display error message when modal to display not found (#119)
  • 8e7639a

This release URL: https://prismarine-if1d03rqp-zaro.vercel.app

v0.1.51

15 Jun 01:55
Compare
Choose a tag to compare

New Features

  • implemnt shift in inventories c89aeba
  • activate entities (like clicking on villagers) 5056aaf
  • support world saves for all versions of Minecraft Java! 5be093a

Bug Fixes

  • include all latest supported versions in create world menu for singleplayer (up to 1.20.4) b3ee71b
  • fix inventory crash on 1.9 fba1309
  • crash fix right click when holding item on empty slot f7ab466
  • improve signs models & text, added all missing sign types (#143)
    Co-authored-by: Vitaly Turovsky vital2580@icloud.com 38e4efc
  • fix entity label display for older versions of minecraft 353bec4

This release URL: https://prismarine-7leiosc1l-zaro.vercel.app

v0.1.50

08 Jun 23:40
Compare
Choose a tag to compare

Bug Fixes

  • attack entities on left click not on right click 05a0d3a
  • elytra equipped crashed hud bars
    fix sentry 5457375830 6be0bc8
  • username override of servers was never used bd54b5b
  • fix breaking mesh was highlighted 9a41214
  • fix all known minecraft-protocol issues. Fixed auto-version. Fixed: kick messages are now always displayed! 32de8eb
  • fix rendering of Decorated Pot (#134)
  • waterlogged z-fighting fix 95b80d9
  • reduce fps drops on chunks load a bit by batching operations with a few other minor optimizations b317d8a

This release URL: https://prismarine-1senm0a67-zaro.vercel.app

v0.1.49

01 Jun 22:22
Compare
Choose a tag to compare

New Features

Bug Fixes

  • page was reloading infinitely in some edge cases, give some time service workers to unregister in these cases 9958008
  • was unable to go edit server screen after hitting cancel d96ff9e
  • fix offhand slot in hotbar display 87e724d
  • fix critical memory leak block in the scene were not removed from the memory f2137d9
  • fix more starfield issues, make disableable 8fdcbdf
  • Fix crash in getItemUv function. now dropped items are always displayed 1de6ae8

This release URL: https://prismarine-1v1dqeg7r-zaro.vercel.app

v0.1.48

22 May 05:43
Compare
Choose a tag to compare

New Features

  • add initial bed sleeping, hand items swap 8b959fa
  • add starfield! + better time update in singleplayer 7e2bcfd
  • limit rendering in background to 20fps so it uses less resources (+setting to control that) 2a26679
  • big fix: rendering blocks for preflat versions (<1.13)! (#125)

Bug Fixes

  • accessibility: space and enter keys didn't click buttons in UI e79678f
  • fix default gamepad bindings of nextHotbarSlot, prevHotbarSlot 0dfa7c3
  • update flying-squid to respect time in saves! 2bec255

This release URL: https://prismarine-7h9de1n6q-zaro.vercel.app

v0.1.47

18 May 20:07
6bf1085
Compare
Choose a tag to compare

New Features

  • Key binds screen (#108)

Co-authored-by: gguio nikvish150@gmail.com
Co-authored-by: Vitaly vital2580@icloud.com 6bf1085

Bug Fixes

  • correctly display item names in inventory GUI 5198e69
  • fix opening nested inventory GUI on servers! 5198e69
  • entity text was not displayed in some edge-cases 6f085ac
  • some collision shapes were missing for 1.20.4 c1651ce

This release URL: https://prismarine-qtrih1w7s-zaro.vercel.app

v0.1.46

13 May 01:20
Compare
Choose a tag to compare

New Features

  • add held map image support for all versions! 03a26d5
  • devtools: add len and inspectPacket global functions ce68498
  • add a way to specify version from quick connect e.g. test.com:1.18.2 or 192.168.0.100:25566:1.17.1 0a1b978

Bug Fixes

  • held item display was not updated after server/window GUI manipulation on inventory 3329d0e
  • previously held item was activated too quickly 03a26d5
  • hud: fix safe bottom area for iOS devices when clicked "Hide Toolbar" ef146f7

This release URL: https://prismarine-31usp1706-zaro.vercel.app