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
  • Suggestions
  • Actual version for developing new features
The update for 1.13 is being worked on - please be patient. (Updated 02/19/19)
Sign in to follow this  
Followers 0
hohserg

Actual version for developing new features

Started by hohserg, February 10

2 posts in this topic

hohserg    0

hohserg

hohserg    0

  • Tree Puncher
  • hohserg
  • Members
  • 0
  • 6 posts
  • Report post
Posted February 10

I and my friend want to make some features for forge. First question we encountered is "what actual version?"

Now 1.12.x and 1.13.x developing activly.

Thx for answers in advance)

Share this post


Link to post
Share on other sites

chimericdream    0

chimericdream

chimericdream    0

  • Tree Puncher
  • chimericdream
  • Members
  • 0
  • 1 post
  • Report post
Posted February 13

Given how close 1.13 is to having a full release of Forge, I would say wait for it to drop. Since Minecraft itself had a major overhaul under the hood, Forge will have a similarly high number of big API differences between 1.12 and 1.13+.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
Followers 0
Go To Topic Listing Suggestions

  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DavidM
      [1.13.2] Schedule Code to be Ran Later

      By DavidM · Posted 4 minutes ago

      In my TileEntity#read, I am trying to do the following: @Override public void read(NBTTagCompound nbt) { super.read(nbt); /*... getting fields from nbt*/ if (this.world.isRemote()) this.updateModel(); // Used by tesr. Must be called after getting fields from nbt is done. this.power = this.world.getRedstonePowerFromNeighbors(this.pos); }   As shown in the code, the last two lines all require access to World; however, when TileEntity#read is called as the world initializes, TileEntity#world is null, and therefore the last two lines will encounter a NullPointerException. My idea is that I can somehow schedule the lines that refers to TileEntity#world to be ran later when the world finishes loading. How would I achieve that?
    • DavidM
      Need help making custom bone-meal in Minecraft 1.12.2

      By DavidM · Posted 20 minutes ago

      1. Send your code. We can't help you without your code. 2. What do you mean by "didn't work"? "Didn't work" is very vague. There are many things that can cause "didn't work". 3. Most thing don't have a tutorial. Welcome to programming.
    • Laike_Endaril
      java.io.IOException: Can't serialize unregistered packet

      By Laike_Endaril · Posted 28 minutes ago

      I noticed that if I run the client from MultiMC and open it to LAN, with all the same versioning of all the same mods / forge / mc, it works just fine.

      And then, just for kicks, I tried deleting the build folder of my mod project.   Now it's working from my IDE as well.  It sounds like you're not running from an IDE though, so this probably won't help you.   Edit: And now it's not working again.  I'm not sure if deleting my build folder made it work on the next run, or if I just got lucky somehow.  I hate trying to debug this kind of issue.
    • LexManos
      Has it become more tedious to mod in the latest updates?

      By LexManos · Posted 33 minutes ago

      Things change, people don't like change, so they complain about it. You should be working with the most up to date version as you can. Simple as that.
    • ButterAleks
      Need help making custom bone-meal in Minecraft 1.12.2

      By ButterAleks · Posted 37 minutes ago

      So i have tried making a custom bone-meal for my mod, but i couldn't find any tutorials for it so i try to find some data for it, i found some data for bone-meal (i go it from item dyes) and i put it into the item's class, but when i tried it... it didn't work so if anyone knows how to make custom bone meal please tell me how with a reply.
  • Topics

    • DavidM
      0
      [1.13.2] Schedule Code to be Ran Later

      By DavidM
      Started 4 minutes ago

    • ButterAleks
      1
      Need help making custom bone-meal in Minecraft 1.12.2

      By ButterAleks
      Started 36 minutes ago

    • Nanabell
      2
      java.io.IOException: Can't serialize unregistered packet

      By Nanabell
      Started January 29

    • FlufffyDragon
      1
      Has it become more tedious to mod in the latest updates?

      By FlufffyDragon
      Started 1 hour ago

    • DavidM
      0
      [1.13.2] Detect Block Updates

      By DavidM
      Started 44 minutes ago

  • Who's Online (See full list)

    • TheRam
    • rulebreaker
    • V0idWa1k3r
    • JacobMitchell
    • DavidM
    • WindsOfBoreas
    • Laike_Endaril
    • trexxet
  • All Activity
  • Home
  • Minecraft Forge
  • Suggestions
  • Actual version for developing new features
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community