• 0

    posted a message on Custom Music Disc! Forge Tutorial 1.7.2 & 1.7.10!

    My sound wont play at all what do I do

    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on We Bare Bears Mod

    We Bare Bears Mod




    About


    This mod is for 1.7.10 and will add in almost every main Item you see from the show We Bare Bears. Besides items the mod will add in The Bears, Charlie, Nom-Nom, Lucy and Chloe more will come as the show progresses



    Items


    All the Items will drop from the character that they are associated with




    Mobs









    Download



















    CREDITS


    SoggyMustache - Code, Textures, and models(not bears)

    Ender_Lord_Of_Fire - Bear Models

    Posted in: Minecraft Mods
  • 0

    posted a message on (Gravity Falls Minecraft Mod) Pines Mod - Update 2 | The Journals, Mystery Cart, Shmebulock, and more!

    How can I contact Ender_lord_of_fire about modeling?

    Posted in: Minecraft Mods
  • 1

    posted a message on How To Make Colored Text

    Ever wanted a colors in your mcmod.info file or on the extra description of a item.


    Adding Color On Item


    @SideOnly(Side.CLIENT)
    public void addInformation(ItemStack itemStack, EntityPlayer player, List dataList, boolean B) {
    dataList.add("§aExtra Description");

    }

    // I am seeing a emote next to boolean that is just a "b"

    //use the § and then add the letter or number for the color


    What The Different Letters and Numbers Do


    §a= Lightish Green
    §b= Light Blue
    §c= Light Red
    §d= Light Pink
    §e= Light Yellow
    §1= Dark Blue
    §2= Green
    §3= Cyan Blue
    §4= Red
    §5= Darker Pink
    §6= Orange
    §7= Gray
    §8= Dark Gray
    §9= Blue
    §0= Black

    Those are somewhat accurate

    Using with mcmod.info

    This should work with all the things I put the § symbol in front of DOES NOT WORK ON MOD ID

    [
    {
    "modid": "colortutorial",
    "name": "§9ColorTutorial",
    "description": "§5How To Change Text Color",
    "version": "§21.0",
    "mcversion": "§71.7.10",
    "url": "",
    "updateUrl": "",
    "authorList": ["§5Soggy_Mustache"],
    "credits": "§5Soggy_Mustache",
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
    }
    ]

    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on Over Crafted Mobs

    This is a very crazy mod. it will add in multiple things to your minecraft 1.7.10 game. This mod adds in structures, Mobs, and really cool custom blocks. installing will change many things some of the mobs include derpery villagers frasals and gremblabs. The intended use of this mod is to add a more fun and challenging aspect to the game. This mod was created using MCreator a great way to make mods linked here-http://mcreator.pylo.co/


    DOWNLOAD---http://minecraft.curseforge.com/projects/over-crafted-mobs




    check out my new mod here=http://minecraft.curseforge.com/mc-mods/232515-crossy-road-mod



    Also check out this awesome mod or this one

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