• 0

    posted a message on [1.7][Forge]Buff/Armor Bar Mods, Project Zulu: Better Overworld v1.2.8.X
    Just a little quick sanity check here. Should the following lines be showing up in the console?

    [INFO] [STDOUT] CONFLICT @ 963 item slot already occupied by net.minecraft.item.ItemBlock@6e3af6d2 while adding projectzulu.common.blocks.ItemUniversalFlowerPot@61228d87
    [INFO] [fml.ItemTracker] The mod ProjectZulu|Blocks is overwriting existing item at 1219 (universalflowerpot from ProjectZulu|Blocks) with projectzulu.common.blocks.ItemUniversalFlowerPot

    At first glance it seems to be overwriting itself so it doesn't 'seem' that bad but would like to just make sure I didn't derp anything up.


    EDIT:: Meh, while going through the Project Zulu wiki I happened across an incorrect link; my OCD is forcing me to inform you. On the navigation box at the bottom of the wiki pages, the NightBloom link is to ".../NightBloom" when it should be ".../Night-Bloom."

    Also while I am here might as well quell my curiosity: is the Giraffe supposed to be of CreatureType 'NONE' when using JAS?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Better Snow Mod - Snow piles up, more layers of snow, and more! Forge-compatible!
    Quote from acomputerdog

    Thanks, I probably would have loaded up intelli-j,failed to dupe the bug, and spent the next 5 hours staring at an obfuscated stack trace trying to see what went wrong. You likely just saved me a ton of grief!


    Happy to help! :D
    Posted in: Minecraft Mods
  • 0

    posted a message on The BigTrees Mod
    Hello! Just tried installing the forge version on my 1.5.2 instance and seemed to have run into a bit of an error. Judging from the error logs and my very limited understanding of modding / java it would appear to be having issues with its config file. It seems to be conflicting with other Forge mods in some way (I can confirm it is crashing on startup with Highlands and Rei Minimap). Details regarding the two separate crashes below.
    • Minecraft 1.5.2
    • Minecraft Forge 7.8.0.689
    • Big Trees 152 Forge Version
    • Highlands 1.2.5
    [INFO] [STDOUT] BigTrees options file 'kbigtrees.txt' does not exist.
    [INFO] [STDOUT] Creating 'kbigtrees.txt'.
    [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError
    [INFO] [STDERR] at net.minecraft.world.WorldType.<clinit>(WorldType.java:23)
    [INFO] [STDERR] at sdj64.highlands.HighlandsMain.<clinit>(HighlandsMain.java:51)
    [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
    [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
    [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:425)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
    [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    [INFO] [STDERR] Caused by: java.lang.NullPointerException
    [INFO] [STDERR] at karob.bigtrees.KGetOptions.setFile(KGetOptions.java:32)
    [INFO] [STDERR] at karob.bigtrees.KTreeCfg.init(KTreeCfg.java:180)
    [INFO] [STDERR] at net.minecraft.world.gen.feature.WorldGenTrees.<init>(WorldGenTrees.java:58)
    [INFO] [STDERR] at net.minecraft.world.gen.feature.WorldGenTrees.<init>(WorldGenTrees.java:37)
    [INFO] [STDERR] at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:160)
    [INFO] [STDERR] at net.minecraft.world.biome.BiomeGenOcean.<init>(SourceFile:6)
    [INFO] [STDERR] at net.minecraft.world.biome.BiomeGenBase.<clinit>(BiomeGenBase.java:41)
    [INFO] [STDERR] ... 31 more
    • Minecraft 1.5.2
    • Minecraft Forge 7.8.0.689
    • Big Trees 152 Forge Version
    • Rei Minimap 3.3_06
    [INFO] [STDOUT] BigTrees options file 'kbigtrees.txt' does not exist.
    [INFO] [STDOUT] Creating 'kbigtrees.txt'.
    [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError
    [INFO] [STDERR] at reifnsk.minimap.ReiMinimap.<clinit>(ReiMinimap.java:134)
    [INFO] [STDERR] at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:16)
    [INFO] [STDERR] at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:417)
    [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:507)
    [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    [INFO] [STDERR] Caused by: java.lang.NullPointerException
    [INFO] [STDERR] at karob.bigtrees.KGetOptions.setFile(KGetOptions.java:32)
    [INFO] [STDERR] at karob.bigtrees.KTreeCfg.init(KTreeCfg.java:180)
    [INFO] [STDERR] at net.minecraft.world.gen.feature.WorldGenTrees.<init>(WorldGenTrees.java:58)
    [INFO] [STDERR] at net.minecraft.world.gen.feature.WorldGenTrees.<init>(WorldGenTrees.java:37)
    [INFO] [STDERR] at net.minecraft.world.biome.BiomeGenBase.<init>(BiomeGenBase.java:160)
    [INFO] [STDERR] at net.minecraft.world.biome.BiomeGenOcean.<init>(SourceFile:6)
    [INFO] [STDERR] at net.minecraft.world.biome.BiomeGenBase.<clinit>(BiomeGenBase.java:41)
    [INFO] [STDERR] ... 9 more

    Let me know if I can provide any more information; I am using a lot of mods at the moment and these are just snippets of the full forge log files.

    Also, if it is helpful, I didn't seem to have a problem using the same mods together under 1.5.1.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.x][Forge] WildCaves 3 (v0.4.3.3)
    Looks good, thanks for the update!
    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] Better Snow Mod - Snow piles up, more layers of snow, and more! Forge-compatible!
    Quote from acomputerdog

    " Inside of the zip archive is a folder named 'minecraft,'" Now how did that get in there... Sorry about that, I will repackage the zip. Thanks for pointing that out!

    EDIT: It should be fixed now. I do not use forge so I have no way to test the compiled forge versions of bettersnow outside of MCP.


    Awesome! It wasn't a big deal anyway, if you know enough about modding it only took a minute of troubleshooting to figure out, but I thought I would warn you in case you started getting inundated with bug-reports that didn't really make sense. ;)
    Posted in: Minecraft Mods
  • 0

    posted a message on Dungeon Mobs (reference to new thread in last post)
    Quote from GnomeWorks

    ...does the OP say anything about being compatible with 1.5.2 yet?

    No. No it does not.


    You are correct. It does not. Given though that there have been many mods for 1.5.1 that have worked without needing an update I thought it prudent to test and report back the results.

    I am sorry to hear about the issues going on in your personal life. I do hope they work themselves out for the best and of course they do take a much higher priority over a hobby such as Minecraft modding.

    Thanks again for your hard work on this mod, I think it is one of the best hostile mob-mods out there and look forward to seeing how it develops in the future.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Better Snow Mod - Snow piles up, more layers of snow, and more! Forge-compatible!
    First off I would like to thank you for the time and effort you have put into this mod. It is definitely interesting and I am going to be playing around with it to see how it fits.

    One thing I would like to point out, not sure if it is just me being derpy or what, but the installation instructions from the OP don't technically work for the 1.5.2a Forge version. Inside of the zip archive is a folder named 'minecraft,' and inside that are the necessary class files. At least in MultiMC installing via the mod utility as a JAR mod does not work with this layout. If you remove the files from the 'minecraft' folder and repackage with the class files and net folder in the root of the archive it works fine.

    Just thought I would point that out to help others as it got me for a minute; not sure if that is how you intended to package the mod but it means that you can't just 'drag the contents of the zip' into your JAR; since you actually need to copy the files inside the included folder (not the folder itself), this could confuse some people who would likely just copy the folder.

    Overall a nice mod and I look forward to testing it out some more!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.x][Forge] WildCaves 3 (v0.4.3.3)
    Looking forward to trying this out once it has been updated to 1.5.2. Definitely looks amazing from the screenshots / videos I have seen; you have done a great job bringing some much needed atmosphere to a place no mod I know of has done before.

    I have dozens of mods that make the above-ground prettier, never seen one that makes the underground just as nice!
    Posted in: WIP Mods
  • 0

    posted a message on Dungeon Mobs (reference to new thread in last post)
    Quote from Wraithstrike

    Thanks for the list Gurrok. One interesting thing about Dungeon Mobs is that many of the creature descriptions say "only spawns in the depths" or underground. It doesn't look like any of the mods you mention have depth-based spawning rules, so I guess that part of Dungeon Mobs wouldn't work if a mob spawn control mod is installed? You'd see them spawning in the overworld?


    JAS allows you to set min/max height spawn rules per mob, as well as many other things. So if you want them to only spawn below a certain level it is most definitely possible with JAS. I am unsure about the other mentioned mods as I have not used them recently.

    An example of spawning them underground only with JAS tags would be:

    {!spawn:!sky:&maxSpawnHeight,35:&light,0,7}

    The above is effectively saying "never spawn unless you cannot see the sky AND you are below level 35 AND the light level is between 0 and 7". One example of the complex configurations you could potentially set up.
    Posted in: Minecraft Mods
  • 0

    posted a message on Just Another Spawner (JAS) v0.14
    Quote from luthervian

    Hey there. I am running a test on the dev version of Mo creatures 5.1.2 and JAS and I have noticed that JAS now creates a MoCreatures.cfg along with the vanilla.cfg. This would be great BUT the Mo Creatures are appearing in both .cfgs.

    Can I set the creature to false in one .cfg and use the other to spawn them? If they are set to true in both, will they spawn twice as often?

    Thanks much!


    Are the same creatures appearing in both configs or are some in one and others in another? I thought I had read that Mo' Creatures was going to start the transition to mod entities but weren't going to be changing them all at once (to preserve compatibility). So in theory the ones they change should end up in the Mo' Creatures config and the ones they haven't still in the vanilla.

    I haven't tested with the newest dev version of Mo' Creatures yet though so I am just speculating.
    Posted in: Minecraft Mods
  • 0

    posted a message on Dungeon Mobs (reference to new thread in last post)
    Decided that I would change from a 1.5.1 to 1.5.2 instance today and have been testing mods I use that don't explicitly state whether or not they are compatible.

    Sadly, seems to be an error; details below.
    • Minecraft 1.5.2 (fresh install for this test)
    • Minecraft Forge 7.8.0.692 (most recent at time of test)
    • Dungeon Mobs 2.3.2 (downloaded today from primary link)
    [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.5.692 for Minecraft 1.5.2 loading
    [INFO] [ForgeModLoader] Java is Java HotSpot™ 64-Bit Server VM, version 1.7.0_21, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
    [FINE] [ForgeModLoader] Java classpath at launch is MultiMCLauncher.jar
    [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Users\Sage\Documents\AMD APP\bin\x86_64;C:\Users\Sage\Documents\AMD APP\bin\x86;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;.
    [FINE] [ForgeModLoader] Enabling runtime deobfuscation
    [FINEST] [ForgeModLoader] All core mods are successfully located
    [FINEST] [ForgeModLoader] Discovering coremods
    [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Running coremod plugins
    [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
    [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
    [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
    [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
    [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
    [FINEST] [ForgeModLoader] Validating minecraft
    [FINEST] [ForgeModLoader] Minecraft validated, launching...
    [INFO] [STDOUT] 229 recipes
    [INFO] [STDOUT] 27 achievements
    [INFO] [Minecraft-Client] Setting user: SageEthereal
    [INFO] [STDOUT] (Session ID is 1fabb4e793a4de631eb65e2a81987805ac29ba9e)
    [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
    [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
    [INFO] [STDOUT] MinecraftForge v7.8.0.692 Initialized
    [INFO] [ForgeModLoader] MinecraftForge v7.8.0.692 Initialized
    [INFO] [STDOUT] Replaced 85 ore recipies
    [INFO] [MinecraftForge] Completed early MinecraftForge initialization
    [INFO] [ForgeModLoader] Reading custom logging properties from D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\config\logging.properties
    [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
    [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
    [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
    [FINE] [ForgeModLoader] Found a minecraft related file at D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\bin\minecraft.jar, examining for mod candidates
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\lwjgl\2.9.0\lwjgl.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\lwjgl\2.9.0\lwjgl_util.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\lwjgl\2.9.0\jinput.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\argo-small-3.2.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\guava-14.0-rc3.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\asm-all-4.1.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\bcprov-jdk15on-148.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\deobfuscation_data_1.5.2.zip
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\scala-library.jar
    [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
    [INFO] [ForgeModLoader] Searching D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\mods for mods
    [FINE] [ForgeModLoader] Found a candidate zip or jar file Dungeon Mobs v2.3.2.zip
    [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
    [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
    [FINE] [ForgeModLoader] Examining file Dungeon Mobs v2.3.2.zip for potential mods
    [FINE] [ForgeModLoader] The mod container Dungeon Mobs v2.3.2.zip appears to be missing an mcmod.info file
    [FINE] [ForgeModLoader] Identified an FMLMod type mod gnomeWorks.dungeonMobs.DungeonMobs
    [FINEST] [GW_DungeonMobs] Parsed dependency info : [] [] []
    [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
    [FINER] [ForgeModLoader] Received a system property request ''
    [FINER] [ForgeModLoader] System property request managing the state of 0 mods
    [FINE] [ForgeModLoader] After merging, found state information for 0 mods
    [FINE] [ForgeModLoader] Reloading logging properties from D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\config\logging.properties
    [FINE] [ForgeModLoader] Reloaded logging properties
    [FINE] [mcp] Mod Logging channel mcp configured at default level.
    [INFO] [mcp] Activating mod mcp
    [FINE] [FML] Mod Logging channel FML configured at default level.
    [INFO] [FML] Activating mod FML
    [FINE] [Forge] Mod Logging channel Forge configured at default level.
    [INFO] [Forge] Activating mod Forge
    [FINE] [GW_DungeonMobs] Enabling mod GW_DungeonMobs
    [FINE] [GW_DungeonMobs] Mod Logging channel GW_DungeonMobs configured at default level.
    [INFO] [GW_DungeonMobs] Activating mod GW_DungeonMobs
    [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
    [FINER] [ForgeModLoader] All mod requirements are satisfied
    [FINER] [ForgeModLoader] Sorting mods into an ordered list
    [FINER] [ForgeModLoader] Mod sorting completed successfully
    [FINE] [ForgeModLoader] Mod sorting data
    [FINE] [ForgeModLoader] GW_DungeonMobs(Dungeon Mobs:2.3.2): Dungeon Mobs v2.3.2.zip ()
    [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
    [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
    [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
    [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
    [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
    [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
    [FINEST] [GW_DungeonMobs] Sending event FMLConstructionEvent to mod GW_DungeonMobs
    [FINEST] [ForgeModLoader] Testing mod GW_DungeonMobs to verify it accepts its own version in a remote connection
    [FINEST] [ForgeModLoader] The mod GW_DungeonMobs accepts its own version (2.3.2)
    [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: gnomeWorks/dungeonMobs/ClientPacketHandler, method: onPacketData signature: (Lnet/minecraft/network/INetworkManager;Lnet/minecraft/network/packet/Packet250CustomPayload;Lcpw/mods/fml/common/network/Player;)V) Incompatible argument to function
    [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method)
    [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    [INFO] [STDERR] at java.lang.Class.getConstructor0(Unknown Source)
    [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
    [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
    [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:188)
    [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:131)
    [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:261)
    [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:465)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
    [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
    [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
    [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

    Regardless of this issue this is a great mod, thank you for the time and effort you have put in to it!
    Posted in: Minecraft Mods
  • 0

    posted a message on Primitive Mobs v1.1beta - Last Updated 01/01/2018 - 1.12 beta version available!
    Quote from Daveyx0

    Does this still work or do I have to take some action? I actually don't have a lot of time for this lately. I apologise if I got people excited for the 100th Like update. It WILL be released, just not to soon... I just want to make sure that I make this year of school and then I have all the time I need. Thanks for understanding!

    Updating will always happen of course.

    Cheers!


    Doesn't seem to be working for me in 1.5.2. I will try and give as much detail (with log) as I can:
    • Minecraft 1.5.2 (brand new install for this test)
    • Minecraft Forge 7.8.0.692 (most recent at time of this post)
    • Primitive Mobs 1.3.5 for 1.5.1 (downloaded today from preferred link)
    [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.5.692 for Minecraft 1.5.2 loading
    [INFO] [ForgeModLoader] Java is Java HotSpot™ 64-Bit Server VM, version 1.7.0_21, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
    [FINE] [ForgeModLoader] Java classpath at launch is MultiMCLauncher.jar
    [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Users\Sage\Documents\AMD APP\bin\x86_64;C:\Users\Sage\Documents\AMD APP\bin\x86;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;.
    [FINE] [ForgeModLoader] Enabling runtime deobfuscation
    [FINEST] [ForgeModLoader] All core mods are successfully located
    [FINEST] [ForgeModLoader] Discovering coremods
    [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir
    [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
    [FINEST] [ForgeModLoader] Running coremod plugins
    [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
    [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
    [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
    [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
    [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
    [FINEST] [ForgeModLoader] Validating minecraft
    [FINEST] [ForgeModLoader] Minecraft validated, launching...
    [INFO] [STDOUT] 229 recipes
    [INFO] [STDOUT] 27 achievements
    [INFO] [Minecraft-Client] Setting user: SageEthereal
    [INFO] [STDOUT] (Session ID is cefc36129ab8b1cfdef85c9688aeb9e9dfc76687)
    [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
    [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
    [INFO] [STDOUT] MinecraftForge v7.8.0.692 Initialized
    [INFO] [ForgeModLoader] MinecraftForge v7.8.0.692 Initialized
    [INFO] [STDOUT] Replaced 85 ore recipies
    [INFO] [MinecraftForge] Completed early MinecraftForge initialization
    [INFO] [ForgeModLoader] Reading custom logging properties from D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\config\logging.properties
    [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
    [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
    [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
    [FINE] [ForgeModLoader] Found a minecraft related file at D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\bin\minecraft.jar, examining for mod candidates
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\lwjgl\2.9.0\lwjgl.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\lwjgl\2.9.0\lwjgl_util.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\lwjgl\2.9.0\jinput.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\argo-small-3.2.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\guava-14.0-rc3.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\asm-all-4.1.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\bcprov-jdk15on-148.jar
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\deobfuscation_data_1.5.2.zip
    [FINER] [ForgeModLoader] Skipping known library file D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\lib\scala-library.jar
    [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
    [INFO] [ForgeModLoader] Searching D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\mods for mods
    [FINE] [ForgeModLoader] Found a candidate zip or jar file PrimitiveMobsv1.3.5MC1.5.1.zip
    [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
    [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
    [FINE] [ForgeModLoader] Examining file PrimitiveMobsv1.3.5MC1.5.1.zip for potential mods
    [FINER] [ForgeModLoader] Located mcmod.info file in file PrimitiveMobsv1.3.5MC1.5.1.zip
    [FINE] [ForgeModLoader] Identified an FMLMod type mod mods.PrimitiveMobs.PrimitiveMobs
    [FINEST] [PrimitiveMobs] Parsed dependency info : [] [] []
    [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
    [FINER] [ForgeModLoader] Received a system property request ''
    [FINER] [ForgeModLoader] System property request managing the state of 0 mods
    [FINE] [ForgeModLoader] After merging, found state information for 0 mods
    [FINE] [ForgeModLoader] Reloading logging properties from D:\Games\Minecraft\MultiMC\instances\Modded 1.5.2\minecraft\config\logging.properties
    [FINE] [ForgeModLoader] Reloaded logging properties
    [FINE] [mcp] Mod Logging channel mcp configured at default level.
    [INFO] [mcp] Activating mod mcp
    [FINE] [FML] Mod Logging channel FML configured at default level.
    [INFO] [FML] Activating mod FML
    [FINE] [Forge] Mod Logging channel Forge configured at default level.
    [INFO] [Forge] Activating mod Forge
    [FINE] [PrimitiveMobs] Enabling mod PrimitiveMobs
    [FINE] [PrimitiveMobs] Mod Logging channel PrimitiveMobs configured at default level.
    [INFO] [PrimitiveMobs] Activating mod PrimitiveMobs
    [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
    [FINER] [ForgeModLoader] All mod requirements are satisfied
    [FINER] [ForgeModLoader] Sorting mods into an ordered list
    [FINER] [ForgeModLoader] Mod sorting completed successfully
    [FINE] [ForgeModLoader] Mod sorting data
    [FINE] [ForgeModLoader] PrimitiveMobs(PrimitiveMobs:1.4): PrimitiveMobsv1.3.5MC1.5.1.zip ()
    [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
    [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
    [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
    [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
    [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
    [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
    [FINEST] [PrimitiveMobs] Sending event FMLConstructionEvent to mod PrimitiveMobs
    [FINEST] [ForgeModLoader] Testing mod PrimitiveMobs to verify it accepts its own version in a remote connection
    [FINEST] [ForgeModLoader] The mod PrimitiveMobs accepts its own version (1.4)
    [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into PrimitiveMobs
    [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: mods/PrimitiveMobs/ClientProxy, method: registerRenderInformation signature: ()V) Incompatible argument to function
    [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
    [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
    [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:50)
    [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
    [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
    [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
    [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

    Let me know if there is any other information you could use.
    Posted in: Minecraft Mods
  • 0

    posted a message on Mob Spawning Observations and Tests - updated 8/28/13
    Quote from MohawkyMagoo

    At the moment, i'm waiting to see and test the changes in CMS next version, and if it still doesnt work, will bite the bullet and have a go at the complexity that is JAS.


    JAS isn't that bad once you get your head around the differences between {spawn} and {!spawn}. Once I started to understand that most of the rest seemed pretty natural in terms of configuring the spawning/despawning of entities.
    Posted in: Discussion
  • 1

    posted a message on Just Another Spawner (JAS) v0.14
    Quote from Crudedragos

    I'd like to do it on the spawn list entry level.


    I believe that is what I am meaning. If I could use spawn tags in the spawnlistentry section where I am specifying the weight and pack size of a entity for a particular biome-group and have those tags override those specified in the livinghandler section that would be awesome.

    Would really allow for crazy-complex set-ups; as if things can't be complex enough already. :D

    S:Ogre=MONSTER-true{!spawn:sky:&minSpawnHeight,85:!sky:&maxSpawnHeight,35:&light,0,7}

    So much awesomeness in one single line and it will probably get even awesome-er. This is just the start! Weee, spawning is actually fun-ish!
    Posted in: Minecraft Mods
  • 0

    posted a message on Just Another Spawner (JAS) v0.14
    Obviously I am not speaking from a place of authority but will do my best to provide some insight based on what I have experienced with JAS so far.

    Quote from Dulciphi

    It's only creepers spawning there and they're the only ones with spawn tags on so ..do I need to add light levels to their tag?
    <snip>
    Creeper's tags at the moment are {spawn:sky:|block,2}


    I believe that once you declare a custom spawn parameter the defaults are completely wiped out. As far as I know it will only do what you specify plus a basic bounding-box check. So by setting the sky and block properties you have overridden their default behavior; but you haven't re-added their check on light. I believe that is how it works.

    You would probably want something like {spawn:sky:block,2:light,8,15}.

    As far as I know that reads as "always spawn unless you see the sky OR you are on a grass block OR the light level is between 8 and 15."


    Quote from Dulciphi

    Next (absurd amounts of wishful thinking here).. when it comes to spawning seagulls on water.. is that at all possible? I'd love to have them out over my oceans. PZ pelicans too - cause they're awesome. so.. would it work by setting the water block in the spawn tags? What about an air block? Can 0 be input? Apologies if this has already been asked or addressed somewhere else. I'm generally very bleary after hours in configs by the time I come to the forum.


    I haven't tried this before so cannot give any input there.

    Quote from Dulciphi

    And {!spawn:sky:&block,12:block,87} - that's actually handy for quite a few mobs but I was wondering if I can, or how I go about adding "or redrock" & "or cracked sand" to it? (They're terrain gen blocks from XBXL Mountain Ridge and Wasteland biomes respectively) So, don't spawn unless under clear sky and on sand, redrock or cracked sand ...or on Netherack? Is this possible?


    I am assuming you are trying to get the following: "never spawn unless you can see the sky and are on sand or redrock or cracked sand OR you are on netherrack." I am pretty sure you can specify multiple blocks under a block tag, using commas between them

    I believe this would be: {!spawn:sky:&block,12,*id1*,*id2*:block,87}

    Replace *id1* and *id2* with the block ids of redrock and cracked sand.

    Quote from Dulciphi

    Just wondering about that. Would using the :blockRange tag for logs and leaves in your spawn tags help there? {!spawn:sky:blockRange, 17,18,etc} ..actually that's wrong because it doesn't indicate what the block range is - only which blocks. Could you please show us how to use the blockrange tag please?


    This is interesting. It may work with the despawning tags to automatically despawn an entity within a certain distance of a log. Might have to test that out and see how it fares. Of course having it automatically despawn an entity that gets near a log could have very wide-spead consequences; would definitely need to find a balance if it worked.

    As far as block range works, to my understanding it is only used for despawning and there are two different formats available for the tags as listed below:

    :blockRange,range (only needs one input; isotropic)
    :blockRange,rangeX,rangeY,rangeZ (can explicitly specify the distance in each direction)

    Hopefully I am not leading you astray on anything here. I apologize if any of the above is incorrect, I am sure Crudedragos will be able to shed light on anything I missed or messed up.

    Time to go play with blockRange despawn settings on logs!


    Edit: Mispellings.
    Posted in: Minecraft Mods
  • To post a comment, please .