Implement new lime variant, add stairs, add tile to stairs transition block, illumination
This commit is contained in:
parent
5b5ea9f9ea
commit
deb1fe1e46
94 changed files with 1484 additions and 27 deletions
|
@ -14,7 +14,7 @@ minecraft_version=1.18.2
|
|||
# as they do not follow standard versioning conventions.
|
||||
minecraft_version_range=[1.18.2,1.19)
|
||||
# The Forge version must agree with the Minecraft version to get a valid artifact
|
||||
forge_version=40.2.17
|
||||
forge_version=40.2.1
|
||||
# The Forge version range can use any version of Forge as bounds or match the loader version range
|
||||
forge_version_range=[40,)
|
||||
# The loader version range can only use the major version of Forge/FML as bounds
|
||||
|
@ -49,7 +49,7 @@ mod_name=Thresholds
|
|||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=GPLv3
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1.4.012824.1844
|
||||
mod_version=1.4.012924.2121
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
Reference in a new issue