• 1

    posted a message on Lawnmower - Add functional lawnmowers to Minecraft [1.0.1]


    Add functional lawnmowers to Minecraft. Mow grass to get lawn, mow sand to get zen sand.


    - You can color your lawnmower like leather armor.


    This mod also spawns varous types of weeds in your world. You can disable this in the config.



    Lawn regrows slowly. You can set the tick rate in the config. This mod has support for Waila and TheOneProbe.


    Posted in: Minecraft Mods
  • 17

    posted a message on LLibrary - The lightweight Minecraft modding library [1.5.1]

    LLibrary

    LLibrary is a small mod that contains shared code for other mods.

    • Advanced animation api and other animation tools
    • Lightweight update checker
    • Expandable command builder
    • Easy-to-use config handler
    • Powerful entity data handlers
    • More!

    LLibrary is very easy to integrate into your own mod. All you have to do is adding it as dependency in the build file.

    Here's a snippet you can copy-paste:

    repositories {
    maven {
    url "http://maven.ilexiconn.net/"
    }
    }

    dependencies {
    compile "net.ilexiconn:llibrary:1.0.0-mcversion:dev"
    }

    It's also recommended that you add LLibrary to the dependencies. This makes sure the user has LLibrary installed and that it's the correct version. You can do that like this:

    @Mod(dependencies = "required-after:llibrary@[1.0.0,)")

    Note that the actual in-game LLibrary version does NOT contain the Minecraft version.

    All modpack authors have permission to add LLibrary to their pack. Please do NOT package LLibrary with your mod.

    If you're a modder and interested in using LLibrary, you can go to the LLibrary Wiki for guides on how to use most of its features.


    LLibrary comes with a few visual changes. First of all, it adds the mod name of the selected item to tooltips. In 1.7.10, it also adds the modid and registry name when advanced tooltips are enabled.

    LLibrary also adds snackbars. This is a small notification on the bottom of your screen.



    Posted in: Minecraft Mods
  • 1

    posted a message on LLibrary - The lightweight Minecraft modding library [1.5.1]
    Quote from TheFlameFurry»

    ahh i need help when i place LLibrary in it crashes its on minecraft version 1.7.10 and the mod version is 1.3.1 (latest) And Forge Version Is 10.13.4.1614, and here is the mods i use (ohh and btw i don't know how to use the spoiler thing im new to the forum someone told me about a spoiler thing but i still don't know how to do it so sorry if i didn't insert spoilers and it was necesarilly.)


    JC1 requires LLibraryLegacy (0.x.x). Also update to Java 8.
    Posted in: Minecraft Mods
  • 2

    posted a message on PaleoCraft -- Realistic Dinosaurs in Minecraft!

    Hey there, just asking out of curiosity. Are there plans to update this mod to 1.9?


    We're working on a rewrite for 1.9
    Posted in: Minecraft Mods
  • 1

    posted a message on LLibrary - The lightweight Minecraft modding library [1.5.1]
    Quote from RodrigoTaipe93»

    I updated the mod; this is the crash I got: http://pastebin.com/RD1tjj6R


    LLibrary 0.x.x mods aren't compatible with LLibrary 1.x.x.
    Posted in: Minecraft Mods
  • 1

    posted a message on Paintbrush - Paint all the things! [0.1.1]

    Paintbrush is a mod that let's you paint on blocks. Simple enough, right?

    There are 2 different items, the paintbrush and the paint scraper. There are also 12 different colors of the paintbrush. you can just right-click on a block with the paintbrush to paint on it. You can change the size by holding shift and scrolling. The same goes for the paint scraper.

    There are no recipes yet.




    This mod was made for Little Lizard Gaming. Be sure to check them out!


    Download


    This mod requires LLibrary. You can download it here:


    Posted in: Minecraft Mods
  • 9

    posted a message on Showcase - Create statues of your Tabula models! [0.1.1]


    Showcase is a mod that let's you showcase your Tabula models in-game. There is no crafting recipe for the Showcase block, as you can't do anything with the block in survival. This mod is only for decorative use.


    You can find the block in the creative menu under the tab 'Decorative Blocks'.

    Once you've placed the block, you see a big red question mark. Everybody without the current displayed model sees this model.


    When you click on the gui, you see a list of all models in the tabula save folder. If there are none, you see an error message.


    In this gui you can set the model exactly as you want it to be.

    This mod is completely multiplayer supported, so if you want to have statues in front of your amazing buildings, now you can!


    Download


    This mod requires LLibrary. You can download it here:


    Posted in: Minecraft Mods
  • 3

    posted a message on LifeGauge - The lightweight damage indicator [0.1.2]

    undefined

    Life Guage is a mod that displays the current health of a mob. If the mod isn't installed on the server, potion effects will not be visible. It's not required to be installed on the server, though. A server can also disable the mod for all the users connecting.

    undefined
    You can see the current hearts on the name tag and the total hearts on the black bar.

    undefined
    A name tag is always preferred over the normal entity name.


    Download


    This mod requires LLibrary. You can download it here:


    Posted in: Minecraft Mods
  • 1

    posted a message on LLibrary - The lightweight Minecraft modding library [1.5.1]
    Quote from Sgbs»

    with mowzies mobs crash

    That's not an issue with LLibrary, but with Mowzie's Mobs.
    Posted in: Minecraft Mods
  • To post a comment, please .