Fix a forge tag
This commit is contained in:
parent
734ae4378b
commit
02e182cc72
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ mod_name=OTEMod
|
||||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=GPLv3
|
mod_license=GPLv3
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1.4.010324.0455
|
mod_version=1.4.010324.0510
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# 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.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"Q": {
|
"Q": {
|
||||||
"tag": "forge:blocks/stone"
|
"tag": "forge:stone"
|
||||||
},
|
},
|
||||||
"Z": {
|
"Z": {
|
||||||
"item": "otemod:stable_singularity"
|
"item": "otemod:stable_singularity"
|
||||||
|
|
Reference in a new issue