• 0

    posted a message on [1.6.4 - 1.8.9] Dynamic Sword Skills (updated 3/11/2017)
    Quote from coolAlias»


    Re: Leaping Blow bug - ah, it's an issue with other mods! That actually makes sense. So the way it works, there is a FallEvent that triggers when the player lands on the ground, and mods can modify what happens there. Leaping blow requires that the player falls at least 1 full block to trigger, so if another mod either cancels the FallEvent or changes the distance to 0 (even possible from another event!), which I suspect those other mods might be doing, then Leaping Blow will not trigger.


    I'll have to think of a way to work around that, but even then there are no guarantees other mods won't do something else that's weird and breaks it. Hmmm...


    I was testing it w/o any buffs or items that should affect the jump/fall of the player.

    I was using Smart Moving, but apart from flight and no fall damage in creative, it functions the same as in survival - at least visibly, though I really don't know what the point of adding functional differences would be. Also, it has a "soft" on/off switch (where the model behavior returns to vanilla), but that didn't seem to affect anything.


    Actually, even removing Smart Moving (and Player API) didn't do anything in my case - there is still no shockwave in survival, only the auto-crit on a single enemy. Not sure what else could be causing this.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4 - 1.8.9] Dynamic Sword Skills (updated 3/11/2017)
    Quote from coolAlias»

    I guess that's revenge for you having such a sweet computer? Lol. Really, though, is there any point to not capping the FPS at 60 or so? I don't think it's possible to tell the difference after that. Still, thanks for the confirmation - I might tinker with it at some point, but like you said, it's not really critical.


    Re: Leaping Blow - that's very weird, as there is nothing in the code that would make it behave differently in Creative vs. Survival. I haven't ever noticed any difference, and can hit multiple enemies in Survival just fine... are you sure you are aiming / clustering enemies the same in both cases? Level 1 leaping blow doesn't have that large of an AoE, either, so try at higher levels.


    The thing with leaping blow could be a result from other mods' interference. It isn't about the skill's level for sure, since in survival, the shockwave from the skill doesn't appear at all. But it works at any level in creative mode.


    And yeah, there is a point at not capping the fps at 60, because minecraft basically throttles itself and ends up running significantly slower. At least on my computer, it isn't rare for the actual fps to drop below 60 when the cap is set below 120. But like I said, Vsync solves the problem.

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Mob Mods - Special Mobs, Utility Mobs, and Lava Monsters!

    Hello!


    Would it be possible to make golems and turrets automatically attack monsters that are hostile to the player? Or monsters that the player attacked (so a behavior similar to tamed wolf), unless they are in the exception list? Because at present they just ignore all monsters that mods add and writing them in one by one is a massive pain.


    And vice versa, because monsters don't seem eager to damage the golems at all, even when the latter attack them.


    Thanks.

    Posted in: Minecraft Mods
  • 0

    posted a message on JsonAbles! Time to Tinker!
    Quote from solarregis»

    Just wanted to say that this is an AMAZING additional to the modpacker's arsenal! Hate to re-iterate what everyone else is asking for, but are there plans to add special effects to a material? Shouldn't be too hard if TiC uses potion/enchantment effects


    Also, since everyone seems to be having trouble getting everything working, I'll post my code here for you guys to modify at your leisure:

    Fluid/Tool Part registration: (this will go in "jsonables\json", and you can call it what you want. This file is called "Valyrian_Steel.json")



    {
    "materials":[
    {
    "name":"Valyrian Steel",
    "key":"gotsteel",
    "style":"white",
    "resource":"minecraft:dirt",
    "materialID":777,
    "durability":5000,
    "miningSpeed":2000,
    "attack":7,
    "reinforced":10,
    "primaryColor":14475501,
    "value":0.5,
    "handleModifier":3.5,
    "stonebound":0,
    "buildParts":false,
    "harvestLevel":10,
    "modifiers":2,
    "arrowMass":1,
    "arrowBreakChance":0,
    "bowDrawSpeed":5,
    "bowSpeedMax":3
    }
    ],

    "fluids":[
    {
    "unlocalizedName":"valyrian.steel",
    "density":"255",
    "gaseous":"false",
    "luminosity":"15",
    "temperature":2000,
    "viscosity":"5",

    "castingMaterialID":777,
    "color":14475501
    }
    ],

    "aspects":[

    ],

    "oreBerries":[

    ],

    "smelteryFuels":[

    ]
    }



    Localized Names: (this file should be called "en_US.lang", for example, and goes in the "jsonables\lang" folder)



    fluid.valyrian.steel.name=Valyrian Steel


    item.valyrian.steel_bucket.name=Valyrian Steel Bucket


    material.gotsteel=Valyrian Steel


    tile.valyrian.steel.name=Molten Valyrian Steel


    Also, I'd like to add different kinds of Ingots for the molten materials and Fletching too (Chocobo Feather Fletching should be a thing!), are there plans to make these doable?


    Thank you! This really helped.

    But there is a problem: the smeltery won't melt (as in your example) dirt into "gotsteel". So there is no way to obtain said material since parts can't be built by hand.


    EDIT: In other news, fluids registered this way cannot be poured into any tanks, and they glitch a bunch when poured as a block. They do not appear to properly inherit the set properties (viscosity, density, luminosity and most noticeably temperature).


    EDIT2: Okay, I cannot for the life of me figure out how to add a single mod-related material to this thing. Doesn't matter what name I use: ID, ID w/o mod name, unlocalized name, unlocalized name with mod name - nothing works, for materials with and without meta data. Is there a fundamental difference from adding vanilla-based materials that I am not aware of?

    Small correction, this only seems to happen with some mods, like Mekanism. Others, like Thaumcraft, do cooperate just fine.


    EDIT3: This could really benefit from being able to use oredictionary names for materials. Otherwise, the same type of material from different mods doesn't work.


    @Alestance: You can use Iguana's Tweaks to achieve that. Just turn off all modules you don't want and edit the restrictions config - it allows you to set which tool parts can be crafted from which materials, in both white and black list styles.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4 - 1.8.9] Dynamic Sword Skills (updated 3/11/2017)
    Quote from coolAlias»

    #1 has been reported before, and I'll look into it when I have time. I have never personally been able to replicate it, and I suspect it has something to do with differing frame rates.


    #2 is simply bad luck - the other orbs most certainly do generate, but it's totally random and part of random distribution is finding the same thing multiple times (RNGs commonly produce the same number up to 7 times in a row).


    I can confirm #1. With Vsync set to 60, the dodge works fine. With the limit at 180 fps (and the game running at such), your character goes off flying. This same issue happens with the Back Slice skill, except in that case the character runs forward at ludicrous speed. So, with unlimited FPS, no Vsync and a good PC, you can reach warp speed, easy. Not a critical issue though.



    An issue I've been having though, is Leaping Blow only does AOE damage when I'm in creative mode. In survival, regardless of skill level, it only hits the one target in front.

    Posted in: Minecraft Mods
  • 0

    posted a message on [Oct 8] Coros Mods: ZombieAwareness for 1.10.2 with new improvements
    For some reason, CoroUtils causes a crash when trying to play on a skyblock-type map.

    Description: Exception in server tick loop
    
    java.lang.ArrayIndexOutOfBoundsException: -1
     at net.minecraft.world.chunk.Chunk.func_150810_a(Chunk.java:511)
     at CoroUtil.world.grid.chunk.ChunkDataPoint.initFirstTime(ChunkDataPoint.java:78)
     at CoroUtil.world.grid.chunk.ChunkDataGrid.getChunkData(ChunkDataGrid.java:58)
     at CoroUtil.world.grid.chunk.ChunkDataGrid.getChunkData(ChunkDataGrid.java:38)
     at CoroUtil.world.WorldDirector.tick(WorldDirector.java:132)
     at CoroUtil.world.WorldDirectorManager.onTick(WorldDirectorManager.java:175)
     at CoroUtil.forge.EventHandlerFML.tickServer(EventHandlerFML.java:62)
     at cpw.mods.fml.common.eventhandler.ASMEventHandler_505_EventHandlerFML_tickServer_ServerTickEvent.invoke(.dynamic)
     at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
     at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
     at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:260)
     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:536)
     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)


    This ONLY happens on a skyblock map (i.e. when there are very few solid blocks around the player in the overworld, didn't encounter any problems in the end despite it having low density), it works w/o any issues on a normal world (and seems to work fine with sky islands, which is sort of a middle ground, but I haven't tested that much).

    Could this possibly be fixed with some config option?
    Posted in: Minecraft Mods
  • 0

    posted a message on Teds World Gen Mods - Realistic World Gen Alpha 1.3.2
    Trying to use FWG, keep getting an "exception generating new chunk" error.

    Description: Exception generating new chunk
    
    java.lang.ArrayIndexOutOfBoundsException: 32895
     at net.minecraft.world.biome.BiomeGenBase.func_150560_b(BiomeGenBase.java:390)
     at net.minecraft.world.biome.BiomeGenHills.func_150573_a(BiomeGenHills.java:90)
     at mariculture.core.handlers.WorldEventHandler.onReplaceBiomeBlocks(WorldEventHandler.java:66)
     at cpw.mods.fml.common.eventhandler.ASMEventHandler_351_WorldEventHandler_onReplaceBiomeBlocks_ReplaceBiomeBlocks.invoke(.dynamic)
     at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
     at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
     at fwg.generator.ChunkGeneratorSkyDimension.replaceBlocksForBiome(ChunkGeneratorSkyDimension.java:184)
     at fwg.generator.ChunkGeneratorSkyDimension.func_73154_d(ChunkGeneratorSkyDimension.java:235)
     at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:172)
     at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
     at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
     at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
     at net.minecraft.world.World.func_72964_e(World.java:419)
     at net.minecraft.world.World.func_147439_a(World.java:345)
     at net.minecraft.world.World.func_147437_c(World.java:365)
     at net.minecraft.world.World.func_147474_b(World.java:329)
     at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
     at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
     at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
     at net.minecraft.world.World.<init>(World.java:260)
     at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
     at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:62)
     at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


    Obviously mariculture is at fault. Also suspect that I'll be getting a similar error with Hardcore Ender Expansion (gave pretty much the same error when attempting to generate a void end using Ex Nihilo).



    Question is, is there a way to circumvent this? Besides the obvious remove mod-create world-add mod path.
    Posted in: Minecraft Mods
  • 0

    posted a message on Balanced Exchange (by Brad16840)
    Hey there!
    You've probably heard this before, but this mod is great! EE2 was one of my favorites, and this has all that I liked from there and more! Especially love the ability to add custom MPB values, no more un-transmutable mod items!

    Only, there's one problem with that. When you add a lot of custom MPBs, this error can occur:

    java.lang.IllegalArgumentException: Payload may not be larger than 32k
    at net.minecraft.network.packet.Packet250CustomPayload.<init>(SourceFile:34)
    at brad16840.common.CustomPacket.makePacket(CustomPacket.java:160)
    at brad16840.common.CustomPacket.sendToPlayer(CustomPacket.java:172)
    at brad16840.balancedexchange.PacketHandler.initializePlayer(PacketHandler.java:607)
    at brad16840.balancedexchange.ConnectionHandler.playerLoggedIn(ConnectionHandler.java:15)
    at cpw.mods.fml.common.network.NetworkRegistry.playerLoggedIn(NetworkRegistry.java:173)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePlayerLogin(FMLNetworkHandler.java:299)
    at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:156)
    at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
    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:129)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

    Basically, it seems to happen when the config files loaded by the mod exceed a certain size total (I tried splitting overrides into several, but to no avail). To be more specific, it only counts "working" symbols (not commented lines), but actually caps before the config reaches 32000 "useful" symbols (I tried with 29998 including line breaks and it still crashed, but 26802 worked). The crash happens upon attempting to load a world.

    Is there any way this could be fixed?
    P.S. I'm using the MC1.6.4 version of the mod
    Posted in: Minecraft Mods
  • 0

    posted a message on An April Apology
    ...and a passive-aggressive butt-hurt follow-up to a lame april's fool day joke. You guys need to go through some humour training.
    Posted in: Minecraft News
  • 1

    posted a message on Minecraft Gets New Developer, Sells to EA
    A good April's fool joke should be less obvious and more fun.
    Posted in: Minecraft News
  • 0

    posted a message on Tinkers' Construct Suggestions
    Quote from theweltinator

    1. Yeah.

    2. Um...you wouldn't use wool or leather to make tools, and I don't think stone or bone would make good armor. Firstly, how would you shape it? And for its brittleness, it's pretty heavy. Lose-lose situation. (That should probably be a thing- weight. E.g., iron armor slows you down a bit, but has great protection, while you can sprint at full speed in wool/leather/paper armor, at the cost of low defense/durability.)

    3. Seems about right, I guess.

    4. Ooh, silky cloth would be good as padding.

    5. 2 pistons on Boots: Jump Boost. Redstone Lamp on Helmet: Headlights. Also, as most modifiers are simply replacements for enchanting, there would have to be Respiration (Reeds for a breathing tube?) and Aqua Affinity on Helmets, and Protection, Projectile Protection, Fire Protection, and Blast Protection on all Armor pieces. I agree with Cactus inherently having Thorns (and adding a cactus armor plate adds Thorns, sort of like Obsidian Plate adding Reinforced to any tool added to?), but I disagree that a flaming crystal would do much to help protect you from fire. If anything, it would make you more likely to burn.

    6. You mean in arrows? Never noticed that, but that is weird.

    7. Sabers? You mean Cutlass?

    2. You're looking at this from real-world logic viewpoint. It doesn't apply to minecraft.

    Stone/bone armor is supposed to be pretty bad, because it's easy to make (compared to iron armor requiring the smeltery and everything). It would still be better than no armor though.

    Weight could be a thing, but I'm not sure how well that would work - the mechanic isn't there in vanilla. Not saying it as a bad thing, but weight would be a factor in balancing armors (I think).

    5. I think a portable light source is difficult to code with how lighting is handled in minecraft. And again, from a minecraft point of view, adding a flaming crystal to armor makes perfect sense as fire protection.

    6. Yes, that is the only tinker's tool that has weight so far.

    7. Yeah, my bad. The components (and complete cutlasses) are available in creative, but you can't make the full guard pattern in the stencil table.
    Posted in: Mods Discussion
  • 0

    posted a message on Tinkers' Construct Suggestions
    Quote from Algester
    suggestion huh... modular armor? like each armor has a castable part? plating, binding ... would that be feasible... if were going to look at some of the tinker's construct items such as lava crystal... on armor it gives you fire resistance? or impervious to lava? fletching of feather either gives you glide/flight? cactus has spiny defense or chance to hit enemies near the player well cactus as a modifier but not a part
    I'm just thinking this on top of my head since I saw the armor casts being only a cast... :/ so why not construct your own from parts... that was what I was thinking after all that was the beauty of the mod on its own, obsidian plating with leather padding and paper armor binding...

    This, so very very much. To expand a little on the idea:

    1. Plating for armor could be like tool heads for tools, i.e. it defines what type of armor you can make. Padding and binding could be universal, like tool rods.

    2. Plating would define the base durability and "armor value" (dunno the actual term for this) of the armor piece. Rock-type armor (stone, obsidian) could have high damage mitigation but low durability (it is brittle).

    Full sets of armor in vanilla have the following armor values (hereafter simply defense) and durability (the later based off chestplate): leather 7 (81), gold 11 (113), chain 12 (241), iron 15 (241), diamond 20 (529).

    I imagine wood being something like 10 defense with 40 durability on the chestplate (it is harder than leather, but also brittle), stone ~15 defense with 40 to 60 durability on the chestplate. Obsidian could have a defense of 18 to 20 with a durability of around 120. Bone could be 10 defense with a durability of around 100. Iron armor could be more or less the same - 15 defense with ~250 durability (the base for tool parts).

    These are just some examples. Also, I personally see no problem with the TC nether metals giving more than 20 defense - they are rare, and I imagine armor plating requiring multiple ingots. Also, it might be best to make all armor pieces have the same durability (provided their parts are made of the same materials) - a chestplate giving more armor than boots is natural, but it being more durable has no logical basis.

    These values may seem off, making vanilla armor obsolete, but I am assuming vanilla armor will not be craftable once TC adds armor (and really, it shouldn't be). Since TC tools are generally much more durable than vanilla (251 on an iron pick for 3 ingots vs 250 base durability for 1 ingot, easily increased with proper tool rods), I imagine armors will be, too. Alternatively, two versions of armor plating could be added: "light" plating that costs fewer materials but has ~0.75x defense and 0.5x durability and "heavy" plating, defaulting to the values above but requiring more materials.

    Again, these are just some ideas.

    3. Armor binding could have a function similar to tool rods: durability multiplier. It would make sense: once the binding gives out, the armor will fall apart. I imagine this being around 0.25 for low-tier brittle materials (stone, bone), ~1 for leather (maybe wool), ~1.2 for most metals, possibly up to 1.5 for TC nether metals (or just manyullyn).

    4. Armor padding could have a new function: "armor value" multiplier. Softer materials (leather, paper, wool) could have a value of 1 (maybe a bit more?) while harder materials would have a value below 1. Again, this would make sense: the point of plating is to stop the blow, the point of padding is to soften the impact. I imagine the value varying between 0.5 and 1 (since even the hardest helmet is better than none). Some rare materials (for example, silky cloth from the mod) could have a value above 1 (but no more than 1.2).

    5. I'll post some suggestions for modifiers on armor when I think of more than a couple. Durability-related modifiers (diamond, emerald, obsidian plate) could easily work. As Algester suggested, lava crystal can provide fire resistance, cactus a "thorns" effect (would that be possible to affect only hostile mobs?), feathers a feather fall effect... some balancing would be required of course.

    6. Unrelated to the topic of armor: why are paper components heavier than wood? I could see why a paper arrow would have less accuracy (which it does) or damage (which it doesn't) than a wooden one, but more weight? That seems more than a little strange.

    7. Also unrelated to armor: will sabers ever become craftable? I know they have no real point, but I like them the best aesthetically.
    Posted in: Mods Discussion
  • 0

    posted a message on Immibis's Mods - Now with 85.7% less version numbers in this title!
    Quote from immibis
    java.lang.RuntimeException: MicroblockSupporterTransformer cannot be used on blocks with multiple selection boxes. Offending block was thermalexpansion.block.conduit.BlockConduit@651b597d at ID 2006. subHit value was 6

    Microblocks are incompatible with Thermal Expansion conduits and liquiducts for the time being. Remove Thermal Expansion-related entries from immibis-microblocks.cfg on the server and client. This does mean you won't be able to cover those blocks (for now).

    That's fine, just as long as it doesn't crash. Thanks a bunch! :P
    Posted in: Minecraft Mods
  • 0

    posted a message on Immibis's Mods - Now with 85.7% less version numbers in this title!
    First of all, let me just say I love the microblocks mod. I don't know how I could have lived without it for so long.

    Unfortunately, I ran into a bit of an issue yesterday. Whenever you mouse-over Thermal Expansion liquiducts (and possibly other types of pipes specific to the mod, I hadn't tested), it causes a client-side crash. This happens regardless of holding anything or not. Server continues to work w/o issues.

    ---- Minecraft Crash Report ----
    // I let you down. Sorry :(

    Time: 07.05.13 10:44
    Description: Unexpected error

    java.lang.RuntimeException: MicroblockSupporterTransformer cannot be used on blocks with multiple selection boxes. Offending block was thermalexpansion.block.conduit.BlockConduit@651b597d at ID 2006. subHit value was 6
    at mods.immibis.microblocks.coremod.MicroblockSupporterTransformer$Util.collisionRayTrace(MicroblockSupporterTransformer.java:1029)
    at thermalexpansion.block.conduit.BlockConduit.func_71878_a(BlockConduit.java)
    at net.minecraft.world.World.func_72831_a(World.java:1423)
    at net.minecraft.world.World.func_72933_a(World.java:1227)
    at net.minecraft.entity.EntityLiving.func_70614_a(EntityLiving.java:2363)
    at net.minecraft.client.entity.EntityPlayerSP.func_70614_a(bfk.java:1369)
    at net.minecraft.client.renderer.EntityRenderer.func_78473_a(EntityRenderer.java:267)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1490)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1121)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:870)
    at net.minecraft.client.Minecraft.run(Minecraft.java:759)
    at java.lang.Thread.run(Unknown Source)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at mods.immibis.microblocks.coremod.MicroblockSupporterTransformer$Util.collisionRayTrace(MicroblockSupporterTransformer.java:1029)
    at thermalexpansion.block.conduit.BlockConduit.func_71878_a(BlockConduit.java)
    at net.minecraft.world.World.func_72831_a(World.java:1423)
    at net.minecraft.world.World.func_72933_a(World.java:1227)
    at net.minecraft.entity.EntityLiving.func_70614_a(EntityLiving.java:2363)
    at net.minecraft.client.entity.EntityPlayerSP.func_70614_a(bfk.java:1369)
    at net.minecraft.client.renderer.EntityRenderer.func_78473_a(EntityRenderer.java:267)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1490)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Sench'/380, l='MpServer', x=197,16, y=59,79, z=204,75]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (258,64,248), Chunk: (at 2,4,8 in 16,15; contains blocks 256,0,240 to 271,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 1396102 game time, 1096450 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 91 total; [EntityChicken['Chicken'/141, l='MpServer', x=200,44, y=64,00, z=131,44], EntityChicken['Chicken'/140, l='MpServer', x=198,13, y=64,00, z=134,84], EntitySkeleton['Skeleton'/143, l='MpServer', x=201,69, y=54,00, z=159,31], EntityChicken['Chicken'/142, l='MpServer', x=198,47, y=64,00, z=128,53], EntitySquid['Squid'/129, l='MpServer', x=176,50, y=56,06, z=253,50], EntityClientPlayerMP['Sench'/380, l='MpServer', x=197,16, y=59,79, z=204,75], EntitySkeleton['Skeleton'/128, l='MpServer', x=189,44, y=92,00, z=200,94], EntitySquid['Squid'/131, l='MpServer', x=185,19, y=57,03, z=261,91], EntitySquid['Squid'/130, l='MpServer', x=185,34, y=57,34, z=267,78], EntitySquid['Squid'/132, l='MpServer', x=180,97, y=58,19, z=257,25], EntitySkeleton['Skeleton'/144, l='MpServer', x=200,59, y=54,00, z=162,00], EntityCreeper['Creeper'/145, l='MpServer', x=192,47, y=64,00, z=183,00], EntityCartBasic['entity.Railcraft.railcraft.cart.basic.name'/146, l='MpServer', x=194,50, y=59,50, z=199,50], EntityZombie['Zombie'/147, l='MpServer', x=181,13, y=75,00, z=200,64], EntityCreeper['Creeper'/171, l='MpServer', x=231,50, y=64,00, z=140,50], EntityChicken['Chicken'/170, l='MpServer', x=238,56, y=63,10, z=131,59], EntityChicken['Chicken'/169, l='MpServer', x=237,53, y=63,41, z=132,34], EntityBat['Bat'/1733, l='MpServer', x=254,72, y=14,10, z=248,53], EntityZombie['Zombie'/175, l='MpServer', x=235,50, y=63,00, z=164,50], EntityZombie['Zombie'/174, l='MpServer', x=239,59, y=63,00, z=138,50], EntityZombie['Zombie'/173, l='MpServer', x=230,72, y=64,00, z=146,25], EntityCreeper['Creeper'/172, l='MpServer', x=230,50, y=64,00, z=139,50], EntityCreeper['Creeper'/1263, l='MpServer', x=260,44, y=12,00, z=252,56], EntitySkeleton['Skeleton'/163, l='MpServer', x=221,59, y=68,00, z=199,78], EntityCreeper['Creeper'/1262, l='MpServer', x=258,50, y=12,00, z=252,50], EntityCreeper['Creeper'/1261, l='MpServer', x=260,50, y=12,00, z=255,50], EntitySkeleton['Skeleton'/164, l='MpServer', x=218,50, y=75,45, z=211,69], EntityCreeper['Creeper'/1269, l='MpServer', x=185,50, y=69,00, z=233,50], EntityChicken['Chicken'/55, l='MpServer', x=123,44, y=62,36, z=182,44], EntityChicken['Chicken'/54, l='MpServer', x=122,44, y=62,39, z=181,59], EntityCreeper['Creeper'/1264, l='MpServer', x=255,78, y=14,00, z=245,88], EntitySkeleton['Skeleton'/1265, l='MpServer', x=223,50, y=73,00, z=221,50], EntitySpider['Spider'/189, l='MpServer', x=249,09, y=64,00, z=126,84], EntitySheep['Sheep'/178, l='MpServer', x=227,50, y=81,00, z=267,72], EntitySlime['Slime'/179, l='MpServer', x=229,69, y=32,96, z=281,31], EntitySheep['Sheep'/58, l='MpServer', x=123,28, y=61,00, z=184,53], EntityChicken['Chicken'/57, l='MpServer', x=123,53, y=62,00, z=180,41], EntityBat['Bat'/176, l='MpServer', x=231,83, y=25,00, z=260,20], EntityChicken['Chicken'/56, l='MpServer', x=124,28, y=62,15, z=183,44], EntitySheep['Sheep'/177, l='MpServer', x=227,28, y=73,00, z=259,13], EntitySheep['Sheep'/180, l='MpServer', x=230,50, y=65,00, z=273,47], EntitySheep['Sheep'/205, l='MpServer', x=249,13, y=112,00, z=276,19], EntitySheep['Sheep'/204, l='MpServer', x=243,22, y=86,00, z=274,84], EntitySheep['Sheep'/206, l='MpServer', x=250,34, y=116,00, z=279,47], EntityBat['Bat'/71, l='MpServer', x=122,75, y=17,86, z=136,69], EntityCreeper['Creeper'/201, l='MpServer', x=249,53, y=28,00, z=260,97], EntitySlime['Slime'/200, l='MpServer', x=246,30, y=28,18, z=259,31], EntitySheep['Sheep'/76, l='MpServer', x=129,41, y=65,00, z=187,94], EntitySheep['Sheep'/77, l='MpServer', x=140,50, y=64,00, z=177,44], EntityItem['item.item.egg'/196, l='MpServer', x=252,88, y=64,13, z=145,09], EntityChicken['Chicken'/78, l='MpServer', x=139,56, y=64,00, z=184,38], EntitySquid['Squid'/199, l='MpServer', x=244,72, y=61,31, z=204,31], EntitySheep['Sheep'/79, l='MpServer', x=142,50, y=64,00, z=182,81], EntitySquid['Squid'/198, l='MpServer', x=249,50, y=59,75, z=205,50], EntitySpider['Spider'/6387, l='MpServer', x=246,50, y=64,00, z=168,50], EntitySheep['Sheep'/73, l='MpServer', x=140,63, y=64,00, z=157,19], EntityChicken['Chicken'/74, l='MpServer', x=124,56, y=65,00, z=172,47], EntityChicken['Chicken'/195, l='MpServer', x=247,47, y=64,00, z=146,59], EntityChicken['Chicken'/75, l='MpServer', x=134,44, y=64,00, z=175,38], EntityChicken['Chicken'/194, l='MpServer', x=253,41, y=64,00, z=143,63], EntityZombie['Zombie'/220, l='MpServer', x=257,50, y=23,00, z=130,50], EntityZombie['Zombie'/6383, l='MpServer', x=256,50, y=82,00, z=279,50], EntitySheep['Sheep'/222, l='MpServer', x=268,22, y=108,00, z=268,50], EntitySheep['Sheep'/81, l='MpServer', x=136,66, y=65,00, z=177,16], EntityChicken['Chicken'/80, l='MpServer', x=134,47, y=64,00, z=180,44], EntityItem['item.item.egg'/82, l='MpServer', x=135,09, y=64,13, z=178,78], EntityBat['Bat'/1723, l='MpServer', x=262,38, y=43,04, z=281,75], EntityZombie['Zombie'/4578, l='MpServer', x=155,50, y=64,00, z=142,50], EntitySquid['Squid'/100, l='MpServer', x=153,72, y=59,88, z=230,25], EntitySkeleton['Skeleton'/4571, l='MpServer', x=159,41, y=64,00, z=145,22], EntitySheep['Sheep'/98, l='MpServer', x=143,59, y=64,00, z=176,72], EntityChicken['Chicken'/99, l='MpServer', x=145,59, y=62,36, z=188,66], EntityZombie['Zombie'/234, l='MpServer', x=275,88, y=28,00, z=139,50], EntityChicken['Chicken'/111, l='MpServer', x=168,63, y=64,00, z=135,41], EntitySheep['Sheep'/227, l='MpServer', x=268,53, y=107,00, z=279,91], EntityZombie['Zombie'/226, l='MpServer', x=269,50, y=36,00, z=283,50], EntityZombie['Zombie'/225, l='MpServer', x=253,06, y=26,00, z=280,59], EntityCreeper['Creeper'/224, l='MpServer', x=263,28, y=27,00, z=278,00], EntitySquid['Squid'/119, l='MpServer', x=160,25, y=59,38, z=222,66], EntityItem['item.item.dyePowder.black'/118, l='MpServer', x=166,78, y=54,13, z=214,16], EntitySquid['Squid'/116, l='MpServer', x=175,47, y=51,00, z=197,12], EntityCreeper['Creeper'/115, l='MpServer', x=160,50, y=64,00, z=146,50], EntitySpider['Spider'/5928, l='MpServer', x=145,72, y=64,00, z=145,00], EntityItem['item.item.egg'/114, l='MpServer', x=172,47, y=62,13, z=156,97], EntityChicken['Chicken'/113, l='MpServer', x=171,56, y=62,36, z=157,53], EntityChicken['Chicken'/112, l='MpServer', x=175,38, y=64,00, z=136,44], EntitySquid['Squid'/127, l='MpServer', x=184,53, y=54,04, z=192,47], EntityChicken['Chicken'/125, l='MpServer', x=182,47, y=63,00, z=128,44], EntitySkeleton['Skeleton'/245, l='MpServer', x=271,50, y=29,00, z=220,09], EntityCreeper['Creeper'/5921, l='MpServer', x=150,50, y=71,00, z=280,50], EntitySquid['Squid'/120, l='MpServer', x=179,34, y=57,38, z=251,38]]
    Retry entities: 0 total; []
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2413)
    at net.minecraft.client.Minecraft.run(Minecraft.java:782)
    at java.lang.Thread.run(Unknown Source)
    Posted in: Minecraft Mods
  • 0

    posted a message on 1.7.X [Forge] (S[SM]P) Vanity Blocks Mod (updated 7-1-2016)
    It is likely GregTech's fault, seeing as how it stops storage block de/crafting by default, and metal blocks work fine due to having been allowed in the config. But appatite block is de/craft-able, although GregTech doesn't have a config for that block but does target Forestry with the unificator. So it's a bit unclear.

    Adding the blocks to GregTech's config files doesn't appear to fix the issue. Removing GregTech does make everything work as intended.

    Screenshots: http://imgur.com/8OGxYUc,02WyBs0
    I've looked through the logs and here is what I believe to be the relevant part:
    2013-05-07 10:17:57 [INFO] [STDERR] java.lang.NullPointerException
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:268)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_Utility.stackToInt(GT_Utility.java:466)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_OreDictUnificator.addAssociation(GT_OreDictUnificator.java:117)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.common.GT_OreDictHandler.registerOre(GT_OreDictHandler.java:263)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_4_GT_OreDictHandler_registerOre_OreRegisterEvent.invoke(.dynamic)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:303)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:285)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.BlockRegistration.blockregistration(BlockRegistration.java:114)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.VanityBlocksStorage.preInit(VanityBlocksStorage.java:82)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] java.lang.NullPointerException
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:268)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_Utility.stackToInt(GT_Utility.java:466)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_OreDictUnificator.addAssociation(GT_OreDictUnificator.java:117)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.common.GT_OreDictHandler.registerOre(GT_OreDictHandler.java:263)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_4_GT_OreDictHandler_registerOre_OreRegisterEvent.invoke(.dynamic)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:303)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:285)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.BlockRegistration.blockregistration(BlockRegistration.java:115)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.VanityBlocksStorage.preInit(VanityBlocksStorage.java:82)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] java.lang.NullPointerException
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:268)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_Utility.stackToInt(GT_Utility.java:466)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_OreDictUnificator.addAssociation(GT_OreDictUnificator.java:117)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.common.GT_OreDictHandler.registerOre(GT_OreDictHandler.java:263)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_4_GT_OreDictHandler_registerOre_OreRegisterEvent.invoke(.dynamic)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:303)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:285)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.BlockRegistration.blockregistration(BlockRegistration.java:116)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.VanityBlocksStorage.preInit(VanityBlocksStorage.java:82)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] java.lang.NullPointerException
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:268)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_Utility.stackToInt(GT_Utility.java:466)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.api.util.GT_OreDictUnificator.addAssociation(GT_OreDictUnificator.java:117)
    2013-05-07 10:17:57 [INFO] [STDERR] at gregtechmod.common.GT_OreDictHandler.registerOre(GT_OreDictHandler.java:263)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_4_GT_OreDictHandler_registerOre_OreRegisterEvent.invoke(.dynamic)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:303)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:285)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.BlockRegistration.blockregistration(BlockRegistration.java:117)
    2013-05-07 10:17:57 [INFO] [STDERR] at vanityblocks.VanityBlocksStorage.preInit(VanityBlocksStorage.java:82)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2013-05-07 10:17:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    2013-05-07 10:17:57 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    2013-05-07 10:17:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    2013-05-07 10:17:57 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    Posted in: Minecraft Mods
  • To post a comment, please .