From 5594ad1ce3036d74659b4053f2549790b022386d Mon Sep 17 00:00:00 2001 From: cyberpwn Date: Thu, 13 Jan 2022 06:45:58 -0500 Subject: [PATCH] Root cleanup --- build.gradle | 3 +-- plains.json | 69 ---------------------------------------------------- proguard.pro | 7 ------ 3 files changed, 1 insertion(+), 78 deletions(-) delete mode 100644 plains.json delete mode 100644 proguard.pro diff --git a/build.gradle b/build.gradle index 0660b604d..d78a6a860 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + plugins { id 'java' id 'io.freefair.lombok' version '5.2.1' @@ -280,7 +281,6 @@ task iris(type: Copy) dependsOn(specialSourceRemap) } - def registerCustomOutputTask(name, path) { if (!System.properties['os.name'].toLowerCase().contains('windows')) { @@ -316,4 +316,3 @@ def registerCustomOutputTaskUnix(name, path) { } } } - diff --git a/plains.json b/plains.json deleted file mode 100644 index 14e83f928..000000000 --- a/plains.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "children": [], - "decorators": [], - "objects": [], - "name": "Plains", - "layers": [ - { - "minHeight": 1, - "terrainZoom": 5, - "maxHeight": 3, - "palette": [ - "GRASS_BLOCK" - ], - "dispersion": "SCATTER" - }, - { - "minHeight": 1, - "terrainZoom": 5, - "maxHeight": 1, - "palette": [ - "DIRT" - ], - "dispersion": "SCATTER" - }, - { - "minHeight": 1, - "terrainZoom": 5, - "maxHeight": 3, - "palette": [ - "DIRT", - "COARSE_DIRT" - ], - "dispersion": "SCATTER" - }, - { - "minHeight": 6, - "terrainZoom": 5, - "maxHeight": 2341, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ], - "dispersion": "SCATTER" - } - ], - "childShrinkFactor": 1.55, - "derivative": "THE_VOID", - "auxiliaryGenerators": [ - { - "offsetX": 0, - "offsetZ": 0.01, - "min": 1, - "seed": 1336, - "max": 5, - "zoom": 3.065 - }, - { - "offsetX": 0, - "offsetZ": 0, - "min": 1.01, - "seed": 1339, - "max": 2, - "zoom": 1.6 - } - ], - "highHeight": 3.66669, - "lowHeight": 31.5 -} \ No newline at end of file diff --git a/proguard.pro b/proguard.pro deleted file mode 100644 index 816b54f72..000000000 --- a/proguard.pro +++ /dev/null @@ -1,7 +0,0 @@ --keep public class * { - public * ; -} - --keepclassmembers public class * { - public * ; -} \ No newline at end of file