inxomnyaa
inxomnyaa
Issue: The client gives a content error if bool Page: https://wiki.bedrock.dev/json-ui/json-ui-documentation.html#layout Suggestions: I am guessing the type is string `ui_common.json`: ```json "draggable": "vertical" ```
For supporting the structure block format of the bedrock edition of the game, `.mcstructure` A basic implementation can be found here: https://github.com/thebigsmileXD/VoxToStructure/blob/master/format/schematic/SchematicFile.cs
The ability to run commands as a ConsoleSender would be great
``` warning: bstone\bstone.v:17:55: pointer field `bstone.VRakLib.session_manager` must be initialized warning: bstone\bytebuffer.v:17:37: `bstone.Endianness.little` is unnecessary, use `.little` warning: bstone\bytebuffer.v:396:32: `bstone.Endianness.little` is unnecessary, use `.little` warning: bstone\bytebuffer.v:399:29: `bstone.Endianness.big` is unnecessary, use `.big`...
Typo?
Instead of iterating over all the blocks by yourself, i suggest using the subchunkiterator, which also adds a little to performance
When will support for newer versions finally come? *happy holidays*
Stumbeled about plenty issues while compiling, here are fixes: - Error: ```CMake Error at /usr/local/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) ``` - Fix: `apt-get install curl libcurl4-openssl-dev`...