crwdns131509:0crwdne131509:0

crwdns131511:0crwdne131511:0

Note

crwdns131513:0:doc:crwdne131513:0

crwdns131515:0crwdne131515:0

crwdns131517:0crwdne131517:0

  • crwdns131519:0crwdne131519:0

  • crwdns131521:0crwdne131521:0

Note

crwdns131523:0crwdne131523:0

crwdns131525:0crwdne131525:0

crwdns131527:0crwdne131527:0

crwdns131529:0crwdne131529:0

crwdns131531:0crwdne131531:0

crwdns131533:0crwdne131533:0

buildscript {
    repositories {
        maven {
            name = 'forge'
            url = 'http://files.minecraftforge.net/maven'
        }
    }

    dependencies {
        classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
    }
}

plugins {
    id 'org.spongepowered.plugin' version '0.8.1'
    id 'net.minecrell.vanillagradle.server' version '2.2-3'
}

minecraft {
    version = '1.10.2'
    // TODO: Replace with your mappings version, e.g. snapshot_20170120
    mappings = 'YOUR_MAPPINGS_VERSION'
}

crwdns131535:0crwdne131535:0

buildscript {
    repositories {
        maven {
            name = 'forge'
            url = 'http://files.minecraftforge.net/maven'
        }
    }

    dependencies {
        classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
    }
}

plugins {
    id 'org.spongepowered.plugin' version '0.8.1'
}

apply plugin: 'net.minecraftforge.gradle.forge'

minecraft {
    forgeVersion = '1944' // TODO: Configure Forge build here
    // TODO: Replace with your mappings version, e.g. snapshot_20170120
    mappings = 'YOUR_MAPPINGS_VERSION'
}

crwdns131537:0crwdne131537:0

crwdns131539:0crwdne131539:0

gradle setupDecompWorkspace

crwdns131541:0:doc:crwdne131541:0

crwdns131543:0crwdne131543:0

crwdns131545:0crwdne131545:0

gradle clean build