• 0

    posted a message on Immibis's Mods - Now with 85.7% less version numbers in this title!
    Quote from Reaperguy666

    What you want to do is open up the config for either Immibis Core or the repulsion mod and change the ID for one of the items to the suggested range listed in the ID conflict log. This is the only way to fix the problem. Hope this helps.


    I am trying to show in the picture that they were already changed. However, minecraft loads as if they weren't changed in the config file.
    Posted in: Minecraft Mods
  • 0

    posted a message on Immibis's Mods - Now with 85.7% less version numbers in this title!
    Slight issue regarding Block ids... I think it will be best explained in a picture.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X]Natura
    Quote from DoubleABuilder

    Forgive me if it has been asked but does this mod have to be used with Tinker's Construct or can it be used by itself? I am always looking for interesting things to add to my game and would like to add this but don't want to use Tinker's Construct, that's why I am asking.


    Here is the quote from mDiyo on his TC minecraft forum page, "Tinkers' Construct is a tech companion to Natura. The mods play well separately, but work best together."

    I think that answers your question ;)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X]Natura
    I have a suggestion, and it's really killing me... I would love if you could make Glowshrooms in the Nether able to drop their "blocks" when mined with a silk touch enchantment. I thought it would be so cool to build a little something with them. If you are hesitant enough not to to that, I would love it if there was at least a config option, :P.
    Posted in: Minecraft Mods
  • 1

    posted a message on Tinkers Construct
    Quote from Bankotsu25

    Reporting crash with stable version 1.5.0





    It seems to do something with HungerOverhaul. As of 1.4.7d7, both mods worked fine...


    please spoiler your crash log. Between you and me, most people on here don't like to scroll through a whole crash log.

    If you don't know how to do it, this is how. [.spoiler]Crash Log[./spoiler] without the periods.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    We no longer have thaumic tool parts? that's sad...
    Posted in: Minecraft Mods
  • 0

    posted a message on Metallurgy - Putting the "Mine" back in "Minecraft"!
    I am going to request something... and I might just do it myself. In case I don't have to, I would like to request that the tools, armor, and ore have a vanilla texture scheme. No offense, I do love your textures, but it doesn't flow with the rest of the vanilla texture for minecraft. If you were to make a texture pack that complimented your mods designs, I would think that would be pretty cool. Doesn't mean I don't play your mod or love it! It was more of a suggestion than anything. Hope to see this mod through!
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    I think I am going to ask a stupid question.... Can you modify the Forge Ore Dictionary to include other similar ores in your smeltery (Like Metallurgy's Copper Ore)?
    Posted in: Minecraft Mods
  • 0

    posted a message on Metallurgy - Putting the "Mine" back in "Minecraft"!
    What do the Pylons do? Also, what makes the Tartarite Enchanter different?
    Posted in: Minecraft Mods
  • 0

    posted a message on BiblioCraft [v2.4.5]-Bookcases, armor stands, shelves, printing presses, seats, clocks, the Atlas and more! Updated 06/21/2018
    It seems my anti virus does not like your download site. Might want to fix that if you can.

    EDIT: When I tried to color the spruce chair back (fancy one) I got this error.
    java.lang.ArrayIndexOutOfBoundsException: 22236
    at [bold]carpentersblocks.block.BlockCarpentersHatch.auxiliaryOnNeighborBlockChange(BlockCarpentersHatch.java:198)[/bold]
    at carpentersblocks.block.BlockBase.func_71863_a(BlockBase.java:380)
    at net.minecraft.world.World.func_72821_m(World.java:845)
    at net.minecraft.world.World.func_72898_h(World.java:791)
    at jds.bibliocraft.tileentities.TileEntitySeat.setSitter(TileEntitySeat.java:78)
    at jds.bibliocraft.blocks.BlockSeat.func_71903_a(BlockSeat.java:133)
    at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:416)
    at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:556)
    at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
    at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

    Edit 2: Might be because it was in close proximity to the carpenter's hatch from the Carpenters Blocks mod.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    I don't post very often, but gosh darn it you made me post!

    Great Job! I have not seen a new tech mod such as "Rotary Craft" in a while. I can't wait to try it out! Also, these mods deserve a mod spotlight by Direwolf20!

    EDIT: It seems there is a conflict with Thaumcraft...

    java.lang.ClassCastException: Reika.RotaryCraft.Blocks.BlockCanola cannot be cast to thaumcraft.common.blocks.BlockCustomPlant
    at thaumcraft.client.renderers.tile.TileEtherealBloomRenderer.<init>(TileEtherealBloomRenderer.java:28)
    at thaumcraft.client.ClientProxy.registerDisplayInformation(ClientProxy.java:333)
    at thaumcraft.common.Thaumcraft.init(Thaumcraft.java:123)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.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.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807)
    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)
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    Quote from hackeagle

    I am playing the 1.5.2 version and it's really messed up.

    1. I can't craft a tool station. I do the correct recipe and it just gives me a stencil table.

    2. I can't build parts in the part builder. I do everything right and it just not work,

    3. When I use Empty Cast on the stencil table it just gives me the ingot cast and nothing else.


    It's really dissapointing because this mod used to be awesome and now there are so much bugs.

    (BTW, don't say reinstall, because I did.)


    1. Use a crafting table under a blank pattern. If that doesn't work, update the mod there was a bug that has been fixed.

    2. Can't use any metal in the part builder, that has to be done in the smeltery. Check the in game manual. (red book I think?)

    3. You can only get the ingot cast in the table, refer to the red book in game.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers Construct
    Quote from DrRedstoner

    I assumed it was just like paper but with more durability. Am I wrong?


    Quote from sondrex76

    what exactly does thaumic do? does it do anything else then giving you modifiers? it give one modifier for one thaumium part and two for 3 parts


    That was my thought, I just recently built a Pickaxe with a Manyllin (spelt wrong I know) head and rod with a thaumic binding. I haven't the clearest idea of what it can do with the thaumic ability.
    Posted in: Minecraft Mods
  • 0

    posted a message on Dimensional Doors v2.2.4
    Quote from Rossmallo

    I have actually discovered a way to destroy these abominations. Not to mention be able to eat them.

    Yes, I'm serious.


    How may I ask?
    Posted in: Minecraft Mods
  • 0

    posted a message on Dimensional Doors v2.2.4
    Quote from Mekanofreak

    Just installed the last update, finally managed to get out of limbo ! thanks !

    edit : I just visited a mystcraft age, and I noticed there are dimensionnal door spawnig in large quantity everywhere , in group of 2 or 3 in close proximity. Is that a bug or an incompatibility with mystcraft ?


    Wouldn't it be cool if there was a Dimensional Dungeon page? That is what that sounds like lol.
    Posted in: Minecraft Mods
  • To post a comment, please .