Skip to content

Commit

Permalink
Show as real mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Mar 9, 2024
1 parent 7f49684 commit d1041d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EntityCulling-Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def getManifestAttributes() {
attributes['FMLCorePlugin'] = "${modGroup}.${coreModClass}"
}
if (!containsMixinsAndOrCoreModOnly.toBoolean() && (usesMixins.toBoolean() || coreModClass)) {
// attributes['FMLCorePluginContainsFMLMod'] = true
attributes['FMLCorePluginContainsFMLMod'] = true
}
if (accessTransformersFile) {
attributes['FMLAT'] = accessTransformersFile.toString()
Expand Down

0 comments on commit d1041d6

Please sign in to comment.