Wojbie
Wojbie
This may seem like a small thing (and it is) but i would love to be able to select language the app runs in. By default it uses system language...
### Minecraft Version 1.16.x ### Version 1.98.1 ### Details When running `gps.locate()` function multiple times in row one can accidentally cause it to give out incorrect coordinates due to it...
CC: Tweaked 1.97.0 added ability to upload files via simple drag and drop method directly into computer file system. It was pointed out to me today that it allows someone...
Found this issue when i was messing with table.sort. ```lua print("first") local test = {"d","a","b","c"} table.sort(test, function(a, b) return a < b end) for k, v in ipairs(test) do print(k,...
With #77 resolved now there is no easy way to clean liquids caused by trick torrent. Could i suggest then adding something like trick sponge to clean up liquids (or...
Just wondering but are os.epoch values supposed to be returned in miliseconds for "utc" and "local"? Is it supposed to be unix time or just a epoch? Cause if its...
Speaker Peripheral has 2 issues that i have found. Both are related to playing longer sounds. 1) When playing a long sound and breaking Speaker sound will keep playing. This...
## Explanation of Issue Example constellation in [doc/guides/gps_setup.md](https://github.com/cc-tweaked/CC-Tweaked/blob/9d4af075680fc5a6547569eaec8d4aad5ffa460d/doc/guides/gps_setup.md?plain=1#L22) GPS guide had sub-optimal setup of hosts. It results in devices on same y level as constellation to get ambiguous positions errors...
### Minecraft Version 1.20.1 ### Version 1.111.0 ### Details ## Issue When using serializeJSON on string containing characters above 128 they are represented using unicode escapes. This means that when...
Allow me to preface that this is a draft because this is most likely not a proper way to implement this. This is just created as showcase/experimentation space to allow...