Skip to content

Commit 558240a

Browse files
committed
Get 1.12.2 working
1 parent 14fda7e commit 558240a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

forge-1.12.2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'eclipse'
2222

2323
eclipse {
2424
project {
25-
name = "DynmapBlockScan(Forge-1.12.2)"
25+
name = "DynmapBlockScan(Forge-Legacy-1.12.2)"
2626
}
2727
}
2828

forge-1.12.2/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
minecraft_version=1.12.2
2-
forge_version=14.23.4.2705
3-
mapping_version=snapshot_nodoc_20171021
2+
forge_version=14.23.5.2847
3+
mapping_version=snapshot_20180814

forge-1.12.2/src/main/java/org/dynmapblockscan/DynmapBlockScanMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class DynmapBlockScanMod
2727
public static DynmapBlockScanMod instance;
2828

2929
// Says where the client and server 'proxy' code is loaded.
30-
@SidedProxy(clientSide = "org.dynmap.blockscan.ClientProxy", serverSide = "org.dynmap.blockscan.Proxy")
30+
@SidedProxy(clientSide = "org.dynmapblockscan.ClientProxy", serverSide = "org.dynmapblockscan.Proxy")
3131
public static Proxy proxy;
3232

3333
public static DynmapBlockScanPlugin plugin;

0 commit comments

Comments
 (0)