Skip to content

Commit

Permalink
chore: remove fapi as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CamperSamu committed Dec 25, 2023
1 parent 94eab39 commit 0edf8e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
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}"
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation include("eu.pb4:placeholder-api:${project.papi_version}")
modImplementation include("eu.pb4:polymer-resource-pack:${project.polymer_version}")
modRuntimeOnly "eu.pb4:polymer-autohost:${project.polymer_version}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.campersamu.chatheads.mixin;

import com.mojang.authlib.GameProfile;
import com.mojang.authlib.minecraft.MinecraftProfileTexture;
import net.minecraft.network.ClientConnection;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.PlayerManager;
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"depends": {
"fabricloader": ">=0.14.10",
"fabric": "*",
"minecraft": "1.20.x"
}
}

0 comments on commit 0edf8e6

Please sign in to comment.