Remove 'mixin' block from Forge buildscript

This commit is contained in:
Aizistral
2026-03-27 21:51:14 +01:00
parent 9b722727b9
commit 69badbc96f

View File

@@ -14,10 +14,6 @@ plugins {
id "com.matthewprenger.cursegradle" version "1.4.0"
}
mixin {
add sourceSets.main, "nochatrestrictions.refmap.json"
}
version = project.modVersion
group = 'com.aizistral.nochatrestrictions'
archivesBaseName = 'NoChatRestrictions'