Skip to content

[Enchantment] 部署Forge开发环境步骤需要更新 #74

@nainiu233

Description

@nainiu233

Synopsis / 简介

部署Forge开发环境步骤错误

Analysis / 分析

以下内容引自Forger README.txt
`Step 1: Open your command-line and browse to the folder where you extracted the zip file.

Step 2: You're left with a choice.
If you prefer to use Eclipse:

  1. Run the following command: "gradlew genEclipseRuns" (./gradlew genEclipseRuns if you are on Mac/Linux)
  2. Open Eclipse, Import > Existing Gradle Project > Select Folder
    or run "gradlew eclipse" to generate the project.
    (Current Issue)
  3. Open Project > Run/Debug Settings > Edit runClient and runServer > Environment
  4. Edit MOD_CLASSES to show [modid]%%[Path]; 2 times rather then the generated 4.

If you prefer to use IntelliJ:

  1. Open IDEA, and import project.
  2. Select your build.gradle file and have it import.
  3. Run the following command: "gradlew genIntellijRuns" (./gradlew genIntellijRuns if you are on Mac/Linux)
  4. Refresh the Gradle Project in IDEA if required.`

现在已经不需要进行gradlew.bat setupDecompWorkspace操作了
反而会报错Task 'setupDecompWorkspace' not found in root project 'MY_MOD'.

Proposed Correction / 建议修改为……

建议删除

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: ConsideringThis is being discussed - please be patient.Type: EnhancementNo new stuff, not an error, but something good to have, like a QoL change.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions