Skip to content

Commit 51b59a7

Browse files
committed
1.2.2
1 parent 455a392 commit 51b59a7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@
3737
1.20.1-1.2.1: |
3838
- Updated Chinese Localisation from TASC2 on github
3939
- Fixed overlay height for 1.20.1
40+
1.20.1-1.2.2: |
41+
- Fix ponder lang entries
4042
...

common/src/main/java/com/cak/pattern_schematics/content/ponder/PatternSchematicsPonderTags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class PatternSchematicsPonderTags {
1010

11-
public static final ResourceLocation PATTERN_SCHEMATICS = loc("kinetic_relays");
11+
public static final ResourceLocation PATTERN_SCHEMATICS = loc("pattern_schematics");
1212

1313
private static ResourceLocation loc(String id) {
1414
return PatternSchematics.asResource(id);

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G
22

33
# Mod Info
44
archives_base_name = pattern_schematics
5-
mod_version = 1.2.1
5+
mod_version = 1.2.2
66
maven_group = com.cak.pattern_schematics
77

88
minecraft_version = 1.20.1

0 commit comments

Comments
 (0)