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
  • Non-Forge
  • Site News (non-forge)
  • Wiki Shutdown and Forge Announcements/Information
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Guest Mr. Flamegoat

Wiki Shutdown and Forge Announcements/Information

By Guest Mr. Flamegoat, September 9, 2016 in Site News (non-forge)

  • Reply to this topic

Recommended Posts

Guest Mr. Flamegoat   

Guest Mr. Flamegoat

Guest Mr. Flamegoat   

  • Guest Mr. Flamegoat
  • Guests
Posted September 9, 2016

Effective immediately we have started redirecting traffic going from http://www.minecraftforge.net/wiki to https://mcforge.readthedocs.io

 

The wiki was quite fragmented and mostly out of date. A concerted effort is in place to make sure that the RTD is up-to-date and generic enough to apply to current and future versions of Forge/mod development. (A huge thanks to the contributors making that look and read as awesome as it does!)

 

After the panel this year at PAX West, a few of the questions we received made it apparent that because of the speed at which Forge has grown, there is a lot of out of date information still floating around. This is a part of that clean-up process.

 

Primarily, we want you guys to know that we're making an effort to start organizing and doing what we can on our end to make sure you guys have the tools and information you need to get started. Those of you that are still looking for some good starting points, I'd highly recommend checking out https://mcforge.readthedocs.io if you haven't.

 

Obviously the forums are a great source of information, and although we cannot announce anything specific at this time, I can tell you that we are looking hard at the forums and asking a lot of questions, primarily "how can we make this better, easier, and faster".

 

We hope to have those answers in the very near future. As always, if you guys have any questions or comments, we're here to listen. We stay pretty busy, but I'm doubling down on the Forge community and the experience here and in our other sites over the next few months.

 

Hopefully we can really help get some of your creative ideas off the ground faster by providing you the information you need to get started quicker.

 

Also, a note for forum mods/wiki writers/etc - we will be announcing some things soon as well as bringing you guys in to discuss further changes coming in the coming months.

  • 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

    • diesieben07
      When I generate a world it stays at 100%

      By diesieben07 · Posted just now

      The debug.log from the logs folder.
    • StormyRiley1
      When I generate a world it stays at 100%

      By StormyRiley1 · Posted 1 minute ago

      Which log
    • diesieben07
      Question about itemstack capabilities of crafting results

      By diesieben07 · Posted 14 minutes ago

      You cannot apply default values to all item stacks. There is no way. If you want your capability to have default values, you need to lazily initialize them whenever they are queried. For example in your capability: class MyCap { private String name = null; public String getName() { if (this.name == null) { this.name = "default value"; } return this.name; } }   This sounds very suspicious. What are you talking about?
    • Fizedi
      Loot table change for chest in plains house

      By Fizedi · Posted 20 minutes ago

      Hi All, Been trying to figure this out for a while now.    I want to make a change to the loot table so it will give me sugar cane. I have attached the json file I am testing with that should give suger cane (I replaced all the others with cane). Doesn't matter where I put it I can't get it to work. After each attempt I reload the world and tp to a spot I've never been to and then find a village (it is a flat world so not too hard). But I can't get it to work. Is there something I am missing.   I've tried putting it in saves/worlsname/data/loot_tables/minecraft/chests/village as well as in datapack folders and so many other places mentioned in google searches..   Someone please put me out of my misery...    Local game on PC, 1.15.2   Thanks! Fiz. village_plains_house.json
    • Tavi007
      Question about itemstack capabilities of crafting results

      By Tavi007 · Posted 22 minutes ago

      Hey, I stumbled across a bug in my mod, when using the workbench (and presumably any other sort of crafting station). I have an itemstack capability, that gets its default value through json files. So usually when the AttachCapabilityEvent<ItemStack> triggers, I can succesfully add these values to the item. However when the result slot in the workbench container updates to a new item, the attach event does not trigger and the capability stays empty. I added a hook using ItemCraftedEvent, so the values are being set, when the crafting results gets picked up, but I also added some costum tooltips, that displays the capability data. So currently it will not show any of my data, when the mouse hovers above the crafting result. Only after picking it up, the correct data can be seen. This might confuse the player, so I would like to know, if there is method for setting the default values the moment the resulting stack is generated. Also I fear, that the ItemCraftedEvent does not trigger for machines from other mods. This would mean, that it would be possible to create itemstacks with incorrect capability data. I hope my explanation is clear enough. If not, I can add some pictures to show you, what I mean.
  • Topics

    • StormyRiley1
      3
      When I generate a world it stays at 100%

      By StormyRiley1
      Started 12 hours ago

    • Tavi007
      1
      Question about itemstack capabilities of crafting results

      By Tavi007
      Started 23 minutes ago

    • Fizedi
      0
      Loot table change for chest in plains house

      By Fizedi
      Started 20 minutes ago

    • diseasedworm
      1
      A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException

      By diseasedworm
      Started 4 hours ago

    • RETARDETH
      1
      Please help

      By RETARDETH
      Started 8 hours ago

  • Who's Online (See full list)

    • diesieben07
    • discens
    • StormyRiley1
    • Tessa
    • forgnog
    • DARKHAWX
    • randomdude12300
    • Tavi007
    • Fizedi
    • Zeher_Monkey
  • All Activity
  • Home
  • Non-Forge
  • Site News (non-forge)
  • Wiki Shutdown and Forge Announcements/Information
  • Theme

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