Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 0 0
  1. Jan 23 13:46:18 <stuntmania> Am I missing something obvious?http://www.hastebin.com/samisubaxi.avrasm I get a NPE at line 5
  2. Jan 23 13:47:02 <diesieben07> first of all you most likely want break statements in there
  3. Jan 23 13:47:24 <stuntmania> Yes crap I sent the wrong one
  4. Jan 23 13:47:30 <diesieben07> and getTileEntity does not work by default in getDrops
  5. Jan 23 13:47:36 <diesieben07> you need the extra code, as i stated above
  6. Jan 23 13:47:48 <stuntmania> http://www.hastebin.com/xucodegeku.avrasm
  7. Jan 23 13:48:09 <diesieben07> same thing.
  8. Jan 23 13:48:18 <stuntmania> But it seems that they use that in the BlockFlowerPot
  9. Jan 23 13:48:29 <diesieben07> yes, but not ONLY that.
  10. Jan 23 13:48:34 <diesieben07> you need *all* what they patch
  11. Jan 23 13:48:37 <diesieben07> read it, understand iot,.
  12. Jan 23 13:49:55 «--- pixlepix ([email protected]) has Quit (Quit: pixlepix)
  13. Jan 23 13:54:16 ---» pixlepix ([email protected]) has Joined #minecraftforge
  14. Jan 23 13:54:38 «--- pixlepix ([email protected]) has Quit (Client Quit)
  15. Jan 23 13:55:45 <ollieread> I need to know when a player steps into a group of chunks, and when a player steps out of a group of chunks
  16. Jan 23 13:55:58 <ollieread> Can anyone think of a better way than the player tick, or the TE tick?
  17. Jan 23 13:56:19 <diesieben07> There is an enter chunk event
  18. Jan 23 13:56:24 <diesieben07> EntityEvent.EnteringChunk
  19. Jan 23 13:56:35 <ollieread> You are a beautiful manbot
  20. Jan 23 13:56:55 <diesieben07> :)
  21. Jan 23 13:57:43 <ollieread> Ahh that has old chunk, so I can tell when they walk outside of one
  22. Jan 23 13:57:58 <ollieread> I thought there was an event for something like this, thanks
  23. Jan 23 13:58:32 «--- Soni ([email protected]) has Quit (Ping timeout: 186 seconds)
  24. Jan 23 13:58:46 <ollieread> Do you know whether the X and Z are the actual coords, or the chunk order?
  25. Jan 23 13:59:02 <diesieben07> chunk i'd say
  26. Jan 23 13:59:08 <diesieben07> everything else makes no sense
  27. Jan 23 13:59:21 ---» Soni ([email protected]) has Joined #minecraftforge
  28. Jan 23 13:59:37 <ollieread> I was caught out by the xPosition and zPosition in Chunk yesterday
  29. Jan 23 13:59:38 ---» ElgarL ([email protected]) has Joined #minecraftforge
  30. Jan 23 13:59:48 <ollieread> Couldn't for the life of me figure out why it wasn't working aha
  31. Jan 23 13:59:52 <diesieben07> :D
  32. Jan 23 14:00:55 ---» IamRob ([email protected]) has Joined #minecraftforge
  33. Jan 23 14:01:14 <ollieread> X is east/west isn't it?
  34. Jan 23 14:02:06 »» Chimaine is now known as Chimaine|off
  35. Jan 23 14:02:11 <diesieben07> yes
  36. Jan 23 14:02:24 <diesieben07> unless ForgeDirection tells bs
  37. Jan 23 14:02:28 <diesieben07> which is pretty unlikely
  38. Jan 23 14:02:40 <ollieread> Yeah, just looked at that
  39. Jan 23 14:02:46 <ollieread> I can never remember where that class is
  40. Jan 23 14:02:54 <diesieben07> ctrl-shift-t
  41. Jan 23 14:03:25 <IamRob> Im trying to deobfuscate MystCraft but it keeps missing out a function even though its deobfuscting the function on other lines… Anyone have a deobfuscated Mystcraft already or know how to fix this?
  42. Jan 23 14:03:26 <ollieread> Oh wow
  43. Jan 23 14:03:35 <ollieread> That's much easier than just typing it into class and ctrl clicking
  44. Jan 23 14:04:14 ---» LexManos ([email protected]) has Joined #minecraftforge
  45. Jan 23 14:04:15 »» MineBot gives channel operator status to LexManos
  46. Jan 23 14:04:41 ---» LexMobile ([email protected]) has Joined #minecraftforge
  47. Jan 23 14:04:41 »» MineBot gives channel operator status to LexMobile
  48. Jan 23 14:04:43 «--- MineBot ([email protected]) has Quit (*.net *.split)
  49. Jan 23 14:05:08 <Ordinastie> too much Lex kill MineBot :(
  50. Jan 23 14:05:13 <Ordinastie> *killed
  51. Jan 23 14:05:31 «--- Lex_ ([email protected]) has Quit (Ping timeout: 189 seconds)
  52. Jan 23 14:05:36 <@LexMobile> " i like big boobs" -slowpoke
  53. Jan 23 14:07:45 «--- Zyferus ([email protected]) has Quit (Read error: Connection reset by peer)
  54. Jan 23 14:09:02 «--- Dries007 ([email protected]) has Quit (Killed (OperServ (Too many connections from this host.)))
  55. Jan 23 14:09:02 «--- Fye ([email protected]) has Quit (Killed (OperServ (Too many connections from this host.)))
  56. Jan 23 14:09:02 «--- Cazzar ([email protected]) has Quit (Killed (OperServ (Too many connections from this host.)))
  57. Jan 23 14:09:02 «--- Cake|Away ([email protected]) has Quit (Killed (OperServ (Too many connections from this host.)))
  58. Jan 23 14:09:09 »» MineBot has changed the topic to: Stay on topic, don't PM without invitation, Don't ping (say the full name of) Lex, Don't ask about a release. Don't ask about Official API. Downloads: http://files.minecraftforge.net If you can't talk thats because you're on webchat, or have a long name. Use #ForgeGradle for gradle questions
  59. Jan 23 14:09:09 ---» MineBot ([email protected]) has Joined #minecraftforge
  60. Jan 23 14:09:09 »» calamity.esper.net gives channel operator status to MineBot
  61. Jan 23 14:09:09 »» MineBot sets ban on *!*@187.2.53.62
  62. Jan 23 14:09:09 »» MineBot has kicked Soni from #minecraftforge (User is banned from this channel)
  63. Jan 23 14:09:09 »» MineBot removes channel operator status from fry
  64. Jan 23 14:09:48 <fry> :O
  65. Jan 23 14:09:55 <ChJees> What is even going on.
  66. Jan 23 14:09:59 «--- fry ([email protected]) has Left #minecraftforge (WeeChat 1.0.1)
  67. Jan 23 14:10:01 «--- MineBot ([email protected]) has Quit (shutting down)
  68. Jan 23 14:10:01 <clienthax> wtf
  69. Jan 23 14:10:01 ---» fry ([email protected]) has Joined #minecraftforge
  70. Jan 23 14:10:02 <ChJees> Says my nick got dropped.
  71. Jan 23 14:10:04 <Mitchellbrine> IRC's going crazy
  72. Jan 23 14:10:04 <clienthax> nickserv just die?
  73. Jan 23 14:10:07 <Mitchellbrine> yep
  74. Jan 23 14:10:11 <Mitchellbrine> i think so
  75. Jan 23 14:10:13 <Akkarin> well services are going mad on us
  76. Jan 23 14:10:19 <Akkarin> Skynet here we come
  77. Jan 23 14:10:20 <Mitchellbrine> at least, it's only read only atm
  78. Jan 23 14:10:24 »» Techokami is now known as Techokami|Off
  79. Jan 23 14:10:50 <heldplayer> wow
  80. Jan 23 14:10:55 <ChJees> Who the heck is Spock?
  81. Jan 23 14:11:31 <Caitlyn> Esper services bot
  82. Jan 23 14:11:38 »» prasselpikachu is now known as prassel|off
  83. Jan 23 14:12:01 «--- Ivorius ([email protected]) has Quit (Remote host closed the connection)
  84. Jan 23 14:12:16 <clienthax> -- | Global ([email protected]): Services are presently running in readonly mode. Any changes you make will not be saved.
  85. Jan 23 14:13:15 <@LexMobile> Soni is in here?
  86. Jan 23 14:13:23 <heldplayer> He is
  87. Jan 23 14:13:26 <heldplayer> Or was
  88. Jan 23 14:13:42 <clienthax> lex, how are you still logged in O_o
  89. Jan 23 14:13:58 <heldplayer> client: he has a magical beard, how else?
  90. Jan 23 14:14:04 <clienthax> ha
  91. Jan 23 14:14:05 <Horfius|Laptop> I believe the channel keeps the instance of your nick
  92. Jan 23 14:14:11 <clienthax> aha right
  93. Jan 23 14:14:13 <Horfius|Laptop> Or, user rather
  94. Jan 23 14:14:20 <clienthax> if you rejoin chan no op however
  95. Jan 23 14:14:24 <clienthax> as logins are down i guess
  96. Jan 23 14:15:10 ---» MineBot ([email protected]) has Joined #minecraftforge
  97. Jan 23 14:15:10 »» calamity.esper.net gives channel operator status to MineBot
  98. Jan 23 14:15:21 <ollieread> s/are/were
  99. Jan 23 14:15:31 <ollieread> hmm
  100. Jan 23 14:15:38 ---» Ivorius ([email protected]) has Joined #minecraftforge
  101. Jan 23 14:15:52 «--- MineBot ([email protected]) has Quit (shutting down)
  102. Jan 23 14:16:28 <Akkarin> well you can login as long as the services are online. For some reason they keep getting restarted tho :o
  103. Jan 23 14:16:35 <heldplayer> For reference, this was the topic before MineBot munched on it http://pastebin.com/dd69JVEy
  104. Jan 23 14:16:51 »» diesieben07 is now known as diesieben|away
  105. Jan 23 14:17:14 <Akkarin> and MineBot is basically trying to ensure the channel state is the one defined by the owner every time it joins ^^
  106. Jan 23 14:17:42 <heldplayer> Probably an old state
  107. Jan 23 14:18:04 «--- Ivorius ([email protected]) has Quit (Remote host closed the connection)
  108. Jan 23 14:18:30 <Akkarin> Well I guess there is a reason why they are rebooting it that often ;-)
  109. Jan 23 14:19:58 »» diesieben|away is now known as diesieben07
  110. Jan 23 14:20:20 <gigaherz_s> :/ "[21:09] -NickServ- Account gigaherz dropped, forcing logout"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement