Skip to content

Commit

Permalink
redo of #72 (#80)
Browse files Browse the repository at this point in the history
* clarifications to setting up for maven conventions

* work-in-progress version of quilt config section

* Revert "work-in-progress version of quilt config section"

This reverts commit 985ee3d.

* fix
  • Loading branch information
ix0rai authored Jan 29, 2024
1 parent bf24d75 commit 2f92b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wiki/introduction/setting-up/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ that is highly recommended. You can get it here:

## An Overview Over IDEA

After you opened the project, you should see a window looking roughly like this:
After you open the project, you should see a window looking roughly like this:

TODO: Embed screenshot

Expand All @@ -76,8 +76,8 @@ Now that you have decided on these things, you can update your mod's metadata:

First, update the `gradle.properties` file directly in your project folder to use your Maven group and mod ID.

Change the line beginning with `maven_group =` to use your mod maven group instead of `com.example`
Set `archives_base_name` to your mod's ID similarly and ignore all other properties for now. Here is an example how the result might look:
Change the line beginning with `maven_group =` to use your mod maven group instead of `com.example`.
Set `archives_base_name` to your mod's ID similarly and ignore all other properties for now. Note that since maven [uses hyphens to separate words](https://maven.apache.org/maven-conventions.html), you should change the underscores in your mod ID to hyphens accordingly. Here is an example of how the result might look:

```gradle
# Gradle Properties
Expand Down

1 comment on commit 2f92b82

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://0603db53.developer-wiki.pages.dev

Please sign in to comment.