Skip to content

Commit

Permalink
Update Effective compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jan 2, 2024
1 parent 5f36d65 commit 8cd3363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/compat-libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
effective = "2.1+1.19.2"
effective = "3.0.0+1.20.1"

[libraries]
effective = { module = "io.github.ladysnake:Effective", version.ref = "effective" }
effective = { module = "org.ladysnake:effective", version.ref = "effective" }
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

import com.mojang.authlib.GameProfile;
import io.github.ladysnake.impersonate.Impersonator;
import ladysnake.effective.cosmetics.EffectiveCosmetics;
import ladysnake.effective.cosmetics.data.PlayerCosmeticData;
import net.minecraft.client.render.entity.PlayerModelPart;
import net.minecraft.entity.player.PlayerEntity;
import org.jetbrains.annotations.Nullable;
import org.ladysnake.effective.cosmetics.EffectiveCosmetics;
import org.ladysnake.effective.cosmetics.data.PlayerCosmeticData;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.injection.At;
Expand Down

0 comments on commit 8cd3363

Please sign in to comment.