Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • Minecraft Station
  • Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • DarikXPLAY's Profile
  • Send Private Message
  • View DarikXPLAY's Profile
  • DarikXPLAY
  • Registered Member
  • Member for 6 years, 5 months, and 2 days
    Last active Sat, Oct, 1 2016 04:33:47
  • 1 Follower
  • 16 Total Posts
  • 4 Thanks
  • Member
  • Posts
  • Threads
  • Followers
  • Reputation
  • Comments
  • Received
  • Given
  • View DarikXPLAY's Profile

    1

    Aug 19, 2016
    DarikXPLAY posted a message on Realistic First-Person Rendering (A re-invention of First Person View)

    How to hide hand if i play with shaders?

    Posted in: Minecraft Mods
  • View DarikXPLAY's Profile

    1

    Jan 14, 2015
    DarikXPLAY posted a message on InvisiBlocks 1.2.1
    Can you please add recipe for invisible button to your mod?
    Posted in: Minecraft Mods
  • View DarikXPLAY's Profile

    1

    Oct 9, 2014
    DarikXPLAY posted a message on Interactive Minecraft Video [Game on YouTube]
    Hello everybody! My name is Darik, I am from Russia. I have my own YouTube Channel and I created interactive video.

    It's something like a game. You just need to click on the annotations to choose your way. Your task is to find an exit of the catacombs.

    First words are on russian but it doesn't matter. Watch and try to stay alive! I hope you guys enjoy. Waiting for your comments!

    If you have some problems you can just watch this video on YouTube
    P.S. If you don't want to hear what I am saying you can go to 1:00 of the video - it's a start of your adventures...
    P.P.S If somebody wants to I will write translation of my lead-in speech.
    Posted in: Other Videos
  • View DarikXPLAY's Profile

    1

    Aug 15, 2014
    DarikXPLAY posted a message on [NOT SERIOUS] Villager's Nose
    Really funny mod! I like it!
    Here is my mod showcase for russian viewers:

    Posted in: Minecraft Mods
  • To post a comment, please login.
  • View asaskevich's Profile

    8

    Aug 3, 2014
    asaskevich posted a message on SmartCursor - good replacement for WAWLA (With API). MC1.12.2/1.7.2/1.7.10/1.8

    SmartCursor - good replacement for WAWLA (With API and for MC1.12.2/1.7.2/1.7.10/1.8).

    Last Version: 1.5.0
    Require: Minecraft Forge
    Localization: EN, RU, CN
    Works on: MC 1.12.2, 1.7.2, 1.7.10, 1.8


    Mod is updated to the latest MC 1.12.2 version after three years of the frozen development process. If there are any issues, feel free to reply to this thread, write me a DM or open an issue at GitHub. Topic message and all relevant information will be updated asap.

    This mod provides a lot of indicators and tooltips for ingame screen and for cursor. With this mod you can see information about objects looking at: mobs, blocks, players, drops etc. You can configure mod as you want - it's has special configuration menu that you can activate by F key.

    For modders released plugins system. How to work with API watch at the end of post.

    Why it's good replacement for WAWLA? Look under spoilder (In this table I checked main features of every mod):




    It's just my opinion, if you has different opinion about it, please, answer to this topic - your opinion maybe will be new idea for the SmartCursor mod.

    Let's look to main features!

    We can see information about players and mobs:

    Feature has different styles (under spoiler):

    We can see information about blocks:


    We can see information about dropped items:

    Feature has different styles (under spoiler):

    It works also for experience:


    As small piece of cake - mod can display percentage damage for blocks ^_^ (also has different styles):


    SmartCursor can be used on multiplayer:


    Sources: Mod is open-source, that means that everybody can help with improvement. If you want, follow this link: https://github.com/asaskevich/SmartCursor

    Contribution: If you do have a contribution(code or idea) for the mod feel free to put up a Pull Request or open Issue on GitHub or write me a PM.

    API Tutorial:

    1. At first step you should get API sources here: https://db.tt/W8xJ3fhH

    2. Then you should to create new empty mod for MC 1.7.10 or MC 1.7.2.
    3. Specify dependencies for mod:

     Mod(modid = ..., dependencies="required-after:SmartCursor")


    4. Create new empty class that implements one of:

    • IEntityProcessor
    • IBlockProcessor
    • IDropProcessor
    • IPlayerProcessor

    5. Implement all necessary methods. Example:

    package example.mod;

    import java.util.List;
    import net.minecraft.entity.Entity;
    import com.asaskevich.smartcursor.api.IEntityProcessor;

    public class ExampleModule implements IEntityProcessor {
    @Override
    public String getModuleName() {
    return "Example mod";
    }
    @Override
    public String getAuthor() {
    return "user";
    }
    @Override
    public void process(List list, Entity entity) {
    list.add("Some text");
    }
    }

    6. Connect your module to SmartCursor core:

    import com.asaskevich.smartcursor.api.ModuleConnector;
    ...
    ModuleConnector.connectModule(new ExampleModule());

    7. Build and test your mod!

    ---------------------------
    Alternatively, you can download all sources from GitHub and play with them.


    Download:

    Latest version for the MC 1.12.2 (CurseForge) https://minecraft.curseforge.com/projects/smartcursor/files/latest


    Releases:
    1.5.0: MC 1.12.2 | MC 1.8 | MC 1.7.10 | MC 1.7.2


    • Colored tooltips
    • New modules
    • Beta support of 1.8
    • Fixes


    1.4.0:
    Download for MC 1.7.10 | Download for MC 1.7.2

    1.3.0: Download for MC 1.7.10 | Download for MC 1.7.2

    1.2.0: Download for MC 1.7.10 | Download for MC 1.7.2

    1.1.6: Download for MC 1.7.10 | Download for MC 1.7.2

    1.1.5: Download for MC 1.7.10 | Download for MC 1.7.2

    1.1.0: Download

    1.0.0: Download

    0.0.1: Download

    Reviews: All video reviews that I found on YouTube under spoiler (out-of-date !):

    Review for 1.2.0:
    Review for 1.0.0:
    Review for 0.0.1:

    Another resources where I created topic about this mod:

    • Feed The Beast Forum
    • CurseForge
    • MinecraftPlanet
    Posted in: Minecraft Mods
  • View user-25450008's Profile

    1

    Jun 5, 2016
    user-25450008 posted a message on Skyblock 1.9

    1.9 skyblock with item dropper (like bedwars).


    Download

    Posted in: Maps
  • View JonnyBrando's Profile

    1

    Jul 23, 2015
    JonnyBrando posted a message on Shaders Issue (Semi-Transparent hand)

    As far as I am aware, this is an issue with AMD cards, with driver versions 14.12 and the latest 15.7.


    If you rolled back to 14.9 this issue should be resolved.


    I'm starting to think that we may only be seeing this issue in 1.7.10.


    Typically, we would not recommend a version of Forge past 1388 (prior to the new Forge Loading Screen), but I'm noticing several people managing to run it. Normally you get a 'shaderstex' crash dump.


    When you say:

    - Launch the game without mods and optifine (probleme is still exist)


    Do you mean:

    - Launched the game with only Forge & ShadersMod?

    - Just Forge?

    - Just Minecraft?

    Posted in: Java Edition Support
  • View LDX's Profile

    1

    Oct 9, 2014
    LDX posted a message on Interactive Minecraft Video [Game on YouTube]
    This is really neat! You should make more like it. :D
    Posted in: Other Videos
  • View jimmytfan's Profile

    7

    Aug 19, 2014
    jimmytfan posted a message on Cube's Edge
    I made a mod review :)
    Posted in: WIP Mods
  • View StarSheep's Profile

    2

    Aug 18, 2014
    StarSheep posted a message on [NOT SERIOUS] Villager's Nose
    Version 1.2 released!

    • A villager's nose can now grow back (FINALLY :nssnss: by Drazile12 ).
    • You can retrieve a villager's nose instantly with a golden apple.
    • Villager crops are now rotateable.
    • Added a config with some tweaks (the new forge in-game config system is also supported).
    • Emerald search now considers the discrepancy of the player Y coord on the client and server.
    Also, I don't know where is the "Videos" section. Glitchy minecraftforum!
    Posted in: Minecraft Mods
  • To post a comment, please login.

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

© 2021 MagicFind, Inc. All rights reserved.

Mobile View