• 0

    posted a message on Iguanas Tinker Tweaks
    How would one go about using the alloys from EnderIO in the TiC smeltery?
    Do I need to create a liquid form for them first? Is there an easy way to add generic liquids?
    Would I need to make my own mod to add that new liquid and alloy recipe to the smeltery?
    Has this already been done before?
    Posted in: Minecraft Mods
  • 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!
    Quote from Kye_Duo

    you have to adjust the skelly settings for the nether to get them to spawn, also make sure they are in the structures so they only spawn in the nether forts, unless you also want them to spawn everywhere then you remove them
    make sure you are modifying the nether dimension settings


    Yeah, I read from your previous posts that the wither skeletons were controlled by the skeleton settings. That's what I tried to change, but I couldn't get it to work, until I started killing pigmen and mobs in the nether. I guess I needed to make room for the skeletons.

    So moral of the story is that the Custom Mob Spawner needs to properly fill out the biome groups for skeletons in the nether.

    Also, I have no clue what you mean by this, "also make sure they are in the structures so they only spawn in the nether forts." I didn't see anything in the configuration files for that.
    Posted in: Minecraft Mods
  • 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!
    So I have quite a few mods, similar to direwolf20, but not as much, and I added MoCreatures 6.1.0 and CustomMobSpawner 3.0.0, and I have never seen a wither skeleton. I've done some searching on this thread and the CustomMobSpawner thread, and the issue seems to be known, but I can't seem to figure out the solution. There's just a bit of back and forth about how, "it works fine for me," and, "it doesn't work for me."

    Can someone narrow it all down for me? I'm at the point where I could sure use some wither skeletons heads, but every fortress in the nether is pigmen only, and "/cms countentities" lists no skeletons in the dimension. I'm not sure what to do from here. Thanks.
    Posted in: Minecraft Mods
  • 0

    posted a message on Extra Utilities v1.1.0k
    Quote from Belgabor

    Are you using RF without TE installed? If no, why don't you just use a TE conduit? EU energy transfer nodes are lossy.


    I'm hooking up to a Magma Crucible from TE. From what I've seen and read, TE conduits cannot convert the MJ from the P2P Tunnel into RF, but the Extra Utilities Energy Transfer Node can. So that's what I was trying, when I stumbled onto this issue.

    I'm not sure what a "EU transfer node" is.
    Posted in: WIP Mods
  • 0

    posted a message on Extra Utilities v1.1.0k
    I was trying to use Applied Energistics to send energy (Redstone Flux) to a machine (Magma Crucible). Applied Energistics doesn't support Redstone Flux yet, so I was using the energy transfer node from Extra Utilities to convert from MJ to RF. Whenever I connect the energy transfer node to the P2P Energy Tunnel from Applied Energistics, it reports a large negative amount of RF stored; around -3,000 to -5,000. This drains my system of power pretty quickly. This is without anything connected to the energy transfer node (expect the P2P Energy Tunnel). Has anyone seen this?
    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] Team CoFH Mods - Thermal Expansion 3.0.0.0
    Quote from Torabi

    Just out of curiosity, why do you want it to drop them on the ground?


    I'm just trying to do some decorative work in my Dwarven City I'm building. I wanted some cobblestone to go down some conveyor belts and fall into a big lava melting pot thing I'm building. So purely superficial.

    I actually run the server, so I'll keep an eye on lag. I imagine there will only be 10-20 active cobblestones at a time. Nothing crazy.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Team CoFH Mods - Thermal Expansion 3.0.0.0
    Quote from DoomRater

    How about no.

    But if you seriously want to do that, dump it to a pulsating Dropper....


    Ha, thanks DoomRater. I had no idea the block I was looking for was in vanilla minecraft. Man, I'm out of touch with vanilla.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Team CoFH Mods - Thermal Expansion 3.0.0.0
    Here's a strange question. I want the igneous extruder to output to the ground. I can't figure out how to do that. Ideas?
    Posted in: Minecraft Mods
  • 0

    posted a message on MapWriter - An open source mini-map!
    Quote from EpicSOB

    okay i downloded the mod and it looks nothing like the pictures. it looks like this. can some one tell me why


    I just got this today. The minimap takes up the entire screen almost. I couldn't find a way to fix it. It seems to ignore some of the settings in the option menu. Settings like minimap position can be changed, but it doesn't really change, and when I go back to the options, it still set at "unchanged"

    I had to disable the minimap altogether. This is the MapWriter provided by Opis. Any ideas?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.x/universal] More Fuel, Tweaks, and Everything by Grom PE
    Quote from Grom PE

    wright_left, almost everything is possible with this mod, the question is whether it's feasible =)
    It depends how liquified stuff works in that mod, if that can be accessed with some straightforward Java code it also should be easy with this mod.

    As for your shapeless recipe code, please check against defs.js to see what item names you have there.
    Charcoal is actually coal but with metadata value = 1 so the correct way to reference charcoal will be:
    NewItemStack(item.coal, 1, 1)


    You can also consult comments in mod_moreEverything.js file for examples of working script code.


    Thanks. That was the ticket.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.x/universal] More Fuel, Tweaks, and Everything by Grom PE
    I may be crazy, but I want to add some simple things to the game, and I was wondering if this was possible with some tweaks via this mod. I don't think it is, but I wanted your opinion.

    I want to make a charcoal to liquefied charcoal recipe in the Magma Crucible in Thermal Expansion. I then want to use the liquefied charcoal as a fuel, like liquefied coal is.

    This all seems a little much for this mod, but I would love to be wrong.

    I guess if it doesn't work, I can add a charcoal to coal recipe as a work around, but charcoal support directly, would be sweet.

    EDIT - Actually I think a charcoal to coal recipe would the smartest way to go, instead of making a whole new liquid. Maybe a two or four charcoal to coal recipe. That would be easy to do with this mod. Perfect. Though I wish mods used charcoal and coal interchangeably, I understand that charcoal is way easier to get. So maybe a shapeless four charcoal to coal. Yeah, that sounds good.

    EDIT AGAIN - I tried to add a shapeless recipe but came up empty. I'm having a hard time understanding the API. I tried both of these:

    /eval AddShapelessRecipe(item.coal, item.charcoal, item.charcoal)
    /eval AddShapelessRecipe(item.coal, ArrayOf(item.charcoal, 2))

    But they didn't cause any shapeless recipe to be added. Am I using this wrong?
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom Ore Generation: First Revival
    Quote from noogenesis

    Just to clarify, what are you looking for in the next version? The fixes are not that critical.


    Only issues I've had so far on my server with the current version of COG:

    1. No ore generation above y=64-ish (ATG issues)
    2. I guess that is it... it works great.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016
    So I got a simple pipe transport system working, but there are three chips I don't understand, the Terminator, Broadcaster, and Stock Keeper. Can anyone explain those?
    Posted in: Minecraft Mods
  • 0

    posted a message on DaftPVF's Mods (Treecapitator, CrystalWing, StartingInv, FloatingRuins)
    Quote from TacoGerbil

    Latest version 1.6.4.r07 causes a crash, running on MCPC+ latest forge and Technic Launcher.. Previous version runs just fine :steve_shocked:

    Anyone have any clue they could help me with? :steve_blushing:


    ---- Minecraft Crash Report ----
    // I feel sad now :(

    Time: 12/17/13 8:59 PM
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.world.World.<init>(Lnet/minecraft/world/storage/ISaveHandler;Ljava/lang/String;Lnet/minecraft/world/WorldProvider;Lnet/minecraft/world/WorldSettings;Lnet/minecraft/profiler/Profiler;Lnet/minecraft/logging/ILogAgent;)V
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)
    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:175)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
    at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
    Caused by: java.lang.NoSuchMethodError: net.minecraft.world.World.<init>(Lnet/minecraft/world/storage/ISaveHandler;Ljava/lang/String;Lnet/minecraft/world/WorldProvider;Lnet/minecraft/world/WorldSettings;Lnet/minecraft/profiler/Profiler;Lnet/minecraft/logging/ILogAgent;)V
    at bspkrs.treecapitator.fml.OreDictionaryHandler$FakeWorld.<init>(OreDictionaryHandler.java:166)
    at bspkrs.treecapitator.fml.OreDictionaryHandler.generateAndRegisterOreDictionaryTreeDefinitions(OreDictionaryHandler.java:49)
    at bspkrs.treecapitator.fml.TreeCapitatorMod.postInit(TreeCapitatorMod.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    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(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    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.initializeMods(Loader.java:704)
    ... 5 more


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

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Linux (amd64) version 3.11.0-14-generic
    Java Version: 1.7.0_25, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1632707384 bytes (1557 MB) / 1997209600 bytes (1904 MB) up to 3817799680 bytes (3640 MB)
    JVM Flags: 3 total; -Xms1G -Xmx4G -XX:PermSize=2G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    CraftBukkit Information:
    Running: MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-155 (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT) false
    Plugins: {}
    Warnings: DEFAULT
    Threads: { RUNNABLE pool-3-thread-1 Selector0: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98), org.dynmap.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569), org.dynmap.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:724)], TIMED_WAITING process reaper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:724)], TIMED_WAITING HashSessionScavenger-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Listen thread: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398), java.net.ServerSocket.implAccept(ServerSocket.java:530), java.net.ServerSocket.accept(ServerSocket.java:498), net.minecraft.server.ServerListenThread.run(ServerListenThread.java:82)], TIMED_WAITING Immibis Core background task: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Dynmap Render Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:724)], RUNNABLE Reference Handler: [java.lang.ref.Reference$ReferenceHandler.run(Reference.java:146)], WAITING Thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), cpw.mods.fml.relauncher.FMLRelaunchLog$ConsoleLogThread.run(FMLRelaunchLog.java:83), java.lang.Thread.run(Thread.java:724)], TIMED_WAITING Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:85)], RUNNABLE Command Reader: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:242), java.io.BufferedInputStream.fill(BufferedInputStream.java:235), java.io.BufferedInputStream.read(BufferedInputStream.java:254), java.io.FilterInputStream.read(FilterInputStream.java:83), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.dedicated.DedicatedServerCommandThread.run(DedicatedServerCommandThread.java:38)], RUNNABLE Signal Dispatcher: [], WAITING Dynmap Render Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834), java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994), java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303), java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:248), java.util.concurrent.FutureTask.get(FutureTask.java:111), org.dynmap.MapManager$CheckWorldTimes.run(MapManager.java:764), org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:210), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471), java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334), java.util.concurrent.FutureTask.run(FutureTask.java:166), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:724)], TIMED_WAITING Spigot Metrics Thread: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING H2 File Lock Watchdog /home/adam/MinecraftServer/database/Pixelmon2.lock.db: [java.lang.Thread.sleep(Native Method), org.h2.store.FileLock.run(FileLock.java:493), java.lang.Thread.run(Thread.java:724)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING H2 Log Writer PIXELMON2: [java.lang.Object.wait(Native Method), org.h2.store.WriterThread.run(WriterThread.java:105), java.lang.Thread.run(Thread.java:724)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1619), org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:27), net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106), net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58), net.minecraft.crash.CrashReport.<init>(CrashReport.java:40), net.minecraft.server.MinecraftServer.run(MinecraftServer.java:692), net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)], WAITING Java2D Disposer: [com.sun.imageio.stream.CloseableDisposerRecord.dispose(CloseableDisposerRecord.java:45), sun.java2d.Disposer.run(Disposer.java:148), java.lang.Thread.run(Thread.java:724)], WAITING Dynmap Render Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:724)], TIMED_WAITING Thread-13: [java.lang.Thread.sleep(Native Method), ZombieAwareness.ZombieAwareness.run(ZombieAwareness.java:157), java.lang.Thread.run(Thread.java:724)], RUNNABLE pool-3-thread-2 Acceptor0 [email protected]:8123: [sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method), sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241), org.dynmap.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109), org.dynmap.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:724)], BLOCKED Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Thread-5: [java.lang.Thread.sleep(Native Method), net.minecraft.server.dedicated.DedicatedServerSleepThread.run(DedicatedServerSleepThread.java:23)], WAITING Thread-17: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), org.dynmap.AsynchronousQueue.pop(AsynchronousQueue.java:44), org.dynmap.AsynchronousQueue.running(AsynchronousQueue.java:128), org.dynmap.AsynchronousQueue.access$000(AsynchronousQueue.java:9), org.dynmap.AsynchronousQueue$1.run(AsynchronousQueue.java:83), java.lang.Thread.run(Thread.java:724)],}
    Recent tasks from -31--1{}
    FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 107 mods loaded, 107 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{6.4.45.953} [Forge Mod Loader] (Hexxamon.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{9.11.1.953} [Minecraft Forge] (Hexxamon.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisMicroblocks{57.3.2} [Immibis's Microblocks] (immibis-microblocks-57.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Thaumcraft{4.0.5b} [Thaumcraft] (Thaumcraft4.0.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    arsmagica2{1.0.2b} [Ars Magica 2] (AM2_1.0.2b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ATG{0.9.3} [Alternate Terrain Generation] (ATG-1.6.4-0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips_145.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Artifice{1.6.4R1.1.3} [Artifice] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArtificeCompat|Chisel{1.6.4R1.1.3} [Artifice Compat: Chisel] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArtificeCompat|MFR{1.6.4R1.1.3} [Artifice Compat: MFR] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Railcraft{8.3.1.0} [Railcraft] (zzzzzzzzRailcraft_1.6.4-8.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArtificeCompat|Railcraft{1.6.4R1.1.3} [Artifice Compat: Railcraft] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BetterDungeons{2.4} [Chocolate quest] (BetterDungeons205.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1.5.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CarpentersBlocks{v1.9.7} [Carpenter's Blocks] (Carpenter's Blocks v1.9.7 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    chococraft{3.0.3} [Torojima's ChocoCraft] (Chococraft_3.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHCore{2.0.0.b9e} [CoFH Core] (CoFHCore-2.0.0.b9e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHLoot{2.0.0.b9e} [CoFH Loot] (CoFHCore-2.0.0.b9e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHMasquerade{2.0.0.b9e} [CoFH Masquerade] (CoFHCore-2.0.0.b9e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHSocial{2.0.0.b9e} [CoFH Social] (CoFHCore-2.0.0.b9e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHWorld{2.0.0.b9e} [CoFH World] (CoFHCore-2.0.0.b9e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    dimdoors{1.6.2R2.1.1RC1} [Dimensional Doors] (DimensionalDoors-1.6.2R2.1.1RC1-11.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DragonCraft{1.3} [Dragon Craft] (DragonCraft13.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    dungeonmobs{3.0.2} [Dungeon Mobs] (Dungeon Mobs v3.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    dynamicmazes{1.3} [Dynamic Mazes] (DynamicMazes1.3[1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Dynmap{1.9-75} [Dynmap] (Dynmap-1.9-forge-9.10.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EnhancedPortals3{3.0.0_Beta-2c} [EnhancedPortals] (EnhancedPortals_3.0.0_Beta-2c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtrabiomesXL{3.14.5} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.14.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NBTEdit{1.6.4.0} [In-game NBTEdit] (Forge_NBTEditv1.6.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    InfernalMobs{1.4.3} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    KM{1.6.4_B} [Kasslim's mazes] (Kasslims_Mazes(1.6.4_ B) .zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    lantern{1.44} [Lantern mod] (Lantern1.44[1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    LavaMonsters{2.2} [Lava Monsters] (LavaMonsters 2.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    LycanitesMobs{1.2.4 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.2.4 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DemonMobs{1.2.4 - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.2.4 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DesertMobs{1.2.4 - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.2.4 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    SwampMobs{1.2.4 - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.2.4 [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mca{3.5.4} [Minecraft Comes Alive] (MCA v3.5.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mtmechs{0.27} [Magitek Mechs] (MagitekMechs0.27e-mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons - 1.6.4 - 1.4.1 build Smeagol.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenBlocks{1.2.2} [OpenBlocks] (OpenBlocks-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjectZulu|Core{1.1.7.1} [Project Zulu Core] (ProjectZuluCompletev1.1.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjectZulu|Block{1.1.7.1} [Project Zulu Block and Items] (ProjectZuluCompletev1.1.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjectZulu|Dungeon{1.1.7.1} [Project Zulu Dungeon] (ProjectZuluCompletev1.1.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjectZulu|Mob{1.1.7.1} [Project Zulu Mobs] (ProjectZuluCompletev1.1.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ProjectZulu|World{1.1.7.1} [Project Zulu World] (ProjectZuluCompletev1.1.7.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    scmownsjohn{v1} [John Mod by: SCMowns (Noppes Update)] (SCMowns_Noppes_John-SMP 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.319.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.14-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThermalExpansion{3.0.0.b9e} [Thermal Expansion] (ThermalExpansion-3.0.0.b9e.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    RioV{v2.1.4} [The Mists of RioV] (The Mists of RioV - v2.1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ZAMod{v1.9} [Zombie Awareness] (Zombie Awareness v1.9 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CrystalWing{Forge 1.6.4.r04} [CrystalWing] ([1.6.4]CrystalWing.Forge.1.6.4.r04.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TNFUltimateToolsForge{1.11.0.0} [Ultimate Tools] ([1.6.4]Ultimate Tools Universal by Sahdow169[1.11.0.0].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    pixelmon{2.5.7} [Pixelmon] ([1]Pixelmon 2.5.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TC{4.1.3_001} [Traincraft] ([1]traincraft-4.1.3_001.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ccm{1.0.1} [MrCrayfish's Construction Mod] ([Forge]MrCrayfishConstructionModv1.0.5 (1.6.4).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Backpack{1.22.25} [Backpack] (backpack-1.22.25-1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    battlemusic{1.4.2} [Battle Music] (battlemusic v1.4.2 for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisCore{57.1.7} [Immibis Core] (immibis-core-57.1.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    InfiniTubes{57.0.3} [InfiniTubes] (infinitubes-57.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    LiquidXP{57.0.0} [Liquid XP] (liquid-xp-57.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ParachuteMod{1.6.4} [Parachute Mod] (parachute-2.0.2-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    RedLogic{57.2.8} [RedLogic] (redlogic-57.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    awger_SmallBoat{0.10.6} [SmallBoat] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    awger_Punt{0.10.6} [Punt] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    awger_Whitehall{0.10.6} [Whitehall] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    awger_Hoy{0.10.6} [Hoy] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Tubestuff{57.1.1} [Tubestuff] (tubestuff-57.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    YALSM{2.0.3} [Yet Another Leather Smelting Mod] (yalsm-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TreeCapitator{Forge 1.6.4.r07} [Treecapitator] (zzzzzzzzzTreeCapitator.Forge.1.6.4.r07.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThaumcraftMobAspects{1.6.X-1d} [Thaumcraft Mob Aspects] (thaumcraftmobaspects-1.6.X-1e-build2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
    Profiler Position: N/A (disabled)
    Player Count: 0 / 20; []
    Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
    Type: Dedicated Server (map_server.txt)



    Same here. Just went back to 1.6.4.r06 and everything is fine.
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom Ore Generation: First Revival
    Quote from Keybounce

    Odd. You want something closer to the rare, giant ore veins? (I think they were called strategicVeins.)

    I went the other way -- more common, but smaller.

    (I wonder if a single config with a scaling parameter can be defined...)


    I like the idea of ore veins, but if you have small veins that are pretty common, then you're going to be tripping over them, just like vanilla ore generation. I don't want to be able to mine straight down anywhere and hit ore. I want to increase the difficulty of Minecraft.

    Right now I'm just adjusting the main frequency and size settings. I'm looking at a frequency below 0.5, but larger size. So when you finally do find the ore vein, it was worth the trouble.
    Posted in: Minecraft Mods
  • To post a comment, please .