The download is temporarily down, sorry about that guys - please try again later today.
Can you please explain why micdoodles jenkins isn't working since I always went there to download the mod? This is the first time ive checked up on the mod in almost 2 months and I wanted to play the latest which was 3.0.6.233 from my understanding... only to find out that the main downloads have been refusing to work for the last few days and the ci.micdoodle8 jenkins isn't loading for some reason so can you or mitch make a temporary host like mediafire or pm me the 3.0.6.233 version? Ive tried to 'wait for the server to come up' like your previous posts said to do but it has yet to do so for me.
Can you please explain why micdoodles jenkins isn't working since I always went there to download the mod? This is the first time ive checked up on the mod in almost 2 months and I wanted to play the latest which was 3.0.6.233 from my understanding... only to find out that the main downloads have been refusing to work for the last few days and the ci.micdoodle8 jenkins isn't loading for some reason so can you or mitch make a temporary host like mediafire or pm me the 3.0.6.233 version? Ive tried to 'wait for the server to come up' like your previous posts said to do but it has yet to do so for me.
For a temporary download link see the wiki link below.
If you need other versions, please be patient while we get the download site fixed.
Little request.
Could you add support for thaumcraft Thaumometer to check aspects of galacticraft items?
I'm willing in principle to do that, but what aspects should Galacticraft items have? I'm not a Thaumcraft player so will need some sensible guidance from the experts here.
java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor cannot be cast to buildcraft.api.power.IPowerReceptor
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initBuildCraft(TileBaseUniversalElectrical.java:593)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initiate(TileBaseUniversalElectrical.java:324)
at micdoodle8.mods.galacticraft.core.tile.TileEntityAdvanced.func_145845_h(TileEntityAdvanced.java:31)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.func_145845_h(TileBaseUniversalElectrical.java:331)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlock.func_145845_h(TileBaseElectricBlock.java:116)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygen.func_145845_h(TileEntityOxygen.java:53)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor.func_145845_h(TileEntityOxygenDistributor.java:115)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initBuildCraft(TileBaseUniversalElectrical.java:593)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initiate(TileBaseUniversalElectrical.java:324)
at micdoodle8.mods.galacticraft.core.tile.TileEntityAdvanced.func_145845_h(TileEntityAdvanced.java:31)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.func_145845_h(TileBaseUniversalElectrical.java:331)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlock.func_145845_h(TileBaseElectricBlock.java:116)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygen.func_145845_h(TileEntityOxygen.java:53)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor.func_145845_h(TileEntityOxygenDistributor.java:115)
-- Block entity being ticked --
Details:
Name: Air Distributor // micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor
Block type: ID #1392 (tile.distributor // micdoodle8.mods.galacticraft.core.blocks.BlockOxygenDistributor)
Block data value: 2 / 0x2 / 0b0010
Block location: World: (-73,63,274), Chunk: (at 7,3,2 in -5,17; contains blocks -80,0,272 to -65,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #1392 (tile.distributor // micdoodle8.mods.galacticraft.core.blocks.BlockOxygenDistributor)
Actual block data value: 2 / 0x2 / 0b0010
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: New World
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 112903447
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (33,64,301), Chunk: (at 1,4,13 in 2,18; contains blocks 32,0,288 to 47,255,303), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2117659 game time, 2934539 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 15692 (now: true), thunder time: 143682 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
hmm, that's not good, I thought that crash was fixed in 3.0.6.235. We will look at this as the top priority, I hope there will be a fix up by the end of today.
Hi @Ancetras. Please can you post your complete fml-client-latest.log - you will probably need to use Pastebin or Dropbox or some other cloud service to post it, as it is a large file. You can send me a PM if you don't want to post it publicly. I'd also suggest we take this discussion over to the official Support forum (link in my sig) as there may be other players there who can help you.
The Meaning of Life, the Universe, and Everything.
Join Date:
12/6/2012
Posts:
240
Minecraft:
Master_Nikslg
Xbox:
Master Nikslg
Member Details
I run server with this mod.
Spended 5 hours making good flag, someone took it down while i was offline, now it's gone. How the hell i can restore image?
About aspects for Thaumcraft.
You should check aspects of furnace, crafting table, iron armor and tools for aspects that could be best for galacticraft tech.
As for moon and others i think "alien" aspect is good for it. or travel.
Also, if you need beta tester, i can be the one.
I have experience in testing stuff (fangames and warcraft 3 maps).
I don't know why your flag design did not save - normally it should save when the server saves, unless your client or server crashed for a reason which could be unconnected with Galacticraft. (I'm guessing you have multiple mods installed?)
----
All: new Galacticraft build 3.0.6.240 has RF (Redstone Flux) compatibility. Galacticraft wires will now connect to machines from most mods (Railcraft, Forestry, Minefactory Reloaded, Thermal Expansion, Big Reactors, Extra Utilities, etc).
I talked to Zeno410 the Mod Author from Underground Biomes because of my Problem generating Moon Biomes on the Overworld.
That's why i want to ask what Biome ID Mood, Mars or Asteroids have because we cant find them in Nei data Dump (Dump of all Biome IDs)
Rollback Post to RevisionRollBack
GTNH Modpack is on Technic Launcher Hotlist now and available on FTB and Curse Launcher too!!!
Can you use a flexible Entity ID? After I had to change these IDs in config due to OreSpawn, other mods frequently uses Entity IDs by Galacticraft, making immense crashes
For anyone wanting to play Galacticraft together with Orespawn: good news, the ID conflict issues are fixed in the latest Galacticraft build 3.0.6.245.
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
Thanks, we'll look into that as a priority. Guess that means players + servers will have to use a pre-6.2.0 version of Buildcraft, for now.
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
Could you add support for thaumcraft Thaumometer to check aspects of galacticraft items?
Can you please explain why micdoodles jenkins isn't working since I always went there to download the mod? This is the first time ive checked up on the mod in almost 2 months and I wanted to play the latest which was 3.0.6.233 from my understanding... only to find out that the main downloads have been refusing to work for the last few days and the ci.micdoodle8 jenkins isn't loading for some reason so can you or mitch make a temporary host like mediafire or pm me the 3.0.6.233 version? Ive tried to 'wait for the server to come up' like your previous posts said to do but it has yet to do so for me.
For a temporary download link see the wiki link below.
If you need other versions, please be patient while we get the download site fixed.
------------------------------------------------------------------------------
If the download site is not working, an alternative download link is on the Wiki: http://wiki.micdoodle8.com/wiki/Galacticraft
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
Version 3.0.6.234 should fix the issue with BuildCraft versions 6.2.0 and above.
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
I'm willing in principle to do that, but what aspects should Galacticraft items have? I'm not a Thaumcraft player so will need some sensible guidance from the experts here.
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 12/1/14 12:19 PM
Description: Ticking block entity
java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor cannot be cast to buildcraft.api.power.IPowerReceptor
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initBuildCraft(TileBaseUniversalElectrical.java:593)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initiate(TileBaseUniversalElectrical.java:324)
at micdoodle8.mods.galacticraft.core.tile.TileEntityAdvanced.func_145845_h(TileEntityAdvanced.java:31)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.func_145845_h(TileBaseUniversalElectrical.java:331)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlock.func_145845_h(TileBaseElectricBlock.java:116)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygen.func_145845_h(TileEntityOxygen.java:53)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor.func_145845_h(TileEntityOxygenDistributor.java:115)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initBuildCraft(TileBaseUniversalElectrical.java:593)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.initiate(TileBaseUniversalElectrical.java:324)
at micdoodle8.mods.galacticraft.core.tile.TileEntityAdvanced.func_145845_h(TileEntityAdvanced.java:31)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectrical.func_145845_h(TileBaseUniversalElectrical.java:331)
at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlock.func_145845_h(TileBaseElectricBlock.java:116)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygen.func_145845_h(TileEntityOxygen.java:53)
at micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor.func_145845_h(TileEntityOxygenDistributor.java:115)
-- Block entity being ticked --
Details:
Name: Air Distributor // micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenDistributor
Block type: ID #1392 (tile.distributor // micdoodle8.mods.galacticraft.core.blocks.BlockOxygenDistributor)
Block data value: 2 / 0x2 / 0b0010
Block location: World: (-73,63,274), Chunk: (at 7,3,2 in -5,17; contains blocks -80,0,272 to -65,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #1392 (tile.distributor // micdoodle8.mods.galacticraft.core.blocks.BlockOxygenDistributor)
Actual block data value: 2 / 0x2 / 0b0010
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: New World
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 112903447
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (33,64,301), Chunk: (at 1,4,13 in 2,18; contains blocks 32,0,288 to 47,255,303), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2117659 game time, 2934539 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 15692 (now: true), thunder time: 143682 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 109376008 bytes (104 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 47 mods loaded, 47 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.11} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
monnef-core{0.7.1} [monnef Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlegear2{1.0.6.2} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
betterrecords{1.7.10-1.1.9} [Better Records] (betterrecords-1.7.10-1.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.8.1} [BiblioCraft] (BiblioCraft[v1.8.1][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.1 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{3.0.6} [Galacticraft Core] (GalacticraftCore-1.7-3.0.6.235.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{3.0.6} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.6.235.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GraveStone{2.10.1} [GraveStone] (GraveStone 2.10.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
headcrumbs{1.2.7} [Headcrumbs] (Headcrumbs-1.2.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ISM{4.0.0} [MaggiCraft's Instant Structures Mod] (ism-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.1.jenkins180} [Mantle] (Mantle-mc1.7.10-0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
monnef-core-helper{0.7.1} [monnef Core ~] (monnef_core_0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.2} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.2(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mobdropcrops{1.7.2a} [Pam's Mob Drop Crops] (Pam's Mob Drop Crops 1.7.10a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SaintsCore{0.8} [Saintscore] (SaintsCore-0.8-Minecraft-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_Saintspack{0.8} [Saintspack] (SaintsPack-0.8-Minecraft_1.7.10) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartMoving{15.2} [Smart Moving] (SmartMoving-1.7.10-15.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartRender{2.0} [Smart Render] (SmartRender-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B5-13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tlhpoeCore{1.7} [TLHPoE Core] (tlhpoecore-1.7-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
UniversalElectricity{@MAJOR@.@MINOR@.@REVIS@} [Universal Electricity] (universal-electricity-4.0.0.83-core.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
hmm, that's not good, I thought that crash was fixed in 3.0.6.235. We will look at this as the top priority, I hope there will be a fix up by the end of today.
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
Spended 5 hours making good flag, someone took it down while i was offline, now it's gone. How the hell i can restore image?
About aspects for Thaumcraft.
You should check aspects of furnace, crafting table, iron armor and tools for aspects that could be best for galacticraft tech.
As for moon and others i think "alien" aspect is good for it. or travel.
Also, if you need beta tester, i can be the one.
I have experience in testing stuff (fangames and warcraft 3 maps).
I don't know why your flag design did not save - normally it should save when the server saves, unless your client or server crashed for a reason which could be unconnected with Galacticraft. (I'm guessing you have multiple mods installed?)
----
All: new Galacticraft build 3.0.6.240 has RF (Redstone Flux) compatibility. Galacticraft wires will now connect to machines from most mods (Railcraft, Forestry, Minefactory Reloaded, Thermal Expansion, Big Reactors, Extra Utilities, etc).
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
That's why i want to ask what Biome ID Mood, Mars or Asteroids have because we cant find them in Nei data Dump (Dump of all Biome IDs)
GTNH Modpack is on Technic Launcher Hotlist now and available on FTB and Curse Launcher too!!!
http://www.technicpack.net/scraps/vol1
Minetweaker/Modtweaker Scripts I hosting on Github:
Hardcore well balanced Modpack with GT, Forestry, Railcraft, Thaumcraft and Better Questing Mod:
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3
http://wiki.micdoodle8.com/wiki/Overworld_Space_Station#Gravity_Changes
Apart from the 'current issues' noted there, which are all small issues, have you noticed any other bug?
Lead Developer of Galacticraft, the Minecraft mod with the most ... Space.
Help? The official Wiki at http://wiki.micdoodle8.com has lots of information
Questions? Try the official forum at http://forum.micdoodle8.com/index.php#galacticraft.3