<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[01:43:45] ⇦ Quits: Brokkoli (Brokkoli!~Brokkoli@p2E5B1445.dip0.t-ipconnect.de) (Remote host closed the connection)
L2[01:58:44] ⇦ Quits: Lynndis (Lynndis!~Lynn@2601:281:c700:8650:9de0:60cd:709a:98bc) (Ping timeout: 190 seconds)
L3[02:00:08] <MCPBot_Reborn> [TEST CSV] Pushing snapshot_20190911 mappings to Forge Maven.
L4[02:00:15] <MCPBot_Reborn> [TEST CSV] Maven upload successful for mcp_snapshot-20190911-1.14.3.zip (mappings = "snapshot_20190911" in build.gradle).
L5[02:00:35] <MCPBot_Reborn> Semi-live (every 10 min), Snapshot (daily ~03:00 EST), and Stable (committed) MCPBot mapping exports can be found here: http://export.mcpbot.bspk.rs/
L6[02:07:22] ⇨ Joins: immibis (immibis!~immibis@222-152-241-188-fibre.sparkbb.co.nz)
L7[02:20:37] ⇨ Joins: Nightenom (Nightenom!webchat@93-153-32-250.customers.tmcz.cz)
L8[02:20:50] ⇦ Quits: Nightenom (Nightenom!webchat@93-153-32-250.customers.tmcz.cz) (Client Quit)
L9[02:41:39] ⇨ Joins: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L10[03:05:18] ⇦ Quits: immibis (immibis!~immibis@222-152-241-188-fibre.sparkbb.co.nz) (Ping timeout: 198 seconds)
L11[03:11:54] ⇨ Joins: immibis (immibis!~immibis@222-152-241-188-fibre.sparkbb.co.nz)
L12[03:13:00] ⇦ Quits: narwhalfire (narwhalfire!~Thunderbi@2601:180:8200:48a1:90e0:f179:d67f:b749) (Quit: narwhalfire)
L13[05:45:26] ⇨ Joins: SnipingCoward (SnipingCoward!webchat@ip5f5acd72.dynamic.kabel-deutschland.de)
L14[05:50:49] ⇦ Quits: SnipingCoward (SnipingCoward!webchat@ip5f5acd72.dynamic.kabel-deutschland.de) (Quit: webchat.esper.net)
L15[05:56:53] ⇨ Joins: SnipingCoward (SnipingCoward!~SnipingCo@ip5f5acd72.dynamic.kabel-deutschland.de)
L16[06:01:29] <SnipingCoward> Hi, I am trying to upgrade my mod from 1.12.2 to 1.13.2 looking at the api and the docs I see that the stages and events have changed. Is there something like an upgrade or Migration guide? Thanks
L17[06:05:21] <ForgeDiscord> <JoJoModding> there is this primer: https://gist.github.com/mcenderdragon/6c7af2daf6f72b0cadf0c63169a87583 that primer: https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a
L18[06:05:40] <ForgeDiscord> <JoJoModding> also someone once made 1.12->1.13 migration mapping files for intellij somewhere, I just can't find them now
L19[06:10:03] <SnipingCoward> Thanks. That second primer is already giving me some good hints.
L20[06:10:16] <SnipingCoward> I am trying to upgrade this code: https://pastebin.com/B7Fuw7Md
L21[06:25:05] ⇨ Joins: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L22[06:26:06] <SnipingCoward> so this section is out-dated? https://mcforge.readthedocs.io/en/1.13.x/gettingstarted/structuring/#what-is-mod
L23[06:26:39] <SnipingCoward> the @Mod-Annotation only has "value" available. No more "modid" or the likes?!
L24[06:29:48] ⇦ Quits: RichardG (RichardG!~user@186.221.235.9) (Ping timeout: 189 seconds)
L25[06:30:56] <simon816> The value property is the mod ID
L26[06:38:19] <SnipingCoward> so for everything else it relies on the mcmod.info?
L27[06:39:16] <SnipingCoward> @Instance is also gone
L28[06:39:57] <ForgeDiscord> <JoJoModding> mods.toml
L29[06:56:42] <SnipingCoward> oh my ... this is becoming extremly painful atm
L30[06:57:50] <SnipingCoward> how do i get the Minecraft client instance?
L31[06:58:06] <SnipingCoward> FMLClientHandler.instance()
L32[06:58:06] <SnipingCoward> .getClient()
L33[06:58:10] <SnipingCoward> doesnt work
L34[06:59:28] <SnipingCoward> is Minecraft.getInstance() safe to use?
L35[07:03:41] <ForgeDiscord> <Unnoen> Yes, that's how you get it
L36[07:04:45] <SnipingCoward> thanks
L37[07:09:16] <ForgeDiscord> <JoJoModding> on the client, at least. on the server there is no Minecraft instance
L38[07:10:21] <SnipingCoward> I only need the client one
L39[07:10:27] <SnipingCoward> how do i get the mod meta data?
L40[07:11:02] ⇦ Quits: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch) (Ping timeout: 378 seconds)
L41[07:16:06] <SnipingCoward> seems to be ModInfo but where is that attached, where to get it from (I used to get it from the preInit-Event).
L42[07:16:55] <SnipingCoward> is this correct?
L43[07:16:56] <SnipingCoward> ModLoadingContext.get().getActiveContainer().getModInfo()
L44[07:24:18] ⇨ Joins: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch)
L45[07:46:55] ⇨ Joins: Lynndis (Lynndis!~Lynn@2601:281:c700:8650:214b:7c1f:70ba:a70e)
L46[08:12:11] ⇦ Quits: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch) (Ping timeout: 202 seconds)
L47[08:26:21] ⇨ Joins: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch)
L48[09:36:29] <SnipingCoward> ok, so what happend to Configuration-class?
L49[09:45:09] <ForgeDiscord> <killjoy ? · c ·> replaced with nightconfig
L50[09:47:38] <SnipingCoward> is that embedded in forge?
L51[09:47:45] <ForgeDiscord> <killjoy ? · c ·> yes.
L52[09:47:57] <ForgeDiscord> <killjoy ? · c ·> see the ForgeConfig class for examples
L53[09:48:16] <ForgeDiscord> <killjoy ? · c ·> Or you can use it raw. https://github.com/TheElectronWill/night-config
L54[09:52:57] ⇦ Quits: fuj1n (fuj1n!~fuj1n@2001:8003:2b29:5d00:f902:19e0:dbfa:e56) (Read error: Connection reset by peer)
L55[10:03:47] <SnipingCoward> Ok, thanks that helps
L56[10:03:48] <SnipingCoward> ForgeConfig
L57[10:14:25] ⇦ Quits: SnipingCoward (SnipingCoward!~SnipingCo@ip5f5acd72.dynamic.kabel-deutschland.de) (Quit: Leaving)
L58[10:21:24] ⇨ Joins: Brokkoli (Brokkoli!~Brokkoli@p2E5B1445.dip0.t-ipconnect.de)
L59[13:01:38] ⇦ Quits: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net) (Ping timeout: 190 seconds)
L60[13:21:07] ⇨ Joins: narwhalfire (narwhalfire!~Thunderbi@2601:180:8200:48a1:f5bf:9c9c:6329:acec)
L61[14:21:17] ⇨ Joins: Noppes (Noppes!~Noppes@ip56530a39.direct-adsl.nl)
L62[14:47:24] ⇦ Quits: srs_bsns (srs_bsns!blk@107-190-101-30.cpe.teksavvy.com) (Ping timeout: 190 seconds)
L63[15:18:23] ⇨ Joins: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L64[15:18:29] ⇦ Quits: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net) (Client Quit)
L65[16:07:03] ⇨ Joins: Munchie (Munchie!~Munchie@47.39.240.50)
L66[16:08:43] <Munchie> Hello everyone... :) Is there a way to manually install Forge into a pre-existing profile in 1.14.4?
L67[16:16:46] ⇦ Quits: Noppes (Noppes!~Noppes@ip56530a39.direct-adsl.nl) (Read error: Connection reset by peer)
L68[16:29:51] <simon816> you could probably create a new forge profile then copy over the needed bits in the json file
L69[16:30:14] <simon816> but you should have a separate profile for forge installs
L70[16:35:07] ⇨ Joins: armctec (armctec!~Thunderbi@191.180.23.37)
L71[16:42:45] ⇨ Joins: Nightenom (Nightenom!webchat@93-153-32-250.customers.tmcz.cz)
L72[16:43:12] ⇦ Quits: Nightenom (Nightenom!webchat@93-153-32-250.customers.tmcz.cz) (Client Quit)
L73[17:03:44] ⇦ Quits: Lynndis (Lynndis!~Lynn@2601:281:c700:8650:214b:7c1f:70ba:a70e) (Ping timeout: 190 seconds)
L74[17:12:58] ⇦ Quits: Delaxarnyazer (Delaxarnyazer!~Delaxarny@eacdc.the-eac.nl) (Ping timeout: 190 seconds)
L75[17:13:58] ⇨ Joins: Delaxarnyazer (Delaxarnyazer!~Delaxarny@eacdc.the-eac.nl)
L76[17:15:03] ⇨ Joins: srs_bsns (srs_bsns!blk@107-190-101-30.cpe.teksavvy.com)
L77[18:02:17] ⇨ Joins: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L78[18:12:13] ⇦ Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping timeout: 190 seconds)
L79[18:30:30] ⇦ Quits: Delaxarnyazer (Delaxarnyazer!~Delaxarny@eacdc.the-eac.nl) (Ping timeout: 198 seconds)
L80[18:30:43] ⇨ Joins: Delaxarnyazer (Delaxarnyazer!~Delaxarny@eacdc.the-eac.nl)
L81[18:36:06] ⇨ Joins: Lynndis (Lynndis!~Lynn@2601:281:c700:8650:214b:7c1f:70ba:a70e)
L82[18:43:53] ⇦ Quits: Delaxarnyazer (Delaxarnyazer!~Delaxarny@eacdc.the-eac.nl) (Ping timeout: 190 seconds)
L83[18:46:01] ⇨ Joins: Delaxarnyazer (Delaxarnyazer!~Delaxarny@eacdc.the-eac.nl)
L84[19:16:33] ⇦ Quits: MikrySoft (MikrySoft!~mikrysoft@89-79-169-147.dynamic.chello.pl) (Killed (NickServ (GHOST command used by MikrySo5)))
L85[20:00:33] ⇨ Joins: Wastl4 (Wastl4!~Wastl2@x4e366580.dyn.telefonica.de)
L86[20:02:04] ⇦ Quits: Lynndis (Lynndis!~Lynn@2601:281:c700:8650:214b:7c1f:70ba:a70e) (Ping timeout: 190 seconds)
L87[20:02:45] ⇦ Quits: Wastl2 (Wastl2!~Wastl2@x4db71fce.dyn.telefonica.de) (Ping timeout: 198 seconds)
L88[20:11:48] ⇨ Joins: fuj1n (fuj1n!~fuj1n@2001:8003:2b29:5d00:3c74:46db:7a17:1dae)
L89[20:23:20] ⇨ Joins: Lynndis (Lynndis!~Lynn@2601:281:c700:8650:214b:7c1f:70ba:a70e)
L90[20:30:00] ⇦ Quits: armctec (armctec!~Thunderbi@191.180.23.37) (Quit: armctec)
L91[21:44:51] ⇦ Quits: Herobrine (Herobrine!~1@47.199.224.116) (Killed (NickServ (GHOST command used by moshimu)))
L92[21:47:48] <ForgeDiscord> <liach> install forge and change game version of the old profile
L93[22:03:43] ⇨ Joins: RichardG (RichardG!~user@186.221.227.134)
L94[22:03:44] MineBot sets mode: +v on RichardG
L95[22:52:03] ⇦ Quits: Munchie (Munchie!~Munchie@47.39.240.50) ()
L96[23:15:04] ⇦ Quits: Lynndis (Lynndis!~Lynn@2601:281:c700:8650:214b:7c1f:70ba:a70e) (Ping timeout: 190 seconds)
<<Prev Next>> Scroll to Top