1.0.1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package dev.sillyangel.more_spear_enchantments.neoforge;
|
||||
|
||||
import net.neoforged.fml.common.Mod;
|
||||
|
||||
import dev.sillyangel.more_spear_enchantments.MoreSpearEnchantments;
|
||||
|
||||
@Mod(MoreSpearEnchantments.MOD_ID)
|
||||
public final class MoreSpearEnchantmentsNeoForge {
|
||||
public MoreSpearEnchantmentsNeoForge() {
|
||||
// Run our common setup.
|
||||
MoreSpearEnchantments.init();
|
||||
}
|
||||
}
|
||||
|
||||
BIN
neoforge/src/main/resources/META-INF/icon.png
Normal file
BIN
neoforge/src/main/resources/META-INF/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
38
neoforge/src/main/resources/META-INF/neoforge.mods.toml
Normal file
38
neoforge/src/main/resources/META-INF/neoforge.mods.toml
Normal file
@@ -0,0 +1,38 @@
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "[10,)"
|
||||
issueTrackerURL = "https://git.sillyangel.dev/angel/more-spear-enchants-neoforge/issues"
|
||||
license = "MIT"
|
||||
|
||||
[[mods]]
|
||||
modId = "more_spear_enchantments"
|
||||
version = "${version}"
|
||||
displayName = "More Spear Enchantments"
|
||||
authors = "sillyangel"
|
||||
description = '''
|
||||
more enchantments for the newly added spear from the Mounts of Mayhem update.
|
||||
'''
|
||||
logoFile = "icon.png"
|
||||
|
||||
[[dependencies.more_spear_enchantments]]
|
||||
modId = "neoforge"
|
||||
type = "required"
|
||||
versionRange = "[21.11,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.more_spear_enchantments]]
|
||||
modId = "minecraft"
|
||||
type = "required"
|
||||
versionRange = "[1.21.11,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.more_spear_enchantments]]
|
||||
modId = "architectury"
|
||||
type = "required"
|
||||
versionRange = "[19.0.1,)"
|
||||
ordering = "AFTER"
|
||||
side = "BOTH"
|
||||
|
||||
[[mixins]]
|
||||
config = "more_spear_enchantments.mixins.json"
|
||||
BIN
neoforge/src/main/resources/more_spear_enchantments/icon.png
Normal file
BIN
neoforge/src/main/resources/more_spear_enchantments/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
Reference in New Issue
Block a user