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
  • Abattoir

Abattoir

Members
 View Profile  See their activity
  • Content Count

    6
  • Joined

    July 5, 2019
  • Last visited

    January 29

Community Reputation

0 Neutral

About Abattoir

  • Rank
    Tree Puncher
  1. Abattoir

    Client-side server world info

    Abattoir replied to Abattoir's topic in Modder Support

    Okay. And what can I do with singleplayer worlds? They have any unique thing I can get?
    • January 29
    • 8 replies
  2. Abattoir

    Client-side server world info

    Abattoir replied to Abattoir's topic in Modder Support

    I found a mod called Xaero's Minimap which can store waypoints per world. Do you know how can it recognise the server worlds or it uses a custom method?
    • January 25
    • 8 replies
  3. Abattoir

    Client-side server world info

    Abattoir replied to Abattoir's topic in Modder Support

    I found that on some servers (like Hypixel) the seed is 0. What can cause this? Is there any other way to identify the world? Code: @SubscribeEvent public static void onPlayerJoin(EntityJoinWorldEvent event) { if (Minecraft.getInstance().player == null || event.getEntity() != Minecraft.getInstance().player) { return; } BiomeManager biomeManager = Minecraft.getInstance().player.getEntityWorld().getBiomeManager(); Long seed = ObfuscationReflectionHelper.getPrivateValue(BiomeManager.class, biomeManager, "field_226833_b_"); if (seed == null) { return; } System.out.println("SEED: " + seed); // DEBUG }
    • January 25
    • 8 replies
  4. Abattoir

    Client-side server world info

    Abattoir replied to Abattoir's topic in Modder Support

    I don’t find that method. Can you please explain it more how can I get the server world seed from my client-side mod? Thanks!
    • January 24
    • 8 replies
  5. Abattoir started following Client-side server world info December 29, 2020
  6. Abattoir

    Client-side server world info

    Abattoir posted a topic in Modder Support

    Hello. I would like to create an 1.16.4 client-side mod which can store per-world info but I don’t know how can I get any unique info about a world in a server? I only found the dimension but I would like to add multiworld support so I have to distinguish the worlds. Thanks for your answer.
    • December 29, 2020
    • 8 replies
  • All Activity
  • Home
  • Abattoir
  • Theme

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