Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • uiytt

uiytt

Members
 View Profile  See their activity
  • Content Count

    67
  • Joined

    January 19, 2019
  • Last visited

    June 4, 2020

Community Reputation

4 Neutral

About uiytt

  • Rank
    Stone Miner

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. uiytt

    [1.15.2] Join the minecraft thread from another thread

    uiytt replied to uiytt's topic in Modder Support

    No Idea ?
    • March 31, 2020
    • 7 replies
  2. uiytt

    [1.15.2] Join the minecraft thread from another thread

    uiytt replied to uiytt's topic in Modder Support

    A thread that I created to check for my server's information. If I use the screen directly from my thread, minecraft will crash..
    • March 28, 2020
    • 7 replies
  3. uiytt

    [1.15.2] Join the minecraft thread from another thread

    uiytt replied to uiytt's topic in Modder Support

    Well I tried : Minecraft.getInstance().runImmediately(new Runnable() { @Override public void run() { MultiPlayerGui.this.minecraft.displayGuiScreen(new ConnectingScreen(MultiPlayerGui.this, MultiPlayerGui.this.minecraft, server)); } }); And it's really weird... In my console, I receive everything from the server chat. But on my game, it's stuck on loading the terrain infinitely !!! MultiPlayerGui is my custome class but the rest is not.. I don't undersant why O_o
    • March 27, 2020
    • 7 replies
  4. uiytt started following [1.15.2] How to get my mod config's directory ?, [1.15.2] Join the minecraft thread from another thread, [SOLVED][1.15.2] Underwater Crops and and 2 others March 25, 2020
  5. uiytt

    [1.15.2] Join the minecraft thread from another thread

    uiytt posted a topic in Modder Support

    So, I have two thread : The first one is the one of minecraft, the second one is async thread that I created to do something on the web. I would like that when the second thread is done, the first thread execute a method ( and not the second thread because minecraft really doesn't like when you use method using another thread). Before the second thread ended, the first thread must continue working. Does anyone have any idea of how to do that please ?
    • March 25, 2020
    • 7 replies
  6. uiytt

    [1.15.2] [Solved] Change minecraft server menu

    uiytt replied to uiytt's topic in Modder Support

    GuiOpenEvent it's never fired when opening the menu, I will look for why EDIT : It works, I swear I thought I already tried it !!!
    • March 23, 2020
    • 2 replies
  7. uiytt

    [SOLVED][1.15.2] Underwater Crops

    uiytt replied to peter1745's topic in Modder Support

    I think FlowingFluid.class and more precisely the method getFlow() At one point, it check getMaterial().blocksMovement()) This basically check if the water can move in. You just have to set blocksMovement to true in your crops I think. Not sure, you have to test
    • March 23, 2020
    • 4 replies
  8. uiytt

    [1.15.2] [Solved] Change minecraft server menu

    uiytt posted a topic in Modder Support

    Hello, I'm looking for a way to change some things in the server list (like add a button and other things) My idea was to create a new class which extends "MultiplayerScreen" And then use the InitGuiEvent and override the GUI with mine. But I can't find a way in the event to override the GUI (we only have access to the getter) Does someone know how to solve that ? Thanks ^^
    • March 23, 2020
    • 2 replies
  9. uiytt

    [Solved] [1.15.2] Events are not fired

    uiytt replied to uiytt's topic in Modder Support

    AH it seems that the problem only comes from DifficultyChangeEvent. I don't care about this event, I only used it as a test, it works fine with another event... So yeah my events work
    • March 23, 2020
    • 5 replies
  10. uiytt

    [Solved] [1.15.2] Events are not fired

    uiytt posted a topic in Modder Support

    Hi, I really don't understand why my even is never fired... package fr.uiytt.test; import net.minecraftforge.event.DifficultyChangeEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; public class Events { @SubscribeEvent public void test(final DifficultyChangeEvent event) { System.out.println("test1 " + event.getDifficulty().getTranslationKey()); } } I have declared it in my mod main class with : MinecraftForge.EVENT_BUS.register(new Events()); Thanks for your help
    • March 22, 2020
    • 5 replies
  11. uiytt

    [1.15.2] How to get my mod config's directory ?

    uiytt replied to uiytt's topic in Modder Support

    Ok, now that I use toml, how can I manage to detect when a player click on the config button (in the mods list). And how can I show a normal Gui that allows the player to modify it ?
    • March 22, 2020
    • 9 replies
  12. uiytt

    [1.15.2] How to get my mod config's directory ?

    uiytt replied to uiytt's topic in Modder Support

    Why ?
    • March 22, 2020
    • 9 replies
  13. uiytt

    [1.15.2] How to get my mod config's directory ?

    uiytt replied to uiytt's topic in Modder Support

    Thanks, I have another question. If I didn't register a config, How can I get in my Init event the config folder (where every config are store in). I would like to use another storage system way more enjoyable to use and thus I need to know where is the folder where it's supposed to go ^^
    • March 21, 2020
    • 9 replies
  14. uiytt

    [1.15.2] How to get my mod config's directory ?

    uiytt replied to uiytt's topic in Modder Support

    Oh wait, I don't know how the config file work after 1.11, can you link me to any tuto there is on this subject (I didn't found any)
    • March 21, 2020
    • 9 replies
  15. uiytt

    [1.15.2] How to get my mod config's directory ?

    uiytt posted a topic in Modder Support

    Hi, I have absolutely no clue about how to get the folder from where my config must be... Do I need to do it manually ? Thanks
    • March 21, 2020
    • 9 replies
  16. uiytt

    [1.12.2] ContainerListener for item pickup

    uiytt replied to uiytt's topic in Modder Support

    ;(
    • December 9, 2019
    • 3 replies
  • All Activity
  • Home
  • uiytt
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community