From 89cff4ca48314a7b48d0a40801a19c034e5d082c Mon Sep 17 00:00:00 2001 From: dragonruler1000 Date: Tue, 27 May 2025 10:13:53 -0500 Subject: [PATCH] fixed tetures for the block of dust and window blocks --- gradle.properties | 2 +- .../resources/assets/hdm_mod/blockstates/block_of_dust.json | 4 +++- src/main/resources/assets/hdm_mod/blockstates/window.json | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 635380c..99d1277 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.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. # 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 7f816ed..2e143c2 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,5 +1,7 @@ { "variants": { - "main": {"model": "hdm_mod:block/block_of_dust" } + "":[ + {"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 5bd80c6..5741ab8 100644 --- a/src/main/resources/assets/hdm_mod/blockstates/window.json +++ b/src/main/resources/assets/hdm_mod/blockstates/window.json @@ -1,5 +1,7 @@ { "variants": { - "main": {"model": "hdm_mod:block/window" } + "": [ + {"model": "hdm_mod:block/window" } + ] } } \ No newline at end of file