Added changelogs

This commit is contained in:
Anuken 2020-02-11 18:59:09 -05:00
parent 0cbd9a1fcc
commit c5b88c2763
5 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,6 @@
- Optimized and cleaned up conveyors
- Made unloaders take items from blocks in equal amounts
- Added server categories (Partially contributed by @Quezler)
- Added require() function for scripts (Contributed by @DeltaNedas)
- Added color gradient for battery status (Contributed by @Arkanic (eventually))
- Changed script loading: For mods with more than one script file, the main file must be named "main.js" and must require() other files to run them

View File

@ -0,0 +1,9 @@
- Fixed incorrect line numbers in script errors
- Fixed black screen caused by bloom on some devices
- Fixed some music issues with sound playing at 0% [Android]
- Fixed client IDs resetting
- Fixed data resetting between specific versions [Android]
- Added server categories (Partially contributed by @Quezler)
- Added require() function for scripts (Contributed by @DeltaNedas)
- Optimized and cleaned up conveyors
- Tweaked power block palette

View File

@ -0,0 +1,6 @@
- Optimized and cleaned up conveyors
- Made unloaders take items from blocks in equal amounts
- Added server categories (Partially contributed by @Quezler)
- Added require() function for scripts (Contributed by @DeltaNedas)
- Added color gradient for battery status (Contributed by @Arkanic (eventually))
- Changed script loading: For mods with more than one script file, the main file must be named "main.js" and must require() other files to run them

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@