Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Non-Forge
  • Minecraft General
  • MOVED: Help! Something's not compatible with Cauldron!
Sign in to follow this  
Followers 0
diesieben07

MOVED: Help! Something's not compatible with Cauldron!

By diesieben07, February 27, 2016 in Minecraft General

  • Start new topic

Recommended Posts

diesieben07    6684

diesieben07

diesieben07    6684

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6684
  • 45695 posts
Posted February 27, 2016

This topic has been moved to Support & Bug Reports.

 

[iurl]http://www.minecraftforge.net/forum/index.php?topic=36964.0[/iurl]

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Draco18s
      Distinguish singleplayer vs. multiplayer

      By Draco18s · Posted 4 minutes ago

      And all of those examples are terrible. Because all three of those things are main mod class tasks. Check out this and this instead. Or even better, this. Yes. That's how proxies work.  
    • DaemonUmbra
      Failed to synchronize data from server.

      By DaemonUmbra · Posted 19 minutes ago

      Please don’t hijack other people’s threads, if you have an issue please make your own thread
    • DaemonUmbra
      Forge will not launch, crashes immediately

      By DaemonUmbra · Posted 20 minutes ago

      Please read the logs section of my signature below and provide the appropriate log in the appropriate manner.
    • solitone
      Distinguish singleplayer vs. multiplayer

      By solitone · Posted 40 minutes ago

      From what I see in the examples I've found, proxies are basically used for preInitialization, Inizialization, and postInizialization tasks.    Here I've got an Item class, with method onItemRightClick() that should perform different things based on the game mode (multiplayer vs. singleplayer).   How would I take advantage of the sided proxies to refactor the following class? Should I have two classes, one for the client, the other for the dedicated server, and register the first class on the client, and the second on the dedicated server?   I'm confused and basically stuck.   public class ScriptItem extends Item { // [...] @Override public ActionResult<ItemStack> onItemRightClick(ItemStack stack, World world, EntityPlayer player, EnumHand hand) { // [...] String separator = getSeparator(); if (world.isRemote) { // client side if (!Minecraft.getMinecraft().isSingleplayer()) { // client talks to dedicated server (multiplayer game) String scriptName = nbtTagCompound.getString("scriptName"); ClientCommandHandler.instance.executeCommand(player, "/lpython " + "pythontool" + separator + scriptName); } } else { // server side if (!FMLCommonHandler.instance().getMinecraftServerInstance().isDedicatedServer()) { // server is integrated (singleplayer game) String scriptName = nbtTagCompound.getString("scriptName"); world.getMinecraftServer().getCommandManager().executeCommand(player, "/python " + "pythontool" + separator + scriptName); } } }  
    • SeekingTanis
      Forge will not launch, crashes immediately

      By SeekingTanis · Posted 1 hour ago

      When  I try to launch forge, there are roughly 20 seconds when it might work and then the Minecraft launcher shows up saying that there was an unexpected issue and the game crashed. I can't seem to get a crash report and I don't know what to do!
  • Topics

    • solitone
      13
      Distinguish singleplayer vs. multiplayer

      By solitone
      Started Thursday at 08:20 PM

    • Wooofles
      5
      Failed to synchronize data from server.

      By Wooofles
      Started August 30

    • SeekingTanis
      1
      Forge will not launch, crashes immediately

      By SeekingTanis
      Started 1 hour ago

    • JMAS
      2
      Gradle launches Minecraft, then hangs demanding open mods folder.

      By JMAS
      Started Yesterday at 03:02 PM

    • DragonITA
      24
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started Monday at 10:06 AM

  • Who's Online (See full list)

    • loordgek
    • solitone
    • zlappedx3
    • Willbl3pic
    • Draco18s
    • TheKingElessar
    • Yanny7
    • AntonBespoiasov
    • MattNL
    • DaemonUmbra
    • byPablo3112
    • Redstoneguy129
  • All Activity
  • Home
  • Non-Forge
  • Minecraft General
  • MOVED: Help! Something's not compatible with Cauldron!
  • Theme
  • Contact Us
  • Discord

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