Skip to content

Commit

Permalink
Try to fix Neo dev env run error
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Jun 18, 2024
1 parent 3980602 commit 2a65920
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import dev.erdragh.astralbot.LOGGER
import dev.erdragh.astralbot.commands.discord.allCommands
import net.neoforged.neoforge.common.ModConfigSpec
import java.net.URI
import java.net.URL
import java.net.URLDecoder
import java.nio.charset.StandardCharsets

/**
* Config for the AstralBot mod. This uses Forge's config system
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fabricApiVersion=0.100.1
fabricKotlinVersion=1.11.0+kotlin.2.0.0

# Neo
neoVersion=21.0.10-beta
neoVersion=21.0.16-beta
neoVersionRange=[21.0,21.1)
kotlinForgeVersion=5.3.0
kffLoaderRange=[5,)
Expand Down

0 comments on commit 2a65920

Please sign in to comment.