Skip to content

Commit

Permalink
Remove dependency to Fabric API
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinrobot committed Jul 17, 2023
1 parent 61db8af commit e3d712f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
## Install

1. Install and setup [FabricMC](https://fabricmc.net/) ([wiki](https://fabricmc.net/wiki/player:tutorials:start#installing_fabric_loader))
2. Download Fabric API from [Modrinth](https://modrinth.com/mod/fabric-api) or [GitHub](https://github.com/FabricMC/fabric) for your Minecraft version
3. Download release from [Modrinth](https://modrinth.com/mod/minecraft-emote/settings) or [GitHub](https://github.com/Vinrobot/Minecraft-Emote/releases) for your Minecraft version
4. Install the mods in the .minecraft/mods or using a custom launcher
2. Download release from [Modrinth](https://modrinth.com/mod/minecraft-emote/settings) or [GitHub](https://github.com/Vinrobot/Minecraft-Emote/releases) for your Minecraft version
3. Install the mods in the .minecraft/mods or using a custom launcher
4. Launch the game and start Chatting!
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Uncomment the following line to enable the deprecated Fabric API modules.
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.

Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "~1.20",
"java": ">=17",
"fabric-api": "*"
"java": ">=17"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit e3d712f

Please sign in to comment.