Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
0.1.7 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Jul 5, 2020
1 parent 4ca0e36 commit 8836935
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 0.1.7 (Master/WIP)
# 0.1.7 (Stable)
- You can now use textures loaded from other websites (like imgur/own website)
- Replaced Howler with Babylon Audio
- Block limit changed to 65535 (Change in Noa)
- Added clouds
- Early support for playing on touchscreen/mobile

# 0.1.6 (Stable)
# 0.1.6
- Add basic support for Json Entity Models ( [https://github.com/sp614x/optifine/blob/master/OptiFineDoc/doc/cem_model.txt](Format used by Optifine, a Minecraft Mod) ). For now only few properties are used by game.
- Added nametags
- Fixed item tooltips
Expand Down
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
</head>

<body oncontextmenu="return false;">
<body oncontextmenu="return false;" style="overflow-y: scroll;">
<div class="container text-light" style="margin-top:10px; background-color: #11111198; padding: 1%;">
<div>
<div class="logo" style="display: inline-block;"></div>
<span class="align-top" style="font-family: 'silkscreen'; font-size: 64px; display: inline-block;">VoxelSrv</span>
<span class="align-top" style="font-family: 'silkscreen'; font-size: 64px; display: inline-block;;
">VoxelSrv</span>
</div>
<br>
<div class="align-top" style="margin-bottom: 10px;">
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ console.log('Username: ' + username, 'Server: ' + server)

global.game = {
name: 'VoxelSRV',
version: '0.1.7-dev',
version: '0.1.7',
allowCustom: true
}
const io = require('socket.io-client')
Expand Down

0 comments on commit 8836935

Please sign in to comment.