Skip to content
Merged

v #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Built entirely in JSON—no external functions, no dependencies, and no admin ri

## Installation

1. Go to the [Releases tab](https://github.com/lucgei231/Minecraft-Command-Maker/releases)
1. Go to the [Releases tab](https://github.com/Diamondstar-Mods/Minecraft-Command-Maker/releases)
2. Download the latest `.jar` file
3. Drop it into your server’s `mods/` folder
4. Make sure you’re running **Minecraft 1.21.7** with **Fabric Loader**
Expand Down Expand Up @@ -67,7 +67,7 @@ You can build this mod yourself using the included Gradle wrapper. Here's how:

1. **Clone the repository**
```bash
git clone https://github.com/lucgei231/Minecraft-Command-Maker.git
git clone https://github.com/Diamondstar-Mods/Minecraft-Command-Maker.git
cd Minecraft-Command-Maker
```

Expand Down Expand Up @@ -98,7 +98,7 @@ You can build this mod yourself using the included Gradle wrapper. Here's how:
## Bug Reports & Feedback

Found a bug? Have a suggestion?
Please [open an issue](https://github.com/lucgei231/Minecraft-Command-Maker/issues) with:
Please [open an issue](https://github.com/Diamondstar-Mods/Minecraft-Command-Maker/issues) with:

- Minecraft + Fabric version
- Steps to reproduce
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
}
}
}
Loading