Compare commits

..

2 commits

Author SHA1 Message Date
dragonruler1000
7547f751e2
Merge pull request #26 from dragonruler1000/DEV
fixed tetures for the block of dust and window blocks
2025-05-27 10:16:19 -05:00
dragonruler1000
89cff4ca48 fixed tetures for the block of dust and window blocks 2025-05-27 10:15:56 -05:00
3 changed files with 7 additions and 3 deletions

View file

@ -38,7 +38,7 @@ mod_name=Hdm Mod
# 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=MIT mod_license=MIT
# The mod version. See https://semver.org/ # The mod version. See https://semver.org/
mod_version=1.2.1 mod_version=1.2.2
# 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

View file

@ -1,5 +1,7 @@
{ {
"variants": { "variants": {
"main": {"model": "hdm_mod:block/block_of_dust" } "":[
{"model": "hdm_mod:block/block_of_dust" }
]
} }
} }

View file

@ -1,5 +1,7 @@
{ {
"variants": { "variants": {
"main": {"model": "hdm_mod:block/window" } "": [
{"model": "hdm_mod:block/window" }
]
} }
} }