1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

fix mixins not working on forge

This commit is contained in:
2024-08-01 14:41:41 +03:00
parent 726f4ed7a8
commit 73ffc37f2d
2 changed files with 12 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ plugins {
// see https://files.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/ for new versions
id 'net.minecraftforge.gradle' version '6.0.26' apply false
id "me.modmuss50.mod-publish-plugin" version "0.6.3" apply false
id 'me.modmuss50.mod-publish-plugin' version '0.6.3' apply false
}