blob: 3a07a450236222625162c4f81a1fbad8c06157f0 [file] [log] [blame] [raw]
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
modLoader="javafml"
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
loaderVersion="[36,)"
license="X11"
# A URL to refer people to when problems occur with this mod
issueTrackerURL="https://sourceforge.net/p/rivoreo-mc-plugins/tickets/"
# A list of mods - how many allowed here is determined by the individual mod loader
[[mods]]
# The modid of the mod
modId="aggressive-chickens"
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
version="${version}"
# A display name for the mod
displayName="Aggressive Chickens"
# A URL for the "homepage" for this mod, displayed in the mod UI
displayURL="https://sourceforge.net/projects/rivoreo-mc-plugins/"
# A file name (in the root of the mod JAR) containing a logo for display
#logoFile=""
# A text field displayed in the mod UI
credits="Thanks papadave66 for testing"
# A text field displayed in the mod UI
authors="WHR <msl0000023508@gmail.com>"
# The description text for the mod (multi line!) (#mandatory)
description='''
Chickens will now fight back if you hitting them.
'''
[[dependencies.aggressive-chickens]]
modId="forge"
mandatory=true
versionRange="[36,37)"
ordering="NONE"
side="SERVER"
[[dependencies.aggressive-chickens]]
modId="minecraft"
mandatory=true
versionRange="[1.16,)"
ordering="NONE"
side="SERVER"