From 34a8af64d1c32b4e8217d33c52be86f0c26ccab7 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sat, 9 Mar 2024 13:04:52 +0100 Subject: [PATCH] Formatting update --- .../models/block/crystal_resonance_generator.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/ae2/models/block/crystal_resonance_generator.json b/src/main/resources/assets/ae2/models/block/crystal_resonance_generator.json index 0aead836af1..670ab154358 100644 --- a/src/main/resources/assets/ae2/models/block/crystal_resonance_generator.json +++ b/src/main/resources/assets/ae2/models/block/crystal_resonance_generator.json @@ -26,11 +26,16 @@ "from": [4, 4, 4], "to": [12, 16, 12], "faces": { - "north": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true}, - "east": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true}, - "south": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true}, - "west": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true}, - "up": { "uv": [0, 0, 8, 8], "texture": "#core", "cullface": "up", "unlit": true} + "north": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true }, + "east": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true }, + "south": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true }, + "west": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true }, + "up": { + "uv": [0, 0, 8, 8], + "texture": "#core", + "cullface": "up", + "unlit": true + } } }, {