• 0

    posted a message on AoA--25 New Dimensions• 330 Mobs• 27 Bosses• Skills• Quests• 600+Items [LARGE Bugfix Update, May 2018]

    Would it be possible to get support for the TooMuchTime mod? Either by detecting the settings or simply having a config option that defines how long the day and night is. Currently timed events run during the "wrong" time when the days and nights are set to non-default values.

    Posted in: Minecraft Mods
  • 0

    posted a message on Better Foliage

    It seems updating to the newest version (BetterFoliage-mc1.7-1.0.11) is causing crashes (already tesselating) when the player teleports around (either via commands or using portals). Downgrading to 1.0.10 fixes it, so it must be something recently changed. I was testing this using Optifine (OptiFine_1.7.10_HD_U_B6) with chunk loading set to Mutli-Core as well as Fastcraft (fastcraft-1.21) installed.


    Here is what console shows when it happens:

    [19:17:52] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NullPointerException
    [19:17:52] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mods.betterfoliage.client.render.RenderBlockAOBase.getCameraDistance(RenderBlockAOBase.java:626)
    [19:17:52] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mods.betterfoliage.client.render.impl.RenderBlockLeaves.isBlockAccepted(RenderBlockLeaves.java:33)
    [19:17:52] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at mods.betterfoliage.client.BetterFoliageClient.getRenderTypeOverride(BetterFoliageClient.java:124)
    [19:17:52] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:288)
    [19:17:52] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WorldRendererThreaded.updateRenderer(WorldRendererThreaded.java:186)
    [19:17:52] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WrUpdateThread.run(WrUpdateThread.java:119)
    [19:17:52] [Client thread/DEBUG] [NotEnoughItems/]: Loading Remote World
    [19:17:52] [Client thread/DEBUG] [NotEnoughItems/]: Loading Remote World
    [19:17:52] [Client thread/INFO] [NEIAddons/]: World changed, resetting
    [19:17:52] [Client thread/INFO] [NEIAddons/]: Available server commands: SetForestryWorktableRecipe
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.IllegalStateException: Already tesselating!
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WorldRendererThreaded.preRenderBlocksThreaded(WorldRendererThreaded.java:272)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WorldRendererThreaded.updateRenderer(WorldRendererThreaded.java:153)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WrUpdateThread.run(WrUpdateThread.java:119)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.IllegalStateException: Already tesselating!
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WorldRendererThreaded.preRenderBlocksThreaded(WorldRendererThreaded.java:272)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WorldRendererThreaded.updateRenderer(WorldRendererThreaded.java:153)
    [19:17:53] [WrUpdateThread/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at WrUpdateThread.run(WrUpdateThread.java:119)

    Posted in: Minecraft Mods
  • 0

    posted a message on Compact Machines v1.21

    Is it possible to delete upgraded compact machines? I have un-used compact machines on my server that I would like to safely clear out since nobody can access them anymore since the machine is gone.

    Posted in: WIP Mods
  • 0

    posted a message on The Betweenlands ~ A dark, hostile environment...

    Not sure if it's been reported as I can't find any sort of issue tracker, but it seems setting the biome IDs over 128 will crash the game. It may be related to how sub-biomes are used. Since the crash report is showing IDs over 255.

    Posted in: Minecraft Mods
  • 1

    posted a message on GrowthCraft - [JUL-15-2014] Proper 1.7.10 release

    Looks like the fuild registry changes in recent Forge versions has broken the cellar part of this mod. Attempting to use a barrel with crash the game with this error:


    [17:07:17] [Client thread/WARN] [FML]: ****************************************
    [17:07:17] [Client thread/WARN] [FML]: * Null fluid supplied to fluidstack. Did you try and create a stack for an unregistered fluid?
    [17:07:17] [Client thread/WARN] [FML]: * at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:28)
    [17:07:17] [Client thread/WARN] [FML]: * at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:59)
    [17:07:17] [Client thread/WARN] [FML]: * at growthcraft.cellar.tileentity.TileEntityFermentBarrel.getGUINetworkData(TileEntityFermentBarrel.java:381)
    [17:07:17] [Client thread/WARN] [FML]: * at growthcraft.cellar.container.ContainerFermentBarrel.func_75137_b(ContainerFermentBarrel.java:128)
    [17:07:17] [Client thread/WARN] [FML]: * at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151)
    [17:07:17] [Client thread/WARN] [FML]: * at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26)...
    [17:07:17] [Client thread/WARN] [FML]: ****************************************
    [17:07:22] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4313ms behind, skipping 86 tick(s)
    [17:07:22] [Server thread/INFO]: Stopping server
    [17:07:22] [Server thread/INFO]: Saving players
    [17:07:22] [Server thread/INFO]: Saving worlds
    [17:07:22] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
    [17:07:22] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs.
    [17:07:22] [Netty Client IO #0/INFO] [simplyjetpacks]: Loading configuration files
    [17:07:22] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
    [17:07:22] [Server thread/INFO]: Saving chunks for level 'New World'/Underdark
    [17:07:22] [Server thread/INFO]: Saving chunks for level 'New World'/Spirit World
    [17:07:22] [Server thread/INFO]: Saving chunks for level 'New World'/Torment
    [17:07:23] [Server thread/INFO]: Saving chunks for level 'New World'/Mirror
    [17:07:23] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
    [17:07:23] [Server thread/INFO]: Saving chunks for level 'New World'/The Last Millenium
    [17:07:23] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
    [17:07:23] [Server thread/INFO]: Saving chunks for level 'New World'/CompactMachinesWorld
    [17:07:23] [Server thread/INFO]: Saving chunks for level 'New World'/SpectreWorld
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension 0
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension -1
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension -100
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension -37
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension -38
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension -39
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension -42
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension -112
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension 7
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension 3
    [17:07:24] [Server thread/INFO] [FML]: Unloading dimension 2
    [17:07:28] [Client thread/FATAL]: Unreported exception thrown!
    java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid
     at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:29) ~[FluidStack.class:?]
     at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:59) ~[FluidStack.class:?]
     at growthcraft.cellar.tileentity.TileEntityFermentBarrel.getGUINetworkData(TileEntityFermentBarrel.java:381) ~[TileEntityFermentBarrel.class:?]
     at growthcraft.cellar.container.ContainerFermentBarrel.func_75137_b(ContainerFermentBarrel.java:128) ~[ContainerFermentBarrel.class:?]
     at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151) ~[bjb.class:?]
     at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26) ~[gp.class:?]
     at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:9) ~[gp.class:?]
     at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
     at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) ~[bje.class:?]
     at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590) ~[bao.class:?]
     at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) ~[bao.class:?]
     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
     at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
     at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
     at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
     at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
     at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
     at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
     at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]


    Also while loading up the game this shows up in console:

    [17:03:11] [Client thread/INFO] [STDERR]: [growthcraft.cellar.GrowthCraftCellar:preload:178]: Severe error, please report this to the mod author:
    [17:03:11] [Client thread/INFO] [STDERR]: [growthcraft.cellar.GrowthCraftCellar:preload:179]: java.lang.ArrayIndexOutOfBoundsException

    Posted in: Minecraft Mods
  • 0

    posted a message on VoxelMap [1.16.1 to 1.7.10] - a minimap and worldmap
    Quote from MamiyaOtaru»

    so you're not going to help me by trying to figure out which mod it is? No I don't think I'll spend any time working around it then, assuming it's even my problem


    Issue is, that it's on a Multiworld Forge server, removing half the mods means I can't connect to the server and test it. Running it in Single player doesn't work since there is no multiworld button. If it helps, the server is running Forge Essentials to create the multiworlds.

    Posted in: Minecraft Mods
  • 0

    posted a message on VoxelMap [1.16.1 to 1.7.10] - a minimap and worldmap

    It possible to have the multiworld button not change the player camera? (Or possible have a setting).

    Posted in: Minecraft Mods
  • 0

    posted a message on VoxelMap [1.16.1 to 1.7.10] - a minimap and worldmap

    http://pastebin.com/i3Q7w3p2


    Getting this crash on my server when I try to use the multiworld selector. After pressing the button that says "Multiworld..." the game freezes then crashes a few seconds later. It worked the first time I used the button, but then I moved to another world and tried adding it and this happens.

    Posted in: Minecraft Mods
  • 0

    posted a message on Immibis's Mods - Now with 85.7% less version numbers in this title!

    Is it possible to set the Dimensional Anchors to require liquids as a fuel?

    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    Any chance we could get one last "final" release for 1.7.10? Also the NPC cloner still kicks clients on servers when you try to clone NPCs.
    Posted in: Minecraft Mods
  • 0

    posted a message on Enhanced Portals 3
    It seems the redstone output block isn't working. I set it to output when the portal is active the block isn't putting out any redstone signal.

    Also the 1.7.10 version OpenComputer support seems to be broken. At least for OpenComputers 1.4.
    Posted in: Minecraft Mods
  • 0

    posted a message on More Player Models 2 (Adds a character creation screen, animations and more)
    Quote from chrisk123999»
    I've noticed some issues today when players on my server were messing with player models. Randomly the first person hand of the player looking at someone with a different body part gets their hand changed to the Steve skin.

    These are pictures of what happens when turn to view the player different and when he disables the body part.

    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.39.18.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.53.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.48.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.46.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.44.png

    I'm still getting this issue I reported here. Certain body parts on other players make the player no longer render the first person skin.
    Posted in: Mods Discussion
  • 0

    posted a message on [Oct 8] Coros Mods: ZombieAwareness for 1.10.2 with new improvements
    I used the options to disable tornadoes and cyclones but they're still being made when I'm testing it. Seems they don't do anything however other then visually be a tornado.
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    I've started getting this error now when players use their quests tab. They get disconnected from the server and this shows up in the server console. This is however on a Cauldron 1.7.10 server.

    http://pastebin.com/ctXPpAvc
    Posted in: Minecraft Mods
  • 0

    posted a message on More Player Models 2 (Adds a character creation screen, animations and more)
    I've noticed some issues today when players on my server were messing with player models. Randomly the first person hand of the player looking at someone with a different body part gets their hand changed to the Steve skin.

    These are pictures of what happens when turn to view the player different and when he disables the body part.

    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.39.18.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.53.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.48.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.46.png
    https://dl.dropboxusercontent.com/u/1455347/Minecraft/2014-10-28_01.38.44.png
    Posted in: Mods Discussion
  • To post a comment, please .