Actually GregTech go straight way to change few or lot of things of visible content of his mod ;P
Posts by CastielAngelow
-
-
Whats wrong with Greg-Tech textures...? They start to lookin' awesome -_-
-
Uhhm, you have eclipse right? Click on the underlined Part and select "add unimplemented Methods", to make a bunch of Dummy Functions.
Well, that was first I try to do. Add unimplemented methods. Also try CTRL+SHIFT+O(import).
Also try to write it in shape which MCP tell me I should do.
I dont know what's wrong. In that part it importing this method:/**
* A packet handler implementation for channels registered through this annotation
* - this packet handler will be universal and handle both client and server
* requests.
*/
Class<PacketHandler> packetHandler() default NULL.class;
But, what happen? In moment I do it Eclipse tell me then NULL.class is not known for eclipse, but, there is error throug that -_- -
Just let your Packet Handler implement the Interface IPacketHandler, and leave the Functions empty, if you dont need them.
Well, I got it there, but, still error.
But, what more, errors by Eclipse go even to MCP. To both files: NetworkMod.java and IPacketHandler.java...
So, maybe something wrong with MCP...?
EDIT:
Well, I remove it, jsut because I HOPE then I don't need it later
For that I haven't it there. The lie of code i declare it is:
public class PacketHandler implements IPacketHandler {
}
-
Crash when loading. Was that fixed in #180? EDIT: definitely not! Mod list:
IC2_experimental build 279
Advanced Solar Panels 3.3.10Code
Display More---- Minecraft Crash Report ---- // Ouch. That hurt :( Time: 27/10/13 5:04 PM Description: Initializing game java.lang.NoClassDefFoundError: advsolar/BlockAdvSolarPanel at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.loadMods(Loader.java:509) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.ClassNotFoundException: advsolar.BlockAdvSolarPanel at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 35 more Caused by: java.lang.IncompatibleClassChangeError: class advsolar.BlockAdvSolarPanel has interface net.minecraft.world.storage.IThreadedFileIO as super class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178) ... 37 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.loadMods(Loader.java:509) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.8.0-ea, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 267229984 bytes (254 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB) JVM Flags: 14 total; -Xmx2G -Xmx4G -XX:TargetSurvivorRatio=80 -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+TieredCompilation -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:CompileThreshold=1000 -Xms512m -Xmx1024m -XX:PermSize=256m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.30.933 Minecraft Forge 9.11.1.933 5 mods loaded, 5 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML{6.4.30.933} [Forge Mod Loader] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed Forge{9.11.1.933} [Minecraft Forge] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed IC2{2.0.279-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.279-experimental.jar) Unloaded->Constructed AdvancedSolarPanel{3.3.10} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_10_IC_EXP.zip) Unloaded Launched Version: 1.6.4 LWJGL: 2.9.0 OpenGL: AMD Radeon HD 6800 Series GL version 4.2.12217 Compatibility Profile Context 12.104.0.0, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Seems to look like missing base .class o_o
-
I'm sure some Modders (I consider that myself aswell) will skip 1.7 and go directly to 1.8, due to some of the changes (and especially Bugs). For example you cannot relog on a Server without restarting MC + all the Network Glitches = People are getting tired of MCs loading time when they just want to play. And the Launcher currently makes that easyly possible, since you can now download older Versions without nostalgia or other downgraders.
So, now standing on 1.6.X and you'll prepare mod for 1.8.X...? Good to know. I start to be hurry and working much more fast while 1.7 release so surprisely. uff.
-
If you have a problem just use a recipe editor to change the amount of energium dust that is crafted to 4, then it works out the same as before. More or less.
Or make addon for that
3 files, few lines of code... So usefull :DDDD
-
What about Vanilla Fortune, Silk Touch.
And, what's goin' on...?
It's 4 times better, it reguire 4 times more diamonds. But, what more, it require less Redstone Dust.
IC2 = 1 Diamond + 8 Redstone Dust = Energy Crystal
IC2 EXP = 4 Diamond(Dusts) + 5 Redstone Dust = Energium Dust( I hope).So, ALL what you need is "WASTE" your time with mining. And, if it hurt you, go mine, remember it's MINEcraft.
Fact, then you need to spend more time for better machines is good. there's NO MISTAKE's 'til now and I'm happy for that
And, if you're bad in searching diamonds, find just some and make yourself Industrial Diamonds. Not so shine, but... Are good too
-
Those are the two theories I came up with as well. I'm going to test Galacticraft tomorrow if I get a chance (doubtful because of my schedule throughout the week (curse you VCAA)) I'll post an answer when I get one but would anyone who has a better understanding of Java then I do care to voice in?
Cool, now I'm pretty sure its caused Railcraft itself. Just is. Now it happen even to me no 1.6.4 while I testing "run" in normla mode at eclipse. almost the same error.
I think Covert make somethin' wrong with it for 1.6.4, because at 1.6.2 it working very well... -_- -
I would like to tell you that I know, but I'm confused about that.
Log seems to look almost okay beside of some little erors in reflecting.
That, what is in my head is reason, why Railcraft won't work.
But, number of mods you need to handle is pretty big.
My opinion is two reason why it won't work.
First is problem with CPU's and second problem between Railcraft and GalactiCraft, which seems to have problemy with lot of mods before.
Maybe if someone like Greg check that, he'll be able to tell you exactly what happen
-
Another problem with tickthread. Again. And again. Your server have lot mods, client too.
Main problem ( I have the same on my server and client ) is separating tickThreads to categories and make performance to be worked by more cores.
You using MCPC+ ? Because if yes, that's totally inDEV, so problems like that can handle this is by their sides.
Another is, then 1.6.X mods are still little bit buggy.I recommend you update your server core (if it's MCPC) and try it again. In other reason, contact CovertJaguar at his site (Railcraft).
If it's not that problem, so sorry.
Can you attached your forge-log / server log completely ?
-
Take back my things
This start to lookin' AWESOME !
-
More dust make your game better in which way?
My personal reason why it should stay how it is now, only one dust is right rhat reason you use for more dusts.
Because of MFE, MFSU. Now MFSU can store 4x more energy then before.
And you need 4 diamonds to 1 energy crystal. Count...10 diamonds = 10 000 000 EU storage
40 diamonds = 40 000 000 EU storageThis is probably reason why you'll never gain 4 dust from one diamond
-
My topic describes pretty much what i want... I want to remove the possibility to create massfabricator on my server...
If you using MCPC+, try FTBHelper or TekkitCustomizer
If you running at classic vanilla, try RecipeRemover Mod -
Actually I want to make difference between these mods.
So, so far it add pipes and way to move items...
-
Usually Forge takes advantage of the Minecraft code restructure mess to restructure their own code, add a few new features (such as the installer during 1.6). This may actually wait till Xmas.
Sound great. Still have prize to make addon to 1.6.X. Realize then for more then one reason. Even for skills, time etc. : )
'few new features' ? You know somethin' ? : )
-
I WON'T SOUND LIKE HATER BUT, I'm checking it few days and...
- Why we should use this addon? What more it add then PowerConverters and in what it's better?
- Suggestion: Actually you should make slots both in same line and that GUI can be little bit smaller for no-collapse of TE based Tab at right etc.
- Will be availible SourceCode laterly? Is here chance, then content which is in it will be more complexive and Addon will add some new features,
hich aren't in any other 'ConvertersMod'?Tnkx-
-
I fix it, but it do that:
http://pastebin.com/sQCGHjtxBBC = BiblioCraft; I guess you was able to understand while it crashed your game.
Well, i guess problem isn't GraviSuite, but BiblioCraft in case then that 'Tool Rack' is item which is add as newer then others.
You know, problem can be with render of image used for GraviTool, because GraviTool is setted from 2 pictures if I remember right. One for 'tool body' and one for 'action head' like treetap, hoe etc.
So, BiblioCraft can't recognize that. IDK if other 'tool stands' working, but if not, report it to Nuchaz instead of here i guess : ) -
I fix it, but it do that:
http://pastebin.com/sQCGHjtxThat's what you post isn't definition of 'FIXING IT'
Rewind your changes...
and, what version of GraviSuite & BBC u have?
-
So I'm using the new IC2 development build, and I managed to understand almost everything about it. I also heard of the new matter-generation and cloning system, but I don't know what objects CAN be duplicated. Could somebody please point me in the right direction?
Basic stuff and resources. Nothing 'harder'.
You can replicate Stone and almost Vanilla blocks. But, truly risky is that way, then you need to Scan (try if it work) and laterly save it.
I think for this purpose is already putted Crystal Memory 'thingy'.
Right direction is scan vanilla basic blocks and mob drops, items