<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:34] <Vastatio> lol wtf is my book drawing right now
L2[00:01:20] <Vastatio> its cutting off part of the texture and drawing the texture inversed
L3[00:01:42] <Stygander> okay, my friends computer seems to not wanna run a server, it just opens the bat and closes, whats the argument to keep the console open?
L4[00:01:53] <Vastatio> ????
L5[00:02:29] <Vastatio> isn't it like
L6[00:02:39] <Vastatio> java -Xmx1024M -jar <your_jar_name>.jar -o true
L7[00:02:42] <Vastatio> then
L8[00:02:42] <Vastatio> PAUSE
L9[00:02:51] <Stygander> Vastatio: the only thing i could suggest is making sure the textures coords are correct and such
L10[00:03:16] <Stygander> like i can run it on my own computer, not the other
L11[00:03:37] <Vastatio> I'm not sure if drawTexturedModalRect takes where I want to draw it for the x and y or the texture position or somethign
L12[00:03:39] <Vastatio> something*
L13[00:05:11] <tterrag> it takes xyuv
L14[00:06:04] *** TehNut is now known as TehNut|Sleep
L15[00:06:14] <Vastatio> you mean the textureX and textureY?
L16[00:06:20] <Vastatio> right now my book is just drawing weirdly
L17[00:06:27] <Vastatio> its cutting off the texture and stretching it
L18[00:06:35] <Vastatio> and drawing it on the oppisite side it's supposed to be
L19[00:06:58] <Vastatio> also, my whole deserializer thing is still null, but I got the Book GUI to draw now
L20[00:07:18] <Vastatio> It's weird because in the debug logs, it tells me the object is not null
L21[00:07:32] <Vastatio> but then the NPE directs me to the object's line
L22[00:08:26] <Vastatio> i set textureX and textureY to 0
L23[00:08:32] <Vastatio> what am I supposed to set it to?
L24[00:08:39] ⇦ Quits: Drullkus (~Drullkus@2601:646:8301:c41e:fd3a:b9af:d118:9016) (Remote host closed the connection)
L25[00:11:03] <tterrag> wat
L26[00:12:47] *** olee|afk is now known as olee
L27[00:13:44] <Vastatio> ah, apparently I need to set the texture size to be 256x256
L28[00:13:47] <Vastatio> did not know that
L29[00:19:47] <tterrag> Vastatio: your deserializing is...wrong
L30[00:19:54] <tterrag> you should just tell gson to deserialize into the pageClass
L31[00:20:02] <tterrag> why do it manually....
L32[00:22:37] <Vastatio> deserialize into pageClass?
L33[00:23:08] <Vastatio> you mean deserialize into the subclasses of page class?
L34[00:23:21] <Vastatio> so I need to make a DinoDeserializer, a TextDeserializer, etc.
L35[00:23:24] <Vastatio> ?
L36[00:23:44] <RomanticJo> gotta say, my mind is blown by how sophisticated the minecraft modding scene is. I just started to look at this stuff this week, and I'm really impressed.
L37[00:24:06] <Cazzar> You can literally just tell GSON to deserialize into a class and therefore create an instance.
L38[00:24:24] <tterrag> Vastatio: you know the type
L39[00:24:29] <tterrag> and you can turn the type string into a class
L40[00:24:36] <tterrag> then you can just tell gson to deserialize into an object of that class
L41[00:24:44] <Vastatio> theres already something in place to retrieve a class from a string
L42[00:24:46] <tterrag> also, you were wondering why it NPEs....
L43[00:24:51] <tterrag> you have an empty object...
L44[00:24:59] <Vastatio> an empty jObject?
L45[00:25:06] <tterrag> like seriously I've figured this all out from 5 mins of debugging...no in the json
L46[00:25:11] <tterrag> you have { }
L47[00:25:15] <tterrag> which NPEs because type is null
L48[00:25:34] <Vastatio> ah
L49[00:25:39] <Vastatio> thats just something left from
L50[00:25:48] <Vastatio> another one i wanted to do
L51[00:26:29] ⇦ Quits: tmtu (~tundmatu@h-191-78.a192.priv.bahnhof.se) (Ping timeout: 206 seconds)
L52[00:26:50] <tterrag> Vastatio: also what is all this getType/setType crap in IPage
L53[00:26:58] <tterrag> all it ever is is the class object for the page...
L54[00:27:03] <Vastatio> ya, i should remove that
L55[00:27:06] <tterrag> I already have...
L56[00:30:00] ⇦ Quits: blood|work (~blood@STATIC228.iona.edu) (Read error: Connection reset by peer)
L57[00:30:55] ⇦ Quits: Mitchellbrine (uid38456@id-38456.tooting.irccloud.com) ()
L58[00:31:42] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L59[00:32:19] <tterrag> Vastatio: you want a PR with my fixes?
L60[00:32:21] <Vastatio> java.lang.RuntimeException: Failed to invoke public com.arkcraft.mod.core.book.Page() with no args
L61[00:32:28] ⇨ Joins: alex_6611 (~alex_6611@p5DE7BC6D.dip0.t-ipconnect.de)
L62[00:32:33] <Vastatio> Page has no params
L63[00:33:02] <tterrag> https://github.com/tterrag1098/ARKCraft-Code/commit/9bb94f336d101ac33bb757415db53d61f86cc807
L64[00:33:12] ⇦ Quits: olee (~olee@2a01:4f8:150:70c2::2) (Remote host closed the connection)
L65[00:33:12] ⇦ Quits: gakai (~gakai@2a01:4f8:150:70c2::2) (Remote host closed the connection)
L66[00:33:12] ⇦ Quits: ThuGie|off (~ThuGie@2a01:4f8:150:70c2::2) (Remote host closed the connection)
L67[00:35:19] ⇨ Joins: ThuGie|off (~ThuGie@2a01:4f8:150:70c2::2)
L68[00:35:19] ⇨ Joins: gakai|off (~gakai@2a01:4f8:150:70c2::2)
L69[00:35:25] *** ThuGie|off is now known as ThuGie
L70[00:35:35] *** gakai|off is now known as gakai
L71[00:35:50] ⇨ Joins: olee (~olee@2a01:4f8:150:70c2::2)
L72[00:36:26] <tterrag> Vastatio: look through those changes, I think you'll see why it's better...
L73[00:36:58] <Vastatio> tterrag: for the changes in the PageDeserializer, you do context.deserialize right
L74[00:37:04] <tterrag> yes
L75[00:37:16] <Vastatio> it goes to the pageClass
L76[00:37:24] <Vastatio> where's the deserializer for that
L77[00:37:27] <Vastatio> do I just make another?
L78[00:37:40] <tterrag> you don't need one...
L79[00:37:53] <Vastatio> So you don't need anything to set the dino's variables?
L80[00:38:02] <tterrag> that's what gson does
L81[00:38:03] <Vastatio> it just deserializes them by name from the class?
L82[00:38:06] <Vastatio> ah
L83[00:38:07] <tterrag> haven't we been over this? O.o
L84[00:38:29] <Vastatio> I thought that you always needed those set methods
L85[00:38:34] <Vastatio> since the example i saw used them
L86[00:38:37] <tterrag> no
L87[00:38:38] <tterrag> what example
L88[00:38:41] <tterrag> I'll kill it >.>
L89[00:38:44] <Vastatio> javacreed
L90[00:38:49] <Vastatio> deserialization with gson
L91[00:38:50] <Vastatio> example
L92[00:38:57] <tterrag> god...morons
L93[00:39:00] <Vastatio> http://www.javacreed.com/gson-deserialiser-example/
L94[00:39:11] <tterrag> the entire point of gson is NOT NEEDING TO write deserializers
L95[00:39:53] <tterrag> you only need it for special cases
L96[00:39:58] <tterrag> like turning type -> class
L97[00:40:02] <tterrag> or string -> entity
L98[00:40:06] <tterrag> stuff that isn't normal
L99[00:40:20] <Vastatio> ah
L100[00:40:23] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L101[00:40:51] <tterrag> Vastatio: do you want me to PR those changes?
L102[00:41:12] *** bilde2910|away is now known as bilde2910
L103[00:41:40] <Vastatio> it's fine, I'll just add them to my code
L104[00:41:42] <Vastatio> not much trouble anyways
L105[00:42:23] <tterrag> ok
L106[00:42:27] ⇦ Quits: progwml6 (~progwml6@192.111.128.174) (Ping timeout: 198 seconds)
L107[00:42:53] ⇨ Joins: killjoy (~killjoy@2606:a000:1118:e124:31a4:6fcd:696c:189)
L108[00:44:39] ⇨ Joins: progwml6 (~progwml6@192.111.128.174)
L109[00:49:07] <Vastatio> right now, it doesn't seem like my pages are being drawn
L110[00:49:11] <Vastatio> the gui is drawing fine now
L111[00:49:14] <Vastatio> but none of the data is drawing
L112[00:49:26] <Vastatio> "Failed to invoke public com.arkcraft.mod.core.book.Page() with no args"
L113[00:49:37] <Vastatio> is the error i'm getting
L114[00:50:18] <tterrag> doesn't happen with my code...what madness are you doing
L115[00:50:34] <Vastatio> nvm
L116[00:51:08] <Vastatio> I created an abstract class in hopes to fix the problem yesterday, but of course you can't instantate an abstract class, so...
L117[00:51:14] <Vastatio> I made it a concrete class
L118[00:51:39] <tterrag> that does not sound like a sol.utoin
L119[00:51:42] <tterrag> solutoin
L120[00:51:44] <tterrag> gah
L121[00:51:46] <tterrag> you know what I mean
L122[00:52:12] <Vastatio> well, the errors are gone now, but my draw methods are not being called
L123[00:52:27] <Vastatio> maybe I'll just revert it back to IPage
L124[00:52:34] <Vastatio> you think that will fix the drawing errors?
L125[00:52:54] <Vastatio> seems like pageLeft and pageRight are null
L126[00:53:07] <tterrag> because you're using some kind of crazy reflection crap to create your pages...why
L127[00:53:31] <Vastatio> whats the best way to just draw my pages one by one on each page
L128[00:55:08] <tterrag> I think you just described it?
L129[00:57:23] *** Ash|ZZZ is now known as Ash|Work
L130[00:57:51] <Vastatio> this is the thing I'm using to put it into pageLeft and pageRight
L131[00:57:51] <Vastatio> https://gist.github.com/anonymous/a7737ad5605bccdc255a
L132[00:58:33] <tterrag> seems reasonable
L133[00:59:38] <Vastatio> pageLeft and pageRight still seem to be null
L134[01:00:36] ⇦ Quits: thomas15v (~thomas15v@thomas15v.net) (Read error: Connection reset by peer)
L135[01:00:38] <tterrag> set a break point and figure it out man
L136[01:00:38] <Wuppy> dang it, my water didn't warm up in the shower :c
L137[01:01:53] ⇨ Joins: Mraoffle (~mraof@pool-71-115-24-49.rcmdva.fios.verizon.net)
L138[01:03:17] ⇦ Quits: Vastatio (~Vastatio@d75-155-173-226.bchsia.telus.net) (Quit: Leaving)
L139[01:03:22] ⇦ Quits: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net) (Ping timeout: 195 seconds)
L140[01:12:10] ⇨ Joins: tmtu (~tundmatu@h-191-78.a192.priv.bahnhof.se)
L141[01:12:16] ⇦ Quits: MoxieGrrl_ (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 192 seconds)
L142[01:13:49] ⇨ Joins: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L143[01:15:44] ⇦ Quits: Greenphlem (uid22276@id-22276.tooting.irccloud.com) (Quit: Connection closed for inactivity)
L144[01:15:47] ⇦ Quits: Lepidus (~Lepidus@ip70-181-115-19.oc.oc.cox.net) (Quit: Leaving)
L145[01:21:41] ⇨ Joins: Jezza (~Jezza@bps-gw.hrz.tu-chemnitz.de)
L146[01:29:50] ⇦ Quits: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 192 seconds)
L147[01:30:09] ⇨ Joins: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L148[01:35:40] <Stygander> okay, trying to setup a temp server for me and a friend, yet i cant seem to make my character op
L149[01:38:38] <tterrag> use the console
L150[01:38:50] <Stygander> did
L151[01:38:56] <Fendirain> and now my mod works in 1.8. Now I have a slight understanding of others pain when updating their mods, and mine is pretty dang small (and I.
L152[01:39:17] <Fendirain> (and I'm still not finished.)
L153[01:41:12] <Fendirain> Thanks again for the help with figuring out the branch with Intellij Idea (If any of you are still on), It is very nice having that working.
L154[01:42:26] <shadekiller666> but its a thing you only have to do once
L155[01:42:46] ⇦ Quits: Jezza (~Jezza@bps-gw.hrz.tu-chemnitz.de) (Remote host closed the connection)
L156[01:43:49] ⇨ Joins: Jezza (~Jezza@bps-gw.hrz.tu-chemnitz.de)
L157[01:44:26] ⇨ Joins: MoxieGrrl_ (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L158[01:44:34] ⇦ Quits: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 192 seconds)
L159[01:46:10] <tterrag> shadekiller666: until the next update :)
L160[01:46:33] <Fendirain> I think I will save figuring out Rendering Tile Entity's as items for another time. I remember that annoying me the first time.
L161[01:46:39] <shadekiller666> somehow i doubt 1.8->1.9 will be as much of a pain
L162[01:46:51] <tterrag> no way to know yet
L163[01:47:00] <shadekiller666> ya...
L164[01:47:46] <shadekiller666> actually, its a decent possibility of it being a pain... given the 64 fuckin itemstate jsons needed for the clock and such...
L165[01:48:01] <Fendirain> O.o
L166[01:48:05] ⇦ Quits: Upthorn (~ogmar@108-85-88-195.lightspeed.frokca.sbcglobal.net) (Ping timeout: 378 seconds)
L167[01:48:13] <shadekiller666> thats just one more thing that forge will have to make a new wrapper around
L168[01:48:21] <shadekiller666> and 32 for the compass
L169[01:48:39] <Fendirain> That seems just a bit overkill, no?
L170[01:48:54] <shadekiller666> we're talking about mojang here...
L171[01:49:06] ⇦ Quits: MoxieGrrl_ (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 192 seconds)
L172[01:49:23] ⇨ Joins: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L173[01:49:47] <shadekiller666> what they're using 64/32 jsons for could easilly be done with about 5 lines of json and some smart iteration code
L174[01:49:59] <Fendirain> Thank <Insert Names Here> for Forge.
L175[01:50:35] <shadekiller666> i hope you have a lot of space in that <Insert Names Here>, cuz theres a lot of them :P
L176[01:50:42] <shadekiller666> but yes, thank you
L177[01:56:11] <tterrag> shadekiller666: I'm not arguing for or against any version, I'm just pointing out that people have been parroting "only one more update" for about 10 updates now >.>
L178[01:57:18] <fry> Nobody is saying that there won't be major updates anymore :P
L179[01:57:31] <tterrag> <shadekiller666> but its a thing you only have to do once
L180[01:57:43] <shadekiller666> mhmm
L181[01:59:21] <shadekiller666> i am a bit worried about whats going to happen when "Windows 10 Edition" catches up to the main MC edition
L182[02:00:09] <alex_6611> c'mon, it's just PE for win10, not supposed to be anything more afaik
L183[02:00:17] <Fendirain> Unless people start modding for it, then not much.
L184[02:01:34] ⇦ Quits: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 192 seconds)
L185[02:02:12] ⇨ Joins: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L186[02:02:45] *** Kolatra is now known as Kolatra|Away
L187[02:04:47] <MCPBot_Reborn> [TEST CSV] Pushing snapshot_20150911 mappings to Forge Maven.
L188[02:04:51] <MCPBot_Reborn> [TEST CSV] Maven upload successful for mcp_snapshot-20150911-1.8.zip (mappings = "snapshot_20150911" in build.gradle).
L189[02:05:02] <MCPBot_Reborn> Semi-live (every 10 min), Snapshot (daily ~3:00 EST), and Stable (committed) MCPBot mapping exports can be found here: http://export.mcpbot.bspk.rs/
L190[02:05:23] <luacs1998> >
L191[02:05:37] <xaero> lex has expressed interest in modding the PE of MC IIRC
L192[02:06:48] <Fendirain> Well then, Java version is screwed, everyone give up now. ;)
L193[02:07:14] <Zaggy1024> not for a while
L194[02:07:23] <Zaggy1024> a very long while
L195[02:07:33] <Zaggy1024> :)
L196[02:07:41] <Fendirain> Thats the joke. I doubt it will ever really happen.
L197[02:08:15] <Zaggy1024> here's hoping there Java version gets way more optimized
L198[02:08:55] <Fendirain> Here's hoping Mojang doesn't screw it up themselves first.
L199[02:09:15] ⇨ Joins: NeonPhoenix (~NeonPhoen@c110-23-26-218.rochd7.qld.optusnet.com.au)
L200[02:09:35] <shadekiller666> tbh, i don't think that PE will ever be as big honestly... especially not with modding
L201[02:10:14] <shadekiller666> C++ is a lot more demanding when it comes to developing a coherent program
L202[02:10:44] <NeonPhoenix> what channel would be the best for EnderIO help
L203[02:10:49] <shadekiller666> we see people doing stupid things with modding in Java... what would happen if they suddenly had access to memory allocation...
L204[02:11:25] <fry> A lot more people would give up early :P
L205[02:11:26] <tterrag> NeonPhoenix: maybe try #EnderIO ?
L206[02:11:32] <Fendirain> Hope C++ Minecraft Forge prevents it? :p
L207[02:11:42] <NeonPhoenix> thanks tterrag
L208[02:12:56] <shadekiller666> fendrirain, prevents memory allocation? i don't think thats possible
L209[02:13:31] <Fendirain> More in the sense of, Smacks in the hands when it see's you doing something you shouldn't.
L210[02:13:35] <Fendirain> Not actually preventing it.
L211[02:13:56] <shadekiller666> but how do you determine what is "something you shouldn't"?4
L212[02:14:33] <tmtu> you shouldn't really use new/delete anyway
L213[02:14:36] <Fendirain> What, Do I look like the brilliant codder here? :p
L214[02:14:54] <Fendirain> or coder
L215[02:16:26] <Fendirain> But honestly, I'm just to used to Intellij Idea holding my hand I guess. "No, Don't do that you idiot." - "Not that way you idiot."
L216[02:18:10] ⇨ Joins: Noppes (~Noppes@82-168-212-152.ip.telfort.nl)
L217[02:19:34] <shadekiller666> thats more of the JDK yelling at you
L218[02:19:37] <shadekiller666> and the JRE
L219[02:20:08] <shadekiller666> intellij just provides the means by which the java compiler vents its anger towards ineptitude :P
L220[02:21:29] <Fendirain> Anyone have any ideas what a mob that collects wood, Should do with the wood it collects (Assuming little / no intelligence)? I have future plans, But need a temporary idea (Really should have thought the idea through before doing it now). :/
L221[02:21:48] <shadekiller666> uhh
L222[02:21:54] <shadekiller666> puts it into a chest?
L223[02:22:12] <Fendirain> I mean, I'm not looking for that simple of a solution. :p
L224[02:22:18] <shadekiller666> ...
L225[02:22:39] <Fendirain> I would rather the player at least kill it for the wood in that case (Which they can).
L226[02:23:16] <shadekiller666> so you've made a mob that serves no purpose but to annoy the player...
L227[02:23:32] <Fendirain> Thats my problem. Later on, I plan on them actually giving the wood to another mob for a use.
L228[02:23:45] <Fendirain> Well, I have a mob that replants the trees...
L229[02:23:58] <Fendirain> Can't have the forest dying us, now can we?
L230[02:24:23] <Fendirain> I'm to tired for this typing thing. >.>
L231[02:25:48] <Fendirain> Is that the only way you meant in annoying, or did you mean in another?
L232[02:26:19] <shadekiller666> if i'm chopping trees, i don't want some random mob running up and steeling my wood
L233[02:26:34] <Fendirain> Not stealing your wood, Chopping the tree's itself.
L234[02:27:21] <Fendirain> I guess it may happen to start chopping the same tree as you, but thats about it.
L235[02:28:03] <Fendirain> (and before you ask, it doesn't leave the top half of trees, It chops top down, and at the most, leaves the bottom half)
L236[02:28:33] <Fendirain> Like I said, Future uses. Currently, Mainly to add life into the world until that time.
L237[02:28:36] <shadekiller666> ok, does it then put the wood in a place thats actually useful?
L238[02:29:25] <Fendirain> It holds it itself (In the same type of void as the player), But does drop the wood if killed.
L239[02:29:39] <Fendirain> and does keep track of how much it collects, and what types it collects.
L240[02:29:50] <shadekiller666> ...
L241[02:30:25] <shadekiller666> so if it lives for a long time and dies, your game crashes because all of a sudden theres 4 million log items strewn everywhere?
L242[02:30:26] ⇨ Joins: Loetkolben (~Loetkolbe@ipb2197f03.dynamic.kabel-deutschland.de)
L243[02:30:39] <Fendirain> and it has a limit to how much it can hold.
L244[02:30:45] <Fendirain> https://github.com/Fendirain/Fendirain/blob/master/src/main/java/fendirain/fendirain/common/entity/mob/EntityFenderium/EntityFenderiumMob.java
L245[02:30:49] <Fendirain> There is the code.
L246[02:31:11] <Fendirain> So you can see I'm not a complete idiot. :p
L247[02:31:39] <shadekiller666> i just really hope you don't leave it like that :p
L248[02:31:46] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L249[02:31:54] <Fendirain> Like what?
L250[02:32:11] <shadekiller666> it might be funny to have the entity walk over to the player and just drop the logs at their feet
L251[02:32:28] <Fendirain> I could do that for the time being actually.
L252[02:33:08] <Fendirain> Only when the inventory gets full, Its like "Dang this is heavy, You take this"
L253[02:33:08] <shadekiller666> but it seems impracticle in the long run, and causes issues if theres no limit on the range in which the entity scans for the player,
L254[02:33:32] <shadekiller666> and also complicates things if the player's inventory is full, but its still kinda funny
L255[02:34:02] <Fendirain> Ah, Better than, Have it shove it in the player invnetory, dropping the items it replaces. :p
L256[02:34:42] <Fendirain> https://github.com/Fendirain/Fendirain/blob/master/src/main/java/fendirain/fendirain/common/entity/mob/EntityFenderium/AI/EntityAIChopTrees.java
L257[02:34:49] <Fendirain> The actually tree chopping code BTW.
L258[02:35:05] <Fendirain> In which, it doesn't scan the whole forest when chopping down 1 tree, to be clear.
L259[02:35:06] <Fendirain> :p
L260[02:35:51] <Fendirain> But thanks for that idea, I might do that actually. Only thing that really makes sense right now.
L261[02:36:43] <shadekiller666> no forcably replacing items in the player inventory is worse than just dropping logs on the floor :p
L262[02:37:05] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L263[02:37:14] ⇨ Joins: Upthorn (~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net)
L264[02:37:55] *** bilde2910|away is now known as bilde2910
L265[02:41:01] <Fendirain> I know, Just a joke. Maybe I should make a goodie bag like idea from the wood that it drops instead, So you have to right click it to actually get the wood.
L266[02:45:27] <Fendirain> Anyone else happen to have any other ideas before I go with this one?
L267[02:47:12] ⇦ Quits: alex_6611 (~alex_6611@p5DE7BC6D.dip0.t-ipconnect.de) (Ping timeout: 195 seconds)
L268[02:58:10] ⇦ Quits: jakimfett (~overnet@c-73-180-36-141.hsd1.or.comcast.net) (Read error: Connection reset by peer)
L269[03:00:42] ⇨ Joins: jakimfett (~overnet@c-73-180-36-141.hsd1.or.comcast.net)
L270[03:05:53] ⇨ Joins: Szernex (~Szernex@194-166-125-225.adsl.highway.telekom.at)
L271[03:19:03] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Ping timeout: 198 seconds)
L272[03:20:39] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L273[03:21:27] *** bilde2910|away is now known as bilde2910
L274[03:22:06] ⇦ Quits: shadekiller666 (~shadekill@108.80.76.183) (Read error: Connection reset by peer)
L275[03:22:38] ⇨ Joins: ollieread (~ollieread@2a01:7e00::f03c:91ff:feae:5b6)
L276[03:24:25] ⇦ Quits: ollieread (~ollieread@2a01:7e00::f03c:91ff:feae:5b6) (Remote host closed the connection)
L277[03:25:34] ⇨ Joins: ollieread (~ollieread@2a01:7e00::f03c:91ff:feae:5b6)
L278[03:34:26] *** tterrag is now known as tterrag|ZZZzzz
L279[03:35:56] ⇦ Quits: Stygander (~kvirc@c-68-36-105-157.hsd1.mi.comcast.net) (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
L280[03:39:33] ⇨ Joins: {0xc6} (~c6h@cpc80353-grim18-2-0-cust241.12-3.cable.virginm.net)
L281[03:40:17] ⇦ Quits: ollieread (~ollieread@2a01:7e00::f03c:91ff:feae:5b6) (Ping timeout: 195 seconds)
L282[03:41:08] ⇨ Joins: ollieread (~ollieread@2a01:7e00::f03c:91ff:feae:5b6)
L283[03:44:26] ⇨ Joins: NPException (~NPExcepti@cable-86-56-73-9.cust.telecolumbus.net)
L284[03:46:35] ⇦ Quits: killjoy (~killjoy@2606:a000:1118:e124:31a4:6fcd:696c:189) (Ping timeout: 206 seconds)
L285[03:47:53] ⇦ Quits: ollieread (~ollieread@2a01:7e00::f03c:91ff:feae:5b6) (Read error: Connection reset by peer)
L286[03:48:36] ⇨ Joins: ollieread (~ollieread@exia.ollieread.com)
L287[03:49:12] ⇨ Joins: gigaherz (~gigaherz@239.Red-88-6-80.staticIP.rima-tde.net)
L288[03:49:43] ⇦ Quits: ollieread (~ollieread@exia.ollieread.com) (Client Quit)
L289[03:50:06] ⇨ Joins: ollieread (~ollieread@2a01:7e00::f03c:91ff:feae:5b6)
L290[03:50:57] ⇨ Joins: PrinceCat (~PrinceCat@58-7-216-135.dyn.iinet.net.au)
L291[03:53:05] ⇨ Joins: Benimatic (~Benimatic@cblmdm72-241-106-31.buckeyecom.net)
L292[04:15:40] *** jandal is now known as jandal-m
L293[04:15:45] ⇦ Quits: Larry1123 (Larry1123@irc.larry1123.net) (Ping timeout: 198 seconds)
L294[04:16:26] ⇦ Quits: {0xc6} (~c6h@cpc80353-grim18-2-0-cust241.12-3.cable.virginm.net) (Ping timeout: 192 seconds)
L295[04:18:26] ⇨ Joins: Larry1123 (Larry1123@irc.larry1123.net)
L296[04:21:12] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L297[04:22:21] *** helinus|off is now known as helinus
L298[04:22:53] ⇦ Quits: Fendirain (~Fendirain@2602:30a:c0e7:11a0:b4de:81ff:3dcc:99c7) (Read error: Connection reset by peer)
L299[04:26:07] ⇦ Quits: Benimatic (~Benimatic@cblmdm72-241-106-31.buckeyecom.net) (Ping timeout: 186 seconds)
L300[04:27:19] ⇨ Joins: Kruptein (~Kruptein@ptr-2hj4tbi2hah7uw452cxeazjv2.ip6.access.telenet.be)
L301[04:27:23] <Kruptein> hi
L302[04:27:49] <Kruptein> I'm getting a NullPointer on TileEntityPistonRenderer, which I suppose is caused by some of our own modelloaders.
L303[04:28:18] <Kruptein> Someone else on the team wrote those and is unavailable atm and I would like to fix it, could you point me to a possible location or cause of such error ?
L304[04:31:53] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L305[04:37:15] <rfctksSparkle> If you don't post the stack trace
L306[04:37:26] <rfctksSparkle> nobody can help you even they wanted to
L307[04:38:09] <rfctksSparkle> But a good place is to go up the stack trace checking where it could have passed in a null in a method call
L308[04:38:39] <Kruptein> http://dpaste.com/020YYGV
L309[04:39:18] <Kruptein> It has to be some of our renders trying to render the piston, but the stacktrace is not telling enough
L310[04:39:29] <Kruptein> or at least Im not finding the info
L311[04:40:17] <rfctksSparkle> At this point all I can suggest is following the stack trace and finding out where the value thats null comes from
L312[04:40:17] <Kruptein> the npe is caused by "World world = this.getWorld();" which is caused because the renderDispatcher is wrong
L313[04:40:26] <rfctksSparkle> huh?
L314[04:40:35] <Kruptein> getWorld calls renderDispatcher.worldObj
L315[04:40:47] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L316[04:40:49] <Kruptein> so the renderDispatcher apparently does not have a worldObj
L317[04:41:03] <Kruptein> so I doubt its the correct renderDispatcher being given to the piston in the first place
L318[04:41:31] <Kruptein> as the error is only reproducable when adding our own mod, it has to be one of our renders trying to do it
L319[04:41:39] *** bilde2910|away is now known as bilde2910
L320[04:42:12] <rfctksSparkle> then try to find the point at which that renderDispatcher is instiantiated? And where its worldObj is set? *shrug*
L321[04:42:42] ⇦ Quits: PrinceCat (~PrinceCat@58-7-216-135.dyn.iinet.net.au) (Ping timeout: 195 seconds)
L322[04:46:12] ⇦ Quits: Kruptein (~Kruptein@ptr-2hj4tbi2hah7uw452cxeazjv2.ip6.access.telenet.be) (Ping timeout: 195 seconds)
L323[04:53:16] ⇨ Joins: Kruptein (~Kruptein@d54C43CE0.access.telenet.be)
L324[04:53:22] *** Ash|Work is now known as Ash|Lunch
L325[04:53:23] <Kruptein> sorry internet went down
L326[04:54:18] <Kruptein> it's the blockRenderer that is null
L327[04:56:46] ⇦ Quits: modmuss50 (uid42264@id-42264.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L328[05:00:10] ⇨ Joins: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net)
L329[05:01:02] ⇨ Joins: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com)
L330[05:03:26] *** heldplayer|off is now known as heldplayer
L331[05:03:53] ⇨ Joins: PrinceCat (~PrinceCat@124-170-191-232.dyn.iinet.net.au)
L332[05:04:01] ⇦ Quits: Mraoffle (~mraof@pool-71-115-24-49.rcmdva.fios.verizon.net) (Quit: Leaving)
L333[05:07:46] *** MrKick|Away is now known as MrKickkiller
L334[05:16:21] ⇨ Joins: modmuss50 (uid42264@id-42264.highgate.irccloud.com)
L335[05:19:54] <diesieben07> Kruptein: you can't register TESRs before init. as in, not in preInit
L336[05:20:21] <Kruptein> I literally just found out after a couple deep google searches =p
L337[05:20:26] <Kruptein> at the exact moment you answer
L338[05:20:36] <diesieben07> :D
L339[05:20:40] <Kruptein> thanks anyway :D
L340[05:21:07] <Kruptein> I do remember vaguely someone in the team mentioning that something was moved from init to preInit
L341[05:21:18] <Kruptein> and that could be it, gonna check in the git logs after I fixed it
L342[05:21:46] <Kruptein> jup that works
L343[05:22:42] ⇦ Quits: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com) (Quit: pixlepix)
L344[05:26:59] <Kruptein> diesieben07, is it only the TER's
L345[05:27:24] <diesieben07> Entity renderers as well
L346[05:27:32] <Kruptein> ok
L347[05:31:23] ⇦ Quits: Kobata (~Kobata@kobata.org) (Ping timeout: 378 seconds)
L348[05:31:24] ⇨ Joins: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com)
L349[05:32:52] ⇨ Joins: Kobata (~Kobata@kobata.org)
L350[05:37:41] *** Ash|Lunch is now known as Ash|Work
L351[05:39:51] ⇨ Joins: AforAnonymous (bitch2k@dyn-042-143.vix1.mmc.at)
L352[05:40:48] ⇨ Joins: Girafi (Girafi@0x555178eb.adsl.cybercity.dk)
L353[05:41:00] *** Vigaro is now known as Vigaro|AFK
L354[05:47:27] ⇦ Quits: maxlowry123 (~IceChat9@pool-71-244-115-181.albyny.fios.verizon.net) (Ping timeout: 195 seconds)
L355[05:47:33] ⇦ Quits: VikeStep (~VikeStep@101.184.94.18) (Quit: Leaving)
L356[05:49:35] ⇦ Quits: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com) (Quit: pixlepix)
L357[05:51:38] <iceman11a> working with the paths for textures suck. If my path is set src/main/resources/assets/fc/textures/blocks how would my setBlockTextureName would look like
L358[05:52:44] <diesieben07> "fc:textureName"
L359[05:52:52] <diesieben07> it would then be "textureName.png" in the folder you just specified
L360[05:54:23] <iceman11a> Then I have no idea why this doesn't work. I'm stump
L361[05:54:42] ⇦ Quits: ZaggyMobile2 (~Zaggy1024@174-20-134-165.mpls.qwest.net) (Remote host closed the connection)
L362[05:58:22] ⇨ Joins: kimfy (~kimfy___@74.141.16.62.customer.cdi.no)
L363[05:59:11] ⇨ Joins: ZaggyMobile2 (~Zaggy1024@174-20-134-165.mpls.qwest.net)
L364[06:04:38] ⇨ Joins: maxlowry123 (~IceChat9@pool-71-244-115-181.albyny.fios.verizon.net)
L365[06:06:56] ⇦ Quits: CovertJaguar (~you@65.183.205.6) (Ping timeout: 192 seconds)
L366[06:07:24] ⇨ Joins: CovertJaguar (~you@65.183.205.6)
L367[06:07:24] MineBot sets mode: +v on CovertJaguar
L368[06:11:41] *** zz_SnowShock35 is now known as SnowShock35
L369[06:16:10] ⇨ Joins: Vazkii (~Vazkii@a79-169-163-74.cpe.netcabo.pt)
L370[06:18:50] ⇨ Joins: Shukaro (~Shukaro@130.108.232.236)
L371[06:24:21] ⇨ Joins: {0xc6} (~c6h@cpc80353-grim18-2-0-cust241.12-3.cable.virginm.net)
L372[06:28:18] <diesieben07> iceman11a: sorry, i had to go afk. what is your code? and show a screenshot of the file in your IDEs file explorer
L373[06:29:06] *** PaleOff is now known as PaleoCrafter
L374[06:31:12] ⇦ Quits: Upthorn (~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net) (Quit: this quit message is 100% guaranteed not to contain obscenity.)
L375[06:32:42] <iceman11a> Can upi tell me what code you wanted to see. I do have a file called BlockID's is this what you wanted to see.
L376[06:33:10] <iceman11a> Remeber that this is not my code. I had to copy and paste it together,
L377[06:33:16] <diesieben07> i want your Block class
L378[06:33:54] <boni> inb4 binary file
L379[06:34:07] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Ping timeout: 195 seconds)
L380[06:35:27] <iceman11a> diesieben07 http://pastebin.com/ZXzGRWQw I hope this is what you wanted
L381[06:35:29] ⇨ Joins: pixlepix (~localmaca@public.mgrhs.org)
L382[06:36:18] <diesieben07> ...
L383[06:36:32] <diesieben07> i told you already.. diesieben07> "fc:textureName"
L384[06:36:36] <diesieben07> that is NOT what you did there.
L385[06:36:54] <boni> why in gods name are you supressing a static access warning instead of just accessing it statically o_O
L386[06:36:57] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L387[06:37:19] <iceman11a> and I told you. that didn't work, I been trying other ways
L388[06:37:27] <iceman11a> and nothing works so far
L389[06:37:44] <iceman11a> This is how I had it
L390[06:37:46] <iceman11a> this.setBlockTextureName("fc:" + textureName);
L391[06:37:46] *** bilde2910|away is now known as bilde2910
L392[06:37:52] <iceman11a> and it doesn't work.
L393[06:38:16] <boni> "fc:" + textureName is not "fc:textureName"
L394[06:38:24] <diesieben07> what is textureName equal to?
L395[06:38:37] <diesieben07> also... the screenshot.
L396[06:39:46] ⇦ Quits: pixlepix (~localmaca@public.mgrhs.org) (Client Quit)
L397[06:39:48] <iceman11a> That's just it. I don't know. I been pasting this code and editing it to get it to work. whrn I completed the editing. Every thing works but the textures so far
L398[06:40:12] ⇨ Joins: pixlepix (~localmaca@public.mgrhs.org)
L399[06:40:17] <Kruptein> as diesieben said
L400[06:40:21] <diesieben07> wat
L401[06:40:21] <Kruptein> what is textureName equal to
L402[06:40:22] <iceman11a> public BlockBasic() it has to be called from some where
L403[06:40:25] <diesieben07> you call the constructor
L404[06:40:29] <diesieben07> what values do you pass it
L405[06:40:36] <diesieben07> if you don't know... go learn java.
L406[06:41:30] *** Gaz492|Away is now known as Gaz492
L407[06:41:49] <iceman11a> I fount it. lightForestDirt = new BlockBasic(Material.rock, "lightForestDirt", "lightForestDirt", Block.soundTypeGrass);
L408[06:42:17] <boni> do you have a lightForestDirt.png in your resource block texture folder?
L409[06:42:29] <iceman11a> http://pastebin.com/enzd8nAi
L410[06:43:17] <iceman11a> Yes I do
L411[06:43:28] ⇨ Joins: Upthorn (~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net)
L412[06:43:33] <diesieben07> show. a. screenshot.
L413[06:43:53] <boni> okay
L414[06:43:56] <boni> is your resource id "tutorial"?
L415[06:44:06] <boni> because your code looks in the "tutorial" resources, not in yours.
L416[06:46:16] ⇦ Quits: Szernex (~Szernex@194-166-125-225.adsl.highway.telekom.at) (Killed (NickServ (GHOST command used by Szernex_!~Szernex@194-166-151-35.adsl.highway.telekom.at)))
L417[06:46:23] ⇨ Joins: Szernex (~Szernex@194-166-151-35.adsl.highway.telekom.at)
L418[06:46:50] <iceman11a> https://www.flickr.com/photos/126613374@N08/
L419[06:47:05] <iceman11a> That's what I'm looking at and Yes that file is there
L420[06:47:37] <boni> 13:44:06 < boni> because your code looks in the "tutorial" resources, not in yours.
L421[06:47:45] <boni> i'm just gonna keep repating this until it makes click.
L422[06:47:49] <boni> *repeating
L423[06:48:21] <iceman11a> and where do you see the word tutorials at
L424[06:48:41] <boni> ..at the place where you tell it the resource location
L425[06:48:56] <boni> how else would i know it's looking in "tutorial" resources
L426[06:49:55] <diesieben07> line 83 in the paste
L427[06:50:04] <diesieben07> setBlcoktextureName is useless if you override registerIcons
L428[06:50:15] ⇦ Quits: Aedda (~aedda@2600:3c00::19:cace) (Ping timeout: 180 seconds)
L429[06:50:30] <boni> oh, i didn't even see the setBlockTexture
L430[06:51:06] <iceman11a> Thank you
L431[06:51:12] <iceman11a> I never would have seen it
L432[06:51:26] <boni> ctrl+f -> "tutorial"
L433[06:51:28] <boni> :P
L434[06:51:40] <Kruptein> inb4 cmd+f
L435[06:51:49] ⇦ Quits: Upthorn (~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net) (Quit: this quit message is 100% guaranteed not to contain obscenity.)
L436[06:51:54] <boni> works too /o\
L437[06:52:14] <Kruptein> oh :p well never had a mac
L438[06:52:24] <boni> same
L439[06:54:20] ⇦ Quits: PrinceCat (~PrinceCat@124-170-191-232.dyn.iinet.net.au) ()
L440[07:00:15] ⇨ Joins: Brokkoli (~Brokkoli@x55b161b1.dyn.telefonica.de)
L441[07:02:07] ⇨ Joins: Upthorn (~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net)
L442[07:08:08] ⇦ Quits: NeonPhoenix (~NeonPhoen@c110-23-26-218.rochd7.qld.optusnet.com.au) (Ping timeout: 192 seconds)
L443[07:14:25] ⇦ Quits: Logan (~Logan@104.236.130.236) (Ping timeout: 206 seconds)
L444[07:14:49] ⇨ Joins: Aedda (~aedda@2600:3c00::19:cace)
L445[07:15:20] ⇨ Joins: Logan (~Logan@104.236.130.236)
L446[07:21:44] ⇦ Quits: Kotoro[LT] (~Kotoro@50.153.128.4) (Ping timeout: 192 seconds)
L447[07:23:33] ⇦ Quits: pixlepix (~localmaca@public.mgrhs.org) (Quit: pixlepix)
L448[07:28:45] ⇨ Joins: Cadyyan (~James@75-143-84-17.dhcp.aubn.al.charter.com)
L449[07:30:14] ⇦ Quits: Upthorn (~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net) (Ping timeout: 192 seconds)
L450[07:35:31] ⇨ Joins: Kotoro[LT] (~Kotoro@50.153.128.4)
L451[07:37:02] ⇨ Joins: HassanS6000 (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net)
L452[07:42:08] ⇨ Joins: Hobbits|away (~khm@i.am.kay-hay.ch)
L453[07:44:58] ⇦ Quits: Vazkii (~Vazkii@a79-169-163-74.cpe.netcabo.pt) (Ping timeout: 192 seconds)
L454[07:48:32] ⇨ Joins: blood|wrk (~blood@static228.iona.edu)
L455[07:49:09] ⇨ Joins: Vazkii (~Vazkii@a79-169-163-74.cpe.netcabo.pt)
L456[07:49:18] *** heldplayer is now known as heldplayer|off
L457[07:54:26] ⇦ Quits: Kruptein (~Kruptein@d54C43CE0.access.telenet.be) (Ping timeout: 198 seconds)
L458[07:59:40] *** heldplayer|off is now known as heldplayer
L459[07:59:51] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (Ping timeout: 206 seconds)
L460[08:02:03] *** cpw|out is now known as cpw
L461[08:02:40] ⇨ Joins: Benimatic (~Benimatic@cblmdm72-241-106-31.buckeyecom.net)
L462[08:18:21] ⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L463[08:30:57] ⇨ Joins: Snowman (~Snowman@177-255.ftth.onsbrabantnet.nl)
L464[08:36:32] ⇦ Quits: Vazkii (~Vazkii@a79-169-163-74.cpe.netcabo.pt) (Ping timeout: 192 seconds)
L465[08:37:12] ⇦ Quits: Aaron1011 (~Aaron101_@h69-130-167-199.cntcnh.dsl.dynamic.tds.net) (Ping timeout: 195 seconds)
L466[08:47:43] ⇨ Joins: alex_6611 (~alex_6611@p5de7bc6d.dip0.t-ipconnect.de)
L467[08:49:21] ⇦ Quits: Loetkolben (~Loetkolbe@ipb2197f03.dynamic.kabel-deutschland.de) (Quit: Over and Out!)
L468[08:50:42] ⇦ Quits: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 192 seconds)
L469[08:53:20] ⇨ Joins: Loetkolben (~Loetkolbe@ipb2197f03.dynamic.kabel-deutschland.de)
L470[08:54:08] ⇨ Joins: Wasweb (~Wasweb@2E6B3FFE.catv.pool.telekom.hu)
L471[08:55:39] ⇨ Joins: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L472[08:57:44] ⇨ Joins: Galvas (~Galvas@179.235.7.66)
L473[09:01:15] ⇨ Joins: Aaron1011 (~Aaron101_@h69-130-167-199.cntcnh.dsl.dynamic.tds.net)
L474[09:02:58] *** Vigaro|AFK is now known as Vigaro
L475[09:03:33] ⇨ Joins: Cojo (~Cojo@2606:a000:1126:a066:4006:926f:3ce5:4609)
L476[09:04:33] *** TTFT|Away is now known as TTFTCUTS
L477[09:08:10] *** NotTomben is now known as Tombenpotter
L478[09:10:40] ⇦ Quits: Jezza (~Jezza@bps-gw.hrz.tu-chemnitz.de) (Quit: Leaving)
L479[09:10:56] ⇦ Parts: Hiyori (sid36174@id-36174.charlton.irccloud.com) ())
L480[09:20:10] ⇨ Joins: Vazkii (~Vazkii@a79-169-163-74.cpe.netcabo.pt)
L481[09:20:50] ⇦ Quits: SoundLogic (~SoundLogi@172-8-201-53.lightspeed.mdsnwi.sbcglobal.net) (Ping timeout: 198 seconds)
L482[09:25:28] *** tfox is now known as Fireball
L483[09:25:41] <alex_6611> uhm wat ;D
L484[09:25:57] <alex_6611> tfox = fireball confirmed
L485[09:26:05] <FireBall1725> lol
L486[09:26:13] <Fireball> Lol no
L487[09:26:14] ⇦ Quits: Magik6k (~Magik6k_@51.254.25.16) (Ping timeout: 378 seconds)
L488[09:26:17] <FireBall1725> lol
L489[09:26:25] *** Fireball is now known as tfox
L490[09:26:36] <heldplayer> Too late, already confirmed
L491[09:27:05] *** FireBall1725 is now known as FireBall
L492[09:27:19] *** FireBall is now known as FireBall1725
L493[09:28:32] <tfox> Was checking to see if it was a registered name
L494[09:30:16] <heldplayer> I'm gonna guess it is now :P
L495[09:34:31] ⇨ Joins: killjoy (~killjoy@2606:a000:1118:e124:8562:215f:a841:5af0)
L496[09:34:46] ⇨ Joins: Hassan (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net)
L497[09:37:14] ⇦ Quits: HassanS6000 (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net) (Ping timeout: 378 seconds)
L498[09:38:27] ⇦ Quits: killjoy (~killjoy@2606:a000:1118:e124:8562:215f:a841:5af0) (Ping timeout: 206 seconds)
L499[09:41:32] ⇦ Quits: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net) (Ping timeout: 198 seconds)
L500[09:46:14] <alex_6611> !gm func_147453_f 1.7.10
L501[09:53:00] ⇨ Joins: GraphicH (~GraphicH@cpe-96-29-41-211.kya.res.rr.com)
L502[09:53:06] *** Ash|Work is now known as Ash|Away
L503[10:00:03] ⇦ Quits: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl) (Quit: Linux and Windows server are updating. Reconnecting in a few. それでは、また。)
L504[10:09:04] ⇨ Joins: Hink (~Hink@38.111.50.163)
L505[10:11:20] ⇨ Joins: HassanS6000 (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net)
L506[10:12:02] ⇨ Joins: SoundLogic (~SoundLogi@71.13.3.98)
L507[10:13:27] ⇨ Joins: Drullkus (~Drullkus@2601:646:8301:c41e:25d8:7daf:c3df:f4df)
L508[10:15:33] <MrKickkiller> What's GM ?
L509[10:16:17] ⇦ Quits: Hassan (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net) (Ping timeout: 378 seconds)
L510[10:16:18] <GraphicH> !gm MinecrafForge
L511[10:16:23] <GraphicH> bot
L512[10:16:23] <alex_6611> get method
L513[10:16:39] <MrKickkiller> !gm MinecraftForge
L514[10:16:44] <MrKickkiller> Oh
L515[10:16:54] <alex_6611> if you just have an obfuscated method like this it tells you its description etc.
L516[10:16:58] <alex_6611> and args
L517[10:17:05] <MrKickkiller> Nice
L518[10:17:05] <alex_6611> here
L519[10:17:10] <alex_6611> !!gm func_147453_f 1.7.10
L520[10:17:11] <MCPBot_Reborn> === MC 1.7.10: net/minecraft/world/World.updateNeighborsAboutBlockChange (ahb.f) UNLOCKED ===
L521[10:17:12] <MCPBot_Reborn> Name : f => func_147453_f => updateNeighborsAboutBlockChange
L522[10:17:12] <MCPBot_Reborn> Descriptor : (IIILaji;)V => (IIILnet/minecraft/block/Block;)V
L523[10:17:13] <MCPBot_Reborn> Comment : None
L524[10:17:14] <MCPBot_Reborn> SRG Params : I p_147453_1_, I p_147453_2_, I p_147453_3_, Block p_147453_4_
L525[10:17:14] <MCPBot_Reborn> MCP Params : int x, int yPos, int z, Block blockIn
L526[10:17:15] <MCPBot_Reborn> Last Change: 2014-06-22 15:15:59-04:00 (judos)
L527[10:17:26] <alex_6611> just as an example
L528[10:17:31] <MrKickkiller> That's awesome!
L529[10:18:09] <alex_6611> generally to be used with 1 exclamation mark, as that just tells you the result and not everyone.
L530[10:18:35] <MrKickkiller> I figured :D
L531[10:22:20] ⇦ Quits: Hink (~Hink@38.111.50.163) (Read error: Connection reset by peer)
L532[10:27:44] ⇦ Quits: Drullkus (~Drullkus@2601:646:8301:c41e:25d8:7daf:c3df:f4df) (Remote host closed the connection)
L533[10:29:16] <Cazzar> MrKickkiller A useful command is !help (best to PM MCPBot for it, since, Minebot also takes that same command)
L534[10:29:33] *** fry is now known as fry|sleep
L535[10:29:56] <Wuppy> holy crap... these new teahcers we have :D
L536[10:30:05] <Wuppy> we have a lead designer from the GTA series :o
L537[10:30:47] ⇨ Joins: pixlepix (~localmaca@public.mgrhs.org)
L538[10:31:33] <GraphicH> What school you at?
L539[10:31:43] <Wuppy> nhtv igad
L540[10:31:45] <Wuppy> in the Netherlands
L541[10:32:08] <GraphicH> Oh (not in us) game design schools in the US are kind of scams
L542[10:32:12] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L543[10:32:34] <Wuppy> we also got a guy who just left dice after working there for 15 years
L544[10:32:44] ⇨ Joins: bilde2910 (bilde2910@51.174.170.178)
L545[10:32:44] ⇦ Quits: Wastl2 (~Wastl2@x55b2b8df.dyn.telefonica.de) (Quit: Hi, I'm a quit message virus. Please replace your old line with this one and help me take over the world of IRC.)
L546[10:32:48] <Cazzar> GraphicH that's why you do research!
L547[10:35:59] ⇨ Joins: WorldsEnder (webchat@77.47.109.202.dynamic.cablesurf.de)
L548[10:36:50] *** tterrag|ZZZzzz is now known as tterrag|away
L549[10:36:51] ⇦ Quits: WorldsEnder (webchat@77.47.109.202.dynamic.cablesurf.de) (Quit: Web client closed)
L550[10:37:01] ⇨ Joins: WorldsEnder (webchat@77.47.109.202.dynamic.cablesurf.de)
L551[10:38:41] ⇦ Quits: NPException (~NPExcepti@cable-86-56-73-9.cust.telecolumbus.net) (Quit: Leaving)
L552[10:39:44] ⇨ Joins: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl)
L553[10:42:29] ⇦ Quits: WorldsEnder (webchat@77.47.109.202.dynamic.cablesurf.de) (Quit: Web client closed)
L554[10:42:52] ⇨ Joins: WorldsEnder (webchat@77.47.109.202.dynamic.cablesurf.de)
L555[10:43:12] ⇨ Joins: Hassan (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net)
L556[10:44:41] *** Tombenpotter is now known as NotTomben
L557[10:47:31] ⇦ Quits: WorldsEnder (webchat@77.47.109.202.dynamic.cablesurf.de) (Client Quit)
L558[10:47:53] ⇨ Joins: WorldSEnder (~WorldSEnd@77.47.109.202.dynamic.cablesurf.de)
L559[10:48:02] <WorldSEnder> Hello guys o/
L560[10:48:25] <WorldSEnder> Can someone help me with fully understanding the IModel-related stuff in forge 1.8?
L561[10:48:44] ⇦ Quits: HassanS6000 (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net) (Ping timeout: 378 seconds)
L562[10:49:20] ⇦ Quits: pixlepix (~localmaca@public.mgrhs.org) (Quit: pixlepix)
L563[10:49:33] ⇨ Joins: pixlepix (~localmaca@public.mgrhs.org)
L564[10:49:56] ⇦ Quits: {0xc6} (~c6h@cpc80353-grim18-2-0-cust241.12-3.cable.virginm.net) (Ping timeout: 198 seconds)
L565[10:51:00] <Wuppy> oh yeah, we also have a partnership with arm now :D
L566[10:51:47] <tmtu> hardware? for what >.>
L567[10:52:16] <Wuppy> well they provided us with 34 tablets
L568[10:53:00] <Wuppy> and within 7 weeks we'll have to build some kind of game which pushes the limits of the new arm chips in them
L569[10:55:08] <WorldSEnder> Well then deliver an unoptimized game to them -> pushes the chips to their limits :P
L570[10:55:15] ⇨ Joins: {0xc6} (~c6h@cpc80353-grim18-2-0-cust241.12-3.cable.virginm.net)
L571[10:55:50] *** Ash|Away is now known as Ashlee
L572[10:56:17] <Wuppy> that's not how this works :P
L573[10:56:18] ⇨ Joins: Hink (~Hink@38.111.50.163)
L574[10:56:26] ⇦ Quits: RawringNymNym (~maria@BMTNON3746W-LP130-03-1242450970.dsl.bell.ca) (Ping timeout: 378 seconds)
L575[10:56:36] <WorldSEnder> they don't have to know, do they?
L576[10:57:58] <Cazzar> They're chipset manufacturers, they'll know
L577[10:58:14] ⇦ Quits: pixlepix (~localmaca@public.mgrhs.org) (Quit: pixlepix)
L578[10:59:19] ⇨ Joins: HassanS6000 (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net)
L579[11:00:07] <WorldSEnder> Why would it be bad though? It definitly simulates high load. You could make a comparison unoptimized vs optimized, etc.
L580[11:00:19] ⇦ Quits: Alaura (Alaura@ip98-178-174-150.tu.ok.cox.net) (Read error: Connection reset by peer)
L581[11:01:00] <WorldSEnder> You can always throw more and smaller objects into the scene to increase the load arbitrarily. Simulate every sandcorn :P
L582[11:01:14] <Wuppy> that's not acceptable :P
L583[11:01:43] ⇨ Joins: pixlepix (~localmaca@public.mgrhs.org)
L584[11:01:56] ⇦ Quits: Hassan (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net) (Ping timeout: 378 seconds)
L585[11:02:01] <WorldSEnder> 2048x2048 textures? Why not 4kx4k!
L586[11:02:22] <WorldSEnder> It scales well, ya know
L587[11:03:42] ⇨ Joins: Jezza (~Jezza@92.206.12.69)
L588[11:04:16] ⇦ Quits: pixlepix (~localmaca@public.mgrhs.org) (Client Quit)
L589[11:04:30] ⇨ Joins: pixlepix (~localmaca@public.mgrhs.org)
L590[11:06:48] ⇨ Joins: RawringNymNym (~maria@BMTNON3746W-LP130-03-1242451876.dsl.bell.ca)
L591[11:10:55] ⇦ Quits: Benimatic (~Benimatic@cblmdm72-241-106-31.buckeyecom.net) (Ping timeout: 186 seconds)
L592[11:11:24] ⇦ Quits: Cojo (~Cojo@2606:a000:1126:a066:4006:926f:3ce5:4609) (Quit: If we wish to explore, if we wish to see what's over the next hill, wonders unfold before us; all we have to do is want it enough.)
L593[11:14:09] ⇦ Quits: pixlepix (~localmaca@public.mgrhs.org) (Quit: pixlepix)
L594[11:17:03] ⇦ Quits: RomanticJo (~RomanticJ@2601:602:8000:18f4:3db8:4804:dc02:d7d9) (Ping timeout: 206 seconds)
L595[11:19:52] ⇦ Quits: Firedingo (~Firedingo@101.174.19.244) (Quit: To that unconcious void I must go! Where visions with unseen eyes occur!)
L596[11:27:27] ⇨ Joins: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L597[11:29:06] ⇨ Joins: Drullkus (~Drullkus@205.155.154.125)
L598[11:29:37] ⇦ Quits: Drullkus (~Drullkus@205.155.154.125) (Remote host closed the connection)
L599[11:29:44] ⇨ Joins: killjoy (~killjoy@71.65.255.183)
L600[11:30:13] ⇦ Quits: Otho (~Otho@187.66.91.241) (Read error: Connection reset by peer)
L601[11:40:53] ⇨ Joins: Drullkus (~Drullkus@205.155.154.125)
L602[11:41:39] <killjoy> Has anyone looked at the "windows 10 support" in the new launcher yet?
L603[11:42:33] ⇦ Quits: Drullkus (~Drullkus@205.155.154.125) (Remote host closed the connection)
L604[11:42:37] <killjoy> So far from what I can tell (from the launcher), it sets the game's os.name to Windows 10 and the os.version to 10.0
L605[11:46:23] <killjoy> OSX launcher is released now
L606[11:47:32] <diesieben07> the one with bundled java 8?
L607[11:47:50] <Lord_Ralex> killjoy, the os.name and os.version is just what the JVM says, so the launcher should not have needed any changes for that
L608[11:48:21] <killjoy> Well it did
L609[11:48:49] <Lord_Ralex> oh, .19, wow
L610[11:48:52] <Lord_Ralex> wonder what it does
L611[11:49:01] <killjoy> I just said what id does.
L612[11:50:08] <Kobata> killjoy, since 8.1 MS has been hiding the 'real' version unless the exe says it's compatible
L613[11:51:03] <Kobata> If you don't have the bit to say 'I work with windows 10' you'll get either win8 or win8.1 versions depending on if you also had the 'works on 8.1' thing set
L614[11:51:48] ⇨ Joins: pixlepix (~localmaca@public.mgrhs.org)
L615[11:52:07] <killjoy> Hm.. mac users get java 8_60 while windows users get 8_25
L616[11:52:49] <diesieben07> this should be finally the point where you can require java 8 :D
L617[11:52:57] <Lord_Ralex> huh, so you do have to do special coding on 10.... that's moronic
L618[11:53:14] <killjoy> This is what the launcher does for 10.
L619[11:53:34] <killjoy> processBuilder.withArguments("-Dos.name=Windows 10");
L620[11:53:37] <Lord_Ralex> i had not expected windows to actually do that
L621[11:53:45] <killjoy> processBuilder.withArguments("-Dos.version=10.0");
L622[11:53:58] <killjoy> That's it
L623[11:54:18] <dangranos> >-Dos
L624[11:54:25] <dangranos> that hints at something
L625[11:54:32] <killjoy> os
L626[11:54:33] <killjoy> yup
L627[11:54:53] <killjoy> D indicates an env variable
L628[11:55:01] <killjoy> or is it system variable?
L629[11:55:14] <killjoy> property?
L630[11:55:48] <Kobata> Lord_Ralex, the basic thing has been around since vista or 7, as part of the general application compability thing
L631[11:55:51] <diesieben07> system property
L632[11:55:55] <diesieben07> System.getProperty
L633[11:55:55] ⇦ Quits: Hink (~Hink@38.111.50.163) (Read error: Connection reset by peer)
L634[11:56:02] <Kobata> They just made it fake the version APIs more recently
L635[11:56:12] <Lord_Ralex> Kobata, i know that it could, but i did not expect Windows 10 to start by saying it was 8.1
L636[11:56:19] <Lord_Ralex> to Java at least
L637[11:56:23] <diesieben07> well thats not even the end of it
L638[11:56:29] <diesieben07> even their browser says it's Chrome
L639[11:56:41] <diesieben07> they just fake everything because otherwise stuff breaks
L640[11:57:07] <Kobata> ^ The same reason even up to windows 8 it called itself '6.3' internally
L641[11:57:26] <Kobata> (6.0 = vista, 6.1 = 7, 6.2 = 8, 6.3 = 8.1)
L642[11:57:28] <killjoy> Yup, just ran a groovy script containing println System.getProperty("os.name")
L643[11:57:32] <killjoy> it printed Windows 8
L644[11:57:46] <Lord_Ralex> i just went standard java, and looked myself, cause i really could not believe it
L645[11:58:15] <Kobata> I wouldn't be surprised if a later java version 'fixes' it, win 10 is still new
L646[11:58:32] <Lord_Ralex> a later java version might, but 8_40 does not
L647[11:59:12] <killjoy> Is Java supported in Windows 10?
L648[11:59:13] <killjoy> Yes, Java was certified on Windows 10 starting with Java 8 Update 51.
L649[11:59:32] <killjoy> I have 60
L650[12:01:43] <Lord_Ralex> i just installed 60 and it reports right
L651[12:03:02] <killjoy> Well minecraft on windows is still using u25
L652[12:03:16] <Kobata> http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/3d488a752d8d so they fixed it 2 months ago
L653[12:04:10] <killjoy> So it was a jvm bug?
L654[12:05:10] <Kobata> kinda? They mostly just changed the way they checked the version and also added win10's id to the supportedos list
L655[12:06:16] *** heldplayer is now known as heldplayer|off
L656[12:08:12] *** heldplayer|off is now known as heldplayer
L657[12:14:12] ⇦ Quits: Shukaro (~Shukaro@130.108.232.236) ()
L658[12:14:39] ⇨ Joins: Shukaro (~Shukaro@130.108.232.236)
L659[12:16:25] <WorldSEnder> Can someone help me out, with MC1.8 when and how should I register a custom RenderLiving? I'm currently doing this in my ClientProxy at preInit
L660[12:17:02] <heldplayer> I'd suggest actually doing this in init
L661[12:17:58] <heldplayer> preInit = loading configuration and preparing for init, init = actually registering stuff like blocks, items, etc.., postInit = interaction between mods, cleaning up, etc...
L662[12:17:58] <WorldSEnder> the problem is that Minecraft.getMinecraft().getRenderManager() returns null I this point I think
L663[12:18:14] <heldplayer> Why does it return null at that point?
L664[12:18:38] <diesieben07> its just not initialize
L665[12:18:40] <diesieben07> d
L666[12:18:45] <diesieben07> you have to register renderers in init
L667[12:20:04] <WorldSEnder> Okay. It used to work in 1.7.10 :) I'll move it
L668[12:25:20] ⇨ Joins: Drullkus (~Drullkus@205.155.154.125)
L669[12:28:40] <WorldSEnder> oh, before I forget it: In forge 11.14.3.1450 there is a breakpoint at ModelLoader:427 :P not that it's important but it stops there everytime :D
L670[12:29:36] ⇦ Quits: Drullkus (~Drullkus@205.155.154.125) (Remote host closed the connection)
L671[12:30:49] ⇦ Quits: RawringNymNym (~maria@BMTNON3746W-LP130-03-1242451876.dsl.bell.ca) (Quit: http://nymphaea.ca/)
L672[12:31:35] ⇦ Quits: M3gaFr3ak (M3gaFr3ak@I.Dunno.PanicBNC.com) (Ping timeout: 378 seconds)
L673[12:32:18] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L674[12:32:27] <WorldSEnder> diesieben I think you can enlighten me: I extended EntityPig and registered the renderer via RenderingRegistry.registerEntityRenderingHandler(...). But still, a Pig is being displayed. Why could that be?
L675[12:32:54] <pig> Have you tried seeing if your code is even being called?
L676[12:32:59] <diesieben07> LOL
L677[12:33:03] <diesieben07> did you register your Entity?
L678[12:33:08] <pig> doesn't matter
L679[12:33:17] <pig> wait... it might
L680[12:33:20] <pig> do that ^
L681[12:33:44] <WorldSEnder> Yeah, did that: EntityRegistry.registerModEntity(...)
L682[12:33:54] <diesieben07> then it should work
L683[12:33:59] <WorldSEnder> it spawns when I /summon it :)
L684[12:35:49] ⇨ Joins: R9000 (~R9000@95.147.119.108)
L685[12:35:59] <pig> <pig> Have you tried seeing if your code is even being called?
L686[12:36:05] <pig> as in the client renderregistry function
L687[12:36:08] ⇦ Quits: pixlepix (~localmaca@public.mgrhs.org) (Quit: pixlepix)
L688[12:36:18] <R9000> Yeah, stick a System.outy.println() in there
L689[12:36:25] <R9000> *.out
L690[12:37:36] <WorldSEnder> Everything's fine I think :P I indeed forgot to call proxy.init() .... *facepalm*
L691[12:37:45] <R9000> Hehe
L692[12:37:50] <R9000> Easy mistake
L693[12:38:53] <R9000> So, I'm trying to make my projectile entity work
L694[12:39:00] <R9000> It extends entitythrowable
L695[12:39:34] <WorldSEnder> Darn Exceptions not actually popping OpenGL states...
L696[12:39:38] <R9000> But the thing is, it does a different thing to the block it impacts depending on a bolean variable sent in the constructor
L697[12:40:38] <R9000> However, I think at some point the world constructor is called, and I can't set the variable in that
L698[12:41:24] <R9000> And so the projectile ends up doing both things
L699[12:41:25] ⇨ Joins: bilde2910 (bilde2910@51.174.170.178)
L700[12:41:39] <R9000> Anyone know how to fix that?
L701[12:41:59] <WorldSEnder> Well you should default the boolean in the world constructor
L702[12:42:10] <R9000> Yeah I did
L703[12:42:10] <WorldSEnder> and spawn the entity yourself with your *weapons
L704[12:42:16] <R9000> Yes
L705[12:42:23] <WorldSEnder> How do you spawn them currently?
L706[12:42:37] ⇨ Joins: M3gaFr3ak (M3gaFr3ak@I.Dunno.PanicBNC.com)
L707[12:42:43] <R9000> Using onItemRightClick() of my wand item
L708[12:43:05] *** PaleoCrafter is now known as PaleOff
L709[12:43:08] <R9000> I pass it world and player
L710[12:43:19] <R9000> and the boolean
L711[12:43:44] <R9000> Ooh, but what if IEntityAdditionalSpawnData?
L712[12:44:13] <WorldSEnder> If you already pass it the boolean it should work fine. Provided the onImpact is working correctly
L713[12:44:22] <WorldSEnder> maybe check that first
L714[12:44:49] <R9000> Point is, the projectileName(World) constructor is run at some point, righht?
L715[12:45:10] <R9000> Which means an instrance of my entity is created withopuit me specifying that boolean
L716[12:45:15] <R9000> *instance
L717[12:45:27] <R9000> (Except by default)
L718[12:45:56] <WorldSEnder> on Client side that may be true. But when you spawn it yourself on the server you can call whatever constructor you want, amiwrong?
L719[12:47:30] <R9000> I suppose
L720[12:47:39] <R9000> But I'm only spawning it on the serv er side
L721[12:48:17] <R9000> And if I don't have a constructor with just the world param, it crashes
L722[12:48:34] <R9000> So that must mean that constructor is called at some point
L723[12:48:36] <WorldSEnder> see @EntityAIVillagerMate#giveBirth() for an example what I mean
L724[12:49:14] <WorldSEnder> It spawns the child on the server -> sends a spawn package (38 I believe) to the client -> Client spawns it via the World constructor
L725[12:49:44] <WorldSEnder> to be exact World#spawnEntityInWorld(Entity) sends the SpawnPackage I think
L726[12:49:56] <R9000> I see
L727[12:50:30] <WorldSEnder> it's not actually package 38 but that doesn't really matter
L728[12:51:03] <R9000> Oh wait, i think additionalspawndata fixed it
L729[12:51:43] <R9000> Looks like the client wasn't getting the boolean, so I guess the world constructor is only called client-side
L730[12:52:26] <R9000> What a weird problem
L731[12:52:29] ⇦ Quits: M3gaFr3ak (M3gaFr3ak@I.Dunno.PanicBNC.com) (Ping timeout: 378 seconds)
L732[12:52:47] <R9000> Thanks for your help though, WorldSEnder
L733[12:54:41] ⇦ Quits: Purebe_ (~Purebe@68-70-81-98.static.kc.surewest.net) (Ping timeout: 206 seconds)
L734[12:54:42] <R9000> Yeah, that fixed it :D
L735[12:59:28] ⇦ Quits: R9000 (~R9000@95.147.119.108) ()
L736[13:01:54] ⇨ Joins: laci200270 (~laci20027@31-46-236-239.pool.kapulan.hu)
L737[13:02:23] * laci200270 is very happy
L738[13:02:34] * pig turns laci200270's frown upside down
L739[13:02:40] <pig> BE SAD
L740[13:02:43] <laci200270> no
L741[13:02:44] <pig> BE SAD WITH THE REST OF US
L742[13:02:51] <laci200270> my ardunio arrived
L743[13:02:55] <laci200270> and it works
L744[13:03:27] <laci200270> who knows what is that?
L745[13:03:28] <tmtu> /ns ghost pig gibpig
L746[13:03:31] <WorldSEnder> Q: http://mcforge.readthedocs.org/en/latest/blockstates/forgeBlockstates/ shows how to "read" a block state in the model. How do I "write" it inside the code/Blockclass?
L747[13:04:57] ⇨ Joins: M3gaFr3ak (M3gaFr3ak@I.Dunno.PanicBNC.com)
L748[13:05:08] ⇦ Quits: Loetkolben (~Loetkolbe@ipb2197f03.dynamic.kabel-deutschland.de) (Ping timeout: 378 seconds)
L749[13:08:25] <laci200270> http://imgur.com/rSpKfRb
L750[13:08:29] <laci200270> :D
L751[13:09:51] <laci200270> its a very goodboard
L752[13:09:58] <laci200270> *good board
L753[13:10:06] <laci200270> 16mhz CPU
L754[13:10:11] <WorldSEnder> It looks so happy
L755[13:10:22] <laci200270> YES.....
L756[13:10:50] <WorldSEnder> and peaceful... treat it well, sir
L757[13:11:01] <laci200270> peaceful
L758[13:11:04] <laci200270> if not smokes
L759[13:11:19] <laci200270> if you short circuit it...
L760[13:11:27] <laci200270> thats not good
L761[13:13:01] <laci200270> it runs from USB
L762[13:14:12] ⇨ Joins: Purebe_ (~Purebe@2601:300:8000:cc62:797a:e44c:f2e4:74de)
L763[13:14:33] <mikebald> What's the difference between doing MinecraftForge.EVENT_BUS.register and FMLCommonHandler.instance().bus().register() ?
L764[13:14:54] <laci200270> it is different event buses
L765[13:15:13] <GraphicH> I think for most stuff you want forge's though if I'm not mistaken
L766[13:15:25] <laci200270> mikebald, what do you want?
L767[13:15:59] <mikebald> Ah, can you elaborate? Because when I look at the definition in Idea it looks like they both link to the same function
L768[13:16:20] <WorldSEnder> Different Events are broadcasted on those two busses
L769[13:17:55] <alex_6611> afaik, the MinecraftForge one hadles all the net.minecraftforge.event stuff, and the FML one handles all the net.minecraftforge.fml ones
L770[13:18:17] <gigaherz> that's a good rule of thumb:
L771[13:18:24] <gigaherz> anything in the fml package uses the fml buses
L772[13:18:29] <gigaherz> anything not in the fml package uses the forge buses
L773[13:18:51] <gigaherz> "anything" here refers to the event parameter class
L774[13:19:00] <WorldSEnder> the Minecraft Events (e.g. BreakEvent) is posted on EVENT_BUS. The FMLCommonHandler posts events such as InputEvent()s
L775[13:19:54] <mikebald> Ah, okay thanks. I assume then a TickHandler would be on the FML EVENT_BUS
L776[13:20:25] <WorldSEnder> if you are unsure, use your IDE to display the Call Hierarchy for EventBus#post(Event) to see all places it is being called from and look for the event you want -> look up the bus it is posted on
L777[13:21:34] <WorldSEnder> yeah the ClientTick even is posted on FMLCommon.bus()
L778[13:21:44] <WorldSEnder> *FMLCommonHandler.bus()
L779[13:23:27] *** kimfy is now known as kimfy|afk
L780[13:23:27] ⇨ Joins: Loetkolben (~Loetkolbe@ipb2197f03.dynamic.kabel-deutschland.de)
L781[13:26:28] <mikebald> WorldSEnder, thanks for mentioing the Call Hierarchy as that's extremely helpful.
L782[13:26:35] <mikebald> *mentioning
L783[13:27:25] <WorldSEnder> btw, when searching for a specific event it may be faster to search for all calls to its constructor
L784[13:28:46] <mikebald> Another great point, I didn't even consider that
L785[13:29:27] <mikebald> I'm use to reading online APIs, so I've only ever used IDEs for navigating my own code
L786[13:29:42] ⇨ Joins: Elusivehawk (~Elusiveha@173-12-183-213-oregon.hfc.comcastbusiness.net)
L787[13:30:33] <WorldSEnder> no problem, eclipse is a great tool in that regard
L788[13:31:41] ⇨ Joins: Hink (~Hink@146-115-27-14.c3-0.frm-ubr1.sbo-frm.ma.cable.rcn.com)
L789[13:34:50] ⇦ Quits: M3gaFr3ak (M3gaFr3ak@I.Dunno.PanicBNC.com) (Ping timeout: 378 seconds)
L790[13:36:12] <alex_6611> !gm func_146978_c 1.7.10
L791[13:39:52] ⇦ Quits: Elusivehawk (~Elusiveha@173-12-183-213-oregon.hfc.comcastbusiness.net) (Quit: Leaving)
L792[13:43:04] ⇨ Joins: M3gaFr3ak (M3gaFr3ak@I.Dunno.PanicBNC.com)
L793[13:46:09] ⇨ Joins: patrick96 (~Patrick@41.191.105.92.dynamic.wline.res.cust.swisscom.ch)
L794[13:46:40] ⇦ Parts: patrick96 (~Patrick@41.191.105.92.dynamic.wline.res.cust.swisscom.ch) ())
L795[13:46:59] ⇨ Joins: patrick96 (~Patrick@41.191.105.92.dynamic.wline.res.cust.swisscom.ch)
L796[13:51:10] <Wuppy> wow... https://scontent-ams2-1.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/12009547_900508509985888_7296589083785411929_n.jpg?oh=65b00194692271f754470be08e6408e0&oe=56AA068F
L797[13:51:35] <alex_6611> hah
L798[13:51:45] ⇨ Joins: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com)
L799[13:55:35] ⇦ Quits: Hink (~Hink@146-115-27-14.c3-0.frm-ubr1.sbo-frm.ma.cable.rcn.com) (Ping timeout: 206 seconds)
L800[13:57:08] <Wuppy> welp... https://scontent-ams2-1.xx.fbcdn.net/hphotos-xpa1/v/t1.0-9/12009738_1530111090620272_8735620114722783408_n.jpg?oh=cc94ad7b779d0e6809ee2f56a5386b68&oe=566FDCC5
L801[13:57:16] <Wuppy> I'm proud to say I am part of those people :P
L802[13:58:10] <alex_6611> hmm now to find out which one you are... :D
L803[13:58:17] <Wuppy> I'm not in one of those pictures
L804[13:58:21] <alex_6611> ah ok
L805[13:58:31] <alex_6611> just overall, right
L806[13:58:33] <Wuppy> however, I have worn stuff like that girl in the second pic several times
L807[13:58:41] <alex_6611> :P
L808[13:59:01] <Wuppy> and I was there at the party of the second pic
L809[13:59:11] *** kimfy|afk is now known as kimfy
L810[13:59:48] ⇨ Joins: Gigabit101 (~Gigabit10@cpc76302-cosh16-2-0-cust475.6-1.cable.virginm.net)
L811[14:04:56] <Wuppy> I finally played cards against humanity yesterday, it's awsome :D
L812[14:07:12] <GraphicH> I hope you played a bigger blacker dick
L813[14:07:57] <Wuppy> I dont believe that's in the version we had (uk version)
L814[14:09:02] <GraphicH> Its not CAH without black dicks
L815[14:09:05] <Wuppy> we had some interesting cards though
L816[14:09:13] <Wuppy> such as: German Dungeon Porn and MechaHitler
L817[14:09:24] <Wuppy> which are especially interesting when playing with a german guy
L818[14:10:14] <Wuppy> we also got the combination: The english museum is having an interactive display of.... Throwing virgins into a vulcano
L819[14:10:26] ⇨ Joins: TheFjong (~TheFjong@3e6b343b.rev.stofanet.dk)
L820[14:12:11] <Wuppy> the Nazis card is also always fun
L821[14:12:17] <Wuppy> and: having anuses for eyes
L822[14:13:56] ⇦ Quits: trab (~trab@28.np.emoserver.com) ()
L823[14:14:35] ⇨ Joins: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net)
L824[14:16:08] ⇦ Quits: {0xc6} (~c6h@cpc80353-grim18-2-0-cust241.12-3.cable.virginm.net) (Quit: Eternity beckons.)
L825[14:19:00] ⇨ Joins: RawringNymNym (~maria@bas1-brampton37-2925340197.dsl.bell.ca)
L826[14:19:00] ⇦ Quits: Gigabit101 (~Gigabit10@cpc76302-cosh16-2-0-cust475.6-1.cable.virginm.net) (Read error: Connection reset by peer)
L827[14:19:40] ⇨ Joins: Gigabit101 (~Gigabit10@cpc76302-cosh16-2-0-cust475.6-1.cable.virginm.net)
L828[14:32:25] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L829[14:33:02] ⇨ Joins: bilde2910 (bilde2910@51.174.170.178)
L830[14:42:19] <GraphicH> @Wuppy I am SHOCKED that you would make fun of such a serious disease as Anal Retina Translocation!
L831[14:44:17] <killjoy> Heh https://twitter.com/Luumus/status/642341361610588160
L832[14:55:04] ⇨ Joins: Elusivehawk (~Elusiveha@ip-64-134-138-96.public.wayport.net)
L833[14:56:44] ⇨ Joins: cppchriscpp (~cppchrisc@c-76-24-45-127.hsd1.nh.comcast.net)
L834[14:57:44] *** helinus is now known as helinus|off
L835[15:00:38] ⇦ Quits: Blarghedy (~Blarghedy@50-90-114-152.res.bhn.net) (Ping timeout: 378 seconds)
L836[15:09:35] ⇦ Quits: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl) (Ping timeout: 198 seconds)
L837[15:09:35] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 198 seconds)
L838[15:10:56] ⇨ Joins: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl)
L839[15:11:52] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L840[15:12:42] ⇨ Joins: temdur (~temdur@x4d07f8a6.dyn.telefonica.de)
L841[15:16:02] ⇦ Quits: alex_6611 (~alex_6611@p5de7bc6d.dip0.t-ipconnect.de) (Ping timeout: 192 seconds)
L842[15:16:36] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Ping timeout: 192 seconds)
L843[15:22:13] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L844[15:23:11] ⇦ Quits: tambre (~tambre@f189-d4e7-4ae8-1823-4301-8a22-07d0-2001.dyn.estpak.ee) (Ping timeout: 378 seconds)
L845[15:25:40] ⇨ Joins: Drullkus (~Drullkus@c-73-162-160-76.hsd1.ca.comcast.net)
L846[15:26:48] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Ping timeout: 192 seconds)
L847[15:30:00] *** tterrag|away is now known as tterrag
L848[15:32:10] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L849[15:34:10] ⇦ Quits: tmtu (~tundmatu@h-191-78.a192.priv.bahnhof.se) (Ping timeout: 192 seconds)
L850[15:39:41] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Ping timeout: 378 seconds)
L851[15:41:56] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L852[15:42:06] ⇦ Quits: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping timeout: 192 seconds)
L853[15:47:14] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 206 seconds)
L854[15:48:55] ⇨ Joins: Blarghedy (~Blarghedy@50-90-114-152.res.bhn.net)
L855[15:50:10] ⇨ Joins: AstralSorcerer (~AstralSor@dhcp-137-184.resnet.rochester.edu)
L856[15:52:19] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L857[15:53:21] ⇦ Quits: Elusivehawk (~Elusiveha@ip-64-134-138-96.public.wayport.net) (Quit: Leaving)
L858[15:56:22] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 198 seconds)
L859[15:58:23] ⇦ Quits: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net) (Ping timeout: 378 seconds)
L860[16:01:59] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L861[16:03:42] ⇦ Quits: Galvas (~Galvas@179.235.7.66) (Quit: Leaving)
L862[16:06:40] * laci200270 starts to get annoyed
L863[16:06:57] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 195 seconds)
L864[16:07:37] ⇦ Quits: fry|sleep (~rainwarri@195.91.246.187) (Ping timeout: 198 seconds)
L865[16:09:09] <killjoy> Has anyone used Verbatim keyboards/mice?
L866[16:11:35] <killjoy> I'm looking at this. http://www.amazon.com/Verbatim-Wireless-Keyboard-Mouse-96983/dp/B00310PJM0/
L867[16:11:42] <killjoy> Seems to have positive reviews
L868[16:12:04] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L869[16:14:10] ⇦ Quits: Loetkolben (~Loetkolbe@ipb2197f03.dynamic.kabel-deutschland.de) (Quit: Over and Out!)
L870[16:16:43] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 206 seconds)
L871[16:16:53] *** bilde2910 is now known as bilde2910|away
L872[16:21:07] ⇦ Quits: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl) (Ping timeout: 198 seconds)
L873[16:22:19] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L874[16:24:34] ⇨ Joins: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl)
L875[16:26:30] ⇨ Joins: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net)
L876[16:26:31] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 198 seconds)
L877[16:28:15] ⇦ Quits: RawringNymNym (~maria@bas1-brampton37-2925340197.dsl.bell.ca) (Quit: http://nymphaea.ca/)
L878[16:31:14] ⇦ Quits: Drullkus (~Drullkus@c-73-162-160-76.hsd1.ca.comcast.net) (Remote host closed the connection)
L879[16:32:05] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L880[16:32:14] *** BigSAR is now known as BigSAR|Away
L881[16:32:31] ⇦ Quits: bilde2910|away (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L882[16:34:23] ⇦ Quits: vedalken254 (~BTree@2601:441:c101:d259:c053:4f3:c82a:9ed0) (Read error: Connection reset by peer)
L883[16:36:11] <Boreeas> So, I'm creating a framebuffer and checking its status right after
L884[16:36:17] <Boreeas> But I get back an 0x500 INVALID_ENUM
L885[16:36:26] <Boreeas> That's supposed to only happen if the target of glCheckFramebufferStatus isn't a framebuffer, but I literally just created it, and it's not 0
L886[16:36:48] <Boreeas> Anyone have an idea what's going on? Here's the code in question http://pastebin.com/77pPnWnE
L887[16:36:52] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 198 seconds)
L888[16:37:42] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L889[16:38:30] *** bilde2910|away is now known as bilde2910
L890[16:38:39] ⇦ Quits: laci200270 (~laci20027@31-46-236-239.pool.kapulan.hu) (Read error: Connection reset by peer)
L891[16:39:08] ⇨ Joins: Alaura (~Alaura@ip98-178-174-150.tu.ok.cox.net)
L892[16:42:06] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L893[16:44:36] ⇦ Quits: primetoxinz (~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Remote host closed the connection)
L894[16:45:32] ⇨ Joins: shadekiller666 (~shadekill@108.80.76.183)
L895[16:46:33] ⇨ Joins: PieGuy128 (~PieGuy128@bas11-montreal02-1128535918.dsl.bell.ca)
L896[16:50:05] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Ping timeout: 378 seconds)
L897[16:52:09] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L898[16:52:15] *** Vigaro is now known as Vigaro|AFK
L899[16:52:51] ⇨ Joins: ASG_NeoN (~a@151.32.195.145)
L900[16:53:55] <ASG_NeoN> So i get a big problem when i use a forge version newer than 10.13.3.1370-1.7.10
L901[16:54:13] <ASG_NeoN> Basically the loading screen is white and the fonts are little squares, gonna post pics now
L902[16:54:25] <ASG_NeoN> http://imgur.com/h7VJ7Db
L903[16:55:18] <ASG_NeoN> I'm using multimc but i don't think is its fault
L904[16:57:08] ⇦ Quits: Wasweb (~Wasweb@2E6B3FFE.catv.pool.telekom.hu) (Quit: Leaving)
L905[16:57:10] <killjoy> Something's screwing up resource loading
L906[16:57:30] <shadekiller666> have you tried turning off the splash screen loading bars?
L907[16:59:23] <ASG_NeoN> how so?
L908[16:59:36] ⇨ Joins: Wasweb (~Wasweb@2E6B3FFE.catv.pool.telekom.hu)
L909[16:59:37] <killjoy> config/splash.properties
L910[16:59:59] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Ping timeout: 378 seconds)
L911[17:00:25] <ASG_NeoN> enabled=false right?
L912[17:01:04] <ASG_NeoN> what now it works
L913[17:01:16] <ASG_NeoN> ty killjoy *gives quantum armor*
L914[17:01:32] <ASG_NeoN> bai abi
L915[17:01:33] <ASG_NeoN> bai*
L916[17:01:35] <killjoy> I don't wear armor
L917[17:01:42] <ASG_NeoN> sell it then
L918[17:01:45] ⇦ Quits: ASG_NeoN (~a@151.32.195.145) (Quit: HydraIRC -> http://www.hydrairc.com <- IRC with a difference)
L919[17:02:08] ⇨ Joins: sinkillerj (~sinkiller@nc-71-49-180-12.dhcp.embarqhsd.net)
L920[17:02:09] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L921[17:02:12] <killjoy> In his quitting statement, he advertises another irc server.
L922[17:02:18] <killjoy> kay
L923[17:03:07] ⇦ Quits: WorldSEnder (~WorldSEnd@77.47.109.202.dynamic.cablesurf.de) (Ping timeout: 206 seconds)
L924[17:04:16] ⇨ Joins: WorldSEnder (~WorldSEnd@77.47.109.202.dynamic.cablesurf.de)
L925[17:04:22] ⇨ Joins: Vastatio (~Vastatio@d75-155-173-226.bchsia.telus.net)
L926[17:04:32] *** TehNut|Sleep is now known as TehNut
L927[17:05:21] <WorldSEnder> @ASG_NeoN, are you by any chance turning alpha off? Looks like an OpenGL problem to me
L928[17:05:45] <tterrag> he's gone
L929[17:06:34] ⇨ Joins: ProbablyKodos (webchat@75-175-20-47.ptld.qwest.net)
L930[17:06:43] <tterrag> anyone up for some OpenGL help? trying to get an ItemStack to render always on top, but just turning off GL_DEPTH_TEST makes the render look weird
L931[17:07:06] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Ping timeout: 192 seconds)
L932[17:07:31] <shadekiller666> if you change the zLevel it will "move" the model closer or further from the camera
L933[17:07:39] <tterrag> zLevel?
L934[17:07:41] <tterrag> this is in-world
L935[17:07:44] <tterrag> TESR
L936[17:07:46] <shadekiller666> oh
L937[17:07:49] <shadekiller666> always on top...
L938[17:07:56] <shadekiller666> so like ontop of water
L939[17:07:58] <shadekiller666> ?
L940[17:08:04] <tterrag> on top of everything
L941[17:08:21] *** Vigaro|AFK is now known as Vigaro
L942[17:08:43] <tterrag> http://puu.sh/k7Zir.jpg http://puu.sh/k80qg.jpg
L943[17:10:26] ⇦ Quits: Sava (~Sava@server.savikin.me) (Remote host closed the connection)
L944[17:10:32] <shadekiller666> hmm
L945[17:11:24] *** heldplayer is now known as heldplayer|off
L946[17:12:28] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be)
L947[17:12:57] ⇨ Joins: Mitchellbrine (uid38456@id-38456.tooting.irccloud.com)
L948[17:17:22] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8D87757E.access.telenet.be) (Ping timeout: 198 seconds)
L949[17:17:57] <gigaherz> tterrag: hmmm
L950[17:18:11] <gigaherz> assuming there isn't a rendering queue that is already "on top of the rest"
L951[17:18:27] <gigaherz> the best I can think of is to do it yourself with a gui overlay handler
L952[17:18:58] <gigaherz> you can store the transformed (screen-space) coords of each TE in a queue
L953[17:19:06] <gigaherz> and then from the gui overlay, actually draw them
L954[17:19:26] ⇦ Quits: TheFjong (~TheFjong@3e6b343b.rev.stofanet.dk) (Read error: Connection reset by peer)
L955[17:20:17] <gigaherz> the only alternative I can think of
L956[17:21:41] <gigaherz> would be to somehow trick the camera into giving your pixels the Z value of the near plane
L957[17:21:50] ⇦ Quits: Vastatio (~Vastatio@d75-155-173-226.bchsia.telus.net) (Ping timeout: 192 seconds)
L958[17:21:53] <gigaherz> but I'm not even sure if that's possible
L959[17:22:16] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L960[17:27:46] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Ping timeout: 206 seconds)
L961[17:28:52] *** kimfy is now known as kimfy|afk
L962[17:29:04] ⇦ Quits: AstralSorcerer (~AstralSor@dhcp-137-184.resnet.rochester.edu) (Ping timeout: 198 seconds)
L963[17:29:43] <WorldSEnder> depends.. I think it may be with a model aware of the camera... ICameraAwareModel or smth?
L964[17:29:56] ⇦ Parts: ProbablyKodos (webchat@75-175-20-47.ptld.qwest.net) ())
L965[17:30:48] <WorldSEnder> but also the block is probably getting not rendered at all if it is hidden behind another one
L966[17:32:37] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be)
L967[17:33:17] ⇦ Quits: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com) (Quit: pixlepix)
L968[17:34:36] ⇨ Joins: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com)
L969[17:35:01] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d87757e.access.telenet.be) (Client Quit)
L970[17:35:13] *** Ashlee is now known as Ash|Away
L971[17:35:24] *** Ash|Away is now known as Ash|ZZZ
L972[17:35:26] ⇦ Quits: SoundLogic (~SoundLogi@71.13.3.98) (Ping timeout: 192 seconds)
L973[17:36:23] *** MrKickkiller is now known as MrKick|Away
L974[17:36:25] *** Zidane is now known as Zidane|Away
L975[17:36:40] ⇨ Joins: Horfius (~quassel@cpe-66-67-5-87.rochester.res.rr.com)
L976[17:42:21] <shadekiller666> IPerpectiveAwareModel*
L977[17:42:28] <masa> hm, ran into a weird syncing issue with my inventory and some iems... too tired to debug it right now though
L978[17:42:30] <shadekiller666> and that is used for camera transforms
L979[17:46:05] *** Keridos|away is now known as Keridos
L980[17:46:59] ⇨ Joins: RawringNymNym (~maria@bmtnon3746w-lp130-03-1242451876.dsl.bell.ca)
L981[17:48:24] ⇨ Joins: VikeStep (~VikeStep@101.184.94.18)
L982[17:48:32] *** Zidane|Away is now known as Zidane
L983[17:48:50] ⇦ Quits: Noppes (~Noppes@82-168-212-152.ip.telfort.nl) (Read error: Connection reset by peer)
L984[17:50:52] ⇨ Joins: PBlock96 (PBlock96@res404s-128-61-104-241.res.gatech.edu)
L985[17:51:01] ⇨ Joins: NeonPhoenix (~NeonPhoen@c110-23-26-218.rochd7.qld.optusnet.com.au)
L986[17:58:24] ⇨ Joins: Isi (~Isi@88.81.144.224)
L987[17:59:40] ⇦ Quits: Snowman (~Snowman@177-255.ftth.onsbrabantnet.nl) (Ping timeout: 206 seconds)
L988[17:59:57] *** Kolatra|Away is now known as Kolatra
L989[18:00:56] *** Clank[Away] is now known as Clank
L990[18:01:28] ⇦ Quits: Wasweb (~Wasweb@2E6B3FFE.catv.pool.telekom.hu) (Ping timeout: 198 seconds)
L991[18:17:09] ⇨ Joins: Wasweb (~Wasweb@2E6B3FFE.catv.pool.telekom.hu)
L992[18:17:36] ⇦ Quits: keybounce (~keybounce@45-25-230-67.lightspeed.bkfdca.sbcglobal.net) (Quit: keybounce)
L993[18:20:18] ⇨ Joins: keybounce (~keybounce@45-25-230-67.lightspeed.bkfdca.sbcglobal.net)
L994[18:20:45] ⇨ Joins: Vastatio (~Vastatio@d75-155-173-226.bchsia.telus.net)
L995[18:22:19] <Vastatio> So, a question
L996[18:22:30] <Vastatio> I've been looking at the tinkerer's construct GuiManual.class
L997[18:22:33] <Vastatio> https://github.com/SlimeKnights/Mantle/blob/e7ba871adeeeee8f67c0a543e8d15635c40d9525/src/mantle/client/gui/GuiManual.java
L998[18:22:49] <Vastatio> and mostly, I'm considering ln181-187
L999[18:23:02] <Vastatio> When i try to render my objects, they don't get rendered
L1000[18:24:28] ⇦ Quits: Akkarin (~Akkarin@resides.in.redundant.space) (Quit: Whoops ... I ran out of spuds!)
L1001[18:24:44] ⇦ Quits: keybounce (~keybounce@45-25-230-67.lightspeed.bkfdca.sbcglobal.net) (Quit: colloquy quit: I probably won't see anything til I get back)
L1002[18:24:54] ⇨ Joins: keybounce (~keybounce@45-25-230-67.lightspeed.bkfdca.sbcglobal.net)
L1003[18:27:59] ⇦ Quits: GraphicH (~GraphicH@cpe-96-29-41-211.kya.res.rr.com) (Ping timeout: 378 seconds)
L1004[18:28:06] <Vastatio> seems right now that my updateText() function isn't even being called
L1005[18:28:27] ⇨ Joins: Akkarin (~Akkarin@resides.in.redundant.space)
L1006[18:32:40] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Write error: Connection reset by peer)
L1007[18:40:05] ⇦ Quits: Aaron1011 (~Aaron101_@h69-130-167-199.cntcnh.dsl.dynamic.tds.net) (Ping timeout: 378 seconds)
L1008[18:41:54] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L1009[18:42:42] *** bilde2910|away is now known as bilde2910
L1010[18:44:02] ⇨ Joins: Lepidus (~Lepidus@ip70-181-115-19.oc.oc.cox.net)
L1011[18:44:08] ⇦ Quits: Szernex (~Szernex@194-166-151-35.adsl.highway.telekom.at) (Read error: Connection reset by peer)
L1012[18:44:41] ⇦ Quits: ZaggyMobile2 (~Zaggy1024@174-20-134-165.mpls.qwest.net) (Ping timeout: 206 seconds)
L1013[18:46:56] ⇦ Quits: Jezza (~Jezza@92.206.12.69) (Quit: Leaving)
L1014[18:54:13] ⇦ Quits: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com) (Quit: pixlepix)
L1015[18:59:11] *** SnowShock35 is now known as zz_SnowShock35
L1016[19:02:06] ⇨ Joins: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com)
L1017[19:11:43] <shadekiller666> damn it
L1018[19:11:59] <shadekiller666> so i have this array of characters that i'm iterating over
L1019[19:12:49] <shadekiller666> the array is created from "D DD T" and represents a matrix
L1020[19:13:10] <shadekiller666> in this case a 3x2 matrix, so "D ", "DD", " T"
L1021[19:14:05] <shadekiller666> i have an int that represents the # of rows (3), and the # of columns (2), and the int that is used to iterate over the character array
L1022[19:14:48] <shadekiller666> and i'm trying to get the row and column indices of the T character
L1023[19:15:42] <shadekiller666> i have it set up as column: (index % columns), and row: (index / rows)
L1024[19:15:42] ⇨ Joins: vsg1990 (~vsg1990@cpe-67-241-148-119.buffalo.res.rr.com)
L1025[19:16:04] <shadekiller666> now, those 2 equations work if the # of columns == the # of rows
L1026[19:16:27] <shadekiller666> but with this 3x2 matrix its returning (1,1)
L1027[19:16:36] <shadekiller666> when it should be (2,1)
L1028[19:16:51] <shadekiller666> anyone have any ideas?
L1029[19:19:56] ⇨ Joins: AstralSorcerer (~AstralSor@u-of-rochester-128-151-150-17.wireless.rochester.edu)
L1030[19:22:01] ⇦ Quits: Kotoro[LT] (~Kotoro@50.153.128.4) (Ping timeout: 198 seconds)
L1031[19:28:10] <killjoy> I think I might make an emblem mod.
L1032[19:28:40] <killjoy> I'd replace the player's face in the tab list with a custom emblem.
L1033[19:33:59] ⇦ Quits: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net) (Ping timeout: 378 seconds)
L1034[19:35:15] ⇨ Joins: Kotoro[LT] (~Kotoro@50.153.130.138)
L1035[19:43:10] ⇨ Joins: ZaggyMobile2 (~Zaggy1024@174-20-134-165.mpls.qwest.net)
L1036[19:53:52] ⇦ Quits: sinkillerj (~sinkiller@nc-71-49-180-12.dhcp.embarqhsd.net) (Ping timeout: 195 seconds)
L1037[19:59:46] ⇨ Joins: Mraof (~mraof@pool-96-253-111-208.rcmdva.fios.verizon.net)
L1038[20:04:10] ⇨ Joins: tmtu (~tundmatu@h-169-7.a192.priv.bahnhof.se)
L1039[20:05:11] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:ea78:934:6dc1:53c6:dc23)
L1040[20:08:38] *** KJ4IPS is now known as KJ4IPS|Gone
L1041[20:10:33] *** Gaz492 is now known as Gaz492|Away
L1042[20:10:36] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8002:ea78:934:6dc1:53c6:dc23) (Quit: Leaving)
L1043[20:11:21] ⇨ Joins: tmtu_ (~tundmatu@h-191-8.a192.priv.bahnhof.se)
L1044[20:11:31] ⇦ Quits: Kotoro[LT] (~Kotoro@50.153.130.138) (Ping timeout: 198 seconds)
L1045[20:12:49] <Vastatio> my pageLeft and pageRight are null for some reason
L1046[20:13:00] <Vastatio> because the draw code for them is not working
L1047[20:13:00] <Vastatio> http://pastebin.com/ZMeRUTkf
L1048[20:13:04] ⇦ Quits: tmtu (~tundmatu@h-169-7.a192.priv.bahnhof.se) (Ping timeout: 206 seconds)
L1049[20:15:15] ⇨ Joins: Kittychanley (~quassel@cpe-76-84-4-108.neb.res.rr.com)
L1050[20:17:05] <Kittychanley> Not sure if this is the right place to ask, or if I need to go ask chickenbones. I'm trying to use CodeChickenCore in my dev environment, but as usual it can't find the mcp conf dir. This isn't new to me, and I normally know how to fix it and where to point it to. However, there is no unpacked folder in my .gradle\caches\minecraft\net\minecraftforge\forge\1.8-11.14.3.1506 like there is in all of my similar folders for 1.7.10.
L1051[20:17:05] <Kittychanley> All I need is the packaged.srg file, but I can't for the life of me find the one that corresponds to 1.8
L1052[20:17:19] *** willieaway is now known as williewillus
L1053[20:17:32] <killjoy> ~/.gradle/caches/minecraft/net/minecraftforge/<version>/unpacked/conf
L1054[20:17:43] <Kittychanley> Did you even read what I said?
L1055[20:17:53] <Kittychanley> There is no unpacked folder in .gradle\caches\minecraft\net\minecraftforge\forge\1.8-11.14.3.1506
L1056[20:17:56] <killjoy> It was too long
L1057[20:17:56] ⇨ Joins: trab (~trab@28.np.emoserver.com)
L1058[20:18:19] <killjoy> are you using fg2?
L1059[20:18:22] <LexManos> why?
L1060[20:18:32] <LexManos> stop using codechikcencore
L1061[20:18:47] *** Gaz492|Away is now known as Gaz492
L1062[20:18:54] <williewillus> i have unpacked folder on latest forge build
L1063[20:18:58] <williewillus> so might just be your setup
L1064[20:19:11] <Kittychanley> I'd like to run JourneyMap in my development environment since I'm collaborating with that dev to fix a few compatibility issues. I'd rather not have to compile my mod every time I make a change and run it in release
L1065[20:19:34] <killjoy> Doesn't fg2 do runtime deobf now?
L1066[20:19:39] <Kittychanley> what's fg2?
L1067[20:19:43] <williewillus> ForgeGradle 2
L1068[20:19:44] <gigaherz> then ask for a dev jar?
L1069[20:19:45] <killjoy> forgegradle 2
L1070[20:19:55] <gigaherz> williewillus: deobf != remapping to dev names
L1071[20:20:01] <williewillus> ?
L1072[20:20:10] <williewillus> tell killjoy that, not me lol
L1073[20:20:17] <gigaherz> ehh right
L1074[20:20:19] <gigaherz> killjoy*
L1075[20:20:24] <williewillus> anyways if you're collabbing with the dev just ask them for a deobf jar
L1076[20:20:24] *** Gaz492 is now known as Gaz492|Away
L1077[20:20:29] <killjoy> Then I used the wrong term.
L1078[20:20:37] <gigaherz> release works with the "field_xxxx_a" type names
L1079[20:21:01] <gigaherz> while dev uses the actual "nice" names
L1080[20:21:11] <killjoy> I'm saying that fg2 should do srg -> mcp now.
L1081[20:21:28] <gigaherz> oh no idea about that
L1082[20:21:42] <killjoy> I know abrar's been talking about that.
L1083[20:22:09] <gigaherz> but yeah, Kittychanley, if you are collaborating, ask for an actual dev jar.
L1084[20:22:45] ⇦ Quits: temdur (~temdur@x4d07f8a6.dyn.telefonica.de) (Quit: Leaving)
L1085[20:22:47] <Kittychanley> I will, but I'd still like maybe some sort of hint at why those gradle caches are nonexistent
L1086[20:23:04] <killjoy> Have you tried cleanCache setupDecompWorkspace?
L1087[20:23:16] <Kittychanley> yup
L1088[20:23:24] <Kittychanley> And tried doing a brand new workspace from scratch
L1089[20:23:25] <gigaherz> maybe fg2 just doesn't need the unpacked version anymore
L1090[20:23:26] <gigaherz> no idea
L1091[20:23:56] <Kittychanley> Is there a way to check my repo to see if it's using fg2?
L1092[20:24:05] <killjoy> Look in the build script
L1093[20:24:09] <gigaherz> fg2 was introduced in 1503
L1094[20:24:35] <Kittychanley> This? id "net.minecraftforge.gradle.forge" version "2.0.1"
L1095[20:24:41] <killjoy> Yes.
L1096[20:24:44] <killjoy> You are using fg2
L1097[20:24:56] <gigaherz> [03:17] (Kittychanley): There is no unpacked folder in .gradle\caches\minecraft\net\minecraftforge\forge\1.8-11.14.3.1506
L1098[20:25:05] <gigaherz> you mentioned 1506, so yeah this is post-fg2
L1099[20:25:23] <Kittychanley> JM dev is saying that a dev jar isn't going to work if we aren't on the same snapshot, is this correct?
L1100[20:25:24] <killjoy> I guess if you want to use ccc, you'll need to downgrade your forge version.
L1101[20:25:26] <LexManos> yes fg2 should do dep deobf yes
L1102[20:25:49] <Kittychanley> Ok, so if I"m using fg2, I don't need CCC and I can just toss non dev jars into my mods folder anyways?
L1103[20:25:55] <LexManos> and either way
L1104[20:26:17] <LexManos> cb should of never needed to fucking have you specify the damn srg
L1105[20:26:28] <LexManos> he could easily find it in his code but nope, derpatude
L1106[20:26:42] <Kittychanley> It's 50/50 on when it finds it and not. I have no insight as to why
L1107[20:27:14] <LexManos> In theory if your build.gradle specifies a mod that is a dep
L1108[20:27:21] <LexManos> it'll map srg -> mapped
L1109[20:27:25] <LexManos> if not bitch at Abrar|gone
L1110[20:28:17] <Kittychanley> Dropping the non-dev jar into the mod without CCC doesn't work even with forge .1506 I get the usual NoSuchMethod
L1111[20:28:24] <Kittychanley> Error on one of the obf functions
L1112[20:28:42] <LexManos> in mods folder
L1113[20:28:44] <LexManos> probagbly not
L1114[20:29:09] <killjoy> read: put it in your libs folder
L1115[20:29:59] ⇦ Quits: Vastatio (~Vastatio@d75-155-173-226.bchsia.telus.net) (Ping timeout: 206 seconds)
L1116[20:30:09] ⇨ Joins: Firedingo (~Firedingo@101.174.19.244)
L1117[20:30:10] ⇦ Quits: Vazkii (~Vazkii@a79-169-163-74.cpe.netcabo.pt) (Quit: Nii-san is watching you.)
L1118[20:32:56] <Kittychanley> Same crash when I added it as a referenced library and removed it from the mods folder
L1119[20:33:07] <LexManos> interesting yell at abrar
L1120[20:33:13] <LexManos> it should work he said it did
L1121[20:34:42] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Ping timeout: 195 seconds)
L1122[20:35:00] <Kittychanley> I did add it as an external jar, in case that changes anything
L1123[20:35:17] <LexManos> in the ide?
L1124[20:35:21] <Kittychanley> yeah, in eclipse
L1125[20:35:23] <LexManos> no
L1126[20:35:31] <LexManos> how the fuck would fg be able to touch that?
L1127[20:35:40] <LexManos> and did I stutter when i said in build.gradle?
L1128[20:36:16] <Kittychanley> Sorry, I saw killjoy's "put it in your libs folder"
L1129[20:36:32] <killjoy> and then re-setup
L1130[20:36:56] <Kittychanley> Where is this libs folder you speak of? I have none which is why I did the add as an external reference in my IDE
L1131[20:37:06] <killjoy> create it
L1132[20:37:10] <Kittychanley> Where?
L1133[20:37:16] <killjoy> in the same folder your build.gradle is in
L1134[20:37:17] ⇨ Joins: Kotoro[LT] (~Kotoro@c-73-16-181-218.hsd1.ct.comcast.net)
L1135[20:37:34] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L1136[20:38:23] *** bilde2910|away is now known as bilde2910
L1137[20:39:54] <Kittychanley> Ok. I'm missing something here. I have done this, no more, no less. Create a folder called "libs" in the same location that build.gradle is. Drop the mod jar file into said folder. Run gradlew setupdecompworkspace
L1138[20:40:01] <Kittychanley> And nothing, the mod is not loaded
L1139[20:40:16] <killjoy> and eclipse?
L1140[20:40:18] <tterrag> is this mod the main project for the eclipse run config?
L1141[20:40:19] <Kittychanley> and eclipse
L1142[20:40:23] <Kittychanley> yes
L1143[20:40:30] <Kittychanley> my mod is, not the mod I'm dropping int he libs folder
L1144[20:40:30] <tterrag> if not, eclispe isn't going to load its referenced libraries to the runtime classpath
L1145[20:40:36] <tterrag> then it should work fine
L1146[20:40:58] <tterrag> all this could be avoided if you just used BON2 or got a dev jar some other way >.>
L1147[20:41:15] <Kittychanley> dev jar doesn't work because we're on different snapshots
L1148[20:41:19] <killjoy> Have you tried running specialsource on it?
L1149[20:41:30] <killjoy> *advanced*
L1150[20:41:33] <Kittychanley> "I have done this, no more, no less"
L1151[20:41:45] <killjoy> Would you like to try using specialsource on it?
L1152[20:42:24] <Kittychanley> Could maybe somebody just give me a copy of the unpacked dir for .1506 instead?
L1153[20:42:57] <killjoy> fg might save it somewhere else now.
L1154[20:43:25] <Kittychanley> how about just the packaged.srg file then?
L1155[20:43:40] <Kittychanley> That's really all I need, because everything else is in the de/snapshot place
L1156[20:43:41] <killjoy> Try ~/.gradle\caches\minecraft\de\oceanlabs\mcp\mcp_stable\16
L1157[20:44:05] <killjoy> depending on your mappings version
L1158[20:44:26] <Kittychanley> I have mcp, mpc_ and mcp_snapshot
L1159[20:44:28] <Kittychanley> no mcp_stable
L1160[20:44:33] <killjoy> use snapshot
L1161[20:44:45] <Kittychanley> No. It's not there. That's where everything else I need is
L1162[20:44:49] <Kittychanley> everything but packaged.srg
L1163[20:45:08] ⇨ Joins: HewloThere (~HewloTher@ppp-50-105.grapevine.net.au)
L1164[20:45:19] <killjoy> try mcp/mcp/1.8
L1165[20:45:24] ⇦ Quits: AforAnonymous (bitch2k@dyn-042-143.vix1.mmc.at) (Quit: Try not to think not.)
L1166[20:45:26] <killjoy> I think joined.srg works too
L1167[20:46:10] <killjoy> Anyway, good luck.
L1168[20:46:30] ⇦ Quits: Zaggy1024 (~Zaggy1024@174-20-134-165.mpls.qwest.net) (Killed (NickServ (GHOST command used by Zaggy2048)))
L1169[20:46:32] ⇨ Joins: Zaggy2048 (~Zaggy1024@174-20-134-165.mpls.qwest.net)
L1170[20:49:52] ⇦ Quits: ZaggyMobile2 (~Zaggy1024@174-20-134-165.mpls.qwest.net) (Ping timeout: 206 seconds)
L1171[20:50:10] <Kittychanley> joined.srg works. Thank you
L1172[20:50:17] ⇦ Quits: Lepidus (~Lepidus@ip70-181-115-19.oc.oc.cox.net) (Ping timeout: 206 seconds)
L1173[20:50:25] <killjoy> Unfortunately, it's notch -> srg
L1174[20:50:36] <killjoy> So it might not actually work
L1175[20:51:04] <Kittychanley> It's loaded, and the map is working
L1176[20:51:08] <Kittychanley> So that's good enough for me
L1177[20:54:54] ⇦ Quits: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl) (Ping timeout: 192 seconds)
L1178[20:59:01] ⇨ Joins: Delaxarnyazer (~Delaxarny@ip56572345.direct-adsl.nl)
L1179[21:00:33] *** kimfy|afk is now known as kimfy|zzz
L1180[21:00:47] *** Zaggy2048 is now known as Zaggy1024
L1181[21:00:53] ⇦ Quits: TheJulianJES (~TheJulian@p5DC8CA49.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L1182[21:01:31] *** Clank is now known as Clank[Away]
L1183[21:02:31] ⇨ Joins: TheJulianJES (~TheJulian@p4FEDEFB0.dip0.t-ipconnect.de)
L1184[21:03:17] ⇦ Quits: kimfy|zzz (~kimfy___@74.141.16.62.customer.cdi.no) (Quit: off to whatever)
L1185[21:09:06] ⇦ Quits: CovertJaguar (~you@65.183.205.6) (Read error: Connection reset by peer)
L1186[21:09:10] ⇨ Joins: MrComputerGhost (~MrCompute@2602:306:30b9:ac70:822:f3d3:bf5f:8016)
L1187[21:09:34] ⇦ Quits: AstralSorcerer (~AstralSor@u-of-rochester-128-151-150-17.wireless.rochester.edu) (Ping timeout: 198 seconds)
L1188[21:10:08] ⇦ Quits: HewloThere (~HewloTher@ppp-50-105.grapevine.net.au) (Quit: Leaving)
L1189[21:14:44] ⇦ Quits: PBlock96 (PBlock96@res404s-128-61-104-241.res.gatech.edu) (Ping timeout: 192 seconds)
L1190[21:18:52] ⇨ Joins: fry|sleep (~rainwarri@195.91.246.187)
L1191[21:18:52] MineBot sets mode: +o on fry|sleep
L1192[21:20:14] *** fry|sleep is now known as fry
L1193[21:21:35] ⇨ Joins: CovertJaguar (~you@65.183.205.6)
L1194[21:21:35] MineBot sets mode: +v on CovertJaguar
L1195[21:23:46] *** williewillus is now known as willieaway
L1196[21:24:13] ⇨ Joins: Manusoftar (Manusoftar@host90.190-224-188.telecom.net.ar)
L1197[21:24:43] ⇦ Quits: WorldSEnder (~WorldSEnd@77.47.109.202.dynamic.cablesurf.de) ()
L1198[21:25:23] <Manusoftar> i was doing some research regard the creation of custom blocks and materials and i was wondering, is it enough to register my blocks and materials to get the game use em on the world creation or should i do anything else?
L1199[21:27:20] ⇦ Parts: Kittychanley (~quassel@cpe-76-84-4-108.neb.res.rr.com) (Goodbye!))
L1200[21:29:09] <Zaggy1024> wut
L1201[21:29:30] <Zaggy1024> blocks don't get magically generated in the world if you register them
L1202[21:29:42] <Zaggy1024> you have to register some kind of world generation code
L1203[21:34:07] ⇦ Quits: Mitchellbrine (uid38456@id-38456.tooting.irccloud.com) (Quit: Connection closed for inactivity)
L1204[21:40:56] ⇦ Quits: Shukaro (~Shukaro@130.108.232.236) ()
L1205[21:41:58] ⇦ Quits: turmfalke_ (~turmfalke@p54A68127.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L1206[21:42:22] ⇦ Quits: pixlepix (~localmaca@cpe-67-252-38-34.nycap.res.rr.com) (Quit: pixlepix)
L1207[21:48:31] ⇨ Joins: ZaggyMobile2 (~Zaggy1024@2607:fb90:265:28d:2694:9fd8:9d58:a68f)
L1208[21:49:37] ⇦ Quits: maxlowry123 (~IceChat9@pool-71-244-115-181.albyny.fios.verizon.net) (Ping timeout: 198 seconds)
L1209[21:54:27] ⇦ Quits: Zaggy1024 (~Zaggy1024@174-20-134-165.mpls.qwest.net) (Killed (NickServ (GHOST command used by Zaggy2048!~Zaggy1024@172.56.13.35)))
L1210[21:54:32] ⇨ Joins: Zaggy1024 (~Zaggy1024@172.56.13.35)
L1211[21:57:51] ⇨ Joins: GraphicH (~GraphicH@cpe-96-29-41-211.kya.res.rr.com)
L1212[21:58:15] <GraphicH> Hey was looking for a good example of using MovingSound
L1213[21:59:41] <tterrag> GraphicH: vanilla?
L1214[22:00:02] <GraphicH> Well just if I extend Moving sound how do I plug it into where it goes basically
L1215[22:00:33] <GraphicH> I found MovingSoundMinecart for an example of how to implement it, I just don't know where new MySound() would go
L1216[22:01:02] <GraphicH> So yeah vanilla
L1217[22:01:13] <GraphicH> Basically need to implement a looping sound
L1218[22:01:34] ⇨ Joins: Upthorn (~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net)
L1219[22:01:59] <tterrag> GraphicH: FMLClientHandler.instance().getClient().getSoundHandler().playSound(sound);
L1220[22:02:16] <tterrag> that's hwo I do it anyways
L1221[22:02:27] <tterrag> Minecraft.getMinecraft() can subsititue for the first part
L1222[22:02:41] <GraphicH> Ah gotcha
L1223[22:04:25] ⇨ Joins: Drullkus (~Drullkus@2601:646:8301:c41e:ed49:ae14:e746:1dbb)
L1224[22:05:21] ⇦ Quits: Girafi (Girafi@0x555178eb.adsl.cybercity.dk) ()
L1225[22:09:47] ⇦ Quits: Lathanael|Away (~Lathanael@p54971DC7.dip0.t-ipconnect.de) (Ping timeout: 195 seconds)
L1226[22:11:29] ⇨ Joins: Lathanael|Away (~Lathanael@p54971A16.dip0.t-ipconnect.de)
L1227[22:12:41] ⇨ Joins: Mitchellbrine (uid38456@2604:8300:100:200b:6667:4:0:9638)
L1228[22:19:37] *** Morphan1 is now known as MorphFK
L1229[22:27:23] ⇨ Joins: Lepidus (~Lepidus@ip70-181-115-19.oc.oc.cox.net)
L1230[22:28:57] ⇦ Quits: Zaggy1024 (~Zaggy1024@172.56.13.35) (Ping timeout: 206 seconds)
L1231[22:31:14] <Rallias> How would I go about placing a block with a defined "front" side?
L1232[22:32:24] ⇦ Quits: MrComputerGhost (~MrCompute@2602:306:30b9:ac70:822:f3d3:bf5f:8016) (Read error: Connection reset by peer)
L1233[22:32:48] ⇦ Quits: bilde2910 (bilde2910@51.174.170.178) (Read error: Connection reset by peer)
L1234[22:34:26] <tterrag> Rallias: what?
L1235[22:34:31] <killjoy> Rallias, like a dispenser?
L1236[22:37:46] ⇨ Joins: bilde2910|away (bilde2910@51.174.170.178)
L1237[22:38:34] *** bilde2910|away is now known as bilde2910
L1238[22:40:28] ⇦ Quits: GraphicH (~GraphicH@cpe-96-29-41-211.kya.res.rr.com) (Ping timeout: 198 seconds)
L1239[22:41:13] ⇨ Joins: AstralSorcerer (~AstralSor@dhcp-137-184.resnet.rochester.edu)
L1240[22:49:25] ⇦ Quits: Lildirt (~Lildirt@107.178.109.102) (Remote host closed the connection)
L1241[22:49:32] ⇨ Joins: Wastl2 (~Wastl2@f053034150.adsl.alicedsl.de)
L1242[22:50:03] ⇨ Joins: Zaggy1024 (~Zaggy1024@174-20-134-165.mpls.qwest.net)
L1243[22:50:31] ⇨ Joins: Lildirt (~Lildirt@107.178.109.102)
L1244[22:50:48] <Rallias> killjoy, I was thinking more like a furnace.
L1245[22:50:52] <Rallias> But yeah.
L1246[22:51:13] ⇨ Joins: Hink (~Hink@146-115-27-14.c3-0.frm-ubr1.sbo-frm.ma.cable.rcn.com)
L1247[22:52:00] ⇨ Joins: SoundLogic (~SoundLogi@172-8-201-53.lightspeed.mdsnwi.sbcglobal.net)
L1248[22:52:16] <tterrag> Rallias: what are you asking?
L1249[22:52:36] <Rallias> How to make my block rotatable.
L1250[22:58:41] <rfctksSparkle> Ahh.. rendering stuff using opengl *sigh*.
L1251[23:00:44] <Rallias> I have to drop to OpenGL?
L1252[23:00:51] <killjoy> No.
L1253[23:01:02] <killjoy> Use a directional model json
L1254[23:01:25] <Rallias> 1.7.10?
L1255[23:01:35] <killjoy> oh, 1.8
L1256[23:01:48] <killjoy> Why can't everyone just do 1.8 already?
L1257[23:01:48] <rfctksSparkle> (I was just talking to myself)
L1258[23:02:12] <tterrag> Rallias: in 1.7 rotation is generally stored as metadata
L1259[23:02:14] <tterrag> at least in vanilla
L1260[23:02:16] <fry> rfctksSparkle: what else would it use? :P
L1261[23:02:17] ⇨ Joins: MrComputerGhost (~MrCompute@2602:306:30b9:ac70:3560:dfcf:accc:4c5d)
L1262[23:02:26] <tterrag> I mean, it still is in 1.8
L1263[23:02:27] <tterrag> just with properties
L1264[23:02:27] <Rallias> tterrag, I get that part.
L1265[23:02:28] <killjoy> Same with 1.8, but it's disguised as blockstates
L1266[23:02:34] <Rallias> I'm wanting to know how to rotate the block.
L1267[23:02:50] <Rallias> As in, show it rotated.
L1268[23:02:56] <Rallias> (also, 24 states, can't use metadata)
L1269[23:03:06] <tterrag> call rotateBlock ...
L1270[23:03:16] <tterrag> your block or someone else's?
L1271[23:03:22] <Rallias> Mine\
L1272[23:03:52] <tterrag> are you asking how to implement rotation?
L1273[23:04:01] <tterrag> it's pretty simple, you just return different icons based on the rotation you stored
L1274[23:04:18] <Rallias> Ok, how do I rotate the icons?
L1275[23:04:18] <killjoy> If you say you want something to be like an existing block, you should look how that block does it.
L1276[23:04:46] <tterrag> rotate the icons?
L1277[23:04:51] <tterrag> why would you need to?
L1278[23:04:56] <tterrag> also what he said
L1279[23:05:03] <Rallias> 24 states.
L1280[23:05:20] <Rallias> Side (6) * which way is "up" to the front side.
L1281[23:06:19] <Rallias> I've figured data storage, trying for rendering.
L1282[23:08:37] <tterrag> you didn't answer why you need to rotate icons
L1283[23:08:44] <tterrag> however, there is an icon class for rotateable ones iirc
L1284[23:09:24] <tterrag> mm nope
L1285[23:09:26] <tterrag> just IconFlipped
L1286[23:10:29] <Rallias> So I have to do custom crap to get my block upside down?
L1287[23:14:29] <tterrag> probably but it wouldn't be hard
L1288[23:14:39] <tterrag> just some simple uv manipulation
L1289[23:15:10] <Rallias> Yeah, but more than a half hour lunch break allows for.
L1290[23:19:10] ⇨ Joins: Vastatio (~Vastatio@d75-155-173-226.bchsia.telus.net)
L1291[23:19:25] <Vastatio> hey, so my pageRight and pageLeft are still coming up null
L1292[23:19:47] <Vastatio> the thing that i checked for is if the page array was null, or if the page was null
L1293[23:21:35] <Vastatio> actually, apparently i fixed that now
L1294[23:21:50] <Vastatio> now its this error: http://pastebin.com/gabe0As6
L1295[23:23:52] ⇦ Quits: Brokkoli (~Brokkoli@x55b161b1.dyn.telefonica.de) (Ping timeout: 195 seconds)
L1296[23:25:43] <Vastatio> my model that I draw is not null either
L1297[23:25:55] ⇦ Quits: killjoy (~killjoy@71.65.255.183) (Ping timeout: 206 seconds)
L1298[23:28:20] <Vastatio> anyways, The weird thing about the log is it is not giving me the location that is throwing the NPE?
L1299[23:28:33] <Vastatio> I think it's when I use drawEntityOnScreen because it has RenderRaptor in it
L1300[23:28:58] ⇦ Quits: SnowDapples (~powered@p5794DB2D.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by SnowDapples_!~powered@pD958941C.dip0.t-ipconnect.de)))
L1301[23:29:04] ⇨ Joins: SnowDapples (~powered@pD958941C.dip0.t-ipconnect.de)
L1302[23:29:31] <Vastatio> its apparently directing it to line 21, which is a bracket
L1303[23:29:33] <Vastatio> ????
L1304[23:29:52] ⇨ Joins: Brokkoli (~Brokkoli@f054182123.adsl.alicedsl.de)
L1305[23:31:18] ⇦ Quits: AstralSorcerer (~AstralSor@dhcp-137-184.resnet.rochester.edu) (Ping timeout: 192 seconds)
L1306[23:32:07] ⇦ Quits: vsg1990 (~vsg1990@cpe-67-241-148-119.buffalo.res.rr.com) (Quit: Leaving)
L1307[23:40:49] ⇦ Quits: Brokkoli (~Brokkoli@f054182123.adsl.alicedsl.de) (Quit: Die Sprache der Politik ist daf�r gemacht, dass L�gen wahr klingen und das T�ten angemessen wirkt. (George Orwell))
L1308[23:41:08] ⇦ Quits: PieGuy128 (~PieGuy128@bas11-montreal02-1128535918.dsl.bell.ca) (Quit: Leaving)
L1309[23:43:25] ⇦ Quits: HassanS6000 (~Hassan@pool-71-191-144-97.washdc.fios.verizon.net) (Read error: Connection reset by peer)
L1310[23:45:48] ⇦ Quits: ZaggyMobile2 (~Zaggy1024@2607:fb90:265:28d:2694:9fd8:9d58:a68f) (Ping timeout: 206 seconds)
L1311[23:47:07] ⇨ Joins: ZaggyMobile2 (~Zaggy1024@174-20-134-165.mpls.qwest.net)
L1312[23:49:01] *** willieaway is now known as williewillus
L1313[23:50:33] *** cpw is now known as cpw|out
L1314[23:55:18] *** TTFTCUTS is now known as TTFT|Away
L1315[23:56:39] *** williewillus is now known as willieaway
<<Prev Next>> Scroll to Top