Jump to content

Kaltinril

Members
  • Posts

    6
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Kaltinril's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. @LexManos thank you for the quick reply. I was following a tutorial, no where does it say that I can see in documentation not to use or with tools, or I wouldn't have asked. Is a custom ingredient what these factory JSON files are? Can you provide a link to documentation so I can do that? https://mcforge.readthedocs.io/en/latest/utilities/recipes/#factories
  2. After item loses durability, crafting no longer works. I've read through some of the bugs, pull requests, and responses here, but the official documentation doesn't say anything about this, and I"m a bit lost on what the official response from LexManos is. If I create a tool that will lose durability during crafting, is there no way now to use the OreDictionary and the forge shapeless crafting JSON? This works below 1.12.2-14.23.0.2532 but not after. Cutter is a tool that loses durability. Vanilla crafting shapeless works just fine with "Data": 32767 for this tool. What is the recommendation for adding custom tools to OreDictionary that need to be used in a crafting recipe? Or is this a bug that needs to be fixed still? { "type": "forge:ore_shapeless", "ingredients": [ { "item": "minecraft:gold_block" }, { "type": "forge:ore_dict", "ore": "cutter" } ], "result": { "item": "minecraft:diamond", "count": 5 } } Tested all these versions to find the issue (no = doesn't work, yes = works): 1.12.2-14.23.5.2784 - no 1.12.2-14.23.4.2750 - no 1.12.2-14.23.3.2677 - no 1.12.2-14.23.1.2575 - no 1.12.2-14.23.0.2549 - no 1.12.2-14.23.0.2538 - no 1.12.2-14.23.0.2532 - no 1.12.2-14.23.0.2531 - yes 1.12.2-14.23.0.2528 - yes 1.12.2-14.23.0.2486 - yes 1.12.1-14.22.1.2485 - Yes 1.12.1-14.22.1.2484 - Yes 1.12-14.21.1.2442 - yes References: https://github.com/MinecraftForge/MinecraftForge/pull/4472 https://github.com/MinecraftForge/MinecraftForge/issues/4516 https://github.com/MinecraftForge/MinecraftForge/pull/4449#issuecomment-342743511 https://github.com/MinecraftForge/MinecraftForge/commit/c8efe29d61f849d7adbd58d8236a5c563e6562ef#diff-7353e6eb929f963ebd9596c9dd9cc920 http://www.minecraftforge.net/forum/topic/66649-1122-using-oredictionary-and-ignoring-damage/?tab=comments#comment-319911
  3. Is there a way to mark this thread "complete" or "resolved"?
  4. Odd, Uninstalled Adblock Uninstalled Chrome (I didn't remove any settings, cookies, preferences, or local data in the uninstall) Re-installing Chrome. Worked. Installed Adblock Plus. Logged out, Still worked. Perhaps it was an issue with Adblock, or, issue with chromes install. Thank you for validating I just needed to uninstall/reinstall.
  5. Thank you Lucas1998, validates that its isolated and unique. Chrome says its up-to-date. I'll try uninstalling adblock, and chrome, then re-installing. Using Firefox is extremely slow comparative wise on the Wiki Pages.
  6. When trying to login with Chrome I get the following message: An Error Has Occurred! You were unable to login. Please check your cookie settings. Settings in Chrome: Cookies: - Allow local data to be set (recommended) - [ ] Block third-party cookies and site data (Unchecked) JavaScript: - Allow all sites to run JavaScript (Recommended) AdBlock: - Disabled for www.minecraftforge.com - Also tried leaving it paused. I would prefer to use Chrome. I noticed there are issues in Simple Machines for other forum sites via Google Searches, none of which provided any resolution to my issue. Anything else I could try ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.