Maybe a buildcraft-compatible table? The input is still in the middle, but you click on one of the blocktypes and it pumps the new blocks out of the input until only one is left. That would truly amaze me. Oh, and LOVING the snakes!
I dont know but I cant connect to my server with chisel installed (both the same version and the same config) but there is everytime I connect to the server an ID conflict..... so could you fix this? :X
I really like the mod, and I plan to add it to my server when 1.5.1 rolls around. However, I have reservations about the fact that you override the functionality of vanilla blocks; this leads to huge problems down the line with other mods. Also, when I installed the mod alone in 1.5.1 to test it out, it created HUGE constant lag for me, even on fast graphics AND on the title screen. I would love to employ this mod once the issues get ironed out.
I loved this mod... but can I ask you a little thing?
can you make your blocks appear on a separate tab on creative mod, but the vanilla ones appear in the normal tab?
(like, cobblestone in the normal tab, all your variations of cobblestone in the chisel tab)
Amazing mod; I highly encourage you to continue adding new blocks. I may do a spotlight on it, but I am a terrible youtuber and may not be able to make a coherent mod spotlight. If I do make one, I will post it here. I will be keeping an eye on this mod. EDIT: It seems that the lapis block textures mess up after a little bit. I'm running quite a few other mods, but sometimes the blocks are fine and other times they're messed up without me changing anything. Is anyone else having this issue, or is it just me? EDIT2: It seems to be connected to the texture bug with Buildcraft facades, reported below I think.
love the mod concept but damn, the lag increase when entering areas constructed primarily in these blocks is kinda nuts. I added it to my server and the guys loved it but we really can't use them primarily on builds due to this issue. Please try to fix this issue because the mod concept is solid.
there seems to be a problem between this mod and buildcraft, when buildcraft automatically makes facades for the chiseled blocks everything is fine except when it gets to the sand conver (i think), NEI flips out and if you check the covers in the crative menu the game crashes with an array Index out of bounds exception.
Krapht says "The renderer crashes because calling getBlockTextureFromSideAndMetadata() returns null.
I tried to get the chisel source running to see what exactly was causing the problem, but gave up when I couldn't get it to load its textures.
Anyways...
with stuff like this:
Block.blocksList[Block.cobblestone.blockID]=null;
blockCobblestone = (BlockMarble) new BlockMarble(Block.cobblestone.blockID).setHardness(2.0F).setResistance(10F).setStepSound(Block.soundStoneFootstep);
vanilla blocks are replaced and all bets are off.
From a quick browse through the code it seems that the CarvableHelper.getIcon ends up returning null. If it were to return the standard "missing texture" instead the crash could probably be avoided. I'm leaving this up to Chisel tbh since that mod is mocking about with vanilla blocks."
Ok, extensively used this now, and I can say that this is now one of my "Must have" mods. Absoloutly, utterly brilliant for those who play Minecraft for the building more than the adventure. Will reccomend to everyone I know who plays it.
I would like to ask, though - Any plans for some Redstone Block chisel-work?
All right, fellows, a new version. There are no new blocks, no table, nothing, only fixes.
Most importantly there is an option to create new blocks and not touch vanilla ones, which was requested numerous amount of times. The downside to this, obviously, is that the mod will hog more block IDs for itself. Another tricky part is that if the world is filled with chiseled overridden vanilla blocks, and you switch the option in config to disable overriding, all those blocks will look like their un-chiseled variaions.
So the default for this option is, if the config exists, to override blocks, just the way it was before. If it does not, then use the new mechanism and not override blocks.
Additionally glass should now render correctly with CTM enabled and Buildraft should no longer crash. With r without the new option enabled.
Rossmallo: What should those textures be? Just some bricks and panels, like others? I'm just not sure what to chisel out of redstone.
Nyutan: Actually, it's partly their fault. getIcon() does return null for some blocks. Of course, it's natural for them to assume that for particular default blocks, it will return non-null values, because it does so in vanilla. And, just as I posted above, I did change the code to make it work. But, again, I would blame Buildcraft coders for this. Vanilla code uses getIconSafe() function instead of getIcon() just to prevent crashes like this one.
Darthrafael, Sasquatchy, iconmaster: I develop this mod partly on a good machine and partly on an old and slow piece of . I never noticed any lag increase or ran out of memory... Are you sure it's my mod causing it and not something else?
YunoFM: If you enable the new config option I described above, vanilla tabs will work just as you requested.
Lfty: do you expect me to use my telepathic pow-... well... just post the crash log or at least the exact message.
Hi, I have been using this mod along with minepainter and also making my own x64 textures as I go. Below is a screen shot of my current house. I also have bibliocraft, myst ages and a few other mods and use Misa as the basis
If there is enough interest I can try and finish of the texture or at least give out what I have done so far.
the problem with buildcraft is still present in the 1.4.2 version
Well, I would think if you change the config to have em make new blocks, BC will stop trying to make them into facades, which, in turn, may solve the crash.
Well, I would think if you change the config to have em make new blocks, BC will stop trying to make them into facades, which, in turn, may solve the crash.
This does indeed fix the problem.
However 1.4.2 has a new problem. Server crash on load. Happened when I changed existing world to not overwrite vanilla. So then I wiped the config and tried a new map too and it crashes as well.
Crash Details :
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 25/04/13 1:48 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_94330_A()Ljava/lang/String;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:93)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_94330_A()Ljava/lang/String;
at info.jbcs.minecraft.chisel.Chisel.getBlock(Chisel.java:114)
at info.jbcs.minecraft.chisel.Chisel.init(Chisel.java:300)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
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:314)
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.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
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:314)
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:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I was enjoying this mod until I looked at my glass. All glass is shifted half way to one side, so it's not fitting the window holes properly. For some odd reason it's only doing this when Chisel is enabled. Only other mod I'm using is Rei's mini map and I have Forge installed, of course. I tried using optifine and switching the connected textures off / on but that didn't change anything. It's doing it on all texture mods and also with default textures. I haven't seen anybody else with the same issue. I might be cursed.
As well as the normal bricks (...as well as a red and scarlet version of the Ornate Stone Brick Tiles, because personally, I'd think that'd be gorgeous), Consider the fact that Redstone is primarily a circuit component. So - Bring on the tech-looking blocks. For example, ones that look like wiring, Black with red electricity arcing through them, and so on.
As well as those, I'm sure you could incorprotate red versions of some of the other mainstays you have in here - Zelda Blocks, Small Blocks, Small Ornate blocks and so on.
Rollback Post to RevisionRollBack
Resident Thaumaturge cake-dragon at your service o:
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumcan you make your blocks appear on a separate tab on creative mod, but the vanilla ones appear in the normal tab?
(like, cobblestone in the normal tab, all your variations of cobblestone in the chisel tab)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumKrapht says "The renderer crashes because calling getBlockTextureFromSideAndMetadata() returns null.
I tried to get the chisel source running to see what exactly was causing the problem, but gave up when I couldn't get it to load its textures.
Anyways...
with stuff like this:
Block.blocksList[Block.cobblestone.blockID]=null;
blockCobblestone = (BlockMarble) new BlockMarble(Block.cobblestone.blockID).setHardness(2.0F).setResistance(10F).setStepSound(Block.soundStoneFootstep);
vanilla blocks are replaced and all bets are off.
From a quick browse through the code it seems that the CarvableHelper.getIcon ends up returning null. If it were to return the standard "missing texture" instead the crash could probably be avoided. I'm leaving this up to Chisel tbh since that mod is mocking about with vanilla blocks."
I would like to ask, though - Any plans for some Redstone Block chisel-work?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMost importantly there is an option to create new blocks and not touch vanilla ones, which was requested numerous amount of times. The downside to this, obviously, is that the mod will hog more block IDs for itself. Another tricky part is that if the world is filled with chiseled overridden vanilla blocks, and you switch the option in config to disable overriding, all those blocks will look like their un-chiseled variaions.
So the default for this option is, if the config exists, to override blocks, just the way it was before. If it does not, then use the new mechanism and not override blocks.
Additionally glass should now render correctly with CTM enabled and Buildraft should no longer crash. With r without the new option enabled.
Rossmallo: What should those textures be? Just some bricks and panels, like others? I'm just not sure what to chisel out of redstone.
Nyutan: Actually, it's partly their fault. getIcon() does return null for some blocks. Of course, it's natural for them to assume that for particular default blocks, it will return non-null values, because it does so in vanilla. And, just as I posted above, I did change the code to make it work. But, again, I would blame Buildcraft coders for this. Vanilla code uses getIconSafe() function instead of getIcon() just to prevent crashes like this one.
Darthrafael, Sasquatchy, iconmaster: I develop this mod partly on a good machine and partly on an old and slow piece of . I never noticed any lag increase or ran out of memory... Are you sure it's my mod causing it and not something else?
YunoFM: If you enable the new config option I described above, vanilla tabs will work just as you requested.
Lfty: do you expect me to use my telepathic pow-... well... just post the crash log or at least the exact message.
If there is enough interest I can try and finish of the texture or at least give out what I have done so far.
Well, I would think if you change the config to have em make new blocks, BC will stop trying to make them into facades, which, in turn, may solve the crash.
This does indeed fix the problem.
However 1.4.2 has a new problem. Server crash on load. Happened when I changed existing world to not overwrite vanilla. So then I wiped the config and tried a new map too and it crashes as well.
Crash Details :
// This doesn't make any sense!
Time: 25/04/13 1:48 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_94330_A()Ljava/lang/String;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:93)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.NoSuchMethodError: net.minecraft.block.Block.func_94330_A()Ljava/lang/String;
at info.jbcs.minecraft.chisel.Chisel.getBlock(Chisel.java:114)
at info.jbcs.minecraft.chisel.Chisel.init(Chisel.java:300)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
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:314)
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.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
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:314)
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:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.1
Operating System: Windows Server 2008 R2 (amd64) version 6.1
Java Version: 1.8.0-ea, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 111411544 bytes (106 MB) / 232325120 bytes (221 MB) up to 4277534720 bytes (4079 MB)
JVM Flags: 6 total; -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -Xmx4096M
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 v7.44 FML v5.1.38.667 Minecraft Forge 7.7.1.667 203 mods loaded, 203 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{5.1.38.667} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{7.7.1.667} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.8.6.1} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.5.1.0} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisMicroblocks{54.0.7} [Immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.5.2.9} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore{1.1.3} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
keepMyStats{1.0} [KeepMyStats] ([1.5+]KeepMyStats.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHNetwork{1.5.1.0} [CoFHNetwork] (CoFHCore-1.5.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHWorld{1.5.1.0} [CoFHWorld] (CoFHCore-1.5.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.34} [Galacticraft Core] (Galacticraft-1.5.1-a0.1.34.110.jar) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisMicroblocksInstallCheck{54.0.7} [Immibis's Microblocks (Check for incorrect installation)] (immibis-microblocks-54.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenShed{1.1.2} [Chicken Shed] ([1.5+] ChickenShed (v1.1.2).zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterStorage{0.5.0.3} [BetterStorage] ([1.5.1]BetterStorage_0.5.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.6.0} [Damage Indicators] ([1.5.1]DamageIndicators v2.6.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
extendedWorkbench{1.1.7} [Extended Workbench] ([1.5.1]ExtendedWorkbench v1.1.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
bau5_ProjectBench{1.7.3} [Project Bench] ([1.5.1]ProjectBench-v1.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
OmniTools{3.1.0.0} [OmniTools] (OmniTools-3.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{2.3.1.0} [Thermal Expansion] (ThermalExpansion-2.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.115.304-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.304-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines{4.9} [IC2 Advanced Machines Addon] (AdvancedMachines_1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
BasicComponents{1.3.1} [Basic Components] (BasicComponents_v1.3.1.71.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{jenkins-Buildcraft-126.126} [BuildCraft] (BuildCraft-1.5.1-jenkins-Buildcraft-126.126.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{jenkins-Buildcraft-126.126} [BC Transport] (BuildCraft-1.5.1-jenkins-Buildcraft-126.126.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{jenkins-Buildcraft-126.126} [BC Silicon] (BuildCraft-1.5.1-jenkins-Buildcraft-126.126.jar) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics{rv.10.h} [Applied Energistics] (appeng-rv10-h.zip) Unloaded->Constructed->Pre-initialized->Initialized
ArsMagica{5.50.010} [Ars Magica] (ArsMagica_5.50.010.zip) Unloaded->Constructed->Pre-initialized->Initialized
AtomicScience{0.5.1} [Atomic Science] (Atomic_Science_v0.5.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
Atum{0.0.0.1} [Atum] (Atum 0.3.5A.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.7.8} [Backpack] (backpack-1.7.8-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.1.6} [BiblioCraft] (BiblioCraft[v1.1.6].zip) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{0.5.1} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
MLCore{0.2} [Matchlighter Core] (MLCore-1.5.1-0.4.4.24.zip) Unloaded->Constructed->Pre-initialized->Initialized
Boxes{0.4.0.62} [Boxes] (Boxes-1.5.1-0.4.0.62.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{jenkins-Buildcraft-126.126} [BC Builders] (BuildCraft-1.5.1-jenkins-Buildcraft-126.126.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{jenkins-Buildcraft-126.126} [BC Energy] (BuildCraft-1.5.1-jenkins-Buildcraft-126.126.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{jenkins-Buildcraft-126.126} [BC Factory] (BuildCraft-1.5.1-jenkins-Buildcraft-126.126.jar) Unloaded->Constructed->Pre-initialized->Initialized
Additional-Buildcraft-Objects{1.0.3} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.3.128.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChargePads{2.6.0} [Charge Pads] (chargepads-1.5.1-universal-2.6.0.74.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChestTransporter{1.1.6} [Chest Transporter] (chestTransporter_1.1.6_Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.2.5} [ChickenChunks] (ChickenChunks 1.3.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Chisel{1.4.2} [Chisel] (chisel-1.5.1-1.4.2.jar) Unloaded->Constructed->Pre-initialized->Errored
chupmacabre.ladderKit{1.2.2} [Chupmacabre's Ladder Kit] (Chupmacabres Ladder Kit v1.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
CompactSolars{4.1.6.37} [Compact Solar Arrays] (compactsolars-universal-1.5.1-4.1.6.37.zip) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.52} [ComputerCraft] (ComputerCraft1.52.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.52} [ComputerCraft Turtles] (ComputerCraft1.52.zip) Unloaded->Constructed->Pre-initialized->Initialized
coralmod{1.5.1} [CoralReef Mod] (coral-reef-1.5.1-r2-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
DeathCounter{1.5.0.1} [DeathCounter] (DeathCounter1.5.0v1.zip) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore{54.0.2} [Immibis Core] (immibis-core-54.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DimensionalAnchors{54.0.0} [Dimensional Anchors] (dimensional-anchor-54.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
EE3{pre1g} [Equivalent Exchange 3] (ee3-universal-pre1g.jar) Unloaded->Constructed->Pre-initialized->Initialized
EmasherCore{1.5.2} [EmasherCore] (EmasherComplete-1.5.2-BETA.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherDefense{1.4.0} [Defense] (EmasherComplete-1.5.2-BETA.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherGas{1.5.0} [GasCraft] (EmasherComplete-1.5.2-BETA.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherWorldGen{2.1.1} [A Sufficient Number of Biomes] (EmasherComplete-1.5.2-BETA.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.14.5.4} [Enchanting Plus] (EnchantingPlus-1.5.1-1.14.5.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.2.4} [EnderStorage] (EnderStorage 1.4.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
enhancedportals{2.1.2} [Enhanced Portals] (enhanced-portals_2.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL{3.13.0} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.1-3.13.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestryPre{1.5.1R2.5.1B1} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.1.2.29} [Forestry for Minecraft] (forestry-A-2.1.2.29.jar) Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore{1.6-pre2} [Binnie Core] (extra-bees-1.6-pre2.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees{1.6-pre2} [Extra Bees] (extra-bees-1.6-pre2.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{0.1} [Extra Utilities] (extrautils-0.1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
factorization{0.7.37} [Factorization] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{0.7.37} [Factorization Miscellaneous Nonsense] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice{0.7.37} [Factorization Dimensional Slices] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_fireplace{v2.1.1} [Fireplace Mod] (FireplaceMod1.zip) Unloaded->Constructed->Pre-initialized->Initialized
FlatBedrock{1.5.1R1.1.1} [FlatBedrock] (FlatBedrock-1.1.1-33.jar) Unloaded->Constructed->Pre-initialized->Initialized
FlatSigns{1.1.0} [Flat Signs] (flatsigns-1.5.1-universal-1.1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
Fluid_Mechanics{0.4.3.71} [Fluid Mechanics] (FluidMechanics_v0.4.3.71.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForgottenNature{1.2.9} [Forgotten Nature] (ForgottenNature_v1.2.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{1.0.0} [iChunUtil] (iChunUtil1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{1.5.0.2} [GraviGun] (GravityGun1.5.0v2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Tubestuff{54.0.0} [Tubestuff] (tubestuff-54.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.17.1} [The Twilight Forest] (twilightforest-1.17.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregTech_Addon{MC151_V3.02} [GregTech-Addon] (gregtechmod3.02c.zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_fishnet{4.0} [GrowthCraft Fishnet] (growthcraft-fishnet-1.5.1-4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Hats{1.3.1} [Hats] (Hats1.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
HatStand{1.2.0} [HatStand] (HatStand1.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Highlands{1.2.5} [Highlands] (Highlands1.2.5-MC1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl{1.5.1b} [Nuclear Control] (IC2NuclearControl-1.5.1b.zip) Unloaded->Constructed->Pre-initialized->Initialized
ICBM|Contraption{1.1.1} [ICBM|Contraption] (ICBM_Contraption_v1.1.1.26.jar) Unloaded->Constructed->Pre-initialized->Initialized
ICBM|Explosion{1.1.1} [ICBM|Explosion] (ICBM_Explosion_v1.1.1.26.jar) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisPeripherals{54.0.0} [Immibis's Peripherals] (immibis-peripherals-54.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
InfiniTubes{54.0.1} [InfiniTubes] (infinitubes-54.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.2.4.381} [Iron Chest] (ironchest-universal-1.5.1-5.2.4.381.zip) Unloaded->Constructed->Pre-initialized->Initialized
Lanterns{1.2} [Lanterns] (Lanterns 1.2 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
LiquidXP{54.0.1} [Liquid XP] (liquid-xp-54.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{3.0.4c} [Thaumcraft] (Thaumcraft3.0.4c.zip) Unloaded->Constructed->Pre-initialized->Initialized
LogisticsPipes|Main{0.7.2.dev.400} [Logistics Pipes] (LogisticsPipes-MC1.5.1-0.7.2.dev.400.jar) Unloaded->Constructed->Pre-initialized->Initialized
ModularForceFieldSystem{2.3.0.0.1} [Modular ForceField System V2] (MFFS 2.3.0.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
minechem{@VERSION@} [MineChem] (MineChem_v3.x.47.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.5.1R2.5.1B1} [MineFactory Reloaded] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.5.1R2.5.1B1} [MFR Compat: Atum] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.5.1B1} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.5.1R2.5.1B1} [MFR Compat: Chococraft] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.5.1B1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.5.1R2.5.1B1} [MFR Compat: Forestry] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.5.1R2.5.1B1} [MFR Compat: IC2] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.5.1B1} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
Natura{1.5.1_2.0.19} [Natura] (Natura_1.5.1_2.0.19.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatNatura{1.5.1R2.5.1B1} [MFR Compat: Natura] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
PamHCBlackberry{1.0} [Pam's HarvestCraft Blackberry] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCBlueberry{1.0} [Pam's HarvestCraft Blueberry] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCactusfruit{1.0} [Pam's HarvestCraft Cactusfruit] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCranberry{1.0} [Pam's HarvestCraft Cranberry] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCGrape{1.0} [Pam's HarvestCraft Grape] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCKiwi{1.0} [Pam's HarvestCraft Kiwi] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCRaspberry{1.0} [Pam's HarvestCraft Raspberry] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCSpiceleaf{1.0} [Pam's HarvestCraft Spiceleaf] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCStrawberry{1.0} [Pam's HarvestCraft Strawberry] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCSunflower{1.0} [Pam's HarvestCraft Sunflower] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCWhitemushroom{1.0} [Pam's HarvestCraft Whitemushroom] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCAsparagus{1.0} [Pam's HarvestCraft Asparagus] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCBean{1.0} [Pam's HarvestCraft Bean] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCBeet{1.0} [Pam's HarvestCraft Beet] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCBellpepper{1.0} [Pam's HarvestCraft Bellpepper] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCBroccoli{1.0} [Pam's HarvestCraft Broccoli] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCantaloupe{1.0} [Pam's HarvestCraft Cantaloupe] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCelery{1.0} [Pam's HarvestCraft Celery] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCChilipepper{1.0} [Pam's HarvestCraft Chilipepper] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCoffee{1.0} [Pam's HarvestCraft Coffee] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCorn{1.0} [Pam's HarvestCraft Corn] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCucumber{1.0} [Pam's HarvestCraft Cucumber] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCEggplant{1.0} [Pam's HarvestCraft Eggplant] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCGarlic{1.0} [Pam's HarvestCraft Garlic] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCGinger{1.0} [Pam's HarvestCraft Ginger] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCLettuce{1.0} [Pam's HarvestCraft Lettuce] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCMustard{1.0} [Pam's HarvestCraft Mustard] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCOnion{1.0} [Pam's HarvestCraft Onion] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPeanut{1.0} [Pam's HarvestCraft Peanut] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPeas{1.0} [Pam's HarvestCraft Peas] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPineapple{1.0} [Pam's HarvestCraft Pineapple] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCRadish{1.0} [Pam's HarvestCraft Radish] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCRice{1.0} [Pam's HarvestCraft Rice] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCRotten{1.0} [Pam's HarvestCraft Rotten] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCSweetpotato{1.0} [Pam's HarvestCraft Sweetpotato] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCTea{1.0} [Pam's HarvestCraft Tea] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCTomato{1.0} [Pam's HarvestCraft Tomato] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCTurnip{1.0} [Pam's HarvestCraft Turnip] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCZucchini{1.0} [Pam's HarvestCraft Zucchini] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCandle{1.0} [Pam's HarvestCraft Candle] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCotton{1.0} [Pam's HarvestCraft Cotton] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHarvestCraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamWeeeFlowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.5.1R2.5.1B1} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.5.1R2.5.1B1} [MFR Compat: RP2] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSoulShards{1.5.1R2.5.1B1} [MFR Compat: SoulShards] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.5.1B1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatThaumcraft{1.5.1R2.5.1B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.5.1_1.3rc.3} [Tinkers' Construct] (TConstruct_1.5.1_1.3rc.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTConstruct{1.5.1R2.5.1B1} [MFR Compat: TConstruct] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.5.1R2.5.1B1} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.5.1R2.5.1B1} [MFR Compat: Vanilla] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatXyCraft{1.5.1R2.5.1B1} [MFR Compat: XyCraft] (MineFactoryReloaded-2.5.1B1-615.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel{3.3.6} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_6.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite{1.9.1} [Gravitation Suite] (mod_zGraviSuite_1_9_1.zip) Unloaded->Constructed->Pre-initialized->Initialized
mmmPowersuits{0.6.0-396} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.6.0-396.jar) Unloaded->Constructed->Pre-initialized->Initialized
PowersuitAddons{0.2.2-81} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.2-81_MPS-326.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.3.00} [Mystcraft] (mystcraft-uni-1.5.1-0.10.3.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.5.1R2.1.2} [Nether Ores] (NetherOres-2.1.2-59.jar) Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates{1.3.2} [Obsidian Pressure Plates] (obsidiplates-1.5.1-universal-1.3.2.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
ClaySpawn{1.5} [Pam's Clay Spawn] (Pam's Clay Spawn 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCSalt{1.0} [Pam's HarvestCraft - Salt] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCSink{1.0} [Pam's HarvestCraft Sink] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCVanillastorage{1.0} [Pam's HarvestCraft - Vanilla Storage Blocks] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCApple{1.0} [Pam's HarvestCraft Apple] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCAvocado{1.0} [Pam's HarvestCraft Avocado] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCBanana{1.0} [Pam's HarvestCraft Banana] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCherry{1.0} [Pam's HarvestCraft Cherry] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCinnamon{1.0} [Pam's HarvestCraft Cinnamon] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCCoconut{1.0} [Pam's HarvestCraft Coconut] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCLemon{1.0} [Pam's HarvestCraft Lemon] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCLime{1.0} [Pam's HarvestCraft Lime] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCMango{1.0} [Pam's HarvestCraft Mango] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCNutmeg{1.0} [Pam's HarvestCraft Nutmeg] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCOlive{1.0} [Pam's HarvestCraft Olive] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCOrange{1.0} [Pam's HarvestCraft Orange] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPapaya{1.0} [Pam's HarvestCraft Papaya] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPeach{1.0} [Pam's HarvestCraft Peach] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPear{1.0} [Pam's HarvestCraft Pear] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPeppercorn{1.0} [Pam's HarvestCraft Peppercorn] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPlum{1.0} [Pam's HarvestCraft Plum] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCPomegranate{1.0} [Pam's HarvestCraft Pomegranate] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCStarfruit{1.0} [Pam's HarvestCraft Starfruit] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCVanillabean{1.0} [Pam's HarvestCraft Vanillabean] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PamHCWalnut{1.0} [Pam's HarvestCraft Walnut] (Pam's HarvestCraft 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PlayerHeads{1.0} [Player Heads] (PlayerHeads 1.0 for MC 1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{1.5.1} [PortalGun] (PortalGun1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters{1.4.6R2.3.0B1} [Power Converters] (PowerConverters-2.3.0B1-40.jar) Unloaded->Constructed->Pre-initialized->Initialized
rftlhard{1.0} [RottenFleshToLeatherHardcore] (RottenFleshToLeatherHardcore-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
SAP_Man{1.4.2} [SanAndreasPs Managers] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
TStormFix{1.0} [Thunderstorm Fix] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
Stackie{1.4.1.11} [Stackie] (Stackie-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.a101} [Steve's Carts] (StevesCarts2.0.0.a101.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThaumicBees{1.4.5a - 168} [ThaumicBees] (thaumicbees-1.4.5a.jar) Unloaded->Constructed->Pre-initialized->Initialized
TorchLevers{1.2.1} [Torch Levers] (TorchLeversV1.2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Translocator{1.1.0.0} [Translocator] (Translocator 1.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
TurretMod3{3.0.1} [Turret Mod v3] (TurretMod_v3.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Vending{1.0.7} [Vending] (vending-1.5.1-1.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
WholeTreeAxe{1.1.5} [Whole Tree Axe] (wholeTreeAxe_1.1.5_Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Forever protecting Hyrule with the power of the Master Sword, DragonMaster16.
As well as the normal bricks (...as well as a red and scarlet version of the Ornate Stone Brick Tiles, because personally, I'd think that'd be gorgeous), Consider the fact that Redstone is primarily a circuit component. So - Bring on the tech-looking blocks. For example, ones that look like wiring, Black with red electricity arcing through them, and so on.
As well as those, I'm sure you could incorprotate red versions of some of the other mainstays you have in here - Zelda Blocks, Small Blocks, Small Ornate blocks and so on.