• 0

    posted a message on Storage Drawers - [1.7.10 - 1.12]
    I just realized that every time I shut down minecraft and relog, the Cobble in the compacting drawer grows. Went from a few stacks of double to several stacks of sextuple.
    Posted in: Minecraft Mods
  • 0

    posted a message on Storage Drawers - [1.7.10 - 1.12]
    I tried this in creative and survival. When I recorded it didnt copy the item. I thought it would be easier to show you.

    Posted in: Minecraft Mods
  • 0

    posted a message on Storage Drawers - [1.7.10 - 1.12]
    Sorry, its actually double right click with an empty hand causes the dupe bug. I did try the new beta still does the same thing. Tried it in my test world with only this and NEI installed. Still does it.
    Posted in: Minecraft Mods
  • 0

    posted a message on Storage Drawers - [1.7.10 - 1.12]
    OH, I see. The block of flesh does not convert. I believe its Thaumcraft that uses that block. ;)

    The compacting drawer is the best thing since peanut butter. The III Status upgrade is the most useful I think.



    I may have found another bug. When right clicking the compacting drawer with an empty hand it will take something out of inventory. Without removing it. Dupe.
    Posted in: Minecraft Mods
  • 0

    posted a message on Storage Drawers - [1.7.10 - 1.12]
    Just been playing around with the Compacting drawer, I'll have to say that it is pretty sweet! I like how it works with other mods. I didnt realize that it would take cobble and convert it to compressed and even double compress. The ingots are cool to with blocks and nuggets. Very cool, looking forward to seeing what else you have up your sleeve.

    Although it didnt recognize the Block of Flesh made from Rotten Flesh.
    Posted in: Minecraft Mods
  • 0

    posted a message on AtomicStryker's Infernal Mobs - Diablo Style Modifiers
    It seems that the Ninjas are always getting them selves into walls.:(
    Posted in: Minecraft Mods
  • 0

    posted a message on Storage Drawers - [1.7.10 - 1.12]
    Love the mod and the shelves look great. This is much more compact than barrels.

    Been testing a bit with the Beta. It seems that the status upgrade III acts like Upgrade I. Also the indicators for the 4 drawers are mixed up, if I fill the right drawer the indicator is on the left.

    It would be cool to have another upgrade or 2.

    Working on some HD textures. Just an idea: Maybe the indicator could be a small bar to the side of the drawer, that way we can still see the handles.:)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Charlotte's Utilities (v0.7.0 final ver. for MC1.6.4) - Layout Blocks, Markers, and More!
    Looking forward to seeing this updated.
    Posted in: WIP Mods
  • 0

    posted a message on Better Sand Mod
    I like how it makes sand more difficult and interesting to harvest and gives it its own characteristics. Makes it a bit different than all the other blocks.

    Suggestion: Silk touch would still work on a regular sand block.

    I haven't seen this in the WIPs mods.
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Copious Dogs Mod
    I seem to be having a problem. Any help appreciated, Thanks.
    For some reason I cant make spoilers work. Sorry.

    Description: Rendering entity in world

    java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Byte
    at net.minecraft.entity.DataWatcher.func_75683_a(SourceFile:83)
    at com.github.copiousdogs.entity.EntityDog.hasLeash(EntityDog.java:196)
    at com.github.copiousdogs.client.render.entity.RenderDog.func_76986_a(RenderDog.java:58)
    at net.minecraft.client.renderer.entity.RenderLiving.func_76986_a(SourceFile:11)
    at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
    at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:271)
    at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:244)
    at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:471)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1224)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

    -- Head --
    Stacktrace:
    at net.minecraft.entity.DataWatcher.func_75683_a(SourceFile:83)
    at com.github.copiousdogs.entity.EntityDog.hasLeash(EntityDog.java:196)
    at com.github.copiousdogs.client.render.entity.RenderDog.func_76986_a(RenderDog.java:58)
    at net.minecraft.client.renderer.entity.RenderLiving.func_76986_a(SourceFile:11)

    -- Entity being rendered --
    Details:
    Entity Type: CopiousDogs.french_bulldog (com.github.copiousdogs.entity.EntityFrenchBulldog)
    Entity ID: 363
    Entity Name: French Bulldog
    Entity's Exact location: -50.13, 80.72, 1080.11
    Entity's Block location: World: (-51,80,1080), Chunk: (at 13,5,8 in -4,67; contains blocks -64,0,1072 to -49,255,1087), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535)
    Entity's Momentum: 0.00, -0.20, 0.16

    -- Renderer details --
    Details:
    Assigned renderer: com.github.copiousdogs.client.render.entity.RenderDog@2edcc0b4
    Location: -18.77,2.17,-16.89 - World: (-19,2,-17), Chunk: (at 13,0,15 in -2,-2; contains blocks -32,0,-32 to -17,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Rotation: -6.0560255
    Delta: 0.1543541
    Stacktrace:
    at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
    at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:271)
    at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:244)
    at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:471)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1224)
    Posted in: WIP Mods
  • 0

    posted a message on Lycanites Mobs - Strange and Deadly Creatures!
    Cinders and the Reivers dont seem to be doing any damage. latest update.
    Posted in: Minecraft Mods
  • 0

    posted a message on Lycanites Mobs - Strange and Deadly Creatures!
    The end result of a Swarm Event is way to many Hives. I ended up with 4 massive Hives in the sky above my village. Eventually causing a lot of lag. Over a 1000 Vespids. I had to disable the Swarm Event. Is it possible to limit Queens in an area?
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    nbsp;This is fixed in v3.
    Also, what texture pack is that? It is the only one I know of to do a decent job of hi-res-ing my textures.

    Sweet, thanks.

    The textures for Geostrata are just some I did to go with my own pack. Smudge Pack. They may not be a color match to your blocks. You can use them if you want, just let me know.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Latest Gestrata connected textures 1 is not rendering the top of the blocks.

    Posted in: Minecraft Mods
  • 0

    posted a message on XtraBlocks Extreme Edition *Updated 19 March 2016
    I have finally updated to the 1.7 version and have noticed that the swords all have +4 attack damage. Or am I looking at something wrong?
    Posted in: Minecraft Mods
  • To post a comment, please .