• 1

    posted a message on [1.6.X/1.5.2/Others]Pam's Mods - Feb 9th (I'm Back!)
    Quote from xStrickenx
    Can someone tell me if this is a bug with Pam's mod or not? The error report mentions HarvestCraft, but I've yet to get around to testing the modpack without HC yet. But if this is a bug, it's fatal. :/ Error:
    2013-10-24 19:25:27 [INFO] [STDOUT] ---- Minecraft Crash Report ---- 2013-10-24 19:25:27 [INFO] [STDOUT] Time: 10/24/13 7:25 PM 2013-10-24 19:25:27 [INFO] [STDOUT] Description: Exception ticking world 2013-10-24 19:25:27 [INFO] [STDOUT] 2013-10-24 19:25:27 [INFO] [STDOUT] java.lang.NullPointerException 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:758) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72832_d(World.java:559) 2013-10-24 19:25:27 [INFO] [STDOUT] at assets.pamharvestcraft.BlockPamFruit.func_71847_b(BlockPamFruit.java:102) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72893_g(WorldServer.java:440) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:199) 2013-10-24 19:25:27 [INFO] [STDOUT] at WorldServerOF.func_72835_b(WorldServerOF.java:119) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:657) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
    Detailed Error Walkthrough:
    2013-10-24 19:25:27 [INFO] [STDOUT] -- Head -- 2013-10-24 19:25:27 [INFO] [STDOUT] Stacktrace: 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:758) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.World.func_72832_d(World.java:559) 2013-10-24 19:25:27 [INFO] [STDOUT] at assets.pamharvestcraft.BlockPamFruit.func_71847_b(BlockPamFruit.java:102) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72893_g(WorldServer.java:440) 2013-10-24 19:25:27 [INFO] [STDOUT] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:199) 2013-10-24 19:25:27 [INFO] [STDOUT] at WorldServerOF.func_72835_b(WorldServerOF.java:119)
    And now, ironically, if I remove Pam's HarvestCraft I get the same exception in server tick loop error and can't play any world (or generate one)..

    Quote from rbdyck

    Decoding: "net.minecraft.world.World.func_72832_d" is setBlock, and "net.minecraft.world.chunk.Chunk.func_76592_a" is setBlockIDWithMetadata.
    And "setBlock" is called by "assets.pamharvestcraft.BlockPamFruit.func_71847_b". That means it's trying to place a fruit block. Fruit blocks only occur on trees. But that means something is trying to generate one of Pam's fruit trees. This tells me you still have HarvestCraft installed.

    You simply place the .zip file in your mods folder. But you must do so on both your client and server. That could be two different computers. If the version of HarvestCraft is different, it will cause problems. Pam's HarvestCraft 1.6.2 ran on Minecraft 1.6.4, but her latest update is specifically for 1.6.4. And you said you removed it, but the crash report looks like it wasn't removed from the server.

    Further: line 758 looks like this:
    if (!this.worldObj.isRemote)
    {
    Block.blocksList[par4].onBlockAdded(this.worldObj, j2, par2, k2);
    }

    Since the "if" statement checks that world is not remote, that means the only way this line can run is on a server. For single player mode that's the integrated server, but in multiplayer mode that's an actual server.

    "par4" is the 4th parameter to the function, which is the blockID. If that blockID is not valid, then you will get a null pointer error.
    You have an ID problem.

    Well assuming its an ID problem as stated above, which I have to say very nice and thorough analysis, I have one question, Do you have Forestry installed? If you do, review the console because Forestry and Pam's have this "wonderful" thing where they share ids and still manage to load the game. :SSSS: Of course this crashes when you try to play and come across one of these conflicted items/blocks.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X/1.5.2/Others]Pam's Mods - Feb 9th (I'm Back!)
    Quote from SirusKing
    Would it be an idea to use a salt texture that fits with vanilla stone as opposed to the texture pack you use Pam?


    I'm sure Pam has her reasons for using the texture she is using. Most if not all of the textures are based on The Painterly Pack, which if I'm not mistaken, has that stone texture as one of a few dozen options. Same goes for GUI and a several items. If you are interested in a more vanilla look for salt along with other items, the check out the post I made earlier (included below)

    Quote from Ramireztime
    Made this a while back but now its in resourcepack format :) Only contains changed HarvestCraft textures. Screenshots/GUI: http://imgur.com/a/BGMqP Download
    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    Crashed when looking at Grind Stone crank from AE, now to salvage my save :)

    ---- Minecraft Crash Report ----
    // There are four lights!
    Time: 10/20/13 3:05 AM
    Description: Unexpected error
    java.lang.NullPointerException
    at thaumcraft.client.renderers.item.ItemThaumometerRenderer.doScan(ItemThaumometerRenderer.java:304)
    at thaumcraft.client.renderers.item.ItemThaumometerRenderer.renderItem(ItemThaumometerRenderer.java:170)
    at net.minecraftforge.client.ForgeHooksClient.renderEquippedItem(ForgeHooksClient.java:200)
    at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:89)
    at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:490)
    at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:776)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1654)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1119)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    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)

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    -- Head --
    Stacktrace:
    at thaumcraft.client.renderers.item.ItemThaumometerRenderer.doScan(ItemThaumometerRenderer.java:304)
    at thaumcraft.client.renderers.item.ItemThaumometerRenderer.renderItem(ItemThaumometerRenderer.java:170)
    at net.minecraftforge.client.ForgeHooksClient.renderEquippedItem(ForgeHooksClient.java:200)
    at net.minecraft.client.renderer.ItemRenderer.renderItem(ItemRenderer.java:89)
    at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:490)
    at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:776)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1654)
    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Ramireztime'/37006, l='MpServer', x=-293.54, y=73.54, z=-273.10]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (-131,66,368), Chunk: (at 13,4,0 in -9,23; contains blocks -144,0,368 to -129,255,383), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 1903423 game time, 1915924 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: 18 total; [EntityClientPlayerMP['Ramireztime'/37006, l='MpServer', x=-187.87, y=62.17, z=-348.50], EntityHorse['Donkey'/55961, l='MpServer', x=-332.16, y=65.00, z=-234.00], EntityPig['Pig'/55964, l='MpServer', x=-338.50, y=66.00, z=-286.69], EntityBat['Bat'/56421, l='MpServer', x=-312.75, y=21.39, z=-244.75], EntityBat['Bat'/56420, l='MpServer', x=-311.25, y=21.39, z=-240.38], EntityCaveSpider['Cave Spider'/48291, l='MpServer', x=-31.05, y=-44.62, z=-7.22], EntityChicken['Chicken'/55866, l='MpServer', x=-256.47, y=71.00, z=-296.56], EntityZombie['Zombie'/84754, l='MpServer', x=27.93, y=-8.62, z=18.74], EntitySkeleton['Skeleton'/48155, l='MpServer', x=-13.55, y=-35.97, z=-41.08], EntityZombie['Zombie'/57707, l='MpServer', x=31.14, y=-6.62, z=37.14], EntitySkeleton['Skeleton'/76143, l='MpServer', x=37.30, y=-43.62, z=5.30], EntityZombie['Zombie'/55847, l='MpServer', x=-248.09, y=39.00, z=-320.31], EntitySkeleton['Skeleton'/55845, l='MpServer', x=-247.50, y=39.00, z=-316.50], EntityClientPlayerMP['Ramireztime'/37006, l='MpServer', x=-293.54, y=73.54, z=-273.10], EntityPig['Pig'/55893, l='MpServer', x=-285.34, y=68.00, z=-230.22], EntityPig['Pig'/55894, l='MpServer', x=-266.84, y=70.00, z=-228.97], EntityPig['Pig'/55935, l='MpServer', x=-339.50, y=64.00, z=-226.47], EntityCreeper['Creeper'/56188, l='MpServer', x=-289.96, y=72.00, z=-294.69]]
    Retry entities: 0 total; []
    Server brand: mcpc,craftbukkit,fml,forge
    Server type: Non-integrated multiplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:863)
    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)
    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 376990000 bytes (359 MB) / 1109917696 bytes (1058 MB) up to 4772069376 bytes (4551 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G
    AABB Pool Size: 1757 (98392 bytes; 0 MB) allocated, 957 (53592 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 6, tallocated: 62
    FML: MCP v8.11 FML v6.4.30.934 Minecraft Forge 9.11.1.934 Optifine OptiFine_1.6.4_HD_U_C6 52 mods loaded, 52 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    FML{6.4.30.934} [Forge Mod Loader] (minecraftforge-9.11.1.934.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forge{9.11.1.934} [Minecraft Forge] (minecraftforge-9.11.1.934.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    AppliedEnergistics-Core{rv14.alpha12} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    AnimatedPlayer{1.3.0} [Animated Player Mod] ([Client]Animated_Player_v1.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    inventorytweaks{1.56} [Inventory Tweaks] ([Client]InvTweaks1.5.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([Client]ReiMinimap_v3.4_01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    arsmagica2{1.0.1} [Ars Magica 2] ([Magic]ArsMagica_1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Core{4.1.0} [BuildCraft] ([Tech]buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Energy{4.1.0} [BC Energy] ([Tech]buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    IC2{2.0.274-experimental} [IndustrialCraft 2] ([Tech]industrialcraft-2_2.0.274.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forestry{2.3.0.6} [Forestry for Minecraft] ([Tech]forestry-A-2.3.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Thaumcraft{4.0.2a} [Thaumcraft] ([Magic]Thaumcraft4.0.2a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ThaumicTinkerer{2.0} [Thaumic Tinkerer] ([Magic]ThaumicTinkerer 2.0-20.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    TwilightForest{1.20.1} [The Twilight Forest] ([Magic]twilightforest-1.20.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    barrels{3.2} [The Barrels Mod] ([Soci]Barrels 3.2-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BiblioCraft{1.5.0} [BiblioCraft] ([Soci]BiblioCraft[v1.5.0].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] ([Soci]BiblioWoods[Forestry][v1.3].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ComputerCraft{1.57} [ComputerCraft] ([Soci]ComputerCraft1.57.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CCTurtle{1.57} [ComputerCraft Turtles] ([Soci]ComputerCraft1.57.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    cfm{3.2} [§4MrCrayfish's Furniture Mod] ([Soci]FurnitureModv3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    pamharvestcraft{1.0} [Pam's HarvestCraft Base] ([Soci]HarvestCraft 1.6.4 v1.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    IronChest{5.4.1.627} [Iron Chest] ([Soci]ironchest-universal-5.4.1.627.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    TConstruct{1.6.4_1.4.6d1} [Tinkers' Construct] ([Soci]TConstruct-1.6.4 v1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] ([Soci]TConstruct-1.6.4 v1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    AppliedEnergistics{rv14.alpha12} [Applied Energistics] ([Tech]AppliedEnergistics[rv14][alpha12].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BinnieCore{1.8-dev2} [Binnie Core] ([Tech]binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ExtraBees{1.8-dev2} [Extra Bees] ([Tech]binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ExtraTrees{1.8-dev2} [Extra Trees] ([Tech]binnie-mods-1.8-dev2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Builders{4.1.0} [BC Builders] ([Tech]buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Factory{4.1.0} [BC Factory] ([Tech]buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Transport{4.1.0} [BC Transport] ([Tech]buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    BuildCraft|Silicon{4.1.0} [BC Silicon] ([Tech]buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CompactSolars{4.4.19.204} [Compact Solar Arrays] ([Tech]compactsolars[4.4.19.204].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    PowerBoxes{1.03} [Power Boxes] ([Tech]PowerBoxes_1.03.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ForgeMultipart{1.0.0.191} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.191.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Core{4.0.4.11} [Project: Red-Core] ([Tech]ProjectRedBase-1.6.4-4.0.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Compatability{4.0.4.11} [ProjectRed-Compatability] ([Tech]ProjectRedCompat-1.6.4-4.0.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Integration{4.0.4.11} [ProjectRed-Integration] ([Tech]ProjectRedIntegration-1.6.4-4.0.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Transmission{4.0.4.11} [ProjectRed-Transmission] ([Tech]ProjectRedIntegration-1.6.4-4.0.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Exploration{4.0.4.11} [ProjectRed-Exploration] ([Tech]ProjectRedWorld-1.6.4-4.0.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ProjRed|Illumination{4.0.4.11} [ProjectRed-Illumination] ([Tech]ProjectRedWorld-1.6.4-4.0.4.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Railcraft{8.1.0.0} [Railcraft] ([Tech]Railcraft_1.6.2-8.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    StevesCarts{2.0.0.a132} [Steve's Carts 2] ([Tech]StevesCarts2.0.0.a132.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    EnderStorage{1.4.3.4} [EnderStorage] (EnderStorage 1.4.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    McMultipart{1.0.0.191} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.191.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    ForgeMicroblock{1.0.0.191} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.191.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Launched Version: 1.6.4-Forge9.11.1.934
    LWJGL: 2.9.0
    OpenGL: Intel® HD Graphics GL version 2.1.0 - Build 8.15.10.2900, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: DokuCraft 1.7 (RT).zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 465 (26040 bytes; 0 MB) allocated, 96 (5376 bytes; 0 MB) used
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Power Boxes 1.1.3 - Fixing bugs since 2014!
    Is it possible to not have it be dependent on both buildcraft and ic2? For example, if you want to use it to only store buildcraft power, that way you don't need to have IC2 or vice versa?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Power Boxes 1.1.3 - Fixing bugs since 2014!
    Quote from Lordmau5

    You can disable it through ComputerCraft functions.
    Just hook the Power Box as a peripheral (peripheral.wrap()) and use the functions from the first page :)

    I am doing a SRG-Build at the moment.
    I will upload it soon, but I can't guarantee that it will work on 1.6.4 :(

    ~ Greets.

    It does work for 1.6.4, not sure what problems people are having. :/
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X/1.5.2/Others]Pam's Mods - Feb 9th (I'm Back!)
    Quote from Tehkiah

    I figured out what was going on. Weirdly enough, there was some kind of itemID conflict between HarvestCraft and Forestry and it didn't cause the client or the server to crash with a normal notification. The server DID send up a bunch of warnings about the ID's but I didn't think to check because I've never seen the client or server continue loading after an ID conflict.

    Strange!

    Yeah I've noticed that not only with HC and Forestry, but with so many other mods. A few actually stop loading the game and tell you the ids or save a txt file, but most don't, usually those load but then when you look up an item that's conflicting, the client just crashes. I'm sure with 1.7, this will be a thing of the past, and I hope mod devs don't have to re-write their mods again after this update. #modageddon ... I had to ;)

    The best you can do is change the Forestry config, that's if you installed that after HarvestCraft, if not then do the opposite.
    Posted in: Minecraft Mods
  • 0

    posted a message on MapWriter - An open source mini-map!
    How did I just find out about this just now, really cool mini-map. Replaces Rei's and Zan's now :) well at least for me
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X/1.5.2/Others]Pam's Mods - Feb 9th (I'm Back!)
    Made this a while back but now its in resourcepack format :) Only contains changed HarvestCraft textures.



    Screenshots/GUI: http://imgur.com/a/BGMqP

    Download
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X/1.5.2/Others]Pam's Mods - Feb 9th (I'm Back!)
    Thanks for updating today! Great Birthday Surprise!!! won't play MC without Harvestcraft.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X/1.5.2/Others]Pam's Mods - Feb 9th (I'm Back!)
    Quote from beckyh2112

    Well, that's terrifying from a user's perspective. After various rewrites for 1.6.2, lots of rewrites for 1.7 may drive some modders crazy.
    ...

    Completely agree, but it could "weed" out the "tired" devs that aren't up for the challenge anymore :/ ... as for the expected rewrite of your mods (lets hope not) and battle with the following updates to Minecraft "May the Odds be ever in your favor" MatrexsVigil :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Redstone Paste Mod
    Really cool mod, I've been waiting for something like this. Thank you very much. Any plans to add support for Forge Multipart, specifically the covers?
    Posted in: Minecraft Mods
  • 0

    posted a message on Carpenter's Blocks
    Carpenter's Chest anyone? Really cool mod BTW!
    Posted in: Minecraft Mods
  • 0

    posted a message on [V4.5] [1.6.2] [Forge] [SMP] Jammy Furniture Mod!
    Not sure if anyone has also noticed, but there's a glitch when you sit down. You can move around after you sit in a seat... the player is still in sitting position until you click the seat again
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.3.2][24/7][Survival][Economy] - The RT Server
    Welcome to the RT Server!

    The RT server is a 1.3.2 Survival server aiming to provide you and your friends the best gameplay around. There is currently a 32 player cap, but will increase over time. Our staff is very dedicated and new plugins are added very often. There are currently over 20 plugins running on the server. You can join at any time, there’s no whitelist.
    Visit the website for more info on donating and media.
    Link Removed
    ----------------------------------------------
    Server IP: rt.servegame.com
    Posted in: PC Servers
  • To post a comment, please .