diff --git a/gradle.properties b/gradle.properties index 99d1277..635380c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=1.2.2 +mod_version=1.2.1 # 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 diff --git a/src/main/resources/assets/hdm_mod/blockstates/block_of_dust.json b/src/main/resources/assets/hdm_mod/blockstates/block_of_dust.json index 2e143c2..7f816ed 100644 --- a/src/main/resources/assets/hdm_mod/blockstates/block_of_dust.json +++ b/src/main/resources/assets/hdm_mod/blockstates/block_of_dust.json @@ -1,7 +1,5 @@ { "variants": { - "":[ - {"model": "hdm_mod:block/block_of_dust" } - ] + "main": {"model": "hdm_mod:block/block_of_dust" } } } \ No newline at end of file diff --git a/src/main/resources/assets/hdm_mod/blockstates/window.json b/src/main/resources/assets/hdm_mod/blockstates/window.json index 5741ab8..5bd80c6 100644 --- a/src/main/resources/assets/hdm_mod/blockstates/window.json +++ b/src/main/resources/assets/hdm_mod/blockstates/window.json @@ -1,7 +1,5 @@ { "variants": { - "": [ - {"model": "hdm_mod:block/window" } - ] + "main": {"model": "hdm_mod:block/window" } } } \ No newline at end of file