Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • Just curious. Is it 1.13.0, or 1.13.1 that's coming?
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Kzitold

Just curious. Is it 1.13.0, or 1.13.1 that's coming?

By Kzitold, September 30, 2018 in General Discussion

  • Reply to this topic
  • Start new topic

Recommended Posts

Kzitold    3

Kzitold

Kzitold    3

  • Creeper Killer
  • Kzitold
  • Members
  • 3
  • 122 posts
Posted September 30, 2018

I've heard some people were waiting for 1.13.1 before updating their servers due to bugs in 1.13.0, and I'm wondering if you all are skipping 1.13.0.

  • Quote

Share this post


Link to post
Share on other sites

Animefan8888    741

Animefan8888

Animefan8888    741

  • Reality Controller
  • Animefan8888
  • Forge Modder
  • 741
  • 6157 posts
Posted September 30, 2018
25 minutes ago, Kzitold said:

I've heard some people were waiting for 1.13.1 before updating their servers due to bugs in 1.13.0, and I'm wondering if you all are skipping 1.13.0.

Considering the changes between 1.12 and 1.13 were big I would assume that what the developers are doing is re-writing for 1.13.0 and then before the release will switch to 1.13.1 fix all the minor changes there and then release. Though it might not be 1.13.1 but 1.13.2 or whatever the most recent release is at the time.

  • Quote

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Share this post


Link to post
Share on other sites

JanneSoon    1

JanneSoon

JanneSoon    1

  • Tree Puncher
  • JanneSoon
  • Members
  • 1
  • 21 posts
Posted October 5, 2018

Probably 1.13.1.

  • Quote

Share this post


Link to post
Share on other sites

LexManos    1617

LexManos

LexManos    1617

  • Reality Controller
  • LexManos
  • Forge Code God
  • 1617
  • 8928 posts
Posted October 5, 2018

We are currently working on 1.13.0, however, once that's done. 1.13.1 is a rather small update and will be released directly afterwords. Again, we are working on the toolchain re-writes first. 

Right now the stumbeing block is Ama.. I've been waiting for a week for him to sit down and atleast spec out the Userdev side of things but he likes to not communicate. 

Things are progressing on the other side tho. The installer is re-written to do install time deobfusication and other tasks. Forge now loads in the official launcher with our changes, and the new modloader system. A large chunk of our patches have been reviewed and reapplied. You can keep an eye on our progress on our Forge Github and ForgeGradle Github

  • Like 1
  • Thanks 1
  • Quote

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Patreon: http://www.patreon.com/lexmanos
Paypal: http://paypal.me/LexManos

BitCoin: 1Q8rWvUNMM2T1ZfDaFeeYQyVXtYoeT6tTn

Share this post


Link to post
Share on other sites

MrChoke    3

MrChoke

MrChoke    3

  • Stone Miner
  • MrChoke
  • Members
  • 3
  • 83 posts
Posted October 6, 2018

Question I have is whether the 1.13 version of MCP comes out before Forge 1.13, or do you they usually get released at the same time?  My understanding is the forge team is doing both.

  • Quote

Share this post


Link to post
Share on other sites

LexManos    1617

LexManos

LexManos    1617

  • Reality Controller
  • LexManos
  • Forge Code God
  • 1617
  • 8928 posts
Posted October 6, 2018

As far as I know, MCP 1.13 is not coming out. There is no need for it. And there is a replacement project that does things in a far better way.

  • Like 1
  • Thanks 1
  • Quote

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Patreon: http://www.patreon.com/lexmanos
Paypal: http://paypal.me/LexManos

BitCoin: 1Q8rWvUNMM2T1ZfDaFeeYQyVXtYoeT6tTn

Share this post


Link to post
Share on other sites

MrChoke    3

MrChoke

MrChoke    3

  • Stone Miner
  • MrChoke
  • Members
  • 3
  • 83 posts
Posted October 6, 2018
2 hours ago, LexManos said:

As far as I know, MCP 1.13 is not coming out. There is no need for it. And there is a replacement project that does things in a far better way.

What is the replacement project?  I thought it would be possible to get the "non-forge" version of the code like what is available here for older releases:

http://www.modcoderpack.com/website/releases

 

Is the better project going to give that as well?

  • Quote

Share this post


Link to post
Share on other sites

LexManos    1617

LexManos

LexManos    1617

  • Reality Controller
  • LexManos
  • Forge Code God
  • 1617
  • 8928 posts
Posted October 6, 2018

MCPConfig on the forge repo allows for viewable decompiled code. However it doesn't have the tools to reobfusicate/package jar mods because that era of Minecraft modding is dead. And we should not be supporting it.

As for the FG side of things, getting a raw Minecraft deobfed jar to link against will be possible.

  • Like 1
  • Thanks 2
  • Quote

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Patreon: http://www.patreon.com/lexmanos
Paypal: http://paypal.me/LexManos

BitCoin: 1Q8rWvUNMM2T1ZfDaFeeYQyVXtYoeT6tTn

Share this post


Link to post
Share on other sites

MrChoke    3

MrChoke

MrChoke    3

  • Stone Miner
  • MrChoke
  • Members
  • 3
  • 83 posts
Posted October 6, 2018
1 hour ago, LexManos said:

MCPConfig on the forge repo allows for viewable decompiled code. However it doesn't have the tools to reobfusicate/package jar mods because that era of Minecraft modding is dead. And we should not be supporting it.

As for the FG side of things, getting a raw Minecraft deobfed jar to link against will be possible.

 

Ok, yes I saw that project.  I thought that may have been the new approach.  Is this project up-to-date that it can process the 1.13 code?

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted October 6, 2018 (edited)
19 minutes ago, MrChoke said:

 

Ok, yes I saw that project.  I thought that may have been the new approach.  Is this project up-to-date that it can process the 1.13 code?

Yes, Forge is now reviewing patches from 1.12.2 to see what needs to be ported to 1.13, take a look at this thread

Edited October 6, 2018 by Cadiboo
Added link
  • Like 1
  • Quote

About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

skyviewer    0

skyviewer

skyviewer    0

  • Tree Puncher
  • skyviewer
  • Members
  • 0
  • 4 posts
Posted January 8, 2019

You guys are doing marvelous work.

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • dotifo7120
      Check packet sender

      By dotifo7120 · Posted just now

      I'm sending packets to my mod using sendPluginMessage, but how I can check in the mod that a package was sent from the plugin and not by a player? getSender() in Supplier<NetworkEvent.Context> doesn't seem helpful
    • QWERTY 52 38
      [1.16.4]NullPointerException when using registered custom features

      By QWERTY 52 38 · Posted 12 minutes ago

      So, how can I do that?
    • GenElectrovise
      [ForgeGradle] Publish project to GitHub Packages

      By GenElectrovise · Posted 17 minutes ago

      Uhhh ok then. This is very strange. It now works for me too. I... uhh... ok then   Thanks!?   It seems to only store one package at a time? Maybe it only shows the most recent - who knows! I'll look around for this...   build.gradle publishing { repositories { maven { name = "GitHubPackages" url = uri("https://maven.pkg.github.com/genelectrovise/magiksmostevile") // MUST BE --ALL-- LOWER CASE credentials { username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_USERNAME") password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN") } } maven { name = "LocalMaven" url = uri("file:///${project.projectDir}/mcmodsrepo") } } publications { gpr(MavenPublication) { groupId = group artifactId = archivesBaseName version = version artifact jar } } }   gpr.user and gpr.key are secrets contained in my User/.gradle/gradle.properties. They are defined like so: gpr.user=INSERT_USERNAME_HERE gpr.key=INSERT_SECRET_PERSONAL_ACCESS_TOKEN_HERE  
    • diesieben07
      [1.16.4]NullPointerException when using registered custom features

      By diesieben07 · Posted 36 minutes ago

      You cannot access registry entries directly before FMLCommonSetupEvent. Here you are trying to access the features during the biome registry phase, which will not work.
    • GenElectrovise
      [ForgeGradle] Publish project to GitHub Packages

      By GenElectrovise · Posted 38 minutes ago

      @DaemonUmbra Yes... I would prefer 'maven-publish'... I kept getting the error "Could not write to resource", and Stackoverflow was incredibly unhelpful on the subject... 'maven' is kind of a stand-in right now... Could you send your working publication/build.gradle? The issue is probably with me authenticating but syntax is always an option.   Note: Where are you storing credentials? Naturally they shouldn't be in the project sources, so I'm keeping them in my master User/.gradle/gradle.properties. They seem to be being located there. Are you using a Personal Access Token or standard login credentials? I believe that a PAT is preferred by Github?    EDIT: A PAT is required https://docs.github.com/en/packages/guides/configuring-gradle-for-use-with-github-packages
  • Topics

    • dotifo7120
      0
      Check packet sender

      By dotifo7120
      Started Just now

    • QWERTY 52 38
      4
      [1.16.4]NullPointerException when using registered custom features

      By QWERTY 52 38
      Started 2 hours ago

    • GenElectrovise
      5
      [ForgeGradle] Publish project to GitHub Packages

      By GenElectrovise
      Started Friday at 09:04 PM

    • DBLouis
      13
      [SOLVED] [1.10] ModelResourceLocation and model loading errors

      By DBLouis
      Started August 19, 2016

    • myrqn
      5
      Forge Not Opening

      By myrqn
      Started 5 hours ago

  • Who's Online (See full list)

    • monkeysHK
    • QWERTY 52 38
    • djuz55cz
    • Abdymazhit
    • CaelTheQuail
    • diesieben07
    • Thorius
    • CookieLukas
    • S-Spirit
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • Just curious. Is it 1.13.0, or 1.13.1 that's coming?
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community