Skip to content

Commit

Permalink
v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Apr 13, 2023
1 parent d1a55c4 commit 7bb3116
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ A Minecraft pathfinder bot.
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.19.3]"
versionRange="[1.19.4]"
ordering="NONE"
side="BOTH"
side="BOTH"
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.jvmargs=-Xmx4G

mod_version=1.9.2
mod_version=1.9.3
maven_group=baritone
archives_base_name=baritone

minecraft_version=1.19.4
forge_version=1.19.3-44.0.1
forge_version=1.19.4-45.0.43
fabric_version=0.14.11
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ rootProject.name = 'baritone'

include("tweaker")
if (System.getProperty("Baritone.enabled_platforms") == null) {
// System.setProperty("Baritone.enabled_platforms", "fabric,forge")
System.setProperty("Baritone.enabled_platforms", "fabric")
System.setProperty("Baritone.enabled_platforms", "fabric,forge")
}
for (platform in System.getProperty("Baritone.enabled_platforms").split(",")) {
include(platform)
Expand Down

0 comments on commit 7bb3116

Please sign in to comment.