-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean build more, add -Dfireblanket.saveAsDat
argument allows mod to run on neoforge SP currently
- Loading branch information
1 parent
f7fd585
commit e8484e6
Showing
8 changed files
with
92 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
modLoader = "javafml" | ||
loaderVersion = "[4,)" | ||
license = "${license}" | ||
issueTrackerURL = "${issues}" | ||
|
||
[[mods]] | ||
modId = "${modId}" | ||
version = "${version}" | ||
displayName = "${modName}" | ||
description = '''${modDescription}''' | ||
authors = "${members}" | ||
displayURL = "${homepage}" | ||
logoFile = "assets/${modId}/icon.png" | ||
|
||
[properties] | ||
"connector:placeholder" = true | ||
|
||
[[dependencies.${ modId }]] | ||
modId = "connector" | ||
type = "required" | ||
versionRange = "*" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
|
||
[[dependencies.${ modId }]] | ||
modId = "neoforge" | ||
type = "required" | ||
versionRange = "*" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
|
||
[[dependencies.${ modId }]] | ||
modId = "minecraft" | ||
type = "required" | ||
versionRange = "[${mc},)" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
|
||
[[dependencies.${ modId }]] | ||
modId = "fabric_api" | ||
type = "required" | ||
versionRange = "[${fapi},)" | ||
ordering = "NONE" | ||
side = "BOTH" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/main/resources/fireblanket.aw → src/main/resources/fireblanket.accesswidener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters