Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 54a4e95

Browse files
committed
1.12.2: Update 1.12.1 to 1.12.2
1 parent 5da7e31 commit 54a4e95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

1.12.1/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ buildscript {
99
}
1010

1111
apply plugin: 'net.minecraftforge.gradle.forge'
12-
version = "1.3.2-1.12.1"
12+
version = "1.3.2-1.12.2"
1313
group = "com.google.youtube.gaming.chat"
1414
archivesBaseName = "YouTubeChat"
1515

1616
minecraft {
17-
version = "1.12.1-14.22.0.2467"
17+
version = "1.12.2-14.23.0.2486"
1818
runDir = "run"
1919
mappings = "snapshot_20170624"
2020
makeObfSourceJar = false

1.12.1/src/main/java/com/google/youtube/gaming/chat/YouTubeChat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
*
3939
* YouTubeChatService youTubeChatService = YouTubeChat.getService();
4040
*/
41-
@Mod(modid = YouTubeChat.MODID, name = YouTubeChat.NAME, version = YouTubeChat.VERSION, clientSideOnly = true, guiFactory = YouTubeChat.GUI_FACTORY, acceptedMinecraftVersions = "[1.12,1.12.1]")
41+
@Mod(modid = YouTubeChat.MODID, name = YouTubeChat.NAME, version = YouTubeChat.VERSION, clientSideOnly = true, guiFactory = YouTubeChat.GUI_FACTORY, acceptedMinecraftVersions = "[1.12,1.12.1,1.12.2]")
4242
public class YouTubeChat
4343
{
4444
public static final String MODID = "youtube_chat";
4545
public static final String NAME = "YouTube Chat";
46-
public static final String VERSION = "1.3.2-1.12.1";
46+
public static final String VERSION = "1.3.2-1.12.2";
4747
public static final String GUI_FACTORY = "com.google.youtube.gaming.chat.ConfigGuiFactory";
4848
private static YouTubeChatService service;
4949
public static final JsonUtil json = new JsonUtil();

0 commit comments

Comments
 (0)