<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:10:39] ⇦ Quits: Upthorn (Upthorn!~ogmar@108-204-125-173.lightspeed.frokca.sbcglobal.net) (Ping timeout: 383 seconds)
L2[00:20:23] ⇦ Quits: gigaherz (gigaherz!gigaherz@4.red-88-6-84.staticip.rima-tde.net) (Remote host closed the connection)
L3[00:34:17] ⇦ Quits: quadraxis (quadraxis!~quadraxis@cpc77295-basf12-2-0-cust599.12-3.cable.virginm.net) (Ping timeout: 186 seconds)
L4[00:53:15] ⇨ Joins: Unh0ly_Tigg (Unh0ly_Tigg!~Unh0ly_Ti@c-24-21-196-226.hsd1.or.comcast.net)
L5[01:06:13] ⇨ Joins: axel (axel!~axel@2a00:801:211:db81:fc3f:7c15:eb2e:2)
L6[01:06:51] ⇨ Joins: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L7[01:09:16] ⇦ Quits: axel (axel!~axel@2a00:801:211:db81:fc3f:7c15:eb2e:2) (Remote host closed the connection)
L8[01:11:19] ⇨ Joins: Upth (Upth!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L9[02:00:03] <MCPBot_Reborn> [TEST CSV] Pushing snapshot_20180415 mappings to Forge Maven.
L10[02:00:07] <MCPBot_Reborn> [TEST CSV] Maven upload successful for mcp_snapshot-20180415-1.12.zip (mappings = "snapshot_20180415" in build.gradle).
L11[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/
L12[02:03:06] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:383d:67e4:a026:1705) (Read error: Connection reset by peer)
L13[02:07:17] ⇨ Joins: Nedelosk (Nedelosk!~Nedelosk@ip-109-90-121-64.hsi11.unitymediagroup.de)
L14[02:14:32] ⇨ Joins: Noppes (Noppes!~Noppes@ip56530f2e.direct-adsl.nl)
L15[03:06:38] ⇨ Joins: axel (axel!~axel@2a00:801:211:db81:fc3f:7c15:eb2e:2)
L16[03:08:00] ⇨ Joins: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93)
L17[03:24:24] <axel> is it safe to call com.sun.org.apache.internal.security.Init.init()? im trying to localize the name of an itemstack but the game tells me to do this
L18[03:25:10] <axel> like this https://imgur.com/a/HmFIZ
L19[03:29:03] ⇨ Joins: Ipsis (Ipsis!~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L20[03:30:55] <axel> besides, how can this not work for my item but it can work for vanilla? all im doing is overriding getItemStackDisplayName and returning I18n.translate...
L21[03:31:17] <Ordinastie> you're doing something wrong
L22[03:31:50] <Akkarin> General rule of thumb: if a package name includes "sun" or "internal" you have no business calling anything in it
L23[03:31:57] <axel> hmm
L24[03:32:32] <Akkarin> Since classes inside the sun namespaces are typically internal implementations in the JRE (and aren't even accessible in Java 9 in most cases)
L25[03:32:45] <axel> would getting the unlocalized name from nbt affect it?
L26[03:33:13] <Ordinastie> show your code
L27[03:34:23] <axel> sorry, got to go for a while, ill respond when i get back
L28[03:36:45] <Unh0ly_Tigg> There might be 2 different I18n classes, and the one you imported is the one that's giving that text, whereas there's one in the minecraft/forge packages that you *should* be using instead of one packaged by java itself.
L29[03:38:07] ⇦ Quits: Unh0ly_Tigg (Unh0ly_Tigg!~Unh0ly_Ti@c-24-21-196-226.hsd1.or.comcast.net) (Quit: Leaving)
L30[04:09:24] ⇦ Quits: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93) (Quit: Leaving)
L31[04:10:09] <axel> yeah, that was it
L32[04:10:20] <axel> its annoying when two classes have the same name...
L33[04:11:40] <kashike> no it isn't
L34[04:12:17] <axel> it is for me, since idea didnt give me the option of choosing which one to import
L35[04:12:40] <axel> it just automatically imported the one from sun
L36[04:13:22] <Ordinastie> I'm usually all for "IDEA sux" but in that case, that's doubtful
L37[04:13:51] <axel> it usually gives me the option to choose, but this time it didnt
L38[04:13:55] <axel> not sure why
L39[04:14:37] <axel> what do you use if you dont use idea, then?
L40[04:14:45] <Ordinastie> Eclipse
L41[04:14:49] <axel> hrm
L42[04:14:54] <axel> i dislike the design and feel of it
L43[04:15:07] <axel> id personally take idea over it any day of the week
L44[04:16:45] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p4fed5491.dip0.t-ipconnect.de)
L45[04:17:15] <kashike> eclipse can go to hell
L46[04:17:48] <Ordinastie> afraid to be alone there?
L47[04:18:24] <kashike> no, i'm in heaven with intellij
L48[04:51:50] <Akkarin> Honestly I've never seen a case where IntelliJ doesn't ask you
L49[04:52:20] <Akkarin> if the project is configured correctly it will give you the option unless the bounds dictated by the rest of your code reduce your choices already
L50[04:52:23] * Akkarin pets kashike
L51[04:52:27] <Akkarin> :3
L52[04:52:36] <axel> im guessing its because i typed the full name of the class out without pressing enter
L53[04:52:42] <axel> maybe
L54[04:52:59] <Akkarin> even then it gives you the option
L55[04:53:14] <Akkarin> generally IntelliJ does not import anything automatically unless there is no other possible option (and I'm pretty sure you can even disable that)
L56[04:53:57] <axel> well, i dont know
L57[04:54:27] <Akkarin> https://redundant.space/screenshots/dd9474b3-0ade-4f6c-a3d2-4f7593ac9f4e.png this menu literally comes up when I try it in an arbitrary project right now ;)
L58[04:55:08] <axel> it came up for me to, but i didnt press enter on anything
L59[04:55:33] <axel> i wasnt paying much attention
L60[04:56:15] <Akkarin> in that case it doesn't import anything ;)
L61[04:56:21] <Akkarin> enter = import, just typing = nothing but text
L62[05:14:41] ⇦ Quits: axel (axel!~axel@2a00:801:211:db81:fc3f:7c15:eb2e:2) (Remote host closed the connection)
L63[06:23:37] ⇦ Quits: IoP (IoP!jikuja@irc.ioppi.info) (Ping timeout: 186 seconds)
L64[06:24:31] ⇨ Joins: IoP (IoP!jikuja@irc.ioppi.info)
L65[06:31:43] <ben_mkiv> anyone got some quick reference for disabling the JEI overlay when an inventory GUI is rendered?
L66[07:10:16] ⇨ Joins: gigaherz (gigaherz!gigaherz@4.red-88-6-84.staticip.rima-tde.net)
L67[07:12:00] ⇦ Quits: immibis (immibis!~chatzilla@222-155-160-32-fibre.bb.spark.co.nz) (Ping timeout: 186 seconds)
L68[07:42:57] ⇨ Joins: moony_ (moony_!~moony@tx-76-4-59-138.dhcp.embarqhsd.net)
L69[07:43:45] ⇦ Quits: moony (moony!~moony@tx-76-4-59-138.dhcp.embarqhsd.net) (Ping timeout: 198 seconds)
L70[07:45:17] <ben_mkiv> do i have to sync custom nbt for tileentities on my own with internal server/client?
L71[07:46:28] <ben_mkiv> im overwriting writeToNBT/readFromNBT but somehow the data is only available on the server side after reloading a save game
L72[07:55:36] ⇦ Quits: RichardG (RichardG!~RichardG@201.37.243.160) (Ping timeout: 186 seconds)
L73[08:00:43] ⇨ Joins: RichardG (RichardG!~RichardG@201.37.243.160)
L74[08:00:43] MineBot sets mode: +v on RichardG
L75[08:09:36] * ben_mkiv sighs... is there any generic way to request a full nbt sync?
L76[08:09:48] <ben_mkiv> for tileentities^
L77[08:12:27] ⇦ Quits: gigaherz (gigaherz!gigaherz@4.red-88-6-84.staticip.rima-tde.net) (Remote host closed the connection)
L78[08:13:17] ⇨ Joins: Fye (Fye!~Fye@146-241-17-134.dyn.eolo.it)
L79[08:17:07] ⇨ Joins: gigaherz (gigaherz!gigaherz@4.red-88-6-84.staticip.rima-tde.net)
L80[08:17:38] <gigaherz> F me... I was typing an answer, and I mistakenly typed into the start menu and rebooted my computer XD
L81[08:18:03] <gigaherz> ben_mkiv: has anyone answered to you while my pc was booting back up?
L82[08:18:28] <gigaherz> FUCK
L83[08:18:35] <gigaherz> 3d studio closed WITHOUT saving
L84[08:18:43] <ben_mkiv> i'm sorry mate, no answer yet
L85[08:18:45] <gigaherz> I lost like 2 hours of crappy modelling
L86[08:21:25] <gigaherz> so as I was saying, syncing tileentities has two sets of methods
L87[08:22:05] <gigaherz> first, for sending data on the bulk chunk transfers, getUpdateTag/handleUpdateTag
L88[08:22:26] <gigaherz> which you can implement using writeToNBT if that's what you really want
L89[08:22:39] <gigaherz> then, for sending arbitrary updates using notifyBlockUpdate,
L90[08:22:48] <gigaherz> there's getUpdatePacket + onDataPacket
L91[08:22:56] <ben_mkiv> thanks much
L92[08:23:17] <ben_mkiv> well for now i want to store the owner of a block in the TE NBT
L93[08:23:18] <gigaherz> which you can implement using getUpdateTag/handleDataTag, if you haveto send the same data
L94[08:23:22] <ben_mkiv> hope thats the correct way to go
L95[08:23:42] <gigaherz> the TE doesn't have "NBT" like an itemstack
L96[08:24:09] <gigaherz> it uses NBT for saving to disk, and for synchronizing with the client
L97[08:24:28] <gigaherz> so the sentence "store the owner of a block in the TE NBT" is probably the wrong way to think about it
L98[08:24:38] <ben_mkiv> yes, i have to hook into that loading with the overrides of write/read nbt
L99[08:26:12] <ben_mkiv> with not having actual nbt you mean, that its not synced because minecraft doesnt make use of NBT for TEs
L100[08:26:18] <ben_mkiv> ?!
L101[08:26:35] <gigaherz> no I don't mean that
L102[08:26:57] <gigaherz> it's noy synced simply because it's a major waste of network resources to sync by default
L103[08:27:03] <gigaherz> you have to CHOOSE to sync
L104[08:27:08] <gigaherz> and you have to choose WHAT to sync
L105[08:27:16] <gigaherz> hence why you need to implement those methods yourself
L106[08:29:47] <ben_mkiv> thank you, i've looked at some tutorial which didnt mention the required sync at all xD
L107[08:31:21] <gigaherz> do you actually need to sync, though?
L108[08:31:31] <gigaherz> why do the clients need to know the owner?
L109[08:31:45] <ben_mkiv> guess so, if i want to show the owner in the GUI
L110[08:32:02] <ben_mkiv> the owner is actually just a small test case, there are fields which i really have to sync
L111[08:32:16] <ben_mkiv> just owner is a good example as people get the context easy
L112[09:26:55] ⇨ Joins: Brokkoli (Brokkoli!~Brokkoli@p2E5B1C60.dip0.t-ipconnect.de)
L113[10:20:08] ⇨ Joins: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L114[11:54:40] ⇨ Joins: MalkContent (MalkContent!~MalkConte@p4FDCC5AA.dip0.t-ipconnect.de)
L115[12:23:13] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:9ddd:d127:d2fb:30e2)
L116[13:26:49] <ben_mkiv> is it normal that blocks show in inventory as "tile.blockname" and that this needs a 2nd entry in the assets language files?
L117[13:26:52] <ben_mkiv> http://pasteall.org/pic/show.php?id=24938ffc8a7a9f72b94224cb55584578
L118[13:40:07] ⇦ Quits: DemonWav (DemonWav!~DemonWav@69.197.179.106) (Remote host closed the connection)
L119[13:58:10] ⇨ Joins: DemonWav (DemonWav!~DemonWav@2607:5300:201:3100::1b01)
L120[13:59:36] ⇨ Joins: quadraxis (quadraxis!~quadraxis@cpc77295-basf12-2-0-cust599.12-3.cable.virginm.net)
L121[14:00:30] ⇦ Quits: DemonWav (DemonWav!~DemonWav@2607:5300:201:3100::1b01) (Remote host closed the connection)
L122[14:00:54] ⇨ Joins: DemonWav (DemonWav!~DemonWav@2607:5300:201:3100::1b01)
L123[14:33:13] ⇦ Quits: TvL2386 (TvL2386!~tom@ip206-57-176-143.adsl2.static.versatel.nl) (Ping timeout: 186 seconds)
L124[15:08:21] ⇨ Joins: TvL2386 (TvL2386!~tom@ip206-57-176-143.adsl2.static.versatel.nl)
L125[15:21:13] ⇦ Quits: TvL2386 (TvL2386!~tom@ip206-57-176-143.adsl2.static.versatel.nl) (Ping timeout: 186 seconds)
L126[15:26:52] ⇦ Quits: WereSquirrel (WereSquirrel!~bloop@cpe-107-15-192-218.nc.res.rr.com) (Quit: Oh no. A thing broke.)
L127[15:31:21] ⇨ Joins: WereSquirrel (WereSquirrel!~bloop@cpe-2606-A000-4404-3E00-6450-102F-A21D-1C33.dyn6.twc.com)
L128[15:34:13] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:9ddd:d127:d2fb:30e2) (Read error: Connection reset by peer)
L129[15:37:45] ⇦ Quits: Ipsis (Ipsis!~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping timeout: 186 seconds)
L130[15:37:59] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:30a2:6d3a:2833:727)
L131[15:56:07] ⇨ Joins: TvL2386 (TvL2386!~tom@ip206-57-176-143.adsl2.static.versatel.nl)
L132[16:12:55] ⇨ Joins: HiddenKnowledge (HiddenKnowledge!~HiddenKn@93.ip-158-69-206.net)
L133[16:15:25] ⇦ Quits: Nedelosk (Nedelosk!~Nedelosk@ip-109-90-121-64.hsi11.unitymediagroup.de) (Read error: Connection reset by peer)
L134[16:20:07] ⇦ Quits: Noppes (Noppes!~Noppes@ip56530f2e.direct-adsl.nl) (Read error: Connection reset by peer)
L135[16:22:53] ⇨ Joins: immibis (immibis!~chatzilla@222-155-160-32-fibre.bb.spark.co.nz)
L136[16:26:39] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:30a2:6d3a:2833:727) (Quit: Leaving)
L137[16:33:48] ⇦ Quits: SuperCoder79 (SuperCoder79!uid276919@id-276919.tooting.irccloud.com) (Quit: Connection closed for inactivity)
L138[16:55:45] ⇦ Quits: immibis (immibis!~chatzilla@222-155-160-32-fibre.bb.spark.co.nz) (Ping timeout: 198 seconds)
L139[17:00:33] ⇦ Quits: RichardG (RichardG!~RichardG@201.37.243.160) (Ping timeout: 198 seconds)
L140[17:29:20] ⇦ Quits: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit: Javaschreiber)
L141[17:42:41] ⇨ Joins: RichardG (RichardG!~RichardG@201.37.243.160)
L142[17:42:41] MineBot sets mode: +v on RichardG
L143[18:03:13] ⇨ Joins: SuperCoder79 (SuperCoder79!uid276919@id-276919.tooting.irccloud.com)
L144[18:19:09] ⇦ Quits: Fye (Fye!~Fye@146-241-17-134.dyn.eolo.it) (Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/)
L145[19:01:57] *** Upth is now known as orn
L146[19:01:58] *** Upthorn is now known as Upth
L147[19:02:00] *** orn is now known as Upthorn
L148[19:20:21] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p4fed5491.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L149[19:31:55] ⇦ Quits: moony_ (moony_!~moony@tx-76-4-59-138.dhcp.embarqhsd.net) (Remote host closed the connection)
L150[19:32:43] ⇨ Joins: moony_ (moony_!~moony@tx-76-4-59-138.dhcp.embarqhsd.net)
L151[19:34:33] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p57972715.dip0.t-ipconnect.de)
L152[19:41:09] ⇦ Quits: moony_ (moony_!~moony@tx-76-4-59-138.dhcp.embarqhsd.net) (Remote host closed the connection)
L153[19:41:23] ⇨ Joins: moony_ (moony_!~moony@tx-76-4-59-138.dhcp.embarqhsd.net)
L154[20:26:57] ⇦ Quits: Wastl2_ (Wastl2_!~Wastl2@x55b5f062.dyn.telefonica.de) (Ping timeout: 198 seconds)
L155[20:29:36] ⇨ Joins: Wastl2 (Wastl2!~Wastl2@x55b61939.dyn.telefonica.de)
L156[20:30:51] ⇦ Quits: RichardG (RichardG!~RichardG@201.37.243.160) (Read error: Connection reset by peer)
L157[20:32:01] ⇨ Joins: RichardG (RichardG!~RichardG@201.37.243.160)
L158[20:32:01] MineBot sets mode: +v on RichardG
L159[20:45:03] ⇦ Quits: Rokiyo (Rokiyo!~Rokiyo@101.167.173.217) ()
L160[21:12:33] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:30a2:6d3a:2833:727)
L161[21:36:15] ⇨ Joins: MikrySoft (MikrySoft!~mikrysoft@89-71-101-248.dynamic.chello.pl)
L162[21:38:00] ⇦ Quits: moony_ (moony_!~moony@tx-76-4-59-138.dhcp.embarqhsd.net) (Ping timeout: 186 seconds)
L163[21:55:17] ⇦ Quits: MalkContent (MalkContent!~MalkConte@p4FDCC5AA.dip0.t-ipconnect.de) (Quit: Leaving)
L164[22:12:00] ⇨ Joins: halvors (halvors!~halvors@46.246.123.148)
L165[22:14:20] ⇨ Joins: moony (moony!~moony@tx-76-4-59-138.dhcp.embarqhsd.net)
L166[22:15:21] <halvors> I have a radioactive source supposed to poison nearby entities. But not if they are behind a wall of say lead. How can i easily do that check? I was thinking raytracing but doesn't seem that minecraft supports raytracing from a block to an entity, just the other way around.
L167[22:18:49] ⇦ Quits: Lathanael|Away (Lathanael|Away!~Lathanael@p549606CA.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L168[22:20:53] ⇨ Joins: Lathanael|Away (Lathanael|Away!~Lathanael@p54960C07.dip0.t-ipconnect.de)
L169[22:28:45] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p57972715.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L170[23:22:09] ⇦ Quits: Lynndis (Lynndis!~Lynn@c-75-71-231-133.hsd1.co.comcast.net) (Ping timeout: 198 seconds)
<<Prev Next>> Scroll to Top