Releases: satoshinm/WebSandboxMC
Releases · satoshinm/WebSandboxMC
v1.8.3
- Add support for setting web spawn location to server spawn (GH-70)
- Add barrier block, an invisible obstacle (GH-55)
- Add fern, shrub, dead bush, LongGrass variants (GH-72)
- Add mossy stone brick and cracked stone brick, TexturedMaterial of smooth stone (GH-73)
- Add birch and spruce wood/leaves tree subtypes (GH-74)
- Update to NetCraft build 432, fix placing cobblestone (satoshinm/NetCraft#162)
v1.8.2
- Fix orientations for furnaces and burning furnaces (GH-61)
- Fix orientations for pumpkins and jack-o'-lanterns (GH-69)
Update to NetCraft build 429:
- Add a new block registration system (satoshinm/NetCraft#160)
- Add rotated variants of furnaces, pumpkins, and jack-o'-lantern blocks using new block data system
- Fix missing block hardnesses
- Fix light level illumination of jack-o'-lanterns
- Fix broken cloud and lamp textures from satoshinm/NetCraft#159
v1.8.1
- Reduce usage of deprecated Bukkit API magic value methods (GH-68). The only remaining usages of deprecated API is now for signs, some bugs to be worked out before it can be replaced.
- Fix sapling subtypes, now differentiates between oak, spruce, and birch saplings
- Update to NetCraft build 415, fix birch sapling texture (satoshinm/NetCraft#159)
v1.8.0
- Add new blocks: TNT, emerald block, pumpkin, jack-o'-lantern, huge mushrooms, command,
emerald ore, soul sand, nether brick, soul soil, redstone lamps (satoshinm/NetCraft#157) - Refactor to lay the groundwork for Sponge support (partial GH-51), not fully implemented but Bukkit should still function as before, if you see any new problems from these changes please let me know
Update to NetCraft build 414:
- Fix wrongly assigned textures for stone brick, log, deadbush, jukebox, and orange wool (satoshinm/NetCraft#155)
- Improve the build info line text (satoshinm/NetCraft#156)
v1.7.0
- Add melon block (satoshinm/NetCraft#152)
- Add end stone block (satoshinm/NetCraft#153)
Update to NetCraft build 392:
- Fix typing unknown commands toggling walk through walls, /noclip (satoshinm/NetCraft#150)
- Change enter key to chat, and
[
or]
keystrokes to simulate mouse buttons left and right (satoshinm/NetCraft#151)
v1.6.0
- Add support for /websandbox command permissions, off by default and now requires op, or checks permission node (GH-52)
- Add initial support for customizing textures (GH-56), see readme for details on support limitations
- Add sponge block (satoshinm/NetCraft#147)
Update to NetCraft build 389:
- Add support for loading server-provided textures (satoshinm/NetCraft#145)
- Add scrollable chat console, use arrow keys up/down while typing to view history (satoshinm/NetCraft#83)
- Fix many compiler warnings (satoshinm/NetCraft#141)
- Fix cloud hardness indestructibility (satoshinm/NetCraft#133)
v1.5.0
- Remove
blocks_to_web
config option and hardcode the block translations internally; useblocks_to_web_override
instead of you want to change them (GH-62) - Add diamond ore
- Add redstone ore
- Add bookshelf
- Add mossy cobblestone
- Add obsidian
- Add workbench
- Add furnace
- Add monster spawner
- Add snow block
- Add ice
- Add clay
- Add jukebox
- Add cactus
- Add mycelium
- Add netherrack
- Fix name of stone brick and stone (not cement)
- Fix wool texture discrepancies
- Continue to improve texture atlas compatibility
- Tested with Spigot 1.12-pre5 and Glowstone 495
Update to NetCraft build 361:
- Reconcile block differences: change color blocks to wool removing the extra colors, rename, and add new blocks in their space (satoshinm/NetCraft#137)
v1.4.2
Update to NetCraft build 354:
- Fix graceful handling of WebSocket server connection errors (satoshinm/NetCraft#47)
- Fix WebGL warnings from overly early initialization when connecting to server, the sky will now be shown while waiting to connect instead of a black screen (satoshinm/NetCraft#107)
WebSandboxMC v1.4.1
Update to NetCraft build 342:
- Significantly shrink the web client download file size (~3x smaller) for faster page loading by removing unnecessary sqlite database (satoshinm/NetCraft#2)
- Tested with 1.12-pre2 release
WebSandboxMC v1.4.0
- Add unbreakable/unplaceable blocks (bedrock), unbreakable_blocks config option (GH-46)
Update to NetCraft build 336:
- Update to emscripten 1.37.12 (satoshinm/NetCraft#123)
- Add F2 keyboard shortcut to take screenshots (satoshinm/NetCraft#119)
- Add support for reading .zip files of terrain.png (satoshinm/NetCraft#113)
- Add unbreakable blocks of infinite hardness, bedrock (satoshinm/NetCraft#131)
- Add /noclip command to walk through walls, in case you get stuck in bedrock (satoshinm/NetCraft#130)
- Fix possible out-of-bounds memory access in sign rendering (satoshinm/NetCraft#124)