Update more to 1.20

This commit is contained in:
zontreck 2023-11-19 02:37:33 -07:00
parent f3b1ccbd3a
commit 46815aeb78
7 changed files with 64 additions and 65 deletions

View file

@ -46,7 +46,7 @@ This mod provides common code to all of zontreck's mods.
'''
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.libzontreck]] #optional
[[dependencies.${mod_id}]] #optional
# the modid of the dependency
modId="forge" #mandatory
# Does this dependency have to exist - if not, ordering below must be specified
@ -58,7 +58,7 @@ This mod provides common code to all of zontreck's mods.
# Side this dependency is applied on - BOTH, CLIENT or SERVER
side="BOTH"
# Here's another dependency
[[dependencies.libzontreck]]
[[dependencies.${mod_id}]]
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version