Jump to content

AnxietyAssassin

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by AnxietyAssassin

  1. Also, ImNotJahan helped way more than Draco18s. So, you where a jerk for literally nothing
  2. If you need my full code I can send it some where but I don't know where to put it.
  3. The tutorial I followed was: So, I didn't really change much except the names of the items and mod. The mod loaded correctly but when I tested the crafting recipes the only thing that worked was the smelting recipe. If you need my code : { "type": "minecraft:crafting_shaped", "pattern": [ "$#$", "S#S" ], "key": { "$": { "item": "minecraft:cobblestone" }, "#": { "item": "mmodyay:item_one" } }, "result": { "item": "mmodyay:block_one", "count": 1 } } And { "type": "mincraft:crafting_shapless", "ingredient": { "item": "minecraft:end_portal_frame" }, "result": { "item": "mmodyay:item_one", "count": 1 } } I checked all my file name and stuff like a hundred times. However, when I ran the mod the items would not work. I am utterly confused about what went wrong and I really need someone's help.
  4. Well, I am following a tutorial and I don't really know any other way to do this. So, is there any tutorial(s) that you can recommend?
  5. I am trying to create a mod for 1.16.5 I am following the tutorial which uses Forge Mod Builder and I followed every step perfectly. There is supposed to be a folder that is called Eclipse (I am using Eclipse) and that file doesn't exist, also there is a warning Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. I googled this problem and it told me to enter "--warning-mode=(all,none,summary)" but I don't know where to enter it. Also this is the entire Console Log if that is useful: Checking for updates at URL: https://raw.githubusercontent.com/CJMinecraft01/ForgeModBuilder/master/update.json An update is available! Current Version: 0.1.1.3, Newest Version: 0.1.1.4 An error occurred An exception occurred during a WebClient request. Creating a new project! Found download link: https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.2.2/forge-1.16.5-36.2.2-mdk.zip Downloaded file to D:\MC\Mods\temp.zip Extracting file to D:\MC\Mods\MM Setting up build file! Loaded project: D:\MC\Mods\MM, MC: 1.16.5, Forge: 36.2.2, MCP: 1.16.5' Setting up project: D:\MC\Mods\MM, MC: 1.16.5, Forge: 36.2.2, MCP: 1.16.5' Setting editor to eclipse Ran gradlew command: gradlew setupDecompWorkspace eclipse To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.1.1/userguide/gradle_daemon.html#sec:disabling_the_daemon. Daemon will be stopped at the end of the build > Configure project : Java: 1.8.0_292 JVM: 25.292-b10(AdoptOpenJDK) Arch: amd64 WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
  6. I am trying to create a mod for 1.12.2. I am following the tutorial which uses Forge Mod Builder and I followed every step perfectly. There is supposed to be a folder that is called Eclipse (I am using Eclipse) and that file doesn't exist, also there is a warning Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings I googled this problem and it told me to enter "--warning-mode=(all,none,summary)" but I don't know where to enter it. Also this is the entire Console Log if that is useful: Checking for updates at URL: https://raw.githubusercontent.com/CJMinecraft01/ForgeModBuilder/master/update.json An update is available! Current Version: 0.1.1.3, Newest Version: 0.1.1.4 Creating a new project! Found download link: https://maven.minecraftforge.net/net/minecraftforge/forge/1.12.2-14.23.5.2855/forge-1.12.2-14.23.5.2855-mdk.zip Downloaded file to D:\MC\Mods\temp.zip Extracting file to D:\MC\Mods\MM Setting up build file! Loaded project: D:\MC\Mods\MM, MC: 1.12.2, Forge: 14.23.5.2855, MCP: 20171003 Setting up project: D:\MC\Mods\MM, MC: 1.12.2, Forge: 14.23.5.2855, MCP: 20171003 Setting editor to eclipse Ran gradlew command: gradlew setupDecompWorkspace eclipse To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing > Configure project : New Dep: net.minecraftforge:forge:1.12.2-14.23.5.2855_mapped_snapshot_20171003-1.12 Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
×
×
  • Create New...

Important Information

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