File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G
9
9
loader_version =0.8.8+build.202
10
10
11
11
# Mod Properties
12
- mod_version = 1.3.33+v200621
12
+ mod_version = 1.4.0+v200623
13
13
maven_group = carpet
14
14
archives_base_name = fabric-carpet
15
15
Original file line number Diff line number Diff line change 34
34
@ SuppressWarnings ("CanBeFinal" )
35
35
public class CarpetSettings
36
36
{
37
- public static final String carpetVersion = "1.3.33+v200621 " ;
37
+ public static final String carpetVersion = "1.4.0+v200623 " ;
38
38
public static final Logger LOG = LogManager .getLogger ();
39
39
public static boolean skipGenerationChecks = false ;
40
40
public static boolean impendingFillSkipUpdates = false ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"schemaVersion" : 1 ,
3
3
"id" : " carpet" ,
4
- "version" : " 1.3.33 " ,
4
+ "version" : " 1.4.0 " ,
5
5
6
6
"name" : " Carpet Mod in Fabric" ,
7
7
"description" : " Carpet made out of fabric" ,
You can’t perform that action at this time.
0 commit comments