Skip to content

Commit 7a141af

Browse files
committed
1.16.5 at 1.4.23
1 parent 2c7dd1c commit 7a141af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ org.gradle.jvmargs=-Xmx1G
44
# Fabric Properties
55
# check these on https://fabricmc.net/use
66
# or better: https://modmuss50.me/fabric.html
7-
minecraft_version=1.16.4
8-
yarn_mappings=1.16.4+build.9
7+
minecraft_version=1.16.5
8+
yarn_mappings=1.16.5+build.1
99
loader_version=0.11.0
1010

1111
# Mod Properties
12-
mod_version = 1.4.22
12+
mod_version = 1.4.23
1313
maven_group = carpet
1414
archives_base_name = fabric-carpet
1515

1616
# Release Action properties for Curseforge and Snapshots
1717
# The Curseforge versions "names" or ids for the main branch (comma separated: 1.16.4,1.16.5)
1818
# This is needed because CF uses too vague names for prereleases and release candidates
1919
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
20-
release-curse-versions = 1.16.3,1.16.4
20+
release-curse-versions = 1.16.4,1.16.5
2121
# Whether or not to build another branch on release
2222
release-extra-branch = true
2323
# The name of the second branch to release

src/main/java/carpet/CarpetSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
@SuppressWarnings("CanBeFinal")
3838
public class CarpetSettings
3939
{
40-
public static final String carpetVersion = "1.4.22+v210113";
40+
public static final String carpetVersion = "1.4.23+v210115";
4141
public static final Logger LOG = LogManager.getLogger("carpet");
4242
public static boolean skipGenerationChecks = false;
4343
public static boolean impendingFillSkipUpdates = false;

0 commit comments

Comments
 (0)