• 0

    posted a message on [v1.9.7] SecurityCraft~ Security cameras, Retinal scanners, and more!
    Quote from awsuman10»

    I don't know how to exit the camera monitor. The only way I could find was to exit and reopen the world. Please help!


    My response won't be as straight-forward.

    If you read the message carefully, it'll say that you were mounted to the camera. Now tell me, how would you dismount, say, a pig or horse?
    Posted in: Minecraft Mods
  • 0

    posted a message on [v1.9.7] SecurityCraft~ Security cameras, Retinal scanners, and more!
    Quote from catking1122»

    i think i found a glitch im playing sp with about 60 maybe 70 other mods and when i give the camera a redstone module and attempt to use the redstone button the camera breaks and im teleported to where it was


    I have reason to believe it may be related to the camera breaking when the attached to block is destroyed "addition". Maybe we can find a way to disable that for now?
    Posted in: Minecraft Mods
  • 0

    posted a message on [v1.9.7] SecurityCraft~ Security cameras, Retinal scanners, and more!

    Trying to set up inventory scanners for the heck of it, and I don't see a sign of them linking together... No "laser" or anything...

    Posted in: Minecraft Mods
  • 0

    posted a message on Teleplates - Highly advanced telportation! New insane rendering!

    While it may not get into the next version, I want to see about having different teleportation effects, like particles surrounding you until you teleport, then they explode away, revealing you moved.

    Posted in: Minecraft Mods
  • 0

    posted a message on Modular Systems (Formally Modular Furnace)
    Quote from pauljoda»

    I'm still around. Though, not working on mods. I hope to have some time soon to get some work done on the mods but I'm finishing my degree and just started working at a new company so I may not have the most time.

    The issue I see happening is NEI. We can't seem to find the exact bug but NEI seems to mess around with things we also mess around with. So versions sometimes don't get along. I'll make sure I get to it at some point

    Phew, thanks. This is one of my favorite storage mods.
    Posted in: Minecraft Mods
  • 0

    posted a message on Modular Systems (Formally Modular Furnace)

    I dunno if it is against the rules, but I'm bumping this to hopefully get PaulJoda back.

    Posted in: Minecraft Mods
  • 0

    posted a message on Modular Systems (Formally Modular Furnace)
    Quote from HyperMan19680»

    I wonder, do any other mods have Bookshelf built in? I may have one of them if they do.



    ---- Minecraft Crash Report ----
    // On the bright side, I bought you a teddy bear!

    Time: 10/16/15 12:43 AM
    Description: Initializing game

    com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
    at com.google.gson.Gson.fromJson(Gson.java:815)
    at com.google.gson.Gson.fromJson(Gson.java:768)
    at com.teambr.bookshelf.util.JsonUtils.readFromJson(JsonUtils.java:29)
    at com.pauljoda.modularsystems.core.registries.FurnaceBannedBlocks.loadFromFile(FurnaceBannedBlocks.java:47)
    at com.pauljoda.modularsystems.core.registries.FurnaceBannedBlocks.init(FurnaceBannedBlocks.java:35)
    at com.pauljoda.modularsystems.core.ModularSystems.init(ModularSystems.java:75)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
    at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:338)
    at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:79)
    at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
    at com.google.gson.Gson.fromJson(Gson.java:803)
    ... 42 more

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

    -- Head --
    Stacktrace:
    at com.google.gson.Gson.fromJson(Gson.java:815)
    at com.google.gson.Gson.fromJson(Gson.java:768)
    at com.teambr.bookshelf.util.JsonUtils.readFromJson(JsonUtils.java:29)
    at com.pauljoda.modularsystems.core.registries.FurnaceBannedBlocks.loadFromFile(FurnaceBannedBlocks.java:47)
    at com.pauljoda.modularsystems.core.registries.FurnaceBannedBlocks.init(FurnaceBannedBlocks.java:35)
    at com.pauljoda.modularsystems.core.ModularSystems.init(ModularSystems.java:75)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 137976704 bytes (131 MB) / 280195072 bytes (267 MB) up to 5355339776 bytes (5107 MB)
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 7 mods loaded, 7 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1517-1.7.10.jar)
    UCHI Forge{10.13.4.1517} [Minecraft Forge] (forge-1.7.10-10.13.4.1517-1.7.10.jar)
    UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UCHI bookshelf{1.2.0} [Bookshelf] (Bookshelf-1.7.10-1.2.0.jar)
    UCHE modularsystems{2.2.1} [Modular Systems] (ModularSystems-1.7.10-2.2.1.jar)
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12618 Compatibility Profile Context 13.251.9001.1001' Renderer: 'AMD Radeon HD 8650G'
    Launched Version: 1.7.10-Forge10.13.4.1517-1.7.10
    LWJGL: 2.9.1
    OpenGL: AMD Radeon HD 8650G GL version 4.3.12618 Compatibility Profile Context 13.251.9001.1001, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

    I removed all mods except Bookshelf, MS, NEI, and its dependencies. My guess is that recent updates of NEI and the dependencies

    made Bookshelf incompatible with it. Hopefully updating Bookshelf for it will help.

    Posted in: Minecraft Mods
  • 0

    posted a message on Modular Systems (Formally Modular Furnace)
    Quote from pauljoda»

    Please double check that you only have one version of bookshelf for the version of minecraft you're playing. I wish I could help more but I've been very busy. I'll try to look into that report a bit closer at some point

    I wonder, do any other mods have Bookshelf built in? I may have one of them if they do.
    Posted in: Minecraft Mods
  • 0

    posted a message on Modular Systems (Formally Modular Furnace)
    Quote from pauljoda»

    Thats not very useful to me. Do you have a crash log?

    I fear not. It didn't crash the normal way. I fear the end of the log is gonna have the closest to a crash log.
    Posted in: Minecraft Mods
  • 0

    posted a message on Modular Systems (Formally Modular Furnace)
    Quote from pauljoda»

    I don't think it has updated seeing as I make that as well. If it shows an update curse is having issues. There is a 1.8 version that has been updated since this but this mod is 1.7.10. Use that version


    Then I think there are two mods with the same name.

    Regardless, I try and run this mod with Bookshelf and it gives me an error when attempting post-initialization. I'll go get it.


    EDIT: https://www.dropbox.com/s/szsk2ak4u58nlgi/fml-client-latest.log?dl=0 The log was probably too much for Pastebin, so I dropboxed the file. I hope this gets fixed, Modular Systems had my favorite storage system.

    Posted in: Minecraft Mods
  • 0

    posted a message on Modular Systems (Formally Modular Furnace)

    Paul, Bookshelf apparently updated. Plan on updating?

    Posted in: Minecraft Mods
  • 0

    posted a message on Better Records - Download songs from the internet!
    Quote from don_bruce»

    Someone mentioned something about that a few months back. I'll just re-post it here.

    Error: Could not find or load main class dbrm
    Posted in: Minecraft Mods
  • 0

    posted a message on Better Records - Download songs from the internet!
    Quote from don_bruce»

    Speaking of tutorials and troubleshooting, I've gone ahead and whipped up a record manager. It's written in Java, so everyone should be able to run it. You can use it to add a new record entry, delete an unwanted record, edit the name, author, file, URL, or color of a current record, or just view the details about all the records in your collection, all without messing with the treacherous localLibrary.json file!


    Get your copy of DBRM here.


    I'm not that Java-savvy, so I dunno how to run the file. Any tips anyone?
    Posted in: Minecraft Mods
  • 0

    posted a message on Better Records - Download songs from the internet!

    Hrm, where can I find the songs that the Local Library JSON files has named after I set it up? Do they show with the default records in the Etcher? Or what do I need to do?

    Posted in: Minecraft Mods
  • 0

    posted a message on Key Combinations Are Here!!! Over 9000 combos possible!! Presenting you Key Bindings Overhaul!

    As much as I hate to say it, I'm sticking with 1.0 for the mod. I've seen too many bugs in the later versions, and it kinda lessened my hopes.

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