Thanks for the texture update!
Also I'd personally love to see some Sphax style RP2 textures as well. We installed it recently on our server and it's an amazing mod.
Posts by Dalamar
-
-
I'm having the same problem with Modloader trying to load the thermometer mod before IC 2 and It doesn't look like Modloader is loading mods alphabetically at all. Here is my modloader.txt without the thermometer:
Oct 27, 2011 6:18:22 AM ModLoader init
FINE: ModLoader Server Beta 1.8.1 Initializing...
Oct 27, 2011 6:18:22 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-energy-2.2.4.zip
Oct 27, 2011 6:18:22 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 6:18:22 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftEnergy 2.2.4" from mod_BuildCraftEnergy.class
Oct 27, 2011 6:18:22 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-factory-2.2.4.zip
Oct 27, 2011 6:18:22 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 6:18:22 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftFactory 2.2.4" from mod_BuildCraftFactory.class
Oct 27, 2011 6:18:22 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/industrialcraft-2-server_1.23.jar
Oct 27, 2011 6:18:22 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 6:18:23 AM ModLoaderMp Log
FINE: ModLoaderMP Beta 1.8.1 Initialized
Oct 27, 2011 6:18:23 AM ModLoader addMod
FINE: Mod Loaded: "mod_IC2 v1.23" from mod_IC2.class
Oct 27, 2011 6:18:23 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-transport-2.2.4.zip
Oct 27, 2011 6:18:23 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 6:18:23 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftTransport 2.2.4" from mod_BuildCraftTransport.class
Oct 27, 2011 6:18:23 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-builders-2.2.4.zip
Oct 27, 2011 6:18:23 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 6:18:23 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftBuilders 2.2.4" from mod_BuildCraftBuilders.class
Oct 27, 2011 6:18:23 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-A-core-2.2.4.zip
Oct 27, 2011 6:18:23 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 6:18:23 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftCore 2.2.4" from mod_BuildCraftCore.class
Oct 27, 2011 6:18:23 AM ModLoader readFromClassPath
FINER: Adding mods from /.rw/games/minecraft/beta/95032/minecraft_server.jar
Oct 27, 2011 6:18:23 AM ModLoader readFromClassPath
FINER: Zip found.As you can see buildcraft-server-A-core should have loaded first and yet it loaded last. It's not an alphabetical order or an inverse alphabetical order. I'm not sure what it is. I tried numbering the mods to force the server to load in a specific order but that didn't help. It still tried to load the thermometer mod before IC2.
EDIT:
Ok I run some further tests and it seems the archive filename does not affect the order in which the mods are loaded. I tried adding an 'a' and then a 'z' in the beginning of the filename and the load order was the same. This one:Oct 27, 2011 10:14:35 AM ModLoader init
FINE: ModLoader Server Beta 1.8.1 Initializing...
Oct 27, 2011 10:14:35 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-energy-2.2.4.zip
Oct 27, 2011 10:14:35 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:14:35 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftEnergy 2.2.4" from mod_BuildCraftEnergy.class
Oct 27, 2011 10:14:35 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-factory-2.2.4.zip
Oct 27, 2011 10:14:35 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:14:35 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftFactory 2.2.4" from mod_BuildCraftFactory.class
Oct 27, 2011 10:14:35 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/amod_IC2Thermometer_1.15_server.zip
Oct 27, 2011 10:14:35 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:14:35 AM ModLoader addMod
FINE: Failed to load mod from "mod_IC2Thermometer.class"
Oct 27, 2011 10:14:35 AM ModLoader addMod
FINER: THROW
java.lang.NoClassDefFoundError: ic2/common/ItemIC2
...EDIT2:
Ok this is weird. Placing a '9' before the file name worked. Placing '1' before it and '0' before IC2 didn't, but this did. I still don't see any sorting order but it worked.Oct 27, 2011 10:21:18 AM ModLoader init
FINE: ModLoader Server Beta 1.8.1 Initializing...
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-energy-2.2.4.zip
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:21:18 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftEnergy 2.2.4" from mod_BuildCraftEnergy.class
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-factory-2.2.4.zip
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:21:18 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftFactory 2.2.4" from mod_BuildCraftFactory.class
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/industrialcraft-2-server_1.23.jar
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:21:18 AM ModLoaderMp Log
FINE: ModLoaderMP Beta 1.8.1 Initialized
Oct 27, 2011 10:21:18 AM ModLoader addMod
FINE: Mod Loaded: "mod_IC2 v1.23" from mod_IC2.class
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-transport-2.2.4.zip
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:21:18 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftTransport 2.2.4" from mod_BuildCraftTransport.class
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-B-builders-2.2.4.zip
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:21:18 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftBuilders 2.2.4" from mod_BuildCraftBuilders.class
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/buildcraft-server-A-core-2.2.4.zip
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:21:18 AM ModLoader addMod
FINE: Mod Loaded: "mod_BuildCraftCore 2.2.4" from mod_BuildCraftCore.class
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Adding mods from /.rw/games/minecraft/beta/95032/mods/9mod_IC2Thermometer_1.15_server.zip
Oct 27, 2011 10:21:18 AM ModLoader readFromModFolder
FINER: Zip found.
Oct 27, 2011 10:21:18 AM ModLoader setupProperties
FINER: ThermometerID not in config, using default: 31000
Oct 27, 2011 10:21:18 AM ModLoader setupProperties
FINER: DigitalThermometerID not in config, using default: 31001
Oct 27, 2011 10:21:18 AM ModLoader addMod
FINE: Mod Loaded: "mod_IC2Thermometer v1.15" from mod_IC2Thermometer.class
Oct 27, 2011 10:21:18 AM ModLoader readFromClassPath
FINER: Adding mods from /.rw/games/minecraft/beta/95032/minecraft_server.jar
Oct 27, 2011 10:21:18 AM ModLoader readFromClassPath
FINER: Zip found. -
I can confirm that this doesn't work for IC1.23 on my computer either. Greatly looking forward to the update. This is great work and thanks for providing it
-
That's interesting... You were absolutely right to ask. I went back in and did some tests and I managed to figure out what had gone wrong.
A). I "succeeded" in improperly wiring both the batbox and the MFE in their respective setups and then when checking for errors to miss both.
B). I'm guessing Energy Crystals can't power a device directly which is why the setup in the first picture isn't working. That, I did not know.Funny thing is I wanted to be sure of this before reporting it as a bug and as such I double checked everything. I guess I'm a little more tired than I thought...
Sorry for the trouble everyone.
-
I tried for the first time today to use a miner and I'm experiencing an issue which I am reasonably sure has to caused by a bug. No matter how I wire the Miner it refuses to receive power (the lightning icon doesn't turn red, EU meter shows 0 EU/t flow on the cable leading to it).
I tried the following setups: Solar flower -> Batbox -> Miner // MFE -> LV Transformer -> Miner // Fully charged energy crystal directly into miner bottom slot
Here is a picture demonstrating the latter setup:
And here one demonstrating the first one:
I have tried using a different miner, moving the miner to a different location, using an OD scanner in place of an OV one and a diamond drill instead of a regular one, powering the miner from the side instead of the top, giving the miner redstone power (just in case it needed it), as well as exiting and reloading to force a chunk reload. Nothing worked.
I'm using IndustrialCraft v1.15 over MC 1.8.1 with
MCForge 1.1.1
Buildcraft 2.2.0
Optifine 1.8.1 HD S B1
Zan's Minimap 0.10.6c -
This blends very well with Sphax's textures. Many thanks for this pack!