• 1

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Hey mike, it's awesome to see Dynmap going strong. It's one of my favorite mods/plugins of all time :)

    Today I downloaded the forge version for our new TFC server and I noticed that the link on https://github.com/webbukkit/dynmap still points to the bukkit forum which then points here. Perhaps it would be more convenient to point to this thread directly?
    Posted in: Minecraft Mods
  • 0

    posted a message on Hardcore Ender Expansion v1.8.6 (700,000+ DL'S)
    Senioo, please read 2 posts up. It explains what's going on in the error you've just posted.
    Posted in: Minecraft Mods
  • 0

    posted a message on Hardcore Ender Expansion v1.8.6 (700,000+ DL'S)
    Thank you for taking the time to explain what's going on.
    Posted in: Minecraft Mods
  • 0

    posted a message on Hardcore Ender Expansion v1.8.6 (700,000+ DL'S)
    Quote from chylex
    Or you could actually read what the crash report tells you to do (enable debugging to find the information to report), and do it. But do as you wish, when you lose your items or even your world due to a crafting crash (which is what this issue causes in Minecraft alone), maybe you will see how critical the problem is.

    I will not do that. I've already taken the time to report the issue. HEE could have provided me with the information without requiring me to change configuration files, let your mod force my client to exit again, then dig up the information somewhere. And of course I would have to change the configuration back because debugging should never be kept on.

    You choose to include a function to check for other mod's recipes and force the client to exit if it found something that might possibly not be OK according to your interpretation. It even says so in the error message that it's "likely" caused by this but not "certainly".

    If you want people to report issues then don't require them to jump through hoops that you created. Just tell them what to report exactly or don't raise an issue.
    Posted in: Minecraft Mods
  • 0

    posted a message on RemoteIO v2.1 - It's Time to Think Outside the Blocks
    Using RemoteIO-1.7.10-1.4.2.B47-universal I got the following crash when attempting to put a transfer chip into an interface block:

    java.lang.ArrayIndexOutOfBoundsException: 108
     at cpw.mods.ironchest.TileEntityIronChest.func_70301_a(TileEntityIronChest.java:87)
     at dmillerw.remoteio.tile.TileRemoteInterface.func_70301_a(TileRemoteInterface.java:374)
     at com.yogpc.qp.TileBasic.addToIInv(TileBasic.java:195)
     at com.yogpc.qp.TileBasic.injectToNearTile(TileBasic.java:231)
     at com.yogpc.qp.TileBasic.S_pollItems(TileBasic.java:157)
     at com.yogpc.qp.TileQuarry.S_updateEntity(TileQuarry.java:87)
     at com.yogpc.qp.TileQuarry.func_145845_h(TileQuarry.java:516)
     at net.minecraft.world.World.func_72939_s(World.java:1912)
     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
     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)

    Crash report: http://paste2.org/4PNyAVnj
    Posted in: Minecraft Mods
  • 0

    posted a message on Hardcore Ender Expansion v1.8.6 (700,000+ DL'S)
    Quote from chylex

    It would've been more helpful to post the crash..

    Using HEE 1.6.3 and Forestry 3.0.0.178 (link to their Jenkins) produces the following error message:
    java.lang.RuntimeException: Hardcore Ender Expansion has found a defective recipe and cannot proceed! Another mod is likely registering a recipe BEFORE registering blocks and items, which is considered a serious error! Please, remove other mods until this message stops appearing to find which mod causes the issue, and then report it to that mod's author. You can also enable logDebuggingInfo in config to pinpoint the exact issue better.
     at chylex.hee.mechanics.orb.OrbAcquirableItems.initialize(OrbAcquirableItems.java:123)
     at chylex.hee.HardcoreEnderExpansion.onPostInit(HardcoreEnderExpansion.java:261)
     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:513)
     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
     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.EventSubscriber.handleEvent(EventSubscriber.java:74)
     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
     at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
     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)
     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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
     at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
     at org.multimc.EntryPoint.listen(EntryPoint.java:165)
     at org.multimc.EntryPoint.main(EntryPoint.java:54)

    Crash report: http://paste2.org/eFVyGEmX

    HEE suggests it might be a problem with a Forestry recipe and tells me I should report it to Forestry. But since HEE didn't tell me what to report exactly, I'm not going to bother the other mod author with an error reported by a mod that is not his own. I hope you understand.
    Posted in: Minecraft Mods
  • 0

    posted a message on AnimationAPI - Animate your entities! [v1.2.3]
    Quote from monnef

    Are you sure you want that? If every modder who uses some library would have to write its own version then a lot of time is just wasted. A lot of time which could go into creating actual content would be put into something that is already done and ready to be used (and probably better). Imagine every modder reinventing wheel and not using e.g. Forge/FML - a lot of low level stuff involving runtime class transformation and deobfucation, and very likely incompatibility with many mods making similar modifications (a bit better, but still very close to old days of class replacing in Minecraft jar). I'm not familiar with this library, but I guess it's the same problem which it solves - saving time and minimizing mod conflicts.

    PS: I also dislike having dependencies, but as long as they are open source (so anyone can continue developing it when original author vanishes) it's fine.

    You're right that it saves mod authors a lot of work. But the point crunkazcanbe is making is that mods are held back if APIs aren't updated quickly. Which is what's happening with the Animation API right now. All the mods that use it have been stuck on 1.7.2 for quite a while now.

    So as much as it benefits mod authors, it also introduces dependencies for them. Before they can update their mods to a new Minecraft version they'll need a new Forge, then they need a new version of any of the APIs their using and only then they can start building and testing for the new environment. The result is slower releases for new Minecraft versions.

    Using an API isn't bad. But it does slows things down, even if it speeds up development in other areas :)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] [Private Public Mod Pack] HappyDiggers AMP
    AMP has been updated to v2.6.0 with the following changelog:

    v2.6.0
    -Server only: updated mcpc-plus to R2.1-forge965-B262
    -Added Harvestcraft Waila Fixes
    -Added Thaumcraft Mob Aspects
    -Added recipes for Forestry fertilizer based on Piles of Ashes
    -Updated DamageIndicators to 2.9.2.4
    -Updated ExtraCells to 1.6.9b
    -Updated ForgeMultipart to 1.0.0.250
    -Updated Galacticraft to 2.0.12.1029
    -Updated GalacticraftPlanets to 2.0.12.1029
    -Updated LogisticsPipes to 0.7.4.dev.192
    -Updated MicdoodleCore 2.0.12.1029
    -Updated ThermalExpansion to 3.0.0.7
    -Updated TinkersConstruct to 1.5.5.7
    -Updated Tubes to 2.0.0
    Posted in: Minecraft Mods
  • 0

    posted a message on Legobear154's Mods - MyTown, aPerf, and ForgePerms
    I read a few pages back an saw the questions about the permissions. Unfortunately the answers given didn't solve the problem for the person asking, and they didn't solve it for me neither.

    You say permissions are a little different. Different how? Is there something I'm doing wrong? Should I be doing it differently?
    Posted in: Minecraft Mods
  • 0

    posted a message on Legobear154's Mods - MyTown, aPerf, and ForgePerms
    I'm having a bit of trouble setting up the permissions for MyTown using MCPC+.

    I've installed the following mods:
    • MyTown-1.6.1.16
    • MyTownLib
    • ForgePerms-1.6.1.7 WithoutPEX

    I've installed the following plugins:
    • ForgePermsCBBridge-1.1.15
    • Vault-1.2.31
    • PermissionsBukkit_2.1beta
    In the PermissionsBukkit file I've added the following perm to every group: ee.lutsu.alpha.mc.mytown.commands.*: true
    Here's the complete file: http://paste2.org/LhAa3YUh

    The ForgePermsCBBridge config is set to the following:
    loggingLevel: 'OFF'
    permissions: true
    economy: false
    chat: true

    So far non-OP players are not able to use the MyTown commands. What am I missing?
    Posted in: Minecraft Mods
  • 0

    posted a message on April Fools In Minecraft?
    I enjoyed the GregTech troll face prank. Our base was overrun with millions of troll faces :D

    Posted in: Discussion
  • 0

    posted a message on [1.6.4 Forge] Thaumic Integration! Get your ME Essentia and Thaumic TiCon Tool Modifiers!
    Looking forward to the integration between mods :)

    I'm not interested in beta testing myself, got too many project already. But if you're ever in need of a server to test the mod with all the other mods on let me know. The HappyDiggers AMP server might suit your needs.
    Posted in: WIP Mods
  • 0

    posted a message on The Twilight Forest (v2.3.5: Wrecking Block)
    Using Twilight Forest 1.20.4 I get the following error on startup:
    cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
        at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
        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)
        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 org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
        at org.multimc.EntryPoint.listen(EntryPoint.java:139)
        at org.multimc.EntryPoint.main(EntryPoint.java:53)
    Caused by: java.lang.ExceptionInInitializerError
        at chylex.hee.HardcoreEnderExpansion.onPreInit(HardcoreEnderExpansion.java:142)
        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.GeneratedMethodAccessor2.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:201)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
        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:112)
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
        ... 17 more
    Caused by: java.lang.RuntimeException: Duplicate stat id: "achievement.twilightProgressTroll" and "achievement.hard0Deaths" at id 5249905
        at net.minecraft.stats.StatBase.func_75971_g(SourceFile:32)
        at net.minecraft.stats.Achievement.func_75985_c(SourceFile:51)
        at chylex.hee.system.achievements.AchievementManager.addAchievement(AchievementManager.java:52)
        at chylex.hee.system.achievements.AchievementManager.addAchievement(AchievementManager.java:48)
        at chylex.hee.system.achievements.AchievementManager.addChallenge(AchievementManager.java:58)
        at chylex.hee.system.achievements.AchievementManager.<clinit>(AchievementManager.java:37)
        ... 44 more

    Crash report: http://paste2.org/CV6BnKcF

    I've searched both Twilight Forest and Hardcore Ender Expansion configs for the mentioned stats, but they don't appear there for either mod.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] [Private Public Mod Pack] HappyDiggers AMP
    AMP is updated to v2.1.2. This update took longer then expected due to some problems with the Extra Cells in combination with Applied Energistics and a few critical bugs we wanted to get out of the way first.

    This update adds GrowthCraft, the Thaumic Tinkerer and a bunch of new records to play. And of course all the mods are updated to their latest versions so there is a ton of new stuff to do

    This is the changelog since the previous version:

    v2.1.2
    -Reverted Applied Energistics back to rv13 due to network instability. Downside to this is that Extra Cells fluid access terminals and displays no longer work reliably.
    -Server only: updated to mcpc-plus-1.6.4-R2.1-forge965-B250
    -Updated Advanced Solar Panels to 3.4.7
    -Updated Barrels to 3.4.1
    -Updated DragonAPI to v18c
    -Updated EnderForest to v18
    -Updated EnderIO to 0.11.3.330
    -Updated Galacticraft to 2.0.11.982
    -Updated Galacticraft-Planets to 2.0.11.982
    -Updated GraviSuite to 1.9.9a
    -Updated MicdoodleCore to 2.0.11.982
    -Updated MineFactoryReloaded to 2.7.6B1-428
    -Updated NetherOres to 2.2.2B1-46
    -Updated OpenBlocks to 1.2.5-snapshot-273
    -Updated OpenModsLib to 0.2-snapshot-146
    -Updated OpenPeripheralAddons to 0.1.1-snapshot-64
    -Updated OpenPeripheralCore to 0.3.1-snapshot-75
    -Updated Project Red to 4.3.1 build 25
    -Updated ReactorCraft to v18
    -Updated RotaryCraft to v18b
    -Updated Thaumcraft to 4.1.0f

    v2.1.1
    -Disabled Thaumic Tinkerers bedrock dimension.
    -Enabled Tinkers Construct slime islands to spawn in the mining dimension.
    -Removed Pop pack due to it being incompatible with the latest More Records Core. Added new music packs: As We Descend Pack, The King Lunar Pack and My Little Pony Pack.
    -Server only: updated to mcpc-plus-1.6.4-R2.1-forge965-B247
    -Disabled Applied Energistics Spatial features. R14 is unfinished and these new features have critial bugs in them.
    -Enabled the blue Magical Forests. Beware of the creatures that spawn there during the night!
    -Updated Applied Energistics to rv14-finale3
    -Updated Barrels to 3.4
    -Updated bcTools to v1.4-a-16
    -Updated Better Dungeons to 208
    -Updated BigReactors to 0.3.0rc2
    -Updated CodeChickenCore to 0.9.0.9
    -Updated DartCraft to 0.2.17
    -Updated EnderIO to 0.11.2.325
    -Updated Extra Cells t 1.6.8b
    -Updated Galacticraft to 2.0.11.980
    -Updated Galacticraft-Planets to 2.0.11.980
    -Updated Hardcore Ender Expansion to 1.4.2
    -Updated Logistics Pipes to 0.7.4.dev.108
    -Updated Magical Crops to 3.2.0_BETA_15a
    -Updated Papwriter to 2.0.17
    -Updated Mekanism to 6.0.3.21
    -Updated Mekanism Generators to 6.0.3.21
    -Updated Mekanism Tools to 6.0.3.21
    -Updated MicdoodleCore to 2.0.11.980
    -Updated MineFactoryReloaded to 2.7.6B1-422
    -Updated More Records Core to 2.1.0
    -Updated OpenBlocks to 1.2.5-snapshot-264
    -Updated OpenModsLib to 0.2-snapshot-144
    -Updated OpenPeripheralAddons to 0.1.1-snapshot-63
    -Updated OpenPeripheralCore to 0.3.1-snapshot-71
    -Updated Railcraft to 8.4.0.0
    -Updated Translocator to 1.1.0.15

    v2.1.0
    -Added Thaumic Tinkerer and Thaumic Tinkerer KAMI
    -Added GrowthCraft
    -Disabled Mekanism voice server
    -BigReactors Yellorium is no longer treated as Uranium
    -Updated ChickenChunks to 1.3.3.4
    -Updated CodeChickenCore to 0.9.0.8
    -Updated DragonAPI to 1.6 V17
    -Updated EnderForest to 1.6 V17
    -Updated EnderIO to 0.11.0.268
    -Updated EnderStorage to 1.4.3.6
    -Updated ExtraCells to 1.6.7e
    -Updated Galacticraft to 2.0.10.972
    -Updated Galacticraft Planets to 2.0.10.972
    -Updated GregTech to 4.08s
    -Updated Hats to 2.1.4
    -Updated Hardcore Ender Expansion to 1.4.1
    -Updated mcpc-plus to R2.1-forge965-B245 (server only)
    -Updated Mekanism to 6.0.2.17
    -Updated Mekanism Generators to 6.0.2.17
    -Updated Mekanism Tools 6.0.2.17
    -Updated MicdoodleCore to 2.0.10.972
    -Updated MineFactoryReloaded to 2.7.6B1-409
    -Updated NetherOres to 2.2.2B1-45
    -Updated neiaddons to 1.10.4.64
    -Updated NotEnoughItems to 1.6.1.9
    -Updated OpenBlocks to 1.2.5-snapshot-250
    -Updated OpenModsLib to 0.2-snapshot-142
    -Updated OpenPeripheralCore to 0.3.1-snapshot-61
    -Updated ReactorCraft to 1.6 V17b
    -Updated RotaryCraft to 1.6 V17b
    -Updated Thaumcraft to 4.1.0e
    -Updated Tinkers Construct to 1.5.3
    -Updated Tinkers Mechworks to 0.1.4.2
    -Updated Translocator to 1.1.0.14
    -Updated Waila to 1.5.1a
    -Updated WR-CBE to 1.4.0.7
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from mikeprimm

    Should be fixed in the latest 1.9.3-alpha-1 build (from this afternoon0.

    Thanks! I can confirm the crash is gone for us in the current 1.9.3-alpha-1 :)

    However it seems that some blocks from Extra Utilities(glass), Chisel(walls) and Forestry(alvearies used to be rendered as 1 multi-block machine, top-right) are now no longer recognized. Here's an example.
    Posted in: Minecraft Mods
  • To post a comment, please .