Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Vitaly Turovsky
97f1d18a44 add links 2025-05-08 21:03:43 +03:00
Vitaly
bafb8b2f6c
Update AboutModal.tsx 2025-05-06 17:16:40 +03:00
Vitaly Turovsky
183e7d8c93 add modal 2025-03-26 01:10:43 +03:00

View file

@ -0,0 +1,22 @@
export default () => {
return (
<div>
<h2>Minecraft Open Source Edition</h2>
<small><i>What if Minecraft was an online game?</i></small>
<p>
Hey! You are on the safest and fast modern Minecraft clone rewritten in JS. A huge work was done in the project, however many features would not be possible without these awesome projects:
</p>
<p>
- Everyone who provided awesome mods for the game
- [Gen](https://discord.com/users/gen6442) for rewriting the physics engine to be Grim-compliant
- [ViaVersion](https://viaversion.com/) for providing reliable sound id mappings
- [Bluemap](https://github.com/BlueMap-Minecraft/BlueMap) for providing block entity models like chest
- [Deepslate](https://github.com/misode/deepslate) for rendering 3d blocks in GUI (inventory)
- [skinview3d](https://www.npmjs.com/package/skinview3d) for rendering skins & player geometry
- [Polymer](https://github.com/atxi/Polymer) (c++ project) for providing fast & accurate server light implementation
Major contributors:
</p>
</div>
)
}