Push 1.2.1 alpha

This commit is contained in:
Zontreck 2022-10-02 13:56:34 -07:00
parent 7dc2dbda4f
commit b1be450dfd
49 changed files with 485 additions and 127 deletions

View file

@ -31,7 +31,7 @@ displayName="OTEMod Resources" #mandatory
credits="zontreck" #optional
# The description text for the mod (multi line!) (#mandatory)
description='''
The entire purpose of this mod is to add datapack resources that will be present on servers and single player worlds.
This mod is a work in progress and is planned to add a procedural adventure system along with its own ores, blocks, and dimension
'''
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.otemod]] #optional
@ -40,7 +40,7 @@ The entire purpose of this mod is to add datapack resources that will be present
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[41,]" #mandatory
versionRange="[43,]" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
@ -50,6 +50,6 @@ The entire purpose of this mod is to add datapack resources that will be present
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.19,]"
versionRange="[1.19.2,]"
ordering="NONE"
side="BOTH"