Skip to content

Commit

Permalink
1.4.84 on 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Oct 18, 2022
1 parent 7506c6c commit cc63625
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.1
yarn_mappings=1.19.1+build.1
loader_version=0.14.8
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.27
loader_version=0.14.9
# check available versions on maven (https://masa.dy.fi/maven/carpet/fabric-carpet/) for the given minecraft version you are using
carpet_core_version=1.4.83+v220727
carpet_core_version=1.4.84+v221018

# Mod Properties
mod_version = 1.4.83
mod_version = 1.4.84
maven_group = carpet-extra
archives_base_name = carpet-extra

Expand All @@ -21,12 +21,12 @@ org.gradle.jvmargs=-Xmx1G
# The Curseforge versions "names" or ids for the main branch (comma separated: 1.16.4,1.16.5)
# This is needed because CF uses too vague names for prereleases and release candidates
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-curse-versions = Minecraft 1.19:1.19.1
release-curse-versions = Minecraft 1.19:1.19.2
# Whether or not to build another branch on release
release-extra-branch = false
# The name of the second branch to release
release-extra-branch-name = future
# The "name" or id of the Curseforge version for the secondary branch
# This is needed because CF uses too vague names for snapshots
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-extra-curse-version = Minecraft 1.19:1.19.1
release-extra-curse-version = Minecraft 1.19:1.19.2
2 changes: 1 addition & 1 deletion src/main/java/carpetextra/utils/RulePrinter.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class RulePrinter implements ModInitializer {
@Override
public void onInitialize() {
System.setOut(CarpetRulePrinter.OLD_OUT);
//System.setOut(CarpetRulePrinter.OLD_OUT);
CarpetExtraServer.loadExtension();
CarpetServer.onGameStarted();
CarpetServer.settingsManager.dumpAllRulesToStream(System.out, "extras");
Expand Down

0 comments on commit cc63625

Please sign in to comment.