Posts by GregoriusT
-
-
-
-
(I'm new member with this post )
Approved. You are probably not a Spambot.
-
-
Add this kind of Links to your build.gradle to add APIs and Libraries and it should be enough to compile properly
dependencies {
compile files(
"lib/ejml-0.23.jar",
"lib/industrialcraft-2-2.2.624-experimental-dev.jar",
"lib/CodeChickenLib-1.7.2-1.1.0.76-universal.jar",
"lib/CodeChickenCore-1.7.2-1.0.0-dev.jar",
"lib/NotEnoughItems-1.7.2-1.0.1-dev.jar",
"lib/randomcode.jar",
)
}================================
This the the whole build.gradle of GT
================================
buildscript {
repositories {
mavenCentral()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT'
}
}apply plugin: 'forge'
group= "com.gregoriust.gregtech"
archivesBaseName = "gregtech_1.7.10"
version = "6.00.33"dependencies {
compile files(
"lib/ejml-0.23.jar",
"lib/industrialcraft-2-2.2.624-experimental-dev.jar",
"lib/CodeChickenLib-1.7.2-1.1.0.76-universal.jar",
"lib/CodeChickenCore-1.7.2-1.0.0-dev.jar",
"lib/NotEnoughItems-1.7.2-1.0.1-dev.jar",
"lib/randomcode.jar",
)
}minecraft {
version = "1.7.10-10.13.0.1208"
runDir = "assets"
}processResources {
from(sourceSets.main.resources.srcDirs) {
include 'mcmod.info'
include 'pack.mcmeta'
expand 'version':project.version, 'mcversion':project.minecraft.version
}from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
exclude 'pack.mcmeta'
}
}task sourceJar(type: Jar) {
from sourceSets.main.allSource
classifier = 'sources'
}task devJar(type: Jar) {
from sourceSets.main.output
classifier = 'dev'
manifest {
//attributes 'FMLCorePlugin': 'WhateverLoaderClass'
//attributes 'FMLCorePluginContainsFMLMod': 'true'
}
}task apiJar(type: Jar) {
from sourceSets.main.allSource
include 'gregapi/**'
classifier = 'sources'
manifest {
//attributes 'FMLCorePlugin': 'WhateverLoaderClass'
//attributes 'FMLCorePluginContainsFMLMod': 'true'
}
}artifacts {
archives devJar, apiJar
}uploadArchives {
repositories {
mavenDeployer {
repository(url: "http://files.minecraftforge.net/maven/manage/upload") {
authentication(userName: forgeMavenUsername, password: forgeMavenPassword)
}
}
}
} -
-
The Timestamp is in amount of Server Ticks and not in Real Time.
-
That is why adding just a Timestamp of "when the food has been updated most recently" inside an NBT Tag would be useful. That way the Food only updates when you attempt to eat it or when it is in the Players Inventory.
-
Cooling Reactor Components for realism inside a Fridge? Sure that makes so much sense.
-
-
-
It won't happen because we would need to agree with the terms of use of Curse.
And those are not only terrible in the sense of stealing our property to make much more money with it than we would get, but also in the sense of not notifying anyone about changes inside the Terms of Use themselves, not to mention that we would have to be asked to agree about any update of those Terms, what they don't do, which is highly illegal in Germany (for good reasons), and since IC² is a Mod mainly created and maintained by Germans, we would never agree with those current Terms.
That's why.
-
Not going to happen because Curse is terrible.
-
-
nah, that is just for show.
-
Covers can do that.
-
-
i think, deep ocean was the thing without mob spawns, right?
Nope, Deep Ocean just has less Caves due to the depth of the Ocean. Mushroom Island was the thing without Mob Spawns (aside Mooshrooms), but a Mobgrinder there is useless unless you want Leather and Steak.
-
Adfly Link. That is the Reason.
I'm posting this here so he knows about why he got banned since you cannot see the ban reason until you are not banned anymore. I was not the one behind the ban however.