<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:12:36] <Fire Secu​rity Alert> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/oridunayul
L2[00:29:30] <Ocawes​ome101> @Myros iirc those should be fixed in the next release or two if not already in 1.7.6/1.7.7
L3[00:35:44] <Fire Secu​rity Alert> https://tinyurl.com/2hq23lqf
L4[00:35:58] <Fire Secu​rity Alert> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/emiyikesot
L5[00:35:58] <Fire Secu​rity Alert> This is the model
L6[00:59:58] <Amanda> %choose re-computer to update?
L7[00:59:58] <MichiBot> Ama​nda: I talked to the Swedish Chef, he said "Bork bork!" I think that means yes?
L8[01:56:38] <Mic​hiyo> wow, wtf was I doing when I wrote this mod?
L9[02:07:18] <Amanda> I think that's when I replaced your coffee creamer with lsd
L10[02:10:55] <Mic​hiyo> Yeah that sounds about right
L11[02:23:33] * Amanda does a heccen zzzmew
L12[02:23:51] <Amanda> %splash @Inari with mutable oxidized potion
L13[02:23:51] <MichiBot> You fling a mutable adamantium potion (New!) that splashes onto @Inari. @Inari turns into a turtle girl until they use "Jeez" in a sentence.
L14[02:24:06] <Amanda> Night girls
L15[06:11:57] <Forec​aster> @Michiyo aren't you gonna push those changes?
L16[06:12:06] <Mic​hiyo> Yeah, when it fucking works.
L17[06:12:13] <Mic​hiyo> about to fucking burn my house down
L18[06:12:16] <Forec​aster> ah
L19[06:12:51] <Mic​hiyo> You can't fucking `inventory.setStackInSlot(slotIndex, outStack);` You just got fucking minecraft:air with the god damn NBT
L20[06:13:22] <Mic​hiyo> I ASSUME it's because I didn't register the items correctly way back when
L21[06:13:34] <Mic​hiyo> but I re-wrote the ENTIRE registry system and it STILL DOESN'T WORK
L22[06:13:38] <Mic​hiyo> and then, like a FUCKING IDIOT
L23[06:13:44] <Mic​hiyo> I fucking reverted the changes.
L24[06:14:16] <Forec​aster> if you're using IDEA local history should be able to restore those
L25[06:14:45] <Mic​hiyo> Unless it can do after that 3 hours and 2 restarts, then no
L26[06:14:59] <Forec​aster> that doesn't matter
L27[06:15:17] <Forec​aster> file history is kept indefinitely I think, days at least
L28[06:15:32] <Mic​hiyo> Well, it's not like re-writing the registration system worked anyway
L29[06:15:33] <Mic​hiyo> so meh
L30[06:18:07] <Mic​hiyo> I didn't do item/block registration the same way I usually do.. and I have NO idea why.
L31[06:18:17] <Mic​hiyo> and it's the only thing I can think of causing this issue
L32[06:18:48] <Forec​aster> hm
L33[06:20:08] <Forec​aster> I'll have to have a stab at that too when I get home (for all the good that'll do)
L34[06:20:12] <Forec​aster> but right now I'm stuck at work
L35[06:23:05] <Mic​hiyo> I'm currently re-writing the registration system... again
L36[06:23:42] <Forec​aster> that poor system
L37[06:24:00] <Mic​hiyo> How.... much would you hate me if items/blocks don't... survive?
L38[06:24:14] <Forec​aster> survive what?
L39[06:24:20] <Mic​hiyo> this rewrite
L40[06:24:25] <Forec​aster> the end of the world, probably doesn't matter
L41[06:24:40] <Forec​aster> not sure what that means
L42[06:24:50] <Forec​aster> you mean if any existing items will disappear?
L43[06:25:11] <Mic​hiyo> Yeah, that *may* be a side effect of this
L44[06:25:16] <Mic​hiyo> it shouldn't happen but *shrug*
L45[06:25:17] <Forec​aster> doesn't matter
L46[06:25:25] <Forec​aster> this system isn't live yet
L47[06:26:01] <Forec​aster> it will probably be after this and the following software updates are done
L48[06:28:50] <Forec​aster> if it had been live it wouldn't have been catastrophic anyway
L49[06:29:30] <Forec​aster> also, I'm going to design new textures for the blocks later
L50[06:30:01] <Forec​aster> after this redesign they're going to be visible, so I need to make it clearer which is the input and which is the output
L51[06:34:19] <Forec​aster> as in foolproof-ly clear, probably involving arrows
L52[06:48:04] <Mic​hiyo> Alright, can confirm it's 100% in the way stuff is getting registered
L53[06:48:17] <Mic​hiyo> partially re-implemented with a different registration system and it works
L54[06:48:19] <Mic​hiyo> I hate it...
L55[06:48:27] <Mic​hiyo> it's awful
L56[06:48:28] <Mic​hiyo> but it works
L57[06:50:09] <Mic​hiyo> Sadly this breaks (for now) dying the tags, and I have to reference items by their *index* in the mod item class >_>
L58[06:53:08] <Forec​aster> Unless I can set the tag color with Lua or when spawning them that doesn't matter
L59[06:53:56] <Mic​hiyo> Yeah.. that is a feature of the current version
L60[06:54:02] <Mic​hiyo> you can set the color when you write them
L61[06:54:27] <Mic​hiyo> Code Block pastebined https://paste.pc-logix.com/afeqovicaw (first 2 are the new things..)
L62[06:55:01] <Forec​aster> does that work still or is that what broke?
L63[06:55:26] <Mic​hiyo> it's broken ATM because I have to re-work how the color stuff gets registered
L64[06:56:29] <Forec​aster> ah, well no worries
L65[06:56:34] <Forec​aster> that's not a critical system
L66[06:58:21] <Forec​aster> oh, also, just realized
L67[06:58:44] <Forec​aster> probably useful to be able to check slot contents too
L68[06:58:50] <Mic​hiyo> from?
L69[06:59:00] <Forec​aster> in the writer
L70[06:59:43] <Forec​aster> It needs to know what's already been output so it doesn't output two stacks of the same goods
L71[06:59:53] <Mic​hiyo> Also, already fixed it
L72[06:59:55] <Mic​hiyo> https://tinyurl.com/2ja2ow9e
L73[06:59:59] <Forec​aster> nice
L74[07:00:23] <Forec​aster> although I could just match each output goods to a slot
L75[07:00:33] <Mic​hiyo> Well, ATM if you write a bulk to slot 1, and then try to write a cold to slot 1 it'll yell at you that they're not the same
L76[07:01:07] <Forec​aster> what happens if you write the same item but different data?
L77[07:01:48] <Mic​hiyo> Umm.... it looks like it might just silently discard the 2nd one? hmm
L78[07:02:31] <Forec​aster> I think the most useful way is if the slot isn't empty it does nothing, just returns false or something
L79[07:02:36] <Mic​hiyo> Yeah, they won't stack, but since they're the same class it doesn't error, it just doesn't output anything ATM
L80[07:03:11] <Mic​hiyo> ATM there is only a single tag implemented, so I need to add another one
L81[07:03:46] <Forec​aster> alternatively if the data and item is the same, try to fill up the stack to the stack limit and return the number of items created
L82[07:04:02] <Forec​aster> if item or data is not the same return -1
L83[07:34:17] ⇨ Joins: Vexatos (~Vexatos@p200300eaef139f078569feb4373f2118.dip0.t-ipconnect.de)
L84[07:34:17] zsh sets mode: +v on Vexatos
L85[07:34:49] <Mic​hiyo> switched to using `insertItem` and suddenly it breaks >_>
L86[07:38:36] <Mic​hiyo> I swear...
L87[07:39:07] <Mic​hiyo> if I've been bashing my head against this for this long because I overrode `insertItem` in the inventory...
L88[07:39:39] <Mic​hiyo> Ok, so no... I'm both relieved and annoyed.
L89[07:40:01] <Forec​aster> I have lingering feelings of that from last night
L90[07:40:45] <Mic​hiyo> I have no idea why I wrote this like this...
L91[07:40:51] <Mic​hiyo> hmm 2 years ago
L92[07:40:55] <Mic​hiyo> .... Topamax.
L93[07:41:45] <Forec​aster> Probably something like "it seemed like a good idea at the time"
L94[07:42:25] <Mic​hiyo> If I'm doing my math right, I was on Topamax for my migraines... which turns me into basically an idiot
L95[07:42:42] <Mic​hiyo> for ~2-3 months after I start taking it
L96[07:43:06] <Mic​hiyo> god damn it..
L97[07:43:18] <Mic​hiyo> It WAS because I was overriding insertItem
L98[07:51:05] <Mic​hiyo> @Forecaster https://tinyurl.com/2ehyqlo7
L99[07:51:33] <Mic​hiyo> it's returning "true" because it "inserted" it, but it got back 2 items since the data didn't match...
L100[07:51:37] <Mic​hiyo> working on cleaning that up a bit
L101[07:53:07] <Mic​hiyo> it's 1 AM, I have to be up in 5 hours..
L102[07:53:13] <Mic​hiyo> I've pushed what I have to the repo
L103[07:53:19] <Mic​hiyo> the writer TE class is a mess
L104[07:53:52] <Mic​hiyo> the reader now takes read(true) and will delete what is in the slot, if you want it to always delete easy enough to remove the conditional
L105[07:58:37] <Mic​hiyo> https://tinyurl.com/2qbz8czh
L106[07:58:47] <Mic​hiyo> false -1 because it didn't insert
L107[07:58:55] <Mic​hiyo> 2 because it inserted 2 as I requested
L108[07:59:08] <Mic​hiyo> and 56 because there were 8 total in the slot when I tried to insert 64
L109[07:59:42] <Mic​hiyo> and then just straight false if I try to add a "bulk" because slot 1 is filled with cooled
L110[08:01:52] <Mic​hiyo> https://tinyurl.com/2hkm3gze
L111[08:02:24] <Mic​hiyo> Pushing that, going to bed
L112[08:02:37] <Mic​hiyo> It needs work, but it's on the way
L113[08:03:29] <Mic​hiyo> Actually wondering if I *SHOULD* break compat... because with the new inventory size it's going to break if you try to open old inventories..
L114[08:03:35] <Mic​hiyo> Something to think about
L115[08:03:36] <Mic​hiyo> good night
L116[09:03:27] <Forec​aster> >Michiyo: Actually wondering if I *SHOULD* break compat... because with the new invento…
L117[09:03:27] <Forec​aster> Do it if you want, like I said it doesn't matter one bit right now since only my test world and a test server exist
L118[09:03:32] <Forec​aster> the test server has like 5 factories
L119[09:24:15] <Forec​aster> >Michiyo: If I'm doing my math right, I was on Topamax for my migraines... which turns …
L120[09:24:15] <Forec​aster> You did more than I managed even then ^^
L121[09:34:22] <Forec​aster> %tonk
L122[09:34:23] <MichiBot> Jiminy Cricket! Forec​aster! You beat Va​ur's previous record of <0 (By 11 hours, 30 minutes and 16 seconds)! I hope you're happy!
L123[09:34:24] <MichiBot> Forecaster's new record is 11 hours, 30 minutes and 16 seconds! Forecaster also gained 0.0115 tonk points for stealing the tonk. Position #2. Need 0.354436 more points to pass Va​ur!
L124[12:10:50] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b8145c7900fe3497fffea975f2.dip.versatel-1u1.de)
L125[14:25:25] <Forec​aster> Hooray, work done, time to test things
L126[14:26:39] ⇨ Joins: Miles (~Miles@082-050-180-159.dynamic.caiway.nl)
L127[14:27:34] ⇦ Quits: Miles (~Miles@082-050-180-159.dynamic.caiway.nl) (Client Quit)
L128[14:50:54] <Forec​aster> @Michiyo not a huge deal since I normally use NEI but the creative menu tab is gone
L129[14:53:56] <Forec​aster> also might just be me, or not done yet, but no item textures
L130[14:54:57] <Forec​aster> oh wait, that was because I wrote "bilk" instead of "bulk"
L131[14:55:13] <Mic​hiyo> Yeah .. it doesn't have any error handling yet
L132[14:55:18] <Mic​hiyo> It was 1am after all
L133[14:55:48] <Mic​hiyo> And yeah, I had to take the creative menu out when I redid registration, will add it back in
L134[14:56:35] ⇦ Quits: Vexatos (~Vexatos@p200300eaef139f078569feb4373f2118.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L135[14:58:17] <Forec​aster> ah, there's one texture for the sides and one for each front
L136[14:58:44] <Forec​aster> going to basically need it to display one texture on all sides
L137[15:10:08] ⇨ Joins: Vexatos (~Vexatos@p200300eaef139f04d5cf6d6908609c20.dip0.t-ipconnect.de)
L138[15:10:08] zsh sets mode: +v on Vexatos
L139[15:26:28] <Forec​aster> https://tinyurl.com/2os6aqmq
L140[15:58:22] <Mic​hiyo> Going to PR those, or just want to give them to me?
L141[15:58:54] <Forec​aster> I'll just PR them later
L142[15:59:54] <Forec​aster> now, this is the old I/O configuration with 1 input and 1 output https://tinyurl.com/2owb6ydn
L143[16:00:33] <Forec​aster> well, the server in the middle is the factory core so that doesn't count
L144[16:00:59] <Forec​aster> This is the new I/O terminal consisting of a combined input/output https://tinyurl.com/2gg7x82t
L145[16:01:22] <Forec​aster> This change got rid of so many blocks
L146[16:05:20] <Mic​hiyo> Do the various returns work for you?
L147[16:05:31] <Forec​aster> I think so
L148[16:06:14] <Forec​aster> I'll start updating the software through the week to use this new hardware
L149[16:06:58] <Mic​hiyo> I'm adding `return new Object[] {false, "invalid tag name passed"};` if you pass an... invalid tag name.
L150[16:06:58] <Mic​hiyo> lol
L151[16:07:27] <Forec​aster> that makes literally no sense!
L152[16:23:33] <Forec​aster> Anyway, this is going to be great, though a lot of work remains
L153[16:24:07] <Forec​aster> I need to throw out the I/O terminal code and write a new one basically
L154[16:24:48] <Forec​aster> fortunately it's pretty dumb, most of the logic is in the factory core, which should be able to stay the same for the most part
L155[16:29:35] <Mic​hiyo> Ok, creative tab added back, need to fix localization
L156[16:34:46] <Mic​hiyo> Ok, pushed those changes
L157[16:36:02] <Mic​hiyo> That became SUCH a headache... lol
L158[16:36:40] <Mic​hiyo> I don't even know how I was getting `minecraft:air` when I checked the class I was setting the slot too it was right... no idea why it was falling through and setting air
L159[16:36:53] <Mic​hiyo> Forge's registry system ftw
L160[16:37:08] <Forec​aster> Meanwhile I changed two textures
L161[16:37:09] <Forec​aster> hooray
L162[16:38:56] <Forec​aster> 🧙‍♂️
L163[16:39:06] <Forec​aster> I've pushed those now
L164[16:40:15] <Mic​hiyo> I forgot you had push access lol
L165[16:40:33] <Forec​aster> oh, me too...
L166[16:41:15] <Forec​aster> I didn't even consider it, I'm too used to making pushes to MB
L167[16:42:00] <Mic​hiyo> >_> ... how did I mess that up
L168[16:42:06] <Mic​hiyo> "writes data to the tag, 128 characters"
L169[16:42:14] <Mic​hiyo> `data.substring(0, 64);`
L170[16:42:43] <Forec​aster> oops
L171[16:42:58] <Mic​hiyo> And that's original lol
L172[16:44:24] <Forec​aster> good thing I don't write that much data to them 😛
L173[16:45:02] ⇨ Joins: Hawk777 (~Hawk777@2607:c000:8289:2300:48b3:f1d3:f89c:a0cf)
L174[17:07:23] ⇨ Joins: maxpowa (~m@irc.everythingisawesome.us)
L175[17:07:35] *** maxpowa is now known as max
L176[17:19:35] ⇦ Quits: max (~m@irc.everythingisawesome.us) (Ping timeout: 189 seconds)
L177[17:41:01] <Amanda> %choose take laptop?
L178[17:41:01] <MichiBot> Ama​nda: Oh yes, definitely!
L179[17:41:04] <Amanda> Hrm.
L180[17:41:13] <Amanda> nah
L181[18:00:34] <Z0id​berg> I'm cooking some chicken
L182[18:00:40] <Z0id​berg> https://tinyurl.com/2qqovpes
L183[18:05:23] <Forec​aster> looks like you're cooking some rocks
L184[18:06:42] <Mic​hiyo> mmmm chicken rocks.
L185[18:09:05] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b8145c7900fe3497fffea975f2.dip.versatel-1u1.de) (Ping timeout: 189 seconds)
L186[18:18:55] <Va​ur> %sip
L187[18:18:56] <MichiBot> You drink a stirring rainbow potion (New!). Vaur has no memory of drinking a potion.
L188[18:24:09] <asie> @Forecaster they're 32x :/
L189[18:24:58] <Forec​aster> yep
L190[18:25:39] <asie> wait, what is this exactly?
L191[18:26:30] <Amanda> Forecaster is making Minecraft TTD
L192[18:26:31] <Forec​aster> OpenTTD in minecraft
L193[18:44:08] <Vexatos> very excited for it
L194[19:04:15] <Forec​aster> It's been several years now since I started working on this
L195[19:04:29] <Forec​aster> I'm glad I haven't made an actual announcement or anything yet
L196[19:51:47] * Amanda collapses into a pile of Floof around Elfi, meows about how The Outside is scary, and this is clearly the foxen's fault
L197[20:16:58] <Forec​aster> Amanda melted!
L198[20:23:04] <Amanda> %choose waves; em or pressure
L199[20:23:04] <MichiBot> Ama​nda: pressure waves
L200[21:04:44] <Mic​hiyo> *sighs*
L201[21:04:52] <Mic​hiyo> damnit... headache was getting better
L202[21:04:55] <Mic​hiyo> and now it's back
L203[21:05:13] <Forec​aster> >:
L204[21:05:28] * Amanda continues leaning on the "Michiyo brain pain" lever
L205[21:05:55] <Amanda> @Inari would you report blåhaj?
L206[21:06:33] <Amanda> s/report/repost/
L207[21:06:34] <MichiBot> <Amanda> @Inari would you repost blåhaj?
L208[22:22:35] <Forec​aster> %tonkout
L209[22:22:36] <MichiBot> Yay! Forec​aster! You beat your own previous record of 11 hours, 30 minutes and 16 seconds (By 1 hour, 17 minutes and 56 seconds)! I hope you're happy!
L210[22:22:37] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.012 tonk points! plus 0.022 bonus points for consecutive hours! Current score: 3.50110825, Position #2 Need 0.320436 more points to pass Va​ur!
L211[22:33:46] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b8145c7900fe3497fffea975f2.dip.versatel-1u1.de)
L212[22:38:15] ⇦ Quits: Vexatos (~Vexatos@p200300eaef139f04d5cf6d6908609c20.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L213[23:13:29] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b8145c7900fe3497fffea975f2.dip.versatel-1u1.de) (Quit: Leaving)
L214[23:18:22] <Amanda> %choose rain box or games
L215[23:18:22] <MichiBot> Ama​nda: "rain box" is for cool kids!
L216[23:18:38] <Amanda> %8ball am I a low-temp goat kitten?
L217[23:18:38] <MichiBot> Ama​nda: Reply hazy, try again
L218[23:18:57] <Amanda> %8ball same question
L219[23:18:57] <MichiBot> Ama​nda: I don't think that's a question...
L220[23:19:04] <Amanda> Fuck it
L221[23:19:10] * Amanda leaves Elfi in the waiting box
<<Prev Next>> Scroll to Top