• 0

    posted a message on MineFantasy2 - Alpha

    Problem solved. It turned out that one of the files in your mod was registered unknown function. No idea where it came from there, but I decided to take the source code from the repository and rebuild your mod. I do not know why all well but unknown function in an assembled mode has not disappeared. Then I just started as a project of your events. After I actually learned from Eclipse necessary to me a class and threw a jar file in your mod. Everything worked
    It would be great if you updated repository on githab, though API. Thanks in advance ^ _ ^

    Posted in: WIP Mods
  • 0

    posted a message on MineFantasy2 - Alpha

    Sorry, but this makes no sense.
    Quote from the Russian wiki: "If the program (module, library) is considered as a black box, the API - is a set of "handles" that are available to the user of this box and that it can turn and pull."

    Posted in: WIP Mods
  • 0

    posted a message on MineFantasy2 - Alpha

    Hello. I wanted to use your mod, more precisely your mod API for writing custom armor. When added to Eclipse your mod as a library crash occurs. Could you help me with this?
    P.S. Sorry for my English)


    ---- Minecraft Crash Report ----
    // I'm sorry, Dave.

    Time: 14.01.16 12:05
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.item.ItemStack.func_77973_b()Lnet/minecraft/item/Item;
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
    at net.minecraft.client.Minecraft.run(Minecraft.java:942)
    at net.minecraft.client.main.Main.main(Main.java:164)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
    at GradleStart.main(Unknown Source)
    Caused by: java.lang.NoSuchMethodError: net.minecraft.item.ItemStack.func_77973_b()Lnet/minecraft/item/Item;
    at minefantasy.mf2.api.heating.Heatable.addItem(Heatable.java:46)
    at minefantasy.mf2.api.MineFantasyAPI.addHeatableItem(MineFantasyAPI.java:387)
    at minefantasy.mf2.api.MineFantasyAPI.addHeatableItems(MineFantasyAPI.java:408)
    at minefantasy.mf2.material.BaseMaterialMF.<clinit>(BaseMaterialMF.java:266)
    at minefantasy.mf2.block.list.BlockListMF.<clinit>(BlockListMF.java:18)
    at minefantasy.mf2.config.ConfigClient.loadConfig(ConfigClient.java:73)
    at minefantasy.mf2.config.ConfigurationBaseMF.setConfig(ConfigurationBaseMF.java:13)
    at minefantasy.mf2.MineFantasyII.preInit(MineFantasyII.java:65)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    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(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    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.preinitializeMods(Loader.java:556)
    ... 12 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: Linux (amd64) version 3.13.0-74-generic
    Java Version: 1.8.0_66, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 776745176 bytes (740 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    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.1558 5 mods loaded, 5 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCH FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
    UCH Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
    UCH wfc{0.0.1a} [WFC] (bin)
    UCE minefantasy2{Alpha_2.2.1} [MineFantasyII] (minefantasy.jar)
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13374 Compatibility Profile Context 15.20.1013' Renderer: 'AMD Radeon HD 7400M Series'

    Posted in: WIP Mods
  • 0

    posted a message on [1.2.2] MCAnimator | Windows, Mac & Linux | Important fixes! | Create your models, animate them, paint your textures

    How to register animated block which I exported from MCAnimator?
    P.S: Sorry for my english)))

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