• 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]

    Is this thread dead? I'm still looking for answers, and this seems to be the only place remotely close to them.

    I don't wanna sift through 40+ pages of posts for a fix that just says "wrong format" again...

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]
    Quote from AzureZhen»

    How is your texture located?

    I've tried using a .pmd and no custom texture file, and a .pmx with a custom texture file. all the textures are by default .bmps, I've tried changing to a .tga and a .png with no luck.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]

    EDIT: I fixed the one problem with the torso, but the face is still giving me grief.

    To fix the clothes, I went into PMXE and fixed the materials (one material which uses a certain texture was calling for a "huku_to.bm" instead of a "huku_to.bmp" toon. I guess it messes up if it's supposed to have a toon in MC but not in MMD/PMXE?)

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]

    I have a problem. Whenever I try to use any model that's not Izayoi Sakuya, Some or all of the textures will be black. Nothing I've tried so far fixes this. Any help?


    EDIT: Debug tab is saying that it's unable to find textures that weren't included with the model in the first place. ;-;

    Posted in: Minecraft Mods
  • 0

    posted a message on Adventure Ascending ◘ OFFICIAL Advent of Ascension Server! ◘ 24 Dimensions To Explore ◘ 30 Bosses To Fight ◘ [NO LAG] ◘

    Is this server still going? Just asking, I recently got into AoA.

    Posted in: PC Servers
  • 0

    posted a message on i want a Rock Climbing gear mod

    I know I'm 4 years late to the party, but a skill system would be nice. For starters, maybe an item that allows you to analyze the grade of certain rocks (coblestone as the lowest and climbable with no proficiency, smooth as highest), and then your skill proficiency corresponds to it. As in, there's a multiblock structure called a Bouldering Wall or something, and pretty much it has the same properties as the ladder, but for however long you spend going up and down on it, it upgrades your proficiency. Then, there are tools that could give you temporary proficiency boosts, similar to a potion of Fire Resistance temporarily makes you less vulnerable to fire damage. For example, a cam, chalk, or placeable climbing holds that would upgrade a surface. Bolts could be placed to make climbing easier the next time.

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Minecraft suddenly crashes, crashes on loading world.

    I solved the thaumcraft error! if you have a wand in your inventory and you are wearing a piece of certain thamcraft armor (crimson cult robes, [for me i had a problem with the goggles of revealing], thaumic mage's robes), when the armor goes down in durability the wand will use some vis to try and repair the armor. It then crashes and gives you the doRepair error. moral of the story: don't wear goggles of revealing when attacked by an advent of ascension goblin.

    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft suddenly crashes, crashes on loading world.

    that is not the same error as this! that's an OutOfBoundsException, which is different to a NullPointerException. your one, if encountered randomly (e.g while doing something you do normally), then it shouldn't happen again. If this error persists, then update your mods to their latest 1.7.10 versions. as for the CodeChickenBones thing, you DO NOT NEED codeChickenBones! download CodeChickenCore and put it in the same place as NEI, and then ChickenBones' DepLoader(separate window with a loading bar) should pop up saying it's installing CodeChickenLib, the DepLoader addition to CCC. then, NEI should work. keep in mind, unless you started a world as a creative mode world with cheats on, magnet, gamemode change, time change, and spawning items from the NEI menu will not work. hope that helped.

    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft suddenly crashes, crashes on loading world.

    umm... how are you getting a thaumcraft error with those mods?

    Quote from NaomiWil»

    Same here! I'm using the Sushicraft Mod and the little maids mod along with Biomes O Plenty! I tried installing the minecraft Forge API and the CodeChickenBones in order to get the NEI(Not Enough Items) but it didn't work kept saying that I need a 1.07 version


    - when I went to the Chickenbones site I clicked on the 1.07 and it gave me the 1.7.10 version which is what I had initially used. I deleted CodeChickenBones but I guess I need to delete that Foge API as well because maybe that's what's causing the game to crash?


    Someone please help us! I'll wait until you help us out.


    *I am new to adding minecraft mods. The first two mods I ever decided to download and managed to do it successfully was the Biomes a plenty and minecraft forage. It was only today that I dared even try to download new mods.




    ---- Minecraft Crash Report ----
    // Oops.

    Time: 9/17/16 4:26 PM
    Description: Unexpected error

    java.lang.IndexOutOfBoundsException
    at java.nio.Buffer.checkIndex(Buffer.java:540)
    at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
    at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
    at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
    at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
    at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
    at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
    at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
    at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

    -- Head --
    Stacktrace:
    at java.nio.Buffer.checkIndex(Buffer.java:540)
    at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
    at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
    at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
    at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
    at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
    at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
    at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
    at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 0 total; []
    Chunk stats: MultiplayerChunkCache: 0, 0
    Level seed: 0
    Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 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: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 0 total; []
    Retry entities: 0 total; []
    Server brand: ~~ERROR~~ NullPointerException: null
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:483)
    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_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 78476392 bytes (74 MB) / 493989888 bytes (471 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 102
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 8 mods loaded, 8 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAA OldModelLoader{1.0} [OldModelLoader] (minecraft.jar)
    UCHIJAAAA lmmx{1.0} [lmmx] (littleMaidMobX-1.7.x_0.1.1.jar)
    UCHIJAAAA MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobX-1.7.x_0.1.1.jar)
    UCHIJAAAA zabuton{1.0} [zabuton] (littleMaidMobX-1.7.x_0.1.1.jar)
    UCHIJAAAA sushicraft{14.6} [[Sushicraft]] (Sushicraft v14.6 [MC 1.7.10].jar)
    GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3368' Renderer: 'Intel(R) HD Graphics 4400'
    Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
    LWJGL: 2.9.1
    OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3368, Intel
    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)

    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft suddenly crashes, crashes on loading world.

    I have the same problem! It's preventing me from continuing a mod showcase world on my youtube channel.

    I think a solution would be removing thaumcraft for one load, then getting everything back ;-;

    Posted in: Java Edition Support
  • 0

    posted a message on rainbow lucky block mod

    I spawned in a village that has a fire flower above it on the map! help? I want to use the map SO baad...

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