Skip to content

Releases: zardoy/minecraft-web-client

v0.1.35

22 Feb 22:18
33327bf
Compare
Choose a tag to compare

Bug Fixes

  • open maps in the same tab d36bec0
  • Incorrect calculation of resource pack installation progress (#74)
    (#55)

This release URL: https://prismarine-fl5tm1e78-zardoy.vercel.app

v0.1.34

19 Feb 13:00
829d7e2
Compare
Choose a tag to compare

New Features

  • add new experimental touch controls 543fc80
  • add setting to enable chat selection! (can finally copy chat text) bc8409f

Bug Fixes

  • improve gpu perf when many players are on the screen (stop useless texture duplication) dd1c335
  • false nametag was added to every mob dd90686

This release URL: https://prismarine-kmnyiuuue-zardoy.vercel.app

v0.1.33

19 Feb 00:23
f58eb01
Compare
Choose a tag to compare

New Features

  • support entity metadata: invisible, custom text d6be442
  • enchants & durability display in inventory gui 4c852af
  • add basic support for other guis like enchanting table horse villager or anvil 21430d5

Bug Fixes

  • make time when night more accurate 8934d81
  • important: flying didn't turn off after disabling ability to fly and wasn't possible to stop flying. 4f0a340
  • fix item from block selection 4f0a340
  • scrollbar styles regression fixed 8c514fb
  • gracefully display load errors! 34d61bc
  • fix "Failed to execute 'add' on 'DOMTokenList': The token provided must not be empty" console error 043d9e8
  • three.js scene was clipped in firefox with webgl2 disabled eg tor 0f26cd7
  • improve compatibility with tor browser by disabling sound support 99e58d8

This release URL: https://prismarine-k6a6q9ijh-zardoy.vercel.app

v0.1.32

15 Feb 02:15
Compare
Choose a tag to compare

New Features

  • add jei to quickly pick items in creative mode 85cfdf3

Bug Fixes

  • don't autoreload the app when next version is available (bugfix) 9954607
  • wasn't possible to generate chunks in pre-flatenning worlds due to broken generator 4ba6d3c
  • fix navigator.getGamepads is not a function crash in some cases ec37934
  • make inventory scaling in portrait smaller so it fits the window d1fc01b
  • sometimes ui wasnt visible after viewport dimensions change on mobile (eg exiting fullscreen) 9a12897
  • improve touch controls detections, always respect force enable touch setting 3656a5a
  • inventory didn't update on item swap f3b1d2a
  • sending messages didn't work in chrome android. fixed enter action eca218f

This release URL: https://prismarine-esmojsbn0-zardoy.vercel.app

v0.1.31

08 Feb 21:00
ceaf169
Compare
Choose a tag to compare

New Features

  • Add signs debug widget (f3+t) which shows all loaded signs and its positions 346211d
  • add a setting to disable entities rendering 999afe5
  • add app loading screen & banner 0d40239
  • old generator plains is now replaced with a new one (default). No compatibility is preserved for old worlds afd10e9
  • update mineflayer to support 1.20.2 2548dbc
  • basic support for 1.20.2 a95f257

Bug Fixes

  • fix critical fps regression in worlds with many signs (gpu textures overflow), add most basic optimizations, clear textures on chunks unload 346211d
  • don't change camera position on block interaction (empty hand right click) a0b2d8b
  • update flying squid to include commands like /tell & very-first commands blocks support d535176

This release URL: https://prismarine-985odmtgw-zardoy.vercel.app

v0.1.30

20 Jan 07:12
a5296f9
Compare
Choose a tag to compare

New Features

  • ported player animations. Seems mineflayer doesn't update velocity correctly so it looks weird. 708abfa
  • Add useless antialising. Disabled by default, enable in settings 708abfa
  • advanced-thing: display last unparsed stringified packet on server connection error 9e76522
  • support fetching skins by username for players! Uses popular skinview3 for rendering players, so ears, cape & elytra should render properly 86a4ac6
  • Add support for head rotation. 86a4ac6
  • add window.cursorEntity for inspecting or watching entity props you're looking at (support will be fixed later) 86a4ac6

Bug Fixes

  • expand sound playable distance from the world up to 4 chunks 8707db5
  • fix chat messages duplicating ids errors in console 708abfa
  • a lot of chat completion bug fixes (now there are displayed in more cases) 9a8a827
  • fix entity in playground 86a4ac6
  • better scene reset (eg lighting) after world unload 8d05b41

This release URL: https://prismarine-cyw76a9ij-zardoy.vercel.app

v0.1.29

13 Jan 01:37
fa90716
Compare
Choose a tag to compare

New Features

  • playground: add play sound demo (#54)
  • playground: add play sound demo ab17bf5
  • playground: isomorphic render for all blocks of specific version ab17bf5

Bug Fixes

  • playground: sort block names so its easier to find them ab17bf5

This release URL: https://prismarine-nizfbg0mq-zardoy.vercel.app

v0.1.28

10 Jan 04:09
6933880
Compare
Choose a tag to compare

New Features

  • now possible to activate most items like spawn eggs, boats, eggs 5c795c8
  • now possible to swing arm when not looking at block 5c795c8

Bug Fixes

  • regression: wasn't possible to place blocks 5c795c8

This release URL: https://prismarine-33qrolwi6-zardoy.vercel.app

v0.1.27

10 Jan 01:06
59b689d
Compare
Choose a tag to compare

New Features

  • now storybook components are available on /storybook url 754afb4
  • basic support for click event & hover event! e5c864b

Bug Fixes

  • add logic for force reload when failed to update application because of browser or cdn cache, update status on click aecd64c

This release URL: https://prismarine-mf2wffu3o-zardoy.vercel.app

v0.1.26

07 Jan 18:57
0fea4a1
Compare
Choose a tag to compare

New Features

  • add keybinding to set url to current game state (connected server or save, useful in developing) 3cb4032
  • now project uses correct interaction box shapes for all blocks! For example redstone wire or wall sign didn't have correct cursor interaction shapes, which was annoying when you wanted to destroy the wire after the current one. The only known unsupported block is light block which can be focused / destroyed only when you hold the light item in your hand 01c2673
  • World rendering improvement! Now ambient occlusion correctly skips blocks such as leaves & glass e938212
  • now you can control opacity of the chat (and in opened state too!) 9c4c439
  • now camera sens Y defaults to the sens X value (can be set to mirror X value by moving slider to the left) 9c4c439

Bug Fixes

  • regression: restore working of send history 91ff022
  • rework block interaction display (use temporary experimental styles) 7d67171
  • touch buttons now better fit on the portrait orientation 7963a93
  • regression: chat mobile styles were incorrect, fix chat overflow when settings are opened 9c4c439
  • regression: fix degraded performance on colored messages spam 4747151

This release URL: https://prismarine-pu4v5gfsw-zardoy.vercel.app