mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
Rectified heretic YY-MM-DD to standard YYYY-MM-DD
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package net.torvald.terrarum.blockproperties
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-02-21.
|
||||
* Created by minjaesong on 2016-02-21.
|
||||
*/
|
||||
object Block {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import org.apache.commons.csv.CSVRecord
|
||||
import java.io.IOException
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-02-16.
|
||||
* Created by minjaesong on 2016-02-16.
|
||||
*/
|
||||
object BlockCodex {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package net.torvald.terrarum.blockproperties
|
||||
import com.badlogic.gdx.graphics.Color
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-02-16.
|
||||
* Created by minjaesong on 2016-02-16.
|
||||
*/
|
||||
class BlockProp {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import net.torvald.terrarum.worlddrawer.LightmapRenderer
|
||||
import net.torvald.terrarum.weather.WeatherMixer
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-06-16.
|
||||
* Created by minjaesong on 2016-06-16.
|
||||
*/
|
||||
object BlockPropUtil {
|
||||
var flickerFuncX: Second = 0f // saves current status (time) of func
|
||||
|
||||
Reference in New Issue
Block a user