mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Root cleanup
This commit is contained in:
parent
f12bd1368f
commit
5594ad1ce3
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'io.freefair.lombok' version '5.2.1'
|
id 'io.freefair.lombok' version '5.2.1'
|
||||||
@ -280,7 +281,6 @@ task iris(type: Copy)
|
|||||||
dependsOn(specialSourceRemap)
|
dependsOn(specialSourceRemap)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def registerCustomOutputTask(name, path) {
|
def registerCustomOutputTask(name, path) {
|
||||||
if (!System.properties['os.name'].toLowerCase().contains('windows'))
|
if (!System.properties['os.name'].toLowerCase().contains('windows'))
|
||||||
{
|
{
|
||||||
@ -316,4 +316,3 @@ def registerCustomOutputTaskUnix(name, path) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
69
plains.json
69
plains.json
@ -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
|
|
||||||
}
|
|
7
proguard.pro
vendored
7
proguard.pro
vendored
@ -1,7 +0,0 @@
|
|||||||
-keep public class * {
|
|
||||||
public * ;
|
|
||||||
}
|
|
||||||
|
|
||||||
-keepclassmembers public class * {
|
|
||||||
public * ;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user