File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
common/src/main/java/com/cak/pattern_schematics/content/ponder Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 37371.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 ...
Original file line number Diff line number Diff line change 88
99public 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 );
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G
22
33# Mod Info
44archives_base_name = pattern_schematics
5- mod_version = 1.2.1
5+ mod_version = 1.2.2
66maven_group = com.cak.pattern_schematics
77
88minecraft_version = 1.20.1
You can’t perform that action at this time.
0 commit comments