Skip to content

Commit 14fda7e

Browse files
committed
Add initial build of 1.12.2 for 3.4
1 parent bc52541 commit 14fda7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+283
-4451
lines changed

forge-1.12.2/bin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/main/

forge-1.12.2/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ buildscript {
1818
}
1919

2020
apply plugin: 'net.minecraftforge.gradle.forge'
21+
apply plugin: 'eclipse'
22+
23+
eclipse {
24+
project {
25+
name = "DynmapBlockScan(Forge-1.12.2)"
26+
}
27+
}
2128

2229
// define the properties file
2330
ext.configFile = file "build.properties"

forge-1.12.2/src/main/java/org/dynmap/blockscan/BlockStateOverrides.java

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)