• 0

    posted a message on Legobear154's Mods - MyTown, aPerf, and ForgePerms
    Quote from HaoSs

    also had problems with groupmanager . in pex mytonw.* works. in group manager does not.

    i managed to fix permissions somewhat ...
    http://pastebin.com/WaC7GMdY its a mess but it works


    Thanks for the reply. I tried your perms but it's still denying me. I verified my group is "Builder" and stuff I add to globalgroups.yml is working as expected. The mods all load, as does the CBbridge plugin. It says it's using VaultPerms and Vault is loaded and working. I am not finding anything wrong in my configuration of it, so I'm scratching my head a little. I guess I'll just switch to OP mode when I want to do MyTown stuff.

    Oh also, I tried the "with PEX" version and configured the permissions.yml file, but it didn't work either.
    Posted in: Minecraft Mods
  • 0

    posted a message on Legobear154's Mods - MyTown, aPerf, and ForgePerms
    My head hurts trying to get this to work, so I'm looking for some help.

    This is my setup:

    FTB Monster 1.0.9 server
    Latest MCPC+
    Essentials GroupManager for permissions, along with Vault.

    I installed ForgePerms-WithoutPEX, MyTown, and MyTownLibs in the mods folder.
    I put the CBBridge plugin in my plugins folder.

    Everything loads and works. However, I can't get it to give permissions for any /town commands unless I'm OP.
    I am using the Essentials group "builder". I gave this group mytown.* permissions so they should be able to do everything, but they can't do anything. This makes me believe the CBBridge isn't bridging the GroupManager permissions into the ForgePerms mod.

    Am I missing something obvious?
    Posted in: Minecraft Mods
  • 0

    posted a message on {1.6.2} {FORGE} HoonPad Mod A portable tablet device to carry around and use in Minecraft! OVER 18000 DOWNLOADS! THANKS :D UP
    Quote from Hoontolo

    I should change it..

    LOL, if you wanna. I just think it's funny how people yell bloody murder whenever someone uses comic sans.
    Posted in: Minecraft Mods
  • 0

    posted a message on Herblore Mod™ V2.1g [Finally Updated!]
    Did you know your default block ID's that start at 1920 and go up from there are the same as Biomes O' Plenty? The blocks for it also start at 1920, coincidentally, and go up.

    You could change yours to 1910 through 1915 and save some people from having to edit your config. Biomes O' Plenty is a very popular mod.

    Also, after fixing the conflicting IDs, I get this error at startup (using Forge 786 currently):

    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] ---- Minecraft Crash Report ----
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] // Ooh. Shiny.
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT]
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] Time: 7/12/13 10:51 AM
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT]
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: calebmanley/herblore/inv/TileEntityDryingTable
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:148)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] Caused by: java.lang.NoClassDefFoundError: calebmanley/herblore/inv/TileEntityDryingTable
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at calebmanley.herblore.blocks.ModBlocks.init(ModBlocks.java:23)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at calebmanley.herblore.Herblore.onPreInit(Herblore.java:76)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] ... 10 more
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: calebmanley.herblore.inv.TileEntityDryingTable
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] ... 38 more
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/ISidedInventory
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.ClassLoader.defineClass1(Native Method)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.ClassLoader.defineClass(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.security.SecureClassLoader.defineClass(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] ... 40 more
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.ISidedInventory
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] ... 44 more
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] Caused by: java.lang.NullPointerException
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT] ... 46 more
    Client> 2013-07-12 10:51:02 [INFO] [STDOUT]
    Posted in: Minecraft Mods
  • 0

    posted a message on Immibis's Mods - Now with 85.7% less version numbers in this title!
    All the mods are working for me except Peripherals:

    ---- Minecraft Crash Report ----
    // Ooh. Shiny.

    Time: 7/12/13 10:44 AM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/immibis/ccperiphs/rfid/TileRFIDReader
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:148)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Caused by: java.lang.NoClassDefFoundError: mods/immibis/ccperiphs/rfid/TileRFIDReader
    at mods.immibis.ccperiphs.ImmibisPeripherals.preinit(ImmibisPeripherals.java:138)
    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:540)
    at sun.reflect.GeneratedMethodAccessor3.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:193)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    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:104)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: mods.immibis.ccperiphs.rfid.TileRFIDReader
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
    Caused by: java.lang.NoClassDefFoundError: dan200/computer/api/IPeripheral
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    ... 39 more
    Caused by: java.lang.ClassNotFoundException: dan200.computer.api.IPeripheral
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:94)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 43 more
    Posted in: Minecraft Mods
  • 0

    posted a message on {1.6.2} {FORGE} HoonPad Mod A portable tablet device to carry around and use in Minecraft! OVER 18000 DOWNLOADS! THANKS :D UP
    Interesting mod. The huge comic sans font in multiple colors is going to explode my cerebrum though, so I can not look for a download link in your post due to the risk.
    Posted in: Minecraft Mods
  • 0

    posted a message on The Mists of RioV [v2.5.2]
    There are only 20 or 30 mods out for 1.6.2 right now, and the ID's for this mod conflict with at least 2 of them. Bad luck, I know, but figured I'd point them out at least, in case you want to change your defaults to try and avoid as many conflicts as possible.
    • ID 161 is used by the hugely popular Biomes O' Plenty, so I would definitely change that one if I were you. I used 232 successfully.
    • ID 800 is used by Flann Core, not a very popular mod yet, but his battleaxes and paxels are definitely useful so it might become pretty popular in MC 1.6.2. I noticed that you don't allow changing the block ID for 800, so I had to change it in Flann's config.
    Anyway, thanks for the mod! Keep up the good work.
    Posted in: Minecraft Mods
  • 0

    posted a message on AtomicStryker's Infernal Mobs - Diablo Style Modifiers
    Tried to run this mod on server 1.6.2 with Forge 786. Gives a big error that doesn't look like any error I've seen before:

    2013-07-10 09:07:36 [SEVERE] [ForgeModLoader] Caught exception from InfernalMobs
    java.lang.StackOverflowError
    at java.io.InputStream.<init>(Unknown Source)
    at java.util.zip.ZipFile$ZipFileInputStream.<init>(Unknown Source)
    at java.util.zip.ZipFile.getInputStream(Unknown Source)
    at java.util.jar.JarFile.getBytes(Unknown Source)
    at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
    at java.util.jar.JarFile.getManifest(Unknown Source)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:312)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)
    at com.google.common.reflect.ClassPath.browseFrom(ClassPath.java:278)
    at com.google.common.reflect.ClassPath.browse(ClassPath.java:265)
    at com.google.common.reflect.ClassPath.browseJar(ClassPath.java:313)

    It actually had 3000 more lines of these errors. Wondering if it just doesn't work with server 1.6.2 for some reason. It works client-side with Forge 786.
    Posted in: Minecraft Mods
  • 0

    posted a message on Hit Splat Damage Indicators v3.3.2 RPG UI and Damage Amount Mod
    Quote from Rafy3000

    I press download and it is for 1.6.1 and 1.6.2 and it downloads 1.6.1 and i want 1.6.2 and tryed to put it in the mods folder in .minecraft i used forge installer 1.6.2 for the version then changed to that version then it crashed so can someone help me?


    The zip file just wasn't renamed to include 1.6.2 in the title. That version is correct for 1.6.2. However, it doesn't work with any forge version past 777 I believe. You'll probably need to just wait for Rich to build a version that works with newer Forge.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.2] AMCO: About 150 of the best mods all working together
    Quote from Arrrg

    You are welcome. Too bad it did not work out for you.
    Prehaps you will try AMCO out again for the 1.6/1.7 update.

    I remember the 1.2.5 (Beta) days well, heh.
    'MineColony' gave the pack grief because mobs did not despawn correctly durring the night/day transition.
    I even used to include a nice demo map with the download that featured the mod back in those days.
    I tried it off and on since Beta, but always ran into long-term sability issues.
    However, 'Millenare' is included instead, and much more in-depth.
    Besides, 'MineColony' is now very out-of-date as you've said.
    FYI: I also used to include 'Tale of Kingdoms' which was similar (mobs that can defend and build a town).
    Alas, it seems to have gone out-of-date as well.

    Thanks for the kind words.
    I get terriffic milage on the few "Great Job" posts people take the time to write.
    All those .log files are ok to delete, unless you run into trouble.
    In which case I'ld like to try and help people out by reading a copy of thier output-client.log file.
    .log files are regenerated every time the game runs and are totaly OK to delete to get clutter off your system.

    News:
    There will be one more update for AMCO 1.5.2.
    Not enough mods have been updated to 1.6 for me to do a proper update yet.
    And, with rumors of 1.7 soon on the way we might skip updateing to 1.6/1.6.1 altogether.
    I've selected about 22 mods to update for 1.5.2 (BuildCraft, Neather Ores, etc.).
    And, a few new ones people have suggested (Logistic Pipes, Chococraft, etc.) will be added.
    I'll be spending the next day or two installing and verifying all the new udates will work smoothly.

    Wish me luck.
    Arrrg


    Good luck!

    Ya, I forgot about the whole "must have permissions" thing to include a mod in your own modpack. I'm just used to building my own modpack and not worrying about it.

    Good idea to include logistic pipes ;) It gives you really slick control over sorting stuff and helps to let you use ender pouch remotely to request any item from a collection of chests. Pretty cool stuff.
    Posted in: Minecraft Mods
  • 0

    posted a message on List of Mods for 1.8.9
    Quote from ZeroLevels

    Let it be known that on top of other responsibilities leaving me with little time for the list, that I am also having some difficulty adjusting to the changes of 1.6. As such, there may be inaccuracies here and there, which will be fixed (if I am aware) the next time I can push an update to the list. I will try and get an update out for tonight. The list is getting a 1.6.2 page now, but we still support from 1.5.2 to current.

    Please bear in mind that the submission system is the best way to let us know of updates/new mods.This method will also become public soon, as to show you a list of things already suggested and such. This will help you know what not to resubmit.

    So please bear with us on the new stuff. We literally only have two people maintaining the list at current. Two people that both have higher priorities and responsibilities to deal with. This is literally a volunteer community service type thing, and neither of us are paid in any way from it.





    EDIT:
    Woo! 600 posts.


    Thank you for all of your work. It is much appreciated, especially since one cannot search for "1.6.2" on this website because it changes your search query to "162", always dropping the periods, which is really quite a disservice to this website and is a huge, HUGE oversight when realizing that every mod has a specific version that it works with and this information is vital to the user, yet is impossible to search for. It's otherwise a pretty great website, I guess. If they simply fixed that flaw in the search, we could easily find all the 1.6.X mods with a basic search.

    EDIT:
    Woot, 2^8 posts!
    Posted in: Minecraft Mods
  • 0

    posted a message on Hit Splat Damage Indicators v3.3.2 RPG UI and Damage Amount Mod
    Quote from rich1051414

    It is compatible with forge 777, I will fix the error in 779 soon.


    Bet you wish Mojang would work harder on that modding API huh?

    These major releases they do every couple months really shake up the mod community.

    I tried TukMC since your mod isn't working, but TukMC has somewhat broken chat. Plus, the health info over the mobs is very poorly designed (huge white font showing health like "8.0 / 8.0 100%", just way too big and why include the decimal place, fraction, and percentage and give us NO options to alter it other than just turning it off?).

    Anyway, I prefer your mod plus InGameInfo & ArmorStatusHUD for my HUD info. Will be checking back for the update for Forge 779+ (hopefully it won't be dependent on one specific version of Forge).
    Posted in: Minecraft Mods
  • 1

    posted a message on Changed my password, launcher still says it's incorrect
    Quote from lolwutgamer

    Hey guys, make sure the DATE FORMAT/TIME is set correctly, if not it will give you that message, that helped me!


    What date format / time are you referring to?

    I am having this problem with the launcher right now on a freshly built laptop. Both of my accounts are saying incorrect password. My date & time are correct, as is the time zone. Both accounts can log in at minecraft.net with no problems.

    Is the authentication server broken or something? Doesn't seem like it.

    I deleted .minecraft, restarted the launcher, and still have same problem.

    UPDATE: Not sure what was wrong. I just rebooted and now it works, so who knows?
    Posted in: Mojang Account / Minecraft.net Support
  • 0

    posted a message on [1.6.2] WATER SHADER ALPHA - OVER 325,000 DOWNLOADS! - ITS BACK! OPTIFINE SUPPORT
    Quote from TinoMinor

    Does this work for 1.6.2? or just 1.6.1 atm


    Nope. Tried it with and without Forge.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.2] AMCO: About 150 of the best mods all working together
    Quote from Arrrg

    When is the next update:
    We are in a tricky spot right now.
    1.6 is out, but many mods are still not up to date.
    1.6.+ will probably be out next week, which might reset all the mods again.
    1.7 is rumored to be out soon after that, which includes biome changes, and will probably reset most mods again, again.
    On the other hand, I haven't updated AMCO for 1.5.2 in almost a month now.
    Clearly something must be done this week, but what...
    Which is my best move:
    • Keep AMCO at 1.5.2, keeping over 150 mods but get thier latest (1.5.2) versions, maybe adding a few here and there, and work on things like new textures and dungeons untill 1.7 comes out.
    • Change AMCO to support 1.6 now, probably only able to include 30-50 mods because the others are not updated yet, and maybe build back up to 150 mods before the 1.6.1 reset, but maybe not.
    Opinions?

    Arrrg


    I would like to see Minions deleted, Mo' Creatures & Biomes O' Plenty added, along with more BC & IC2 addons (like Logistic Pipes and Additional Buildcraft Objects), and everything updated for 1.5.2 and stay at 1.5.2 for awhile. By the time enough mods update to 1.6.2 (or whatever MC gets up to in the near future) to make it worth your while to compile them in a mod pack like this one, MC 1.7 will be coming out and some mods will never make it to your 1.6.X mod pack. Perhaps it would make sense to leave the 1.5.2 version active and updated, while at the same time offering a 1.6.x mod pack with less mods and more frequent updates. The 1.5.2 version would be the stable, full-featured one while the 1.6.x will be more of a WIP. Besides, 1.6 didn't bring THAT many cool features. I'm fine with playing 1.5 for quite awhile. The horses in Mo' Creatures are already better than the ones in vanilla MC 1.6.

    I put together a somewhat similar mod pack by basically creating FTB Ultimate for MC 1.5.2 (minus the mods that aren't updated to 1.5.2, *cough RedPower cough*), then adding my favorite mods like Biomes O Plenty & Mo' Creatures & all the UniversalElectricy mods & SimpleOres, GemCraft, ArsMagica, etc. I think I spent the most time on putting together a mostly Sphax 128x texture pack that covered 95% of the items & blocks. It sure is nice to not have 16x textures, but Sphax is the only TP that has even half of the 1.5.x mods. I tried Soartex, JohnSmith, & Faithful TP's, as they seem to have good mod support, but they are at like 30% coverage of my mod pack. Looking forward to more mod support for Soartex. Anyway, not sure where I was going with this...
    Posted in: Minecraft Mods
  • To post a comment, please .