crwdns150775:0crwdne150775:0
crwdns150777:0crwdne150777:0
Note
crwdns150779:0:doc:crwdne150779:0
crwdns150781:0crwdne150781:0
crwdns150783:0crwdne150783:0
crwdns150785:0crwdne150785:0
crwdns150787:0crwdne150787:0
Note
crwdns150789:0crwdne150789:0
crwdns150791:0crwdne150791:0
crwdns150793:0crwdne150793:0
crwdns150795:0crwdne150795:0
crwdns150797:0crwdne150797:0
crwdns150799:0crwdne150799:0
buildscript {
repositories {
maven {
name = 'forge'
url = 'https://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'
}
crwdns150801:0crwdne150801:0
buildscript {
repositories {
maven {
name = 'forge'
url = 'https://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'
}
crwdns150803:0crwdne150803:0
crwdns150805:0crwdne150805:0
gradle setupDecompWorkspace
crwdns150807:0:doc:crwdne150807:0
crwdns150809:0crwdne150809:0
crwdns150811:0crwdne150811:0
gradle clean build