diff --git a/src/main/resources/assets/extendedae_plus/models/block/network_pattern_controller.json b/src/main/resources/assets/extendedae_plus/models/block/network_pattern_controller.json index 3a3c837..94d7bcb 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/network_pattern_controller.json +++ b/src/main/resources/assets/extendedae_plus/models/block/network_pattern_controller.json @@ -1,6 +1,54 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/network_pattern_controller" - } -} + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/network_pattern_controller", + "All": "extendedae_plus:block/network_pattern_controller" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/block/wireless_transceiver.json b/src/main/resources/assets/extendedae_plus/models/block/wireless_transceiver.json index 79de149..d5eac6b 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wireless_transceiver.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wireless_transceiver.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_all", "textures": { - "all": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_5" + "all": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_4" } } diff --git a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_off.json b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_off.json index c7f095b..96121a3 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_off.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_off.json @@ -1,7 +1,54 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/wireless_transceiver/lable_wireless_transceiver_off" - } -} - + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/wireless_transceiver/lable_wireless_transceiver_off", + "All": "extendedae_plus:block/wireless_transceiver/lable_wireless_transceiver_off" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#All", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_on.json b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_on.json index 601d4c4..b4e42d7 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_on.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/lable_wireless_transceiver_on.json @@ -1,7 +1,54 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/wireless_transceiver/lable_wireless_transceiver_on" - } -} - + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/wireless_transceiver/lable_wireless_transceiver_on", + "all": "extendedae_plus:block/wireless_transceiver/lable_wireless_transceiver_on" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_0.json b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_0.json index c53e744..9fd8b72 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_0.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_0.json @@ -1,7 +1,55 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_0" - } -} - + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_0", + "side": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_0", + "top": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_0_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_1.json b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_1.json index 77fdadd..84dea14 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_1.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_1.json @@ -1,7 +1,55 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_1" - } -} - + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_1", + "side": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_1", + "top": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_1_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_2.json b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_2.json index c5bfd2b..545bf3c 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_2.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_2.json @@ -1,7 +1,55 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_2" - } -} - + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_2", + "side": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_2", + "top": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_2_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_3.json b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_3.json index 350e6ac..a8808e1 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_3.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_3.json @@ -1,7 +1,55 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_3" - } -} - + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_3", + "side": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_3", + "top": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_3_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_5.json b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_5.json index 79de149..0e05663 100644 --- a/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_5.json +++ b/src/main/resources/assets/extendedae_plus/models/block/wirelesstransceiver/wireless_transceiver_5.json @@ -1,7 +1,55 @@ { - "parent": "minecraft:block/cube_all", - "textures": { - "all": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_5" - } -} - + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube_all", + "textures": { + "particle": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_5", + "side": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_5", + "top": "extendedae_plus:block/wireless_transceiver/wireless_transceiver_5_top" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -135, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, -135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_crafter_plus.png b/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_crafter_plus.png index f2097f0..4a7bf7a 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_crafter_plus.png and b/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_crafter_plus.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_pattern_plus.png b/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_pattern_plus.png index 0e4aeb0..d72d13b 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_pattern_plus.png and b/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_pattern_plus.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_speed_plus.png b/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_speed_plus.png index f9baae3..97fc706 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_speed_plus.png and b/src/main/resources/assets/extendedae_plus/textures/block/assembler_matrix_speed_plus.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/network_pattern_controller.png b/src/main/resources/assets/extendedae_plus/textures/block/network_pattern_controller.png index e9c985b..ff38d6c 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/network_pattern_controller.png and b/src/main/resources/assets/extendedae_plus/textures/block/network_pattern_controller.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_off.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_off.png index 701f0fc..5eb7c7b 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_off.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_off.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_on.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_on.png index 906f82d..19a28de 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_on.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/lable_wireless_transceiver_on.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_0.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_0.png index 29c5b31..a2b60aa 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_0.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_0.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_0_top.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_0_top.png new file mode 100644 index 0000000..726a378 Binary files /dev/null and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_0_top.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_1.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_1.png index 942caf4..8ccecc7 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_1.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_1.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_1_top.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_1_top.png new file mode 100644 index 0000000..b8b5f5a Binary files /dev/null and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_1_top.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_2.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_2.png index 5516203..786cad9 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_2.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_2.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_2_top.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_2_top.png new file mode 100644 index 0000000..33e596a Binary files /dev/null and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_2_top.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_3.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_3.png index 716e8ae..5721f57 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_3.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_3.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_3_top.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_3_top.png new file mode 100644 index 0000000..7daa145 Binary files /dev/null and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_3_top.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_4.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_4.png index 61595f5..4754006 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_4.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_4.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_4_top.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_4_top.png new file mode 100644 index 0000000..b58d0b6 Binary files /dev/null and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_4_top.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_5.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_5.png index a4e942d..97bf859 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_5.png and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_5.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_5_top.png b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_5_top.png new file mode 100644 index 0000000..64acf8a Binary files /dev/null and b/src/main/resources/assets/extendedae_plus/textures/block/wireless_transceiver/wireless_transceiver_5_top.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/item/channel_card.png b/src/main/resources/assets/extendedae_plus/textures/item/channel_card.png index 2fe67ab..a995bb8 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/item/channel_card.png and b/src/main/resources/assets/extendedae_plus/textures/item/channel_card.png differ diff --git a/src/main/resources/assets/extendedae_plus/textures/item/virtual_crafting_card.png b/src/main/resources/assets/extendedae_plus/textures/item/virtual_crafting_card.png index 708680c..2b55242 100644 Binary files a/src/main/resources/assets/extendedae_plus/textures/item/virtual_crafting_card.png and b/src/main/resources/assets/extendedae_plus/textures/item/virtual_crafting_card.png differ