diff --git a/src/main/resources/assets/fulleng/models/block/terminal.json b/src/main/resources/assets/fulleng/models/block/terminal.json index 60b343a..c93b2eb 100644 --- a/src/main/resources/assets/fulleng/models/block/terminal.json +++ b/src/main/resources/assets/fulleng/models/block/terminal.json @@ -3,15 +3,15 @@ "parent": "minecraft:block/block", "render_type": "cutout", "textures": { + "top": "ae2:block/generics/top", + "bottom": "ae2:block/generics/bottom", "front": "fulleng:block/terminal_front", - "particle": "fulleng:block/terminal_side", - "side": "fulleng:block/terminal_side", - "bottom": "fulleng:block/terminal_bottom", - "top": "fulleng:block/terminal_top", + "back": "ae2:block/generics/back", + "side": "ae2:block/generics/side", "lightsBright": "ae2:part/terminal_bright", "lightsMedium": "ae2:part/terminal_medium", "lightsDark": "ae2:part/terminal_dark", - "back": "fulleng:block/terminal_back" + "particle": "ae2:block/generics/side" }, "elements": [ { diff --git a/src/main/resources/assets/fulleng/models/block/terminal_off.json b/src/main/resources/assets/fulleng/models/block/terminal_off.json index 6ab26a3..28ba203 100644 --- a/src/main/resources/assets/fulleng/models/block/terminal_off.json +++ b/src/main/resources/assets/fulleng/models/block/terminal_off.json @@ -3,15 +3,15 @@ "parent": "minecraft:block/block", "render_type": "cutout", "textures": { + "top": "ae2:block/generics/top", + "bottom": "ae2:block/generics/bottom", "front": "fulleng:block/terminal_front", - "particle": "fulleng:block/terminal_side", - "side": "fulleng:block/terminal_side", - "bottom": "fulleng:block/terminal_bottom", - "top": "fulleng:block/terminal_top", + "back": "ae2:block/generics/back", + "side": "ae2:block/generics/side", "lightsBright": "ae2:part/terminal_bright", "lightsMedium": "ae2:part/terminal_medium", "lightsDark": "ae2:part/terminal_dark", - "back": "fulleng:block/terminal_back" + "particle": "ae2:block/generics/side" }, "elements": [ { diff --git a/src/main/resources/assets/fulleng/textures/block/terminal_back.png b/src/main/resources/assets/fulleng/textures/block/terminal_back.png deleted file mode 100644 index 30a46c5..0000000 Binary files a/src/main/resources/assets/fulleng/textures/block/terminal_back.png and /dev/null differ diff --git a/src/main/resources/assets/fulleng/textures/block/terminal_bottom.png b/src/main/resources/assets/fulleng/textures/block/terminal_bottom.png deleted file mode 100644 index fe60d89..0000000 Binary files a/src/main/resources/assets/fulleng/textures/block/terminal_bottom.png and /dev/null differ diff --git a/src/main/resources/assets/fulleng/textures/block/terminal_side.png b/src/main/resources/assets/fulleng/textures/block/terminal_side.png deleted file mode 100644 index 466f57d..0000000 Binary files a/src/main/resources/assets/fulleng/textures/block/terminal_side.png and /dev/null differ diff --git a/src/main/resources/assets/fulleng/textures/block/terminal_top.png b/src/main/resources/assets/fulleng/textures/block/terminal_top.png deleted file mode 100644 index 90fc919..0000000 Binary files a/src/main/resources/assets/fulleng/textures/block/terminal_top.png and /dev/null differ