Jump to content
  • Home
  • Files
  • Docs
  • Merch
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
  • Mod Developer Central
  • Modder Support
  • Only bits and pieces of information, everywhere...
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 1
intermediateuser

Only bits and pieces of information, everywhere...

By intermediateuser, December 22, 2016 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

intermediateuser    1

intermediateuser

intermediateuser    1

  • Stone Miner
  • intermediateuser
  • Members
  • 1
  • 57 posts
Posted December 22, 2016

So the state of things in the modding community seems to be that all the information we need IS out there, but none of it is easily located and 95% of it is outdated.  This makes getting started modding (or in my case, returning to it) very hard!  Discouragingly hard.

 

Thing is, I know Java, too.  I just don't know how Forge and Minecraft connect and how it all looks and works in Eclipse.  But I realize this is very BASIC information!  I simply need some page or tutorial that shows me how to get a mod even started once I already have Eclipse set up.  Most "Getting Started" guides only show how to setup Eclipse and Forge, and then figuring things out from there is a matter of Googling and reading through these forums for hours piecing together outdated information to hopefully come up with a working solution.

 

Am I the only one feeling this way?  Is there, by this point, some up-to-date resource that actually covers the simple things, so that I just get my foot in the door?  Surely there exists one, at least, and I'm simply not aware of it?

  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2089

Draco18s

Draco18s    2089

  • Reality Controller
  • Draco18s
  • Members
  • 2089
  • 13986 posts
Posted December 22, 2016

The only thing I can really point you to is: https://mcforge.readthedocs.io/en/latest/

Failing that, you can always look for Lex's github which should contain at least one project that is up-to-date.

  • Quote

Share this post


Link to post
Share on other sites

intermediateuser    1

intermediateuser

intermediateuser    1

  • Stone Miner
  • intermediateuser
  • Members
  • 1
  • 57 posts
Posted December 22, 2016

The only thing I can really point you to is: https://mcforge.readthedocs.io/en/latest/

Failing that, you can always look for Lex's github which should contain at least one project that is up-to-date.

 

Hey, great, thanks.  I will keep those in mind!

  • Quote

Share this post


Link to post
Share on other sites

Choonster    1620

Choonster

Choonster    1620

  • Reality Controller
  • Choonster
  • Forge Modder
  • 1620
  • 5047 posts
Posted December 22, 2016

There's a list of modding tutorials for 1.9.x/1.10.x here, some of which have been updated to 1.11.

 

1.11 is still fairly similar to 1.10.2, but the main change is that

ItemStack

s can no longer be

null

(the default value is now the empty

ItemStack

, see

ItemStack#isEmpty

) and most fields of

ItemStack

that were public are now private with public getters/setters. Because

ItemStack

s can no longer be

null

, anywhere that used a

List<ItemStack>

or

ItemStack[]

should now use a

NonNullList<ItemStack>

.

 

Edit: I forgot that this site doesn't use Markdown.

  • Quote

Share this post


Link to post
Share on other sites

intermediateuser    1

intermediateuser

intermediateuser    1

  • Stone Miner
  • intermediateuser
  • Members
  • 1
  • 57 posts
Posted December 23, 2016

There's a list of modding tutorials for 1.9.x/1.10.x [here](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/modification-development/2716947-can-we-start-a-thorough-list-of-really-good), some of which have been updated to 1.11.

 

1.11 is still fairly similar to 1.10.2, but the main change is that

ItemStack

s can no longer be

null

(the default value is now the empty

ItemStack

, see

ItemStack#isEmpty

) and most fields of

ItemStack

that were public are now private with public getters/setters. Because

ItemStack

s can no longer be

null

, anywhere that used a

List<ItemStack>

or

ItemStack[]

should now use a

NonNullList<ItemStack>

.

 

Tyvm!  I will have to look into this when I get time.  :)

  • 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

    • Kangoro
      Mc Forge 1.14.4

      By Kangoro · Posted 5 minutes ago

      Where do I find it? and i copy paste here or in other web and link here?
    • thedarkcolour
      [1.14] Patching method with coremod in TreeFeature causes IncompatibleClassChangeError

      By thedarkcolour · Posted 17 minutes ago

      Now it just freezes with no error at all.
    • thedarkcolour
      [1.14] Patching method with coremod in TreeFeature causes IncompatibleClassChangeError

      By thedarkcolour · Posted 18 minutes ago

      I just realized what I've done. I forgot to make the BeeNestGenerator method static. I'll check if that fixes it.
    • thedarkcolour
      [1.14] Patching method with coremod in TreeFeature causes IncompatibleClassChangeError

      By thedarkcolour · Posted 22 minutes ago

      BeeNestGenerator class
    • diesieben07
      1.89 crash forge

      By diesieben07 · Posted 1 hour ago

      1.8.9 is no longer supported on this forum due to it's age. Update to a modern version of Minecraft to receive support.
  • Topics

    • Kangoro
      4
      Mc Forge 1.14.4

      By Kangoro
      Started 23 hours ago

    • thedarkcolour
      13
      [1.14] Patching method with coremod in TreeFeature causes IncompatibleClassChangeError

      By thedarkcolour
      Started 11 hours ago

    • Pixelboss4d
      2
      1.89 crash forge

      By Pixelboss4d
      Started 1 hour ago

    • Junior240
      4
      I'm having trouble with Java on !MAC!

      By Junior240
      Started November 9

    • Cerandior
      10
      [1.14.4] [Solved] Trouble With Packets

      By Cerandior
      Started Yesterday at 03:20 PM

  • Who's Online (See full list)

    • Kangoro
    • Ronaldi2001
    • loordgek
    • thedarkcolour
    • imacatlolol
    • Choco
    • potatoking
    • Cerandior
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Only bits and pieces of information, everywhere...
  • Theme
  • Contact Us
  • Discord

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