File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/org/dynmapblockscan Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: 'eclipse'
2222
2323eclipse {
2424 project {
25- name = " DynmapBlockScan(Forge-1.12.2)"
25+ name = " DynmapBlockScan(Forge-Legacy- 1.12.2)"
2626 }
2727}
2828
Original file line number Diff line number Diff line change 11minecraft_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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments