Jump to content

Varijon

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Varijon's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Ahh, totally overlooked that, thank you for the quick solution!
  2. I've been in the process of porting my server sided mod from 1.8.9 to 1.10.2. There's just one thing I haven't been able to figure out, tried all sorts of searches, but couldn't find anything about it. In 1.8.9 I was sending a vanilla packet to individual players, a Title packet, which now goes by the name of "SPacketTitle". I was achieving this with the EntityPlayerMP playerNetServerHandler.sendPacket(packet). However, this method no longer exists and I can't seem to figure out the alternative. I've seen SimpleImpl, but I think this is only for custom packets? I also saw a "getPlayerList().sendPacketToAllPlayers(packet)" method in PlayerList, but this sends it to every player. My question is, what is the proper way to send a vanilla Title packet to an individual player?
  3. Apologies, I only tried the 1.10.2 for the first time today, to see if the problem happened there too. Structure file (do have to click load an extra time, as the comparators drop the first time) https://drive.google.com/open?id=0Bya5-YSir5-IbmI5VkFMTTJYc0E Client log: https://gist.github.com/Varijon/7b8504b02ef3c527b9cc1d4dbccd31a6 The odd part is, it only happens to a few of the comparators, not all of them.
  4. I encountered a bug when building with redstone, this occurs in 1.10.2 and in 1.8.9 (build 1902). Some comparators do not update their output signal when the chest they're connected to is emptied. They will stay powered until they receive a blockupdate. http://i.imgur.com/AyQarSM.gifv This behavior does not occur when running 1.10.2 without forge. I've attached a .schematic of the build, it's supposed to be an automatic furnace that splits input over 16 furnaces in steps using hoppers. To reproduce, put two stacks of coal in the fuel chest up top, open/close chests when the comparator gets stuck. Try this with and without forge. https://drive.google.com/open?id=0Bya5-YSir5-IQXhNOWNVMk1fZVU
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.