<<Prev
Next>>
Scroll to Bottom
Stuff goes here
L1[00:30:39] ⇦
Quits: Brokkoli (~Brokkoli@p5B23CE53.dip0.t-ipconnect.de) (Quit:
Die Sprache der Politik ist daf�r gemacht, dass L�gen wahr klingen
und das T�ten angemessen wirkt. (George Orwell))
L2[00:32:05] ⇦
Quits: Neal (~Neal@47.146.41.184) (Remote host closed the
connection)
L3[00:32:23] ⇨
Joins: Neal (~Neal@47.146.41.184)
L4[00:52:45] ⇦
Quits: xPucTu4 (~yahoo@Redstone.Systems) (Ping timeout: 190
seconds)
L5[00:55:20] ⇨
Joins: xPucTu4 (~yahoo@Redstone.Systems)
L6[00:58:01] ⇦
Quits: sinkillerj (~sinkiller@67.238.190.34) (Quit:
またね)
L7[01:09:29] ⇨
Joins: Hunterz
(~hunterz@2001:af0:8000:1c01:6af7:28ff:fe37:5d6a)
L8[01:10:30] ⇦
Quits: Doty1154 (~Doty1154@2601:648:8000:134f:5dd6:c900:e9e:430e)
(Read error: Connection reset by peer)
L9[01:15:33] ⇨
Joins: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L10[01:26:20] ⇦
Quits: Neal (~Neal@47.146.41.184) (Ping timeout: 183
seconds)
L11[01:40:48] ⇦
Quits: Larry1123 (Larry1123@irc.larry1123.net) (Ping timeout: 183
seconds)
L12[01:51:28] ⇨
Joins: Larry1123 (Larry1123@irc.larry1123.net)
L13[02:00:03] <MCPBot_Reborn> [TEST CSV]
Pushing snapshot_20171106 mappings to Forge Maven.
L14[02:00:07] <MCPBot_Reborn> [TEST CSV]
Maven upload successful for mcp_snapshot-20171106-1.12.zip
(mappings = "snapshot_20171106" in build.gradle).
L15[02:00:17] <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/
L16[02:21:58] ⇦
Quits: Larry1123 (Larry1123@irc.larry1123.net) (Ping timeout: 186
seconds)
L17[02:26:57] ⇦
Quits: nanoaquila
(~nanoaquil@cpc113718-basl12-2-0-cust512.20-1.cable.virginm.net)
(Ping timeout: 204 seconds)
L18[02:29:40] ⇨
Joins: Larry1123 (Larry1123@irc.larry1123.net)
L19[02:37:01] ⇨
Joins: gigaherz|work (~gigaherz@84.89.63.25)
L20[02:38:58] ⇦
Quits: Larry1123 (Larry1123@irc.larry1123.net) (Ping timeout: 204
seconds)
L21[02:45:21] ⇨
Joins: Noppes (~Noppes@ip56530f2e.direct-adsl.nl)
L22[02:56:40] ⇨
Joins: Larry1123 (Larry1123@irc.larry1123.net)
L23[03:08:46] ⇦
Quits: mr_flea (kbuck@lakfakalle.mrflea.net) (Ping timeout: 206
seconds)
L24[03:11:06] ⇨
Joins: mr_flea (kbuck@lakfakalle.mrflea.net)
L25[03:27:09] ⇦
Quits: PitchBright
(~PitchBrig@cpe00fc8d8a3ce3-cm00fc8d8a3ce0.cpe.net.cable.rogers.com)
(Ping timeout: 200 seconds)
L26[03:33:04] ⇦
Quits: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit:
Javaschreiber)
L27[03:44:06] ⇦
Quits: quadraxis
(~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net)
(Ping timeout: 186 seconds)
L28[04:34:27] ⇨
Joins: mallrat208 (~mallrat20@107.145.144.41)
L29[04:39:56] ⇦
Quits: immibis (~chatzilla@122-59-205-39.jetstream.xtra.co.nz)
(Ping timeout: 204 seconds)
L30[05:11:59] ⇨
Joins: npe|office
(~NPExcepti@bps-gw.hrz.tu-chemnitz.de)
L31[05:17:04] ⇨
Joins: KGS (~KGS@h-158-174-9-50.NA.cust.bahnhof.se)
L32[05:20:16] ⇨
Joins: quadraxis
(~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net)
L33[05:37:04] ⇨
Joins: ben_mkiv
(~ben_mkiv@p4FED5294.dip0.t-ipconnect.de)
L34[05:37:29] <Me4502> TileEntity#update()
is what I should be calling to have it send an update to the client
right?
L35[05:39:14] <billy> no, thats the tick
loop to update itself
L36[05:39:18] <gigaherz|work> no lol
XD
L37[05:39:26] <Me4502> Nice, so I'm not
going crazy
L38[05:39:31] <gigaherz|work>
world.notifyBlockUpdate, or a custom packet
L39[05:39:32] <Me4502> What should I be
calling to update the tile entity?
L40[05:39:36] <Me4502> Cool, thanks
L41[05:39:57] <gigaherz|work>
notifyBlockUpdate will cause mc to call getUpdatePacket on the
server
L42[05:40:08] <gigaherz|work> and then upon
receiving that packet, onDataPacket on the client
L43[05:41:55] <Me4502> Ah wait, markDirty()
is what I'm calling
L44[05:42:01] <Me4502> Was looking at the
wrong mappings
L45[05:42:09] <gigaherz|work> markDirty
doesn't update the client
L46[05:42:35] <Me4502> Yeah, I'll do what
you said - thanks
L47[05:43:35] <Me4502> So issue here - if I
call that will it override the blockstate, therefore resetting the
tile entity?
L48[05:45:39] <gigaherz|work> not if you
make the old and new blockstate the same
L49[05:45:40] <gigaherz|work> but
L50[05:45:44] <Me4502> Cool, thanks
L51[05:45:46] <gigaherz|work> if you have
issues with the TE resetting
L52[05:45:51] <gigaherz|work> override
shouldRefresh
L53[05:46:01] <gigaherz|work> to return
oldState.getBlock() != newSate.getBlock()
L54[05:51:11] <Me4502> calling the notify
method worked, thanks
L55[06:08:59] ⇦
Quits: tfox83 (sid47177@id-47177.brockwell.irccloud.com) (Quit:
Connection closed for inactivity)
L56[06:11:30] ⇨
Joins: Umbraco
(~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp)
L57[06:27:50] ⇦
Quits: KGS (~KGS@h-158-174-9-50.NA.cust.bahnhof.se) (Ping timeout:
186 seconds)
L58[06:45:59] ⇨
Joins: Lunatrius` (~Lunatrius@77.38.21.155)
L59[06:47:31] ⇨
Joins: Nedelosk
(~Nedelosk@ip-109-90-75-57.hsi11.unitymediagroup.de)
L60[06:48:30] ⇦
Quits: Lunatrius (~Lunatrius@77.38.21.155) (Ping timeout: 204
seconds)
L61[06:48:31] ***
Lunatrius` is now known as Lunatrius
L62[07:19:20] <ben_mkiv> so looking at some
code... some mods just have their models as
"javacode"
L63[07:19:47] <ben_mkiv> is there any best
practice? or could i just throw an wavefront object to the assets
and parse that? :>
L64[07:19:58] <gigaherz|work> forge comes
with .obj parsing
L65[07:20:00] ⇨
Joins: malte0811 (~malte@185.134.128.197)
L66[07:20:07] <gigaherz|work> using java
for models is really bad practice
L67[07:20:26] <ben_mkiv> you talked about
that b3d before, thats what vanilla uses?
L68[07:20:38] <gigaherz|work> no
L69[07:20:41] <gigaherz|work> vanilla has
the json model format
L70[07:20:46] <gigaherz|work> and
everything else is java models
L71[07:21:02] <gigaherz|work> but that
doesn't mean you should copy the bad things from vanilla
L72[07:21:08] <ben_mkiv> :D
L73[07:21:14] <ben_mkiv> guess i'll go for
the wavefront obj
L74[07:49:13] ⇦
Quits: npe|office (~NPExcepti@bps-gw.hrz.tu-chemnitz.de) (Remote
host closed the connection)
L75[07:57:20] ⇨
Joins: PitchBright
(~PitchBrig@CPE00fc8d8a3ce3-CM00fc8d8a3ce0.cpe.net.cable.rogers.com)
L76[07:58:29] ⇦
Quits: Nedelosk
(~Nedelosk@ip-109-90-75-57.hsi11.unitymediagroup.de) (Ping timeout:
183 seconds)
L77[08:00:54] <ben_mkiv> does anyone know
how the textures get mapped for wavefront material libs?
L78[08:01:47] <ben_mkiv> so i have this in
my mtl file "map_Kd
/home/ben_mkiv/Blender/textures/patterns/camo1.png"
L79[08:01:54] <ben_mkiv> and want to map it
to some asset inside minecraft
L80[08:07:47] <gigaherz|work> change
it
L81[08:07:49] <gigaherz|work> to like
L82[08:07:51] <gigaherz|work>
modid:whatever
L83[08:07:58] <gigaherz|work> like you
would use on a json model
L84[08:07:59] <ben_mkiv> so just a normal
resource location
L85[08:08:01] <gigaherz|work> yup
L86[08:08:04] <ben_mkiv> ok, thanks
:)
L87[08:16:07] ⇨
Joins: Nedelosk
(~Nedelosk@ip-109-90-75-57.hsi11.unitymediagroup.de)
L88[08:18:20] ⇨
Joins: h404bi (~h404bi@119.129.118.245)
L89[08:22:51] ⇦
Quits: Hunterz (~hunterz@2001:af0:8000:1c01:6af7:28ff:fe37:5d6a)
(Remote host closed the connection)
L90[08:29:33] ⇨
Joins: flappy
(~flappy@a88-113-154-4.elisa-laajakaista.fi)
L91[09:15:52] ⇨
Joins: sinkillerj
(~sinkiller@nc-67-238-184-72.dhcp.embarqhsd.net)
L92[09:19:51] ⇨
Joins: Swampfox (webchat@47.201.145.175)
L93[09:22:03] ⇨
Joins: auenfx8
(~David@CPE-143-238-101-125.nsw.bigpond.net.au)
L94[09:22:20] ⇦
Quits: auenf (~David@CPE-143-238-101-125.nsw.bigpond.net.au) (Read
error: Connection reset by peer)
L95[09:23:49] ⇨
Joins: auenf
(~David@CPE-143-238-101-125.nsw.bigpond.net.au)
L96[09:23:50] ⇦
Quits: auenfx8 (~David@CPE-143-238-101-125.nsw.bigpond.net.au)
(Remote host closed the connection)
L97[09:26:47] ⇦
Quits: Swampfox (webchat@47.201.145.175) (Quit: Web client
closed)
L98[09:27:49] ⇨
Joins: Swampfox (~Swampfox@47.201.145.175)
L99[09:28:07] <Swampfox> anybody online
willing to try to assist with a server connection problem?
L100[09:34:05]
⇨ Joins: gigaherz_ (~gigaherz@84.89.63.25)
L101[09:36:08] ⇦
Quits: gigaherz|work (~gigaherz@84.89.63.25) (Ping timeout: 183
seconds)
L102[09:37:58] ⇦
Quits: gigaherz_ (~gigaherz@84.89.63.25) (Ping timeout: 198
seconds)
L103[09:46:02] <ben_mkiv> so i get this
error "at
net.minecraftforge.fml.common.registry.EntityRegistry.registerModEntity(EntityRegistry.java:170)"
L104[09:46:12] <ben_mkiv> but line 170 is
empty space between two functions...?!
L105[09:46:35] <Ordinastie> discrepency
between class and src
L106[09:46:52] <ben_mkiv> is that because
i did something wrong with gradle/mappings?
L107[09:47:08] <Ordinastie> not sure, but
I would resetup the thing
L108[09:47:12] <ben_mkiv> oh wait, i
compile for 1.12.1 but running on 1.12.2
L109[09:47:15] <ben_mkiv> that might be
the issue
L110[09:47:19] <Ordinastie> it is
L111[09:48:56]
⇨ Joins: McJty
(~jorrit@ptr-9197ufo6vw9vcmqx67t.18120a2.ip6.access.telenet.be)
L112[09:59:08] ⇦
Quits: Delaxarnyazer
(~Delaxarny@2a02:a44e:91ce:1:50a3:ad04:9869:2e0f) (Ping timeout:
204 seconds)
L113[10:01:30]
⇨ Joins: Delaxarnyazer
(~Delaxarny@ip56572345.direct-adsl.nl)
L114[10:03:14] ⇦
Parts: malte0811 (~malte@185.134.128.197) ())
L115[10:03:20]
⇨ Joins: SanAndreasP
(~SanAndrea@i577a59dd.versanet.de)
L116[10:24:07] ⇦
Quits: Swampfox (~Swampfox@47.201.145.175) ()
L117[10:30:54] ⇦
Quits: quadraxis
(~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net)
(Ping timeout: 183 seconds)
L118[10:59:31]
⇨ Joins: Hunterz (~hunterz@62.182.234.189)
L119[11:03:17] ⇦
Quits: Umbraco (~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp) (Ping
timeout: 200 seconds)
L120[11:10:42]
⇨ Joins: Neal (~Neal@47.146.41.184)
L121[11:24:18]
⇨ Joins: Brokkoli
(~Brokkoli@p5B23CE53.dip0.t-ipconnect.de)
L122[11:41:29] ⇦
Quits: Ri5ux (~Ri5ux@ip174-74-32-237.om.om.cox.net) (Quit:
Leaving)
L123[11:54:37] ⇦
Quits: h404bi (~h404bi@119.129.118.245) (Ping timeout: 200
seconds)
L124[11:56:32]
⇨ Joins: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L125[12:01:19] ⇦
Quits: SeargeDP (~Searge@c83-250-150-134.bredband.comhem.se) (Ping
timeout: 183 seconds)
L126[12:10:30] ⇦
Quits: Cornelia (~Nel@c-75-71-231-133.hsd1.co.comcast.net) (Read
error: Connection reset by peer)
L127[12:11:40]
⇨ Joins: Cornelia
(~Nel@c-75-71-231-133.hsd1.co.comcast.net)
L128[12:17:48] ⇦
Quits: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit:
Javaschreiber)
L129[12:17:57]
⇨ Joins: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L130[12:39:25] ⇦
Quits: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit:
Javaschreiber)
L131[12:42:16] <ben_mkiv> so version
mismatch wasnt the reason oO
L132[12:42:44] <ben_mkiv> %mappings
L133[12:43:12] <ben_mkiv> uhm, hows the
bot command for mappings and latest forge snapshot?
L134[12:43:44] ⇦
Quits: cjm721 (~cjm721@2601:647:4502:c72d:8c6e:34dc:9985:3c53)
(Remote host closed the connection)
L135[12:44:06]
⇨ Joins: cjm721
(~cjm721@2601:647:4502:c72d:8c6e:34dc:9985:3c53)
L136[12:44:11] <ben_mkiv>
%mcpmappings
L137[12:44:34] ⇦
Quits: p455w0rd (p455w0rd@c-98-220-249-33.hsd1.in.comcast.net)
(Ping timeout: 198 seconds)
L138[12:45:14] ⇦
Quits: cjm721 (~cjm721@2601:647:4502:c72d:8c6e:34dc:9985:3c53)
(Remote host closed the connection)
L139[12:45:42]
⇨ Joins: cjm721
(~cjm721@2601:647:4502:c72d:8c6e:34dc:9985:3c53)
L140[12:48:21]
⇨ Joins: p455w0rd
(p455w0rd@c-98-220-249-33.hsd1.in.comcast.net)
L141[12:55:34] ⇦
Quits: p455w0rd (p455w0rd@c-98-220-249-33.hsd1.in.comcast.net)
(Ping timeout: 183 seconds)
L142[12:58:21]
⇨ Joins: p455w0rd
(~p455w0rd@c-98-220-249-33.hsd1.in.comcast.net)
L143[13:06:48]
⇨ Joins: Ipsis
(~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L144[13:08:09] ***
DaMachinator is now known as Arcanitor|ZNC
L145[13:17:11] ⇦
Quits: McJty
(~jorrit@ptr-9197ufo6vw9vcmqx67t.18120a2.ip6.access.telenet.be)
(Quit: Leaving)
L146[13:17:46]
⇨ Joins: malte0811 (~malte@185.134.128.197)
L147[13:22:58] ⇦
Quits: ben_mkiv (~ben_mkiv@p4FED5294.dip0.t-ipconnect.de) (Ping
timeout: 198 seconds)
L148[13:23:15] ⇦
Quits: sinkillerj (~sinkiller@nc-67-238-184-72.dhcp.embarqhsd.net)
(Remote host closed the connection)
L149[13:39:13]
⇨ Joins: Hgrebnednav
(~Hgrebnedn@d8D872A6E.access.telenet.be)
L150[14:10:51]
⇨ Joins: sinkillerj
(~sinkiller@nc-67-238-184-72.dhcp.embarqhsd.net)
L151[14:17:37]
⇨ Joins: immibis
(~chatzilla@122-59-205-39.jetstream.xtra.co.nz)
L152[14:20:55] ⇦
Quits: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping
timeout: 200 seconds)
L153[14:22:50] ⇦
Parts: malte0811 (~malte@185.134.128.197) ())
L154[14:25:42]
⇨ Joins: Doty1154
(~Doty1154@2601:648:8000:134f:fddd:d218:33:a044)
L155[14:30:23] <ghz|afk> I'm thinking of
making a multiblock structure for storing enchanted books
L156[14:30:29] <ghz|afk> anyone knows some
mod that already has that?
L157[14:46:35] ⇦
Quits: immibis (~chatzilla@122-59-205-39.jetstream.xtra.co.nz)
(Ping timeout: 200 seconds)
L158[14:48:10] ⇦
Quits: Chais (~Chais@62.178.210.212) (Read error: Connection reset
by peer)
L159[14:52:06]
⇨ Joins: Chais (~Chais@62.178.210.212)
L160[14:53:39] ⇦
Quits: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi) (Ping
timeout: 204 seconds)
L161[15:22:55]
⇨ Joins: KGS
(~KGS@h-158-174-9-50.NA.cust.bahnhof.se)
L162[15:41:48] ⇦
Quits: turt2live (~travist2l@2001:470:1af1:107::e) (Remote host
closed the connection)
L163[15:41:48] ⇦
Quits: m5w (~m5wmatrix@2001:470:1af1:107::86) (Remote host closed
the connection)
L164[15:49:38] ***
Santa|afk is now known as SatanicSanta
L165[15:51:29]
⇨ Joins: turt2live
(~travist2l@2001:470:1af1:107::e)
L166[15:54:50] ⇦
Quits: Hgrebnednav (~Hgrebnedn@d8D872A6E.access.telenet.be) (Ping
timeout: 383 seconds)
L167[16:03:54] ⇦
Quits: Hunterz (~hunterz@62.182.234.189) (Remote host closed the
connection)
L168[16:06:35] ⇦
Quits: Nedelosk
(~Nedelosk@ip-109-90-75-57.hsi11.unitymediagroup.de) (Read error:
Connection reset by peer)
L169[16:24:30] ⇦
Quits: Noppes (~Noppes@ip56530f2e.direct-adsl.nl) (Read error:
-0x1: UNKNOWN ERROR CODE (0001))
L170[16:31:30]
⇨ Joins: Searge
(~Searge@c83-250-150-134.bredband.comhem.se)
L171[16:43:55] ⇦
Quits: Abrar|gone (~AbrarSyed@ipv6.abrarsyed.com) (Quit: All things
are trivial once you've mastered them.)
L172[16:43:55] ⇦
Quits: Reika (~Reika@reika.kalseki.mods.abrarsyed.com) (Quit: ZNC -
http://znc.in)
L173[16:43:55] ⇦
Quits: diesieben07
(~diesieben@2001:19f0:6400:8965:5400:ff:fe07:8777) (Quit: ZNC -
http://znc.in)
L175[16:43:55] ⇦
Quits: Dries007 (~DriesZNC@abrarsyed.com) (Quit: ZNC - http://znc.in)
L176[16:43:55] ⇦
Quits: x3n0ph0b3 (~x3n0ph0b3@abrarsyed.com) (Quit: ZNC - http://znc.in)
L177[16:45:40]
⇨ Joins: Abrar|gone
(~AbrarSyed@ipv6.abrarsyed.com)
L178[16:45:40]
MineBot sets mode: +o on Abrar|gone
L179[16:46:08] ***
Abrar|gone is now known as AbrarSyed
L180[16:46:48]
⇨ Joins: Dries007 (~DriesZNC@abrarsyed.com)
L181[16:46:57]
⇨ Joins: diesieben|away
(~diesieben@abrarsyed.com)
L182[16:47:24] ***
diesieben|away is now known as diesieben07
L183[16:47:26]
⇨ Joins: Wuppy (~wuppyZNC@abrarsyed.com)
L184[16:48:07]
⇨ Joins: x3n0ph0b3 (~x3n0ph0b3@abrarsyed.com)
L185[16:50:34]
⇨ Joins: Umbraco
(~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp)
L186[17:12:59]
⇨ Joins: ben_mkiv
(~ben_mkiv@p4FED5294.dip0.t-ipconnect.de)
L187[17:14:38] ⇦
Quits: Spottedleaf
(~Spottedle@node-1w7jr9qqos9g1d5i6y7dss3px.ipv6.telus.net) (Killed
(NickServ (GHOST command used by
Spottedleaf_!~Spottedle@node-1w7jr9qqos9g2tc1p0ioryubz.ipv6.telus.net)))
L188[17:14:44]
⇨ Joins: Spottedleaf
(~Spottedle@node-1w7jr9qqos9g2tc1p0ioryubz.ipv6.telus.net)
L189[17:29:41] ⇦
Quits: SanAndreasP (~SanAndrea@i577a59dd.versanet.de) (Quit:
Leaving)
L190[17:35:47] ⇦
Quits: airbreather (~airbreath@d149-67-99-43.nap.wideopenwest.com)
(Ping timeout: 204 seconds)
L191[18:18:12] ⇦
Quits: ollieread (~ollieread@exia.ollieread.com) (Ping timeout: 204
seconds)
L192[18:18:31] ⇦
Quits: Umbraco (~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp) (Ping
timeout: 200 seconds)
L193[18:41:15] ⇦
Quits: ghz|afk (gigaherz@141.red-88-9-13.dynamicip.rima-tde.net)
(Remote host closed the connection)
L194[19:11:12] ***
SatanicSanta is now known as Santa|afk
L195[19:30:14] ⇦
Quits: ben_mkiv (~ben_mkiv@p4FED5294.dip0.t-ipconnect.de) (Ping
timeout: 186 seconds)
L196[19:42:56]
⇨ Joins: ben_mkiv
(~ben_mkiv@p57972076.dip0.t-ipconnect.de)
L197[20:37:58] ⇦
Quits: KGS (~KGS@h-158-174-9-50.NA.cust.bahnhof.se) (Ping timeout:
186 seconds)
L198[20:54:05] <LexMobile> PaleOff:
Whenever you're free next wanna catch up.
L199[20:54:09]
⇨ Joins: Drullkus (~Drullkus@tterrag.com)
L200[20:54:59] <Drullkus> Is there a way I
can make an IMC message that'll be read by any mod? In a way that's
like "toss it out there"
L201[20:55:03]
⇨ Joins: airbreather
(~airbreath@d149-67-99-43.nap.wideopenwest.com)
L202[20:55:30] <LexMobile> An event?
L203[20:57:10] ⇦
Quits: ben_mkiv (~ben_mkiv@p57972076.dip0.t-ipconnect.de) (Ping
timeout: 204 seconds)
L204[21:01:10] <Drullkus> What I'm trying
to do is make a custom loading screen over the regular dimension
loading screen, but the thing is that Tropicraft is already doing a
such thing. There would be a bit of a conflict as to who does what
if you were switching from say Tropicraft to Twilight Forest. So
what I want to do is be able to tell Tropicraft the Dimension ID
and name but perhaps be able to tell other mods as well. I'm just
wondering if I can actually
L205[21:01:10] <Drullkus> make this a
"generic" thing for any mod who wants to join in. I'd
like to avoid code dependencies as well including apis. If that's
not possible I can just add the specific IMC to tropicraft and
other mods as needed
L206[21:09:34] <LexMobile> *points at
forge*
L207[21:10:37] <Corosus> yeah iirc you can
just send out imc and the mod can opt to listen in based on the
mod/title of the imc event or something
L208[21:10:40] <Corosus> havent done it in
a while
L209[21:12:37] <LexMobile> You can, but
honestly this seems more like something that should be formalized
and added to the world provider like the join/leave messages
L210[21:15:29] <Drullkus> So I can send
the IMC to forge and and I can just read forge's imc?
L211[21:16:01] <Drullkus> This somehow
seems a bit naughty reading someone else's mailbox but sounds like
it'd work
L212[21:17:37] <Drullkus> Hmmm
L213[21:25:09] <LexMobile> No I was
refering to saying fuck it to the IMC shit
L214[21:25:22] <LexMobile> and Just
building whatever you need to show the fancy screen you want into
FOrge
L215[21:25:46] <LexMobile> all you need to
do is have some system to claim the loading screen based on either
the dimension coming from or going to, to is most likely the better
idea
L216[21:33:34] <Drullkus> Sounds
good
L217[21:47:58]
⇨ Joins: Umbraco
(~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp)
L218[21:59:37]
⇨ Joins: McJty
(~jorrit@ptr-9197ufojs1dhzio3t5y.18120a2.ip6.access.telenet.be)
L219[22:04:19] ⇦
Quits: l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) (Ping
timeout: 204 seconds)
L220[22:08:34] ⇦
Quits: mallrat208 (~mallrat20@107.145.144.41) (Quit:
Leaving)
L221[22:16:26]
⇨ Joins: l4mRh4X0r
(l4mRh4X0r@pomacium.student.ipv6.utwente.nl)
L222[22:26:40]
⇨ Joins: Mraof
(~mraof@pool-100-7-97-88.rcmdva.fios.verizon.net)
L223[22:52:16]
⇨ Joins: Blarghedy (Blarghedy@50.90.116.51)
L224[22:58:58] ⇦
Quits: Lathanael|Away (~Lathanael@p54960EB9.dip0.t-ipconnect.de)
(Ping timeout: 198 seconds)
L225[23:00:33]
⇨ Joins: Lathanael|Away
(~Lathanael@p549602B6.dip0.t-ipconnect.de)
L226[23:09:16]
⇨ Joins: williewillus
(~williewil@rrcs-67-78-117-195.sw.biz.rr.com)
L227[23:09:25] <williewillus> !dcc
L228[23:19:41]
⇨ Joins: immibis
(~chatzilla@122-59-205-39.jetstream.xtra.co.nz)
L229[23:20:31] ⇦
Quits: williewillus (~williewil@rrcs-67-78-117-195.sw.biz.rr.com)
(Quit: Leaving)
L230[23:38:24] ⇦
Quits: Brokkoli (~Brokkoli@p5B23CE53.dip0.t-ipconnect.de) (Quit:
Die Sprache der Politik ist daf�r gemacht, dass L�gen wahr klingen
und das T�ten angemessen wirkt. (George Orwell))
L231[23:39:38] ⇦
Quits: McJty
(~jorrit@ptr-9197ufojs1dhzio3t5y.18120a2.ip6.access.telenet.be)
(Quit: Leaving)
L232[23:55:48]
⇨ Joins: cpup (~cpup@32.218.114.250)