Skip to content

Commit 0a1ff4f

Browse files
author
ShinkoNet
authored
Minecraft 1.10 Support
1 parent b027f89 commit 0a1ff4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runServer {
3434
}*/
3535

3636
minecraft {
37-
version = "1.9.4-12.17.0.1960"
37+
version = "1.10-12.18.0.1986-1.10.0"
3838
runDir = "run"
3939

4040
// the mappings can be changed at any time, and must be in the following format.

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"modid": "notebetter",
44
"name": "NoteBetter",
5-
"description": "Better Note Blocks.",
5+
"description": "Better Note Blocks. 1.10 Fork by ShinkoNet.",
66
"version": "${version}",
77
"mcversion": "${mcversion}",
88
"url": "",

0 commit comments

Comments
 (0)