• 0

    posted a message on LANBroadcaster — Broadcast any server over LAN!
    Quote from xxdescorexx

    I'm having trouble understanding what it's used for


    You download it, run it then enter your server name and port into the fields then click "Start" to start broadcasting. While it is broadcasting, any Minecraft players on your local network will see the server as a LAN World in their multiplayer menu. It's a tool intended to help server owners and maybe friends who want to play a Bukkit server without the hassle of getting the IP and such.
    Posted in: Minecraft Tools
  • 0

    posted a message on LANBroadcaster — Broadcast any server over LAN!
    Just wondering, is anyone finding this useful? If there are any problems with running it, let me know so I can fix them.
    Feedback is welcome!

    It's mostly a finished project (even though the version is 0.x.x), I will still fix bugs, but there isn't really anything further to extend the program with (it's quite simple).
    Posted in: Minecraft Tools
  • 0

    posted a message on LANBroadcaster — Broadcast any server over LAN!
    When I was looking for a way to broadcast a normal Minecraft server over LAN, I discovered MineAnnouncer. It worked well but lacked command line arguments so that I could use it in my server start script.

    To fix that end (and because I really don't know Java), I have created a similar project in Python 3.


    Download

    NEW: Windows users can use these steps:
    1. Download this file: https://bitbucket.or...dcaster_gui.zip
    2. Unzip the file to a folder of your choice.
    3. Run the `lan_broadcaster_gui` file.

    Information will now be hosted at the Bitbucket wiki
    Consider the information below outdated

    Other systems

    It requires Python 3(.3) to run which can be found here: http://python.org/download/

    You can then download the script from here: https://bitbucket.or...broadcaster/src


    Usage

    Simple: To run it (interactively), just double click the file `lan_broadcaster_gui` from the same computer as the server.

    Scripting: In a script, you can also specify the MOTD as the first argument and the port (address before 1.6) as the second argument. An argument of "-b" prevents the interactive prompt from being shown or asking for input.

    To use it in a script:

    python3 lan_broadcaster "<MOTD>" "<PORT>"


    replacing <MOTD> with the MOTD and <PORT> with the server port (keep the quotes if it has spaces).

    Example
    With the following configuration (MOTD: Server, Address: 25565), it shows like so:


    Then anyone on your local network will see it like so in their Multiplayer menu:



    Screenshots



    Interactive prompt

    It also has a basic interactive prompt which lets you control the broadcaster (e.g.: stopping, starting and re-configuring the MOTD and port)

    The accepted commands can be found with the `help` command.
    They which should be fairly self explanatory.
    help <command>
    for more help.

    How it works
    It works by sending a UDP packet to 224.0.2.60:4445 with the following format:
    [MOTD]<MOTD_HERE>[/MOTD][AD]<PORT_HERE>[/AD]


    The `LANBroadcaster` class wraps a thread around this and the `BroadcasterShell` is the interactive prompt, basically. The GUI is a simple frontend to the `LANBroadcaster` class with console-like output

    Changelog

    The (potentially incomplete) changelog is below if you're interested:

    A more complete (and technical) changelog is viewable at the Bitbucket repository:
    https://bitbucket.or...ter/commits/all

    Base and CLI changelog:
    0.1.3 (revs 4 and 5) :
    ** Added GUI. Changelog is below.
    + Added GPL header to source.
    * Made `send_address` and `send_port` class variables.
    + Added property setters and getters for `motd` and `address`.
    + `broadcast_message` now raises RuntimeError for zero-length values.
    * Docstring improvements
    * `print_status` changed to `get_status` and returns value instead of printing.
    * GPL notice is a class variable of `BroadcasterShell`
    
    0.1.2 (rev 3) :
    * Improved docstrings
    + Added parameter information
    * Moved `ask_for_input()` and `print_status()` into the `LANBroadcaster` class.
    * Changed `*tuple` argument in `BroadcasterShell().do_` methods into a string.
    + Added `about` command
    + Added `license` command
    + Added `-s`/`--silent` option to suppress output
    
    0.1.1 (rev 2) :
    * Renamed function variable `broadcaster` to `_broadcaster`.
    + Added message when running in non-interactive mode.
    * Made non-interactive pausing slightly smarter.
    
    0.1.0 (rev 1) :
    ** Initial release.


    GUI changelog:
    0.1.1 (revs 4 and 5) :
    ** Initial release.


    Feedback/suggestions are always welcome. Feel free to improve the script or create your own based on it, but give me credit :)
    Posted in: Minecraft Tools
  • 0

    posted a message on [SMP] More Explosives Mod [over 1,500,000 downloads!]
    This looks like a great mod but I need a config file to set IDs. I have 40+ mods and it conflicts badly.
    Posted in: Minecraft Mods
  • 0

    posted a message on [DISCONTINUED] [1.5.1/1.5/1.4.7/1.4.6/1.4.5/1.4.4/1.4.3/1.3.2/1.2.5] Single Player Console (updated 26th March)
    This is great and I like the WECUI support but when I open something, it says that Forge is too old, use 499 or above. I have build .518 of Forge so I don't know why this is happening. What functionality will be missing? Also, I noticed that WECUI support for non cube selections still look cubey (eg a sphere is just a cube). Thanks for your help and the great mod.
    Posted in: Minecraft Mods
  • 0

    posted a message on DaftPVF's Mods (Treecapitator, CrystalWing, StartingInv, FloatingRuins)
    I've been using InGameInfo for a while now. It's a great way to customize what you want on your screen. I'd like to see a tag for the server ping though.
    Posted in: Minecraft Mods
  • 0

    posted a message on [DISCONTINUED] [1.5.1/1.5/1.4.7/1.4.6/1.4.5/1.4.4/1.4.3/1.3.2/1.2.5] Single Player Console (updated 26th March)
    Quote from q3hardcore

    I tested it with this version: grooohm's Unofficial 1.4.6 Update
    I'm not entirely sure what is causing your problem..


    Thanks! It works now. I'd been using the WECUI from the VoxelPack, that must have been the reason.
    Posted in: Minecraft Mods
  • 0

    posted a message on [DISCONTINUED] [1.5.1/1.5/1.4.7/1.4.6/1.4.5/1.4.4/1.4.3/1.3.2/1.2.5] Single Player Console (updated 26th March)
    I can't get this to work with the LiteLoader version of WorldeditCUI. I've installed it from the VoxelPack but the selection is still not highlighted. When loading the world, it says WorldEditCUI not installed. It does work on a Bukkit server with the WorldEdit plugin though.
    Posted in: Minecraft Mods
  • 0

    posted a message on Crossbow Mod 2 - 100% Customizable! - 250+ Combinations!
    Quote from alex123456

    How do i zoom? :( ctrl doesnt work, is there any config?


    You use your mouse scroll wheel to zoom in and out.
    Posted in: Minecraft Mods
  • 0

    posted a message on Crossbow Mod 2 - 100% Customizable! - 250+ Combinations!
    This is a great mod! I really like the customizability of the crossbows. But there needs to be a way to 'recraft' a crossbow with a new attachment or mechanism.
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    I'm happy that this was updated, I've been waiting so long but now I have to wait for all my other mods to update before using it. If Eloraam should release the 1.4.5 version as well.
    Posted in: Minecraft Mods
  • 0

    posted a message on Extended Workbench v1.4.2
    This looks to be a great mod but when viewing a recipe in NEI, I get this error (NEI v 1.4.3.4)

    ---- Minecraft Crash Report ----
    // I blame Dinnerbone.
    Time: 17/12/12 7:54 AM
    Description: Updating screen events
    java.lang.NoClassDefFoundError: codechicken/nei/DefaultOverlayRenderer
    at naruto1310.extendedWorkbench.ExtendedShapedRecipeHandler.hasOverlay(ExtendedShapedRecipeHandler.java:188)
    at codechicken.nei.recipe.GuiRecipe.refreshPage(GuiRecipe.java:236)
    at codechicken.nei.recipe.GuiRecipe.A_(GuiRecipe.java:66)
    at aue.a(SourceFile:97)
    at auy.a(GuiContainer.java:61)
    at net.minecraft.client.Minecraft.a(Minecraft.java:665)
    at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:47)
    at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:22)
    at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:442)
    at auy.a(GuiContainer.java:582)
    at auy.n(GuiContainer.java:664)
    at aue.m(SourceFile:114)
    at net.minecraft.client.Minecraft.l(Minecraft.java:1515)
    at net.minecraft.client.Minecraft.J(Minecraft.java:858)
    at net.minecraft.client.Minecraft.run(Minecraft.java:783)
    at java.lang.Thread.run(Thread.java:722)
    Caused by: java.lang.ClassNotFoundException: codechicken.nei.DefaultOverlayRenderer
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:76)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 16 more
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    -- Head --
    Stacktrace:
    at naruto1310.extendedWorkbench.ExtendedShapedRecipeHandler.hasOverlay(ExtendedShapedRecipeHandler.java:188)
    at codechicken.nei.recipe.GuiRecipe.refreshPage(GuiRecipe.java:236)
    at codechicken.nei.recipe.GuiRecipe.A_(GuiRecipe.java:66)
    at aue.a(SourceFile:97)
    at auy.a(GuiContainer.java:61)
    at net.minecraft.client.Minecraft.a(Minecraft.java:665)
    at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:47)
    at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:22)
    at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:442)
    at auy.a(GuiContainer.java:582)
    at auy.n(GuiContainer.java:664)
    at aue.m(SourceFile:114)
    -- Affected screen --
    Details:
    Screen name: codechicken.nei.recipe.GuiCraftingRecipe
    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [ayk['miner029'/262, l='MpServer', x=-211.78, y=74.12, z=-108.30]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (-208,64,-88), Chunk: (at 0,4,8 in -13,-6; contains blocks -208,0,-96 to -193,255,-81), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 99287 game time, 267337 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 132 total; [qr['Zombie'/2196, l='MpServer', x=-206.47, y=21.00, z=-56.69], ayk['miner029'/262, l='MpServer', x=-211.78, y=74.12, z=-108.30], ow['Bat'/2477, l='MpServer', x=-245.53, y=56.00, z=-76.09], ow['Bat'/2476, l='MpServer', x=-246.53, y=57.88, z=-75.25], oy['Chicken'/39, l='MpServer', x=-293.84, y=65.00, z=-56.81], qn['Skeleton'/36, l='MpServer', x=-290.38, y=31.00, z=-85.16], oy['Chicken'/40, l='MpServer', x=-288.47, y=64.00, z=-59.47], oy['Chicken'/41, l='MpServer', x=-289.41, y=65.00, z=-36.53], ow['Bat'/2488, l='MpServer', x=-222.51, y=13.88, z=-99.25], oy['Chicken'/51, l='MpServer', x=-274.63, y=63.00, z=-86.56], qr['Zombie'/49, l='MpServer', x=-273.72, y=33.00, z=-162.66], oy['Chicken'/52, l='MpServer', x=-285.59, y=64.00, z=-59.41], qr['Zombie'/2215, l='MpServer', x=-226.50, y=33.00, z=-73.50], ow['Bat'/62, l='MpServer', x=-267.58, y=28.88, z=-82.25], pe['Sheep'/61, l='MpServer', x=-263.94, y=63.00, z=-166.97], ow['Bat'/2487, l='MpServer', x=-220.42, y=16.64, z=-97.70], qr['Zombie'/68, l='MpServer', x=-266.06, y=51.00, z=-72.78], oy['Chicken'/70, l='MpServer', x=-262.94, y=64.00, z=-62.53], qc['Creeper'/64, l='MpServer', x=-265.50, y=47.00, z=-90.50], ow['Bat'/65, l='MpServer', x=-266.25, y=49.10, z=-88.34], qp['Spider'/67, l='MpServer', x=-267.09, y=50.00, z=-81.81], pe['Sheep'/78, l='MpServer', x=-251.56, y=64.00, z=-170.34], qp['Spider'/79, l='MpServer', x=-247.88, y=27.00, z=-105.09], qn['Skeleton'/84, l='MpServer', x=-242.50, y=19.00, z=-42.50], qn['Skeleton'/81, l='MpServer', x=-246.88, y=22.00, z=-82.47], pg['Snow Golem'/102, l='MpServer', x=-229.22, y=22.00, z=-126.78], pg['Snow Golem'/103, l='MpServer', x=-229.22, y=22.00, z=-126.78], pg['Snow Golem'/100, l='MpServer', x=-229.78, y=22.00, z=-126.78], pg['Snow Golem'/101, l='MpServer', x=-232.22, y=24.00, z=-124.78], px['item.item.egg'/98, l='MpServer', x=-226.78, y=64.13, z=-135.75], pg['Snow Golem'/99, l='MpServer', x=-229.78, y=22.00, z=-126.22], qr['Zombie'/96, l='MpServer', x=-235.53, y=24.00, z=-140.44], pg['Snow Golem'/110, l='MpServer', x=-232.78, y=24.00, z=-124.22], pg['Snow Golem'/111, l='MpServer', x=-232.78, y=24.00, z=-124.22], pg['Snow Golem'/108, l='MpServer', x=-232.78, y=24.00, z=-124.78], pg['Snow Golem'/109, l='MpServer', x=-232.22, y=24.00, z=-124.22], pg['Snow Golem'/106, l='MpServer', x=-229.22, y=22.00, z=-126.78], pg['Snow Golem'/107, l='MpServer', x=-229.22, y=22.00, z=-126.22], pg['Snow Golem'/104, l='MpServer', x=-228.22, y=22.00, z=-126.22], pg['Snow Golem'/105, l='MpServer', x=-229.22, y=22.00, z=-126.78], ow['Bat'/593, l='MpServer', x=-190.16, y=23.51, z=-87.69], pg['Snow Golem'/119, l='MpServer', x=-229.49, y=23.00, z=-125.22], pg['Snow Golem'/118, l='MpServer', x=-229.78, y=22.00, z=-126.78], px['item.item.egg'/98, l='MpServer', x=-226.78, y=64.13, z=-135.75], ow['Bat'/595, l='MpServer', x=-210.84, y=32.00, z=-122.94], pg['Snow Golem'/117, l='MpServer', x=-230.09, y=23.00, z=-125.40], ow['Bat'/594, l='MpServer', x=-223.25, y=29.00, z=-123.25], pg['Snow Golem'/116, l='MpServer', x=-229.22, y=22.00, z=-126.78], ow['Bat'/597, l='MpServer', x=-219.25, y=27.23, z=-118.53], pg['Snow Golem'/115, l='MpServer', x=-232.22, y=24.00, z=-124.78], pg['Snow Golem'/114, l='MpServer', x=-232.78, y=24.00, z=-124.22], pg['Snow Golem'/113, l='MpServer', x=-232.78, y=24.00, z=-124.22], pg['Snow Golem'/112, l='MpServer', x=-232.22, y=24.00, z=-124.78], qn['Skeleton'/127, l='MpServer', x=-239.50, y=42.00, z=-90.69], ow['Bat'/600, l='MpServer', x=-248.94, y=26.00, z=-51.50], pg['Snow Golem'/125, l='MpServer', x=-230.78, y=23.00, z=-125.84], pg['Snow Golem'/124, l='MpServer', x=-229.22, y=22.00, z=-126.22], pg['Snow Golem'/123, l='MpServer', x=-230.51, y=23.00, z=-126.46], pg['Snow Golem'/122, l='MpServer', x=-230.75, y=23.00, z=-125.22], pg['Snow Golem'/121, l='MpServer', x=-229.22, y=22.00, z=-126.22], pg['Snow Golem'/120, l='MpServer', x=-229.78, y=22.00, z=-126.22], pg['Snow Golem'/137, l='MpServer', x=-213.09, y=26.00, z=-113.25], pg['Snow Golem'/139, l='MpServer', x=-213.72, y=26.00, z=-113.78], pg['Snow Golem'/138, l='MpServer', x=-222.91, y=27.00, z=-117.28], ow['Bat'/141, l='MpServer', x=-219.25, y=43.10, z=-113.25], ow['Bat'/142, l='MpServer', x=-219.56, y=15.10, z=-99.25], qo['Slime'/129, l='MpServer', x=-236.69, y=28.00, z=-58.69], qn['Skeleton'/2041, l='MpServer', x=-159.50, y=16.00, z=-41.50], qr['Zombie'/128, l='MpServer', x=-233.99, y=15.00, z=-67.56], ow['Bat'/130, l='MpServer', x=-235.25, y=36.10, z=-46.75], qc['Creeper'/2077, l='MpServer', x=-141.50, y=28.00, z=-171.50], pg['Snow Golem'/135, l='MpServer', x=-221.59, y=24.00, z=-116.75], oy['Chicken'/134, l='MpServer', x=-213.53, y=65.00, z=-143.69], qn['Skeleton'/154, l='MpServer', x=-210.50, y=35.00, z=-29.50], ow['Bat'/159, l='MpServer', x=-205.75, y=13.10, z=-179.25], pg['Snow Golem'/144, l='MpServer', x=-214.53, y=26.00, z=-108.59], pg['Snow Golem'/145, l='MpServer', x=-210.56, y=26.00, z=-107.69], qo['Slime'/146, l='MpServer', x=-213.41, y=19.00, z=-90.66], qn['Skeleton'/2335, l='MpServer', x=-232.50, y=44.00, z=-79.50], qr['Zombie'/148, l='MpServer', x=-217.50, y=47.00, z=-55.50], qr['Zombie'/150, l='MpServer', x=-216.50, y=31.00, z=-47.50], qc['Creeper'/151, l='MpServer', x=-222.03, y=18.00, z=-45.53], qo['Slime'/170, l='MpServer', x=-193.63, y=18.47, z=-37.34], qc['Creeper'/169, l='MpServer', x=-203.56, y=30.00, z=-60.97], qr['Zombie'/168, l='MpServer', x=-204.31, y=22.00, z=-68.50], px['item.null'/2105, l='MpServer', x=-214.13, y=64.13, z=-95.40], qc['Creeper'/163, l='MpServer', x=-195.00, y=54.00, z=-131.63], pe['Sheep'/162, l='MpServer', x=-192.41, y=64.00, z=-157.59], px['item.null'/2105, l='MpServer', x=-214.13, y=64.13, z=-95.40], px['item.null'/430, l='MpServer', x=-211.88, y=64.13, z=-95.19], qc['Creeper'/161, l='MpServer', x=-195.03, y=16.00, z=-145.03], px['item.null'/431, l='MpServer', x=-215.22, y=64.13, z=-96.06], ow['Bat'/166, l='MpServer', x=-185.42, y=50.59, z=-111.66], qc['Creeper'/165, l='MpServer', x=-193.66, y=47.00, z=-126.01], oy['Chicken'/164, l='MpServer', x=-197.53, y=63.00, z=-128.41], qr['Zombie'/2353, l='MpServer', x=-208.50, y=27.00, z=-83.50], pe['Sheep'/186, l='MpServer', x=-186.19, y=63.00, z=-151.38], qr['Zombie'/2352, l='MpServer', x=-209.50, y=27.00, z=-81.50], pe['Sheep'/187, l='MpServer', x=-179.24, y=63.00, z=-158.38], qr['Zombie'/2355, l='MpServer', x=-208.36, y=27.00, z=-85.70], pe['Sheep'/184, l='MpServer', x=-187.31, y=63.00, z=-163.22], qr['Zombie'/2354, l='MpServer', x=-212.72, y=22.00, z=-88.41], qn['Skeleton'/185, l='MpServer', x=-189.28, y=16.00, z=-147.72], RenderEntity['CUI'/429, l='MpServer', x=-215.82, y=77.62, z=-112.82], px['item.null'/431, l='MpServer', x=-215.22, y=64.13, z=-96.06], pe['Sheep'/188, l='MpServer', x=-183.56, y=63.00, z=-152.31], px['item.null'/430, l='MpServer', x=-211.88, y=64.13, z=-95.19], pe['Sheep'/189, l='MpServer', x=-191.78, y=64.00, z=-158.84], qn['Skeleton'/2361, l='MpServer', x=-269.50, y=39.00, z=-79.50], qn['Skeleton'/2362, l='MpServer', x=-262.99, y=40.00, z=-82.44], qd['Enderman'/1997, l='MpServer', x=-201.50, y=13.00, z=-123.50], qr['Zombie'/205, l='MpServer', x=-177.69, y=18.02, z=-128.69], qn['Skeleton'/204, l='MpServer', x=-170.50, y=18.00, z=-126.50], qr['Zombie'/207, l='MpServer', x=-164.50, y=19.00, z=-106.50], qr['Zombie'/206, l='MpServer', x=-168.00, y=19.00, z=-109.50], px['item.null'/2126, l='MpServer', x=-213.88, y=64.13, z=-97.88], pe['Sheep'/200, l='MpServer', x=-173.63, y=63.00, z=-183.47], qn['Skeleton'/203, l='MpServer', x=-176.50, y=18.17, z=-129.69], ow['Bat'/195, l='MpServer', x=-190.41, y=22.24, z=-89.21], qd['Enderman'/194, l='MpServer', x=-185.31, y=22.47, z=-70.63], ow['Bat'/216, l='MpServer', x=-154.25, y=37.10, z=-154.25], qc['Creeper'/1414, l='MpServer', x=-209.50, y=26.00, z=-58.50], pe['Sheep'/217, l='MpServer', x=-158.47, y=63.00, z=-156.50], ph['Squid'/218, l='MpServer', x=-158.47, y=53.34, z=-111.28], qr['Zombie'/1412, l='MpServer', x=-250.50, y=57.00, z=-80.50], px['item.null'/2126, l='MpServer', x=-213.88, y=64.13, z=-97.88], ow['Bat'/209, l='MpServer', x=-183.90, y=18.53, z=-45.40], qc['Creeper'/210, l='MpServer', x=-163.50, y=16.00, z=-46.50], qr['Zombie'/231, l='MpServer', x=-136.38, y=20.00, z=-68.06], qn['Skeleton'/2172, l='MpServer', x=-185.50, y=51.00, z=-34.50], qd['Enderman'/228, l='MpServer', x=-135.03, y=19.00, z=-67.56], qr['Zombie'/1446, l='MpServer', x=-210.50, y=23.00, z=-166.50]]
    Retry entities: 0 total; []
    Stacktrace:
    at ayh.a(WorldClient.java:425)
    at net.minecraft.client.Minecraft.b(Minecraft.java:2385)
    at net.minecraft.client.Minecraft.run(Minecraft.java:799)
    at java.lang.Thread.run(Thread.java:722)
    -- System Details --
    Details:
    Minecraft Version: 1.4.5
    Operating System: Linux (i386) version 3.5.0-19-generic
    Java Version: 1.7.0_09, Oracle Corporation
    Java VM Version: OpenJDK Server VM (mixed mode), Oracle Corporation
    Memory: 178386656 bytes (170 MB) / 509804544 bytes (486 MB) up to 954466304 bytes (910 MB)
    LiteLoader Mods: 1 loaded mod(s)
    		 - WorldEditCUI by yetanotherx version 1.4.4_01_lite
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 6065 (339640 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
    FML: MCP v7.23 FML v4.5.17.479 Minecraft Forge 6.4.1.426 Optifine OptiFine_1.4.5_HD_U_D7 31 mods loaded, 31 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    snyke7_AdvancedMachines [Advanced Machinse] (AdvancedMachines v1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.110.137-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.42-IC2_1.109.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    ComputerCraft [ComputerCraft] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    EurysCore [Eurys Mod Core] (EurysModCore.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicElevators [Dynamic Elevators] (DynamicElevators_2.0-Beta.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    EnderStorage [EnderStorage] (EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    NBTEdit [In-game NBTEdit] (Forge_NBTEditv1.4.4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    NEIPlugins [NEI Plugins] (NEIPlugins-1.0.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    WirelessRedstoneCore [Wireless Redstone] (WirelessRedstone.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    extendedWorkbench [Extended Workbench] ([1.4.5]ExtendedWorkbench v1.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_ingameInfo [IngameInfo] ([1.4.5]IngameInfo.ML.1.4.5.r01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_ReiMinimap [mod_ReiMinimap] ([1.4.5]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forestry [Forestry for Minecraft] (forestry-A-1.6.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    diamondbuckets [Diamond Buckets 0.8] (diamondbuckets_v0.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    GregTech_Addon [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    IronChest [Iron Chest] (ironchest-universal-4.3.0.145.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    GraviSuite [Gravitation Suite] (mod_zGraviSuite_1_5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    LWJGL: 2.8.4
    OpenGL: Mesa DRI Intel(R) Sandybridge Mobile x86/MMX/SSE2 GL version 3.0 Mesa 9.0, Intel Open Source Technology Center
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: faithful-1.4 v2 (mods).zip
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 1669 (93464 bytes; 0 MB) allocated, 16 (896 bytes; 0 MB) used


    EDIT: sorry, didn't read post above. Hope error report is still helpful
    Posted in: Minecraft Mods
  • 0

    posted a message on TooManyItems, the inventory editor and more (1.8 Forge is here!)
    New features are pretty cool. Now I don't know whether to use TMI or NEI... but the favourites key is Alt. This doesn't work on Ubuntu because pressing Alt drags the window. I found a way to disable Alt dragging but could be annoying for other users.
    Posted in: Minecraft Mods
  • 0

    posted a message on MultiMC 5 [Windows / Linux / Mac]
    Really great program!
    Worked perfectly on Linux and Windows.
    But can you add an option to symbolic link certain folders (eg saves, stats, config, texturepacks) to the main .minecraft folder?
    Posted in: Minecraft Tools
  • 0

    posted a message on [TOOL] MCNostalgia 2.1.2 (With GUI) Now works with 1.4.6!
    Does this downgrade the resources folder as well as the bin folder?
    Posted in: Minecraft Tools
  • To post a comment, please .