• 0

    posted a message on MineMania Rebirth

    You do make a good point, however, 1.7.10 is still one of the most popular versions for mods. You make a good point thought. Also, I like the windows 98 comparision :P

    Posted in: Minecraft Mods
  • 0

    posted a message on MineMania Rebirth

    THIS IS AN ALPHA RELEASE - This version is playable, but with bugs. We will update this mod to fix bugs and add more things! If you have any issues, please leave a message at this link so we can fix it!


    MineMania is back!
    MineMania Rebirth is the remake of my original mod and has ALOT of new content.
    Before I begin about the mod, I wish to give out credit where credit is due!
    Dev - ComixsYT
    Dev/Textures - Legoguy/Mr. Sheep
    Textures/Ideas - PurpleGuyVincent


    Now onto the mod!
    Many of new items are added via this mod, including but not limited to (More info will be below the list for the additions, please use NEI to check recipes.):

      • Dirt toolset - tools made from dirt like normal tools
      • Glass toolset - tools made from glass like normal tools
      • Potato toolset & armor - tools and armor made from potatoes like normal tools
      • Redstone toolset - tools made from redstone like normal tools
      • Diamondium gem, nugget, toolset and armor - more bellow
      • Holy Root item/food (from original mod) - more bellow
      • Chain-Leather armor - Leather armor + 2 molten iron
      • Molten iron - iron cooked in a furnace
      • Neatherrack toolset - tools made from netherrack like normal tools, replace the sticks with blaze rods
      • Ultimatium ore, gem, toolset, armor - more bellow
      • Iron Rod - molten iron with a stick
      • Circular Blade - a diamond shape of iron ingots
      • Circular Blade Combo - two circular blades with an iron rod
      • Grinder machine/block - more bellow
      • All ores/minerals in dust forms (including the ones added by this mod) - put an ore in the grinder; smelt dust to get ingot/gem
      • Ruby ore, gem, toolset, armor - tools and armor made from rubies like normal tools (ruby ore found underground like emeralds or diamonds)
      • Emerald toolset and armor - tools and armor made from emeralds like normal tools
      • Beetroot crop (from 1.9) including seeds, food, and crop - seeds found in chests, grow like normals crops
      • Creeper Dungeons - creepers can be found in dungeons now (Creeper dungeons have a 20 probability compared to zombies which have 200)
      • Killer Cow (from original mod) - more bellow
      • Dev entities - more bellow
        • ComixsYT
        • Legoguy110

    Info on more bellow items:

    Diamondium - a mineral that is stronger than diamond, diamondium is made from multiple diamonds. 1 diamond smelted is 1 Diamondium nugget, 4 Diamondium surrounding an eye of ender will create a Diamondium gem. The gem is then used for armor, tools (only material that can break Ultimatium ore) as well as the creation of the holy root.

    Holy Root - the holy root is an item that was carried over from the original mod and has seen a few changes. It is crafted with 2 diamondium and 3 sticks. When consumed, you will gain 45 seconds or speed 3, jump boost 3 and resistance 3.

    Ultimatium - a VERY strong mineral, which is found underground. It is a VERY rare chance that it will be found. It can be used to make Ultimatium tools and armor.

    Grinder - the grinder is a very basic machine. Crafted with a circular blade combo, it is used to grind ores/minerals into dust. Every ore will give 2 dust, every refined mineral will give 1. 1 dust in a furnace will result with 1 refined/final mineral.

    Killer Cow - the killer cow is a mob that was carried over from the original mod and has seen a few changes. The mob looks like a cow without eyes, and will explode like a creeper. They do not spawn naturally, except for dungeons where they have a chance of spawning (Killer Cow dungeons have a 20 probability compared to zombies which have 200).

    Dev Mobs - Currently these mobs are not obtainable in survival, only via the creative menu. They resemble the dev's skins, and more will be added as we develop them more


    This mod is in early alpha, so expect bugs! If you wish to do a mod review, go ahead and do so! If you send it to use, we will feature it here! Additionally, you can use this mod in modpacks, but please tell us before doing so. If you have ANY questions, leave them here or bellow!


    Pictures



    Download:

    http://www.mediafire.com/download/cd56g3hz2w2xgls/MineMania_Rebirth_A1.4.1.jar

    or

    We are open source! Github - https://github.com/CoolComixs/MineMania-Rebirth/

    Posted in: Minecraft Mods
  • 0

    posted a message on [Looking For Helpers] MineMania: Rebirth

    Bump

    Posted in: WIP Mods
  • 0

    posted a message on Mod only works on computer it was exported on!

    Fixed, closing thread.

    Posted in: Modification Development
  • 0

    posted a message on Mod only works on computer it was exported on!

    Update, mod boots. But some textures/mobs are misbehaving. Upon reboot, different items lose/gain textures.

    Any ideas?

    Posted in: Modification Development
  • 0

    posted a message on Mod only works on computer it was exported on!

    Update, mod boots. But some textures/mobs are misbehaving. Upon reboot, different items lose/gain textures.

    Any ideas?


    Hello!

    Me and few friends have been developing a mod (forge version 1.7.10-10.13.4.1558-1.7.10). However, when we export it (gradlew build
    in command prompt), it will only run on the computer exported on. We tried two Pcs and 1 mac, and it will only run on the computer it was compiled on (running in a normal minecraft environment). Additionally, on the PC where the mod was exported, some of the textures that were in eclipse are missing.

    Here is the crash report (exported on friend's laptop, ran on my desktop)

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

    Time: 3/25/16 2:48 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 00 - default, ver 1. 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: creative (ID 1). 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 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 407723200 bytes (388 MB) / 769073152 bytes (733 MB) up to 10724048896 bytes (10227 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -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: 13, tallocated: 95
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAAAA ms{1.1} [MineMania: Rebirth] (MinerMania(1.7.10).jar)
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.51' Renderer: 'GeForce GTX 950/PCIe/SSE2'
    Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 950/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.51, NVIDIA Corporation
    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: [PureBDcraft 256x MC19.zip] 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)

    Any ideas to get it to work?

    Posted in: Modification Development
  • 0

    posted a message on [Looking For Helpers] MineMania: Rebirth

    Bump, bumpity bump bump!

    Posted in: WIP Mods
  • 0

    posted a message on Simple Grinder

    Hey, I see you are open source, where may I find you code? I am too working on a grinder in my own mod and I would love to cross reference your code!

    Posted in: WIP Mods
  • 0

    posted a message on [Looking For Helpers] MineMania: Rebirth

    MineMania: Rebirth

    MineMania was a Minecraft mod for 1.7.10 made using Minecraft Forge and Eclipse. Released about 600 days ago, MineMania was my first mod made on the forge platform, and to this day, it has over 3,000 downloads and over 15,000 views.


    The Mission

    About two weeks ago was the first time I was contacted about the mod by a person with the Skype name of thevideogamekidtyler. Since then, the two of us have been collaborating with ideas and textures for the remake of the mod. With my Java knowledge and a combination of our texturing skills, we have begun the reincarnation of MineMania.


    Status/Info

    At the moment, the mod is in slow but steady development! I am looking for contributors, including but not limited to:

    • Programmers
    • Texture Artists
    • People with good ideas

    If you have any interest in joining the project, add me on skype (cool.comixs) or email me ([email protected])!

    Posted in: WIP Mods
  • 0

    posted a message on Need Channel Intro!

    Hello Minecraft Forums!

    If any of you talented minecrafters out there can create a decent quality channel intro for free, please contact me as I am in need of one for my channel.

    My channel link is :

    yt.comixsyt.net (Shortened link)

    If you think you can make one (credit will be given!) please contact me via skype (cool.comixs), email ([email protected]) or reply to this post!


    Thank You!

    Posted in: Requests
  • 0

    posted a message on PVSS Wants you!

    Still accepting!

    Posted in: PC Servers
  • 0

    posted a message on PVSS Wants you!

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Hello Minecraft community!

    Let me introduce you to PVSS (Private Vanilla Survival/Snapshot Server). We are a vanilla, survival server similar to Mindcrack and Hermitcraft. I wish to make a friendly and family-like environment, with a focus on YouTube content and friends!

    We will focus mostly on PURE vanilla Minecraft for the main server though we may try modded servers as well! We can also branch out into other games together as well. We consider each other as friends and family

    We're looking for YouTube recorders who will be able to post videos on the server. YOUTUBE IS NOT REQUIRED, BUT IS PERFERED!! You'll also need to be capable of getting along with various members as the group will have a wide range of backgrounds! We do have an age requirement of 14 and up, which while we wish to stick to it we may bend the rules if your content is good, or you seem to fit well with the community. So don't let that stop you from applying. But unlike some other servers out there we don't require a minimum amount of current subscribers on your channel. We'll judge you on the quality of your videos, not the quantity. Lastly, we want people interested in building a fantastic server of friendship amongst the members and community as a whole.


    To apply please click the link bellow to go to our signup form! We'll get back to everyone as soon as we can.
    http://pandafry.com/PVSSAPPLY (pandafry is my personal link shortening)

    Thank You.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Members:

    ComixsYT - http://pandafry.com/1KadWuB
    Gyxwzas - http://pandafry.com/1LbqxS7 and http://pandafry.com/1KadWuB
    Machineman1175 – No Channel
    AlabastedFalkor – No Channel
    IronTaters - http://pandafry.com/IronTaters
    Oxcel - http://pandafry.com/1KadWuB

    Justinnuke - No Channel
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Posted in: PC Servers
  • 0

    posted a message on Mo' Pickaxes
    you should make an obsidian pick with infinite durability but a slow mining speed like that of stone or wood?


    Hey, I am reviving this project!


    Add me on skype or email me with ideas!

    skype: cool.comixs

    email - [email protected]

    Posted in: Minecraft Mods
  • 0

    posted a message on Mo' Pickaxes
    Quote from MrSmiley101»
    Hey CoolComix. It's me MrSmiley101 from Planet Minecraft. I got some ideas to improve your mod. For the Bone Pick-Axe keep it white but make the the middle of the Pick-Axe hollow. To make it look like the outsides are bone and the middle is nothing. And this AwesomeGuy3432 guy has some great ideas. But I recommend taking out the Molten, Zeta, Bedrock, Gold Block, Stone Brick, Ender, and Dirt. Here is why:

    Molten = This would mean having the crafting recipe made out of Lava but it would be practically impossible unless a Hardened Lava was made but that would be just some useless new block

    Zeta = What is Zeta? A new ore? Hell No for this idea!

    Bedrock = To make the Bedrock Pick-Axe you need Bedrock. You can't get Bedrock.......

    Gold Block = Gold is already a Pick-Axe

    Stone Brick = Stone already has a Pick-Axe

    Ender = You already have the End Stone idea. No need for two End Pick-Axes

    Dirt = Dirt is to simple to obtain



    Don't take any offence from these ideas. Put them under consideration


    Hey, I am reviving this project!


    Add me on skype or email me with ideas!

    skype: cool.comixs

    email - [email protected]

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