File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ org.gradle.jvmargs=-Xmx1G
4
4
# Fabric Properties
5
5
# check these on https://fabricmc.net/use
6
6
# 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
9
9
loader_version =0.11.0
10
10
11
11
# Mod Properties
12
- mod_version = 1.4.22
12
+ mod_version = 1.4.23
13
13
maven_group = carpet
14
14
archives_base_name = fabric-carpet
15
15
16
16
# Release Action properties for Curseforge and Snapshots
17
17
# The Curseforge versions "names" or ids for the main branch (comma separated: 1.16.4,1.16.5)
18
18
# This is needed because CF uses too vague names for prereleases and release candidates
19
19
# 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
21
21
# Whether or not to build another branch on release
22
22
release-extra-branch = true
23
23
# The name of the second branch to release
Original file line number Diff line number Diff line change 37
37
@ SuppressWarnings ("CanBeFinal" )
38
38
public class CarpetSettings
39
39
{
40
- public static final String carpetVersion = "1.4.22+v210113 " ;
40
+ public static final String carpetVersion = "1.4.23+v210115 " ;
41
41
public static final Logger LOG = LogManager .getLogger ("carpet" );
42
42
public static boolean skipGenerationChecks = false ;
43
43
public static boolean impendingFillSkipUpdates = false ;
You can’t perform that action at this time.
0 commit comments