From eabf0e5dd8003384b59e640fc70aec3368dbdc1c Mon Sep 17 00:00:00 2001 From: Pogboy2008 <90568522+Pogboy2008@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:26:23 -0500 Subject: [PATCH] fixed voidstone and corrupted eye --- .../resources/assets/simplexity/blockstates/voidstone.json | 7 +++++++ .../assets/simplexity/models/item/corrupted_eye.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/assets/simplexity/blockstates/voidstone.json diff --git a/src/main/resources/assets/simplexity/blockstates/voidstone.json b/src/main/resources/assets/simplexity/blockstates/voidstone.json new file mode 100644 index 0000000..1bc052f --- /dev/null +++ b/src/main/resources/assets/simplexity/blockstates/voidstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "simplexity:block/voidstone" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/simplexity/models/item/corrupted_eye.json b/src/main/resources/assets/simplexity/models/item/corrupted_eye.json index 662579d..e2a9125 100644 --- a/src/main/resources/assets/simplexity/models/item/corrupted_eye.json +++ b/src/main/resources/assets/simplexity/models/item/corrupted_eye.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "simplexity:item/corrupted_eyes" + "layer0": "simplexity:item/corrupted_eye" } } \ No newline at end of file