Refactor source layout
Introduce compat source sets and move all kotlin sources to the main directory [no changelog]
This commit is contained in:
10
src/main/kotlin/events/EarlyResourceReloadEvent.kt
Normal file
10
src/main/kotlin/events/EarlyResourceReloadEvent.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
package moe.nea.firmament.events
|
||||
|
||||
import java.util.concurrent.Executor
|
||||
import net.minecraft.resource.ResourceManager
|
||||
|
||||
data class EarlyResourceReloadEvent(val resourceManager: ResourceManager, val preparationExecutor: Executor) :
|
||||
FirmamentEvent() {
|
||||
companion object : FirmamentEventBus<EarlyResourceReloadEvent>()
|
||||
}
|
||||
Reference in New Issue
Block a user