Skip to content

Commit

Permalink
fix dumb bug
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Jan 13, 2024
1 parent 423aad2 commit 80adfd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ package dev.nyon.telekinesis
import net.minecraft.server.MinecraftServer

var server: MinecraftServer? = null
lateinit var telekinesis: TelekinesisEnchantment
lateinit var telekinesis: TelekinesisEnchantment

fun init() {
loadConfig()
}
6 changes: 6 additions & 0 deletions telekinesis-fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"modmenu": ">=9.0.0"
},
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "dev.nyon.telekinesis.MainKt::init"
}
],
"modmenu": [
{
"adapter": "kotlin",
Expand Down

0 comments on commit 80adfd6

Please sign in to comment.