Added Chisels and Bits compatibility (no double radial menu).

Added preliminary Architecturecraft compatibility (places right type, not rotation yet).
This commit is contained in:
Christian Knaapen
2019-02-11 17:23:57 +01:00
parent 1aa1401450
commit a5e5e7240a
14 changed files with 94 additions and 52 deletions

View File

@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
version = "1.0.1"
version = "1.1a"
group = "nl.requios.effortlessbuilding" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "effortlessbuilding"
@@ -33,6 +33,10 @@ minecraft {
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}
repositories {
flatDir { dirs 'libs' }
}
dependencies {
// you may put jars on which you depend on in ./libs
// or you may define them like so..
@@ -50,6 +54,7 @@ dependencies {
// except that these dependencies get remapped to your current MCP mappings
//deobfCompile 'com.mod-buildcraft:buildcraft:6.0.8:dev'
//deobfProvided 'com.mod-buildcraft:buildcraft:6.0.8:dev'
provided 'mod.chiselsandbits:chiselsandbits:14.30'
// for more info...
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html