mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 04:41:51 +09:00
new lighting is regrettably implemented on the master branch, but I don't think this looks any better than the old
This commit is contained in:
11
ModuleComputers/src/module-info.java.wtf
Normal file
11
ModuleComputers/src/module-info.java.wtf
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Created by minjaesong on 2022-02-27.
|
||||
*/
|
||||
module ModuleComputers {
|
||||
requires gdx;
|
||||
requires Terrarum;
|
||||
requires TerrarumSansBitmap;
|
||||
requires kotlin.stdlib;
|
||||
requires kotlinx.coroutines.core;
|
||||
requires TerrarumTSVM;
|
||||
}
|
||||
Reference in New Issue
Block a user