This commit is contained in:
Anuken
2020-02-11 23:15:51 -05:00
parent 03fe3a04ba
commit bb380f7feb
4 changed files with 19 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,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