Set FMLModType for provider to get loaded

This commit is contained in:
autaut03 2019-02-14 04:46:14 +02:00
parent 8b3b55507f
commit 49535dcd96
4 changed files with 4 additions and 41 deletions

View File

@ -66,6 +66,10 @@ minecraft {
jar {
manifest {
attributes([
'FMLModType': 'LANGPROVIDER'
])
attributes(["Specification-Title": "Mod Language Provider",
"Specification-Vendor": "Forge Development LLC",
"Specification-Version": "1",

View File

@ -1,6 +0,0 @@
package net.shadowfacts.forgelin
import net.minecraftforge.fml.common.Mod
@Mod("forgelin")
object Forgelin

View File

@ -1,28 +0,0 @@
modLoader="kotlinfml"
loaderVersion="[2,)"
issueTrackerURL="https://github.com/shadowfacts/Forgelin/issues"
displayURL="https://github.com/shadowfacts/Forgelin"
logoFile="examplemod.png"
credits="Emberwalker, for the original Forgelin"
authors="shadowfacts" #optional
[[mods]]
modId="forgelin"
version="2.0.0"
displayName="Shadowfacts' Forgelin"
#updateJSONURL="" #optional
description="Kotlin provider for Forge."
[[dependencies.forgelin]]
modId="forge"
mandatory=true
versionRange="[24,)"
ordering="NONE"
side="BOTH"
[[dependencies.forgelin]]
modId="minecraft"
mandatory=true
versionRange="[1.13,)"
ordering="NONE"
side="BOTH"

View File

@ -1,7 +0,0 @@
{
"pack": {
"description": "Forgelin resources",
"pack_format": 4,
"_comment": "Without this file, Forge crashes on startup."
}
}