• 0

    posted a message on Macro / Keybind Mod

    I have use macro keybind for a while now and I know that


    "#something" is declaring an "int" data type

    and

    "something" is declaring a "bool" data type


    but how do you (if possible):


    1.create a "float" / "double" data type

    2.create a "char" data type

    3.create a string (either with char array or a string data type)

    4.make a array, 2D array, 3D array .etc .etc and read from / write to the array

    5.create and use a function


    do inform me if any of the items I listed is not possible in macro keybind mod.

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    Game crash the moment I place down an IC gate. Do anyone know what is the problem here?


    https://pastebin.com/x4gBu0sC


    running minecraft version 1.10.2

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    The CRAFT command dosent work with recipes that require a crafting table... I look at a crafting table and try to use the command to craft an iron block, there is no response It didnt even open the GUI

    Then I tried to put the command KEY(use) in front of the CRAFT command. The GUI opened but still no crafting.



    I am using Minecraft 1.9.4 and forge 12.17.0.1974

    Posted in: Minecraft Mods
  • 0

    posted a message on a new way to control hoppers - (make auto item sorting cheaper)

    i heard that whole "item hopper not putting item in chest when solid block on top" is changed in the latest update? or is it not?

    Posted in: Redstone Creations
  • 0

    posted a message on [DISCONTINUED] Now for iOS! PocketPower Redstone Mod v2.0 - Updated for 0.12.1! - Byteandahalf <3

    I found a bug: when you break a block with powered redstone placed on it, the game just crash......

    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on WorldEditWrapper - use WorldEdit in Single Player
    Quote from midadami»

    is worldedit single player for 1.8?


    Thanks a lot, I hope there is a version


    not yet after further reading the command on this post, there seem to have a beta version of worldedit for minecraft 1.8... though i dont know where to find it

    Posted in: Minecraft Mods
  • 0

    posted a message on WorldEditWrapper - use WorldEdit in Single Player
    Quote from Saihan95»

    Help! i installed mod, started, then when i wanted to set position, my minecraft just crashed! And i don't know why!


    no log, no crash report how can anybody help?

    Posted in: Minecraft Mods
  • 0

    posted a message on WorldEditWrapper - use WorldEdit in Single Player
    Quote from Hammaneggs»

    Is it possible to just change a number or something in the currently available version to make it work with 1.8? I just need some basic functionality for a singleplayer world. I did in fact read back a few pages, for an answer, but I have found nothing that works, since everyone is asking for a totally new version.



    no... modding is never that easy -_- you may just crash minecraft instade

    Posted in: Minecraft Mods
  • 0

    posted a message on WorldEditWrapper - use WorldEdit in Single Player

    the cat is not a mod but a mob :P

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    internal error on the project red wiki:


    Warning: fopen(cache/projectredwiki.com/l10n_cache-en-gb.cdb.tmp.1409813004): failed to open stream: Permission denied in/home/galenhan/public_html/projectredwiki/w/includes/utils/CdbPHP.php on line 303

    [b6287047] /wiki/Version_archive Exception from line 1302 of /home/galenhan/public_html/projectredwiki/w/includes/cache/LocalisationCache.php: Unable to open CDB file "cache/projectredwiki.com/l10n_cache-en-gb.cdb.tmp.1409813004" for write.

    Backtrace:

    #0 /home/galenhan/public_html/projectredwiki/w/includes/cache/LocalisationCache.php(1003): LCStoreCDB->startWrite(string)
    #1 /home/galenhan/public_html/projectredwiki/w/includes/cache/LocalisationCache.php(449): LocalisationCache->recache(string)
    #2 /home/galenhan/public_html/projectredwiki/w/includes/cache/LocalisationCache.php(323): LocalisationCache->initLanguage(string)
    #3 /home/galenhan/public_html/projectredwiki/w/includes/cache/LocalisationCache.php(257): LocalisationCache->loadItem(string, string)
    #4 /home/galenhan/public_html/projectredwiki/w/languages/Language.php(4287): LocalisationCache->getItem(string, string)
    #5 /home/galenhan/public_html/projectredwiki/w/languages/Language.php(202): Language::getFallbacksFor(string)
    #6 /home/galenhan/public_html/projectredwiki/w/languages/Language.php(161): Language::newFromCode(string)
    #7 /home/galenhan/public_html/projectredwiki/w/includes/Setup.php(594): Language::factory(string)
    #8 /home/galenhan/public_html/projectredwiki/w/includes/WebStart.php(121): require_once(string)
    #9 /home/galenhan/public_html/projectredwiki/w/index.php(43): require(string)
    #10 {main}

    Posted in: Minecraft Mods
  • 0

    posted a message on Remain in Motion - Continuation of Redstone in Motion, the frame mod
    ran into this crash report any help?

    ---- Minecraft Crash Report ----
    // I let you down. Sorry :(

    Time: 11/22/14 3:14 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: me/planetguy/remaininmotion/drive/CarriageEngineEntity
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    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)
    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 magic.launcher.Launcher.main(SourceFile:207)
    Caused by: java.lang.NoClassDefFoundError: me/planetguy/remaininmotion/drive/CarriageEngineEntity
    at me.planetguy.remaininmotion.drive.CarriageDrive.<init>(CarriageDrive.java:23)
    at me.planetguy.remaininmotion.core.RIMBlocks.Initialize(RIMBlocks.java:24)
    at me.planetguy.remaininmotion.core.Core.HandleInit(Core.java:25)
    at me.planetguy.remaininmotion.core.Mod.Init(Mod.java:34)
    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:513)
    at sun.reflect.GeneratedMethodAccessor3.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:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
    ... 15 more
    Caused by: java.lang.ClassNotFoundException: me.planetguy.remaininmotion.drive.CarriageEngineEntity
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 45 more
    Caused by: java.lang.NoClassDefFoundError: me/planetguy/remaininmotion/drive/CarriageDriveEntity
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 47 more
    Caused by: java.lang.ClassNotFoundException: me.planetguy.remaininmotion.drive.CarriageDriveEntity
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 51 more


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

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 590034856 bytes (562 MB) / 927465472 bytes (884 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 3 total; -Xms1024m -Xmx1024m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    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.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_U_A4 48 mods loaded, 48 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{1.0.3.23} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    itemphysic{0.8.3} [ItemPhysic] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NotEnoughItems{1.0.3.49} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.49-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    SomniaCore{1.3.0.15} [SomniaCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    furnace3d{1.2.0} [Furnace 3D] ([1.7.10] 3D Furnace-1.3a.jar) Unloaded->Constructed->Pre-initialized->Initialized
    bspkrsCore{6.13} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    thebombzenapi{2.4.1} [ThebombzenAPI] (ThebombzenAPI-v2.4.1-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    autoswitch{5.1.0} [AutoSwitch] (AutoSwitch-v5.1.0-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Blocks3D{1.7.2.1} [3D Blocks Mod] (Blocks3DMod-1.7.10.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ChickenChunks{1.3.4.14} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.14-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
    enchantview{4.0.4} [EnchantView] (EnchantView-v4.0.4-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    HoloInventory{1.8.3.86} [HoloInventory] (HoloInventory-1.7.10-1.8.3.86.jar) Unloaded->Constructed->Pre-initialized->Initialized
    iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MobAmputation{4.0.0} [MobAmputation] (MobAmputation-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mobends{v0.15 for 1.7.10} [Mo' Bends] (mobends-v0.15_for_MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mobtalker2{0.5.1-alpha} [MobTalker2] (MobTalker2-1.7.10-0.5.1-alpha.jar) Unloaded->Constructed->Pre-initialized->Initialized
    planetguyLib{1.2} [planetguyLib] (PlanetguyLib-1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ForgeMultipart{1.1.0.314} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MrTJPCoreMod{1.0} [MrTJPCoreMod] (MrTJPCore-1.7.10-1.0.2.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Core{4.5.3.54} [ProjectRed] (ProjectRed-1.7.10-4.5.3.54-Base.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Transmission{4.5.3.54} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.5.3.54-Integration.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Transportation{4.5.3.54} [ProjectRed-Transportation] (ProjectRed-1.7.10-4.5.3.54-Mechanical_beta.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Compatibility{4.5.3.54} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.5.3.54-Compat.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Integration{4.5.3.54} [ProjectRed-Integration] (ProjectRed-1.7.10-4.5.3.54-Integration.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Illumination{4.5.3.54} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.5.3.54-Lighting.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ProjRed|Expansion{4.5.3.54} [ProjectRed-Expansion] (ProjectRed-1.7.10-4.5.3.54-Mechanical_beta.jar) Unloaded->Constructed->Pre-initialized->Initialized
    radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    realisticpain{1.1} [Realistic Pain] (Realistic Pain-1.2-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    JAKJ_RedstoneInMotion{2.2.0} [Remain In Motion] (RemainInMotion-2.2.0.jar) Unloaded->Constructed->Pre-initialized->Errored
    JAKJ_RedstoneInMotion_HollowCarriages{1.0} [JAKJ_RedstoneInMotion_HollowCarriages] (RemainInMotion-2.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Shatter{4.0.0} [Shatter] (Shatter-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    SmartCursor{1.3.0} [SmartCursor] (SmartCursor-1.3.0-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Somnia{-au} [Somnia] (Somnia-1.3.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Waila{1.5.3a} [Waila] (Waila-1.5.3a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    McMultipart{1.1.0.314} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    xan_personalizedRecipes{1.7.10-1.1.0} [Personalized Recipes] (PersonalizedRecipes-1.7.10-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ForgeMicroblock{1.1.0.314} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Posted in: Minecraft Mods
  • 0

    posted a message on Personalized Recipes Mod
    Quote from Carrotz4U»
    I can't seem to get the mod to work. I've used it before with no problem, but when I'm downloading it now, it's like the mod doesn't even register. I'm not sure if I'm downloading/installing it correctly? I'm clicking download ZIP on github and tried putting the zip in, the folder inside the zip, the folders inside that folder, but I can't get it to work :/

    how did u get a zip folder from the mod? when i download, it is a jar file...
    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    does the liteloader installer only work with prieum minecraft? cause the game profile wont launch on cracked minecraft...
    Posted in: Minecraft Mods
  • 0

    posted a message on Personalized Recipes Mod
    can u remove recipies?
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from grimallq»

    ChickenChunks doesn't like Optifine in some cases.


    any fix for this?
    Posted in: Minecraft Mods
  • To post a comment, please .