From 20f7ef45ede92a8b8fa00126f4fd5dc3e8dff84c Mon Sep 17 00:00:00 2001 From: GearShocky Date: Sat, 25 Mar 2023 23:37:41 +0600 Subject: [PATCH] Matter Reconstructor --- .../ru/dbotthepony/mc/otm/registry/MNames.kt | 2 +- .../models/block/matter_reconstructor.json | 232 ++++++++++++++++++ .../textures/block/matter_reconstructor.png | Bin 0 -> 750 bytes 3 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/assets/overdrive_that_matters/models/block/matter_reconstructor.json create mode 100644 src/main/resources/assets/overdrive_that_matters/textures/block/matter_reconstructor.png diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MNames.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MNames.kt index 81bdd5794..0347f06dd 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MNames.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MNames.kt @@ -23,7 +23,7 @@ object MNames { const val MATTER_PANEL = "matter_panel" const val MATTER_REPLICATOR = "matter_replicator" const val MATTER_BOTTLER = "matter_bottler" - const val MATTER_RECONSTRUCTOR = "item_repairer" + const val MATTER_RECONSTRUCTOR = "matter_reconstructor" const val DRIVE_VIEWER = "drive_viewer" const val DRIVE_RACK = "drive_rack" const val ITEM_MONITOR = "item_monitor" diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/matter_reconstructor.json b/src/main/resources/assets/overdrive_that_matters/models/block/matter_reconstructor.json new file mode 100644 index 000000000..94d03904b --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/matter_reconstructor.json @@ -0,0 +1,232 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "0": "overdrive_that_matters:block/matter_reconstructor", + "particle": "overdrive_that_matters:block/matter_reconstructor" + }, + "elements": [ + { + "name": "body", + "from": [0, 4, 0], + "to": [16, 8, 16], + "faces": { + "north": {"uv": [0, 0, 4, 2], "texture": "#0"}, + "east": {"uv": [8, 0, 4, 2], "texture": "#0"}, + "south": {"uv": [8, 0, 12, 2], "texture": "#0"}, + "west": {"uv": [4, 0, 8, 2], "texture": "#0"}, + "up": {"uv": [4, 4, 8, 12], "texture": "#0"}, + "down": {"uv": [4, 4, 8, 12], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 0, 0], + "to": [16, 4, 11], + "faces": { + "north": {"uv": [0, 2, 4, 4], "texture": "#0"}, + "east": {"uv": [6.75, 2, 4, 4], "texture": "#0"}, + "south": {"uv": [0, 2, 4, 4], "texture": "#0"}, + "west": {"uv": [4, 2, 6.75, 4], "texture": "#0"}, + "down": {"uv": [0, 4, 4, 9.5], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "body", + "from": [13, 8, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 12, 0.75, 16], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0.75, 12, 4.75, 16], "texture": "#0"}, + "south": {"uv": [0, 12, 0.75, 16], "texture": "#0"}, + "west": {"uv": [4.75, 12, 8.75, 16], "texture": "#0"}, + "up": {"uv": [0, 10.5, 4, 12], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 8, 0], + "to": [3, 16, 16], + "faces": { + "north": {"uv": [0, 12, 0.75, 16], "texture": "#0"}, + "east": {"uv": [4.75, 12, 8.75, 16], "texture": "#0"}, + "south": {"uv": [0, 12, 0.75, 16], "rotation": 180, "texture": "#0"}, + "west": {"uv": [0.75, 12, 4.75, 16], "texture": "#0"}, + "up": {"uv": [0, 10.5, 4, 12], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "chamber glass", + "from": [3, 8, 1], + "to": [13, 15, 15], + "faces": { + "north": {"uv": [8.75, 5.5, 11.25, 9], "texture": "#0"}, + "south": {"uv": [8.75, 5.5, 11.25, 9], "texture": "#0"}, + "up": {"uv": [8.75, 9, 11.25, 16], "texture": "#0"} + } + }, + { + "name": "shields", + "from": [-1, 8, 1], + "to": [0, 15, 15], + "faces": { + "north": {"uv": [11.25, 4, 13, 4.5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 3.5, 3.5], "texture": "#missing"}, + "south": {"uv": [11.25, 4, 13, 4.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [11.25, 4.5, 13, 11.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [13, 4.5, 13.25, 11.5], "texture": "#0"}, + "down": {"uv": [13, 4.5, 13.25, 11.5], "texture": "#0"} + } + }, + { + "name": "shields", + "from": [16, 8, 1], + "to": [17, 15, 15], + "faces": { + "north": {"uv": [11.25, 4, 13, 4.5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [11.25, 4.5, 13, 11.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [11.25, 4, 13, 4.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 3.5, 3.5], "texture": "#missing"}, + "up": {"uv": [13, 4.5, 13.25, 11.5], "texture": "#0"}, + "down": {"uv": [13, 4.5, 13.25, 11.5], "texture": "#0"} + } + }, + { + "name": "item platform", + "from": [4, 8, 4], + "to": [12, 9, 12], + "faces": { + "north": {"uv": [11.25, 11.5, 13.25, 12], "texture": "#0"}, + "east": {"uv": [11.25, 11.5, 13.25, 12], "texture": "#0"}, + "south": {"uv": [11.25, 11.5, 13.25, 12], "texture": "#0"}, + "west": {"uv": [11.25, 11.5, 13.25, 12], "texture": "#0"}, + "up": {"uv": [11.25, 12, 13.25, 16], "texture": "#0"} + } + }, + { + "name": "matter storage", + "from": [14, 0, 11], + "to": [15, 4, 15], + "faces": { + "east": {"uv": [6.75, 2, 7.75, 4], "texture": "#0"}, + "south": {"uv": [11, 2, 11.25, 4], "texture": "#0"}, + "down": {"uv": [11, 2, 11.25, 4], "texture": "#0"} + } + }, + { + "name": "matter storage", + "from": [1, 0, 11], + "to": [3, 4, 15], + "faces": { + "south": {"uv": [7.75, 2, 8.25, 4], "texture": "#0"}, + "west": {"uv": [6.75, 2, 7.75, 4], "texture": "#0"}, + "down": {"uv": [7.75, 2, 8.25, 4], "texture": "#0"} + } + }, + { + "name": "matter glow", + "from": [3, 0, 11], + "to": [14, 4, 15], + "faces": { + "south": {"uv": [8.25, 2, 11, 4], "texture": "#0"}, + "down": {"uv": [8.25, 2, 11, 4], "texture": "#0"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "manipulator", + "from": [6, 6, 10.9], + "to": [7, 11, 11.9], + "rotation": {"angle": 45, "axis": "x", "origin": [6.5, 8.5, 12.4]}, + "faces": { + "north": {"uv": [8, 4.5, 9.25, 5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [8, 4, 9.25, 4.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [8, 4.5, 9.25, 5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8, 4, 9.25, 4.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "manipulator", + "from": [6, 10, 8.1], + "to": [7, 11, 9.1], + "rotation": {"angle": 45, "axis": "x", "origin": [6.5, 10, 10.4]}, + "faces": { + "north": {"uv": [9.25, 4, 9.5, 4.5], "texture": "#0"}, + "east": {"uv": [9.25, 4, 9.5, 4.5], "texture": "#0"}, + "south": {"uv": [9.25, 4, 9.5, 4.5], "texture": "#0"}, + "west": {"uv": [9.25, 4, 9.5, 4.5], "texture": "#0"} + } + }, + { + "name": "manipulator tip", + "from": [6, 9, 8.1], + "to": [7, 10, 9.1], + "rotation": {"angle": 45, "axis": "x", "origin": [6.5, 10, 10.4]}, + "faces": { + "north": {"uv": [9.25, 4.5, 9.5, 5], "texture": "#0"}, + "east": {"uv": [9.25, 4.5, 9.5, 5], "texture": "#0"}, + "south": {"uv": [9.25, 4.5, 9.5, 5], "texture": "#0"}, + "west": {"uv": [9.25, 4.5, 9.5, 5], "texture": "#0"}, + "down": {"uv": [9.5, 4.5, 9.75, 5], "texture": "#0"} + }, + "forge_data": { "block_light": 15, "sky_light": 15 } + }, + { + "name": "manipulator", + "from": [5.9, 10.5, 9.4], + "to": [7.1, 12.5, 14.4], + "rotation": {"angle": 0, "axis": "x", "origin": [6.5, 12.5, 13.9]}, + "faces": { + "north": {"uv": [8, 5.5, 8.5, 6.1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [8, 6, 8.5, 8.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 5.5, 8.5, 6.1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8, 6, 8.5, 8.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 6, 8.75, 8.5], "texture": "#0"}, + "down": {"uv": [8, 6, 8.25, 8.5], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "emerald lens", + "from": [7, 8, 3], + "to": [9, 10, 5], + "faces": { + "north": {"uv": [8, 10.5, 8.5, 11.5], "texture": "#0"}, + "east": {"uv": [8, 10.5, 8.5, 11.5], "texture": "#0"}, + "south": {"uv": [8, 10.5, 8.5, 11.5], "texture": "#0"}, + "west": {"uv": [8, 10.5, 8.5, 11.5], "texture": "#0"}, + "up": {"uv": [8, 9.5, 8.5, 10.5], "texture": "#0"} + } + } + ], + "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, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 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/overdrive_that_matters/textures/block/matter_reconstructor.png b/src/main/resources/assets/overdrive_that_matters/textures/block/matter_reconstructor.png new file mode 100644 index 0000000000000000000000000000000000000000..854ab7991021e88da9221aa4eb463d550fe9ad89 GIT binary patch literal 750 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!3-p)I`?e@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`T?2eVTun_)bDR2)Z3!0>6Z?OI;r|2AgoK3u|Nn=Cgrrrr+`fIgzP`Sw zsL1{QZu4UkwlXmMXJBY=Z&y=O)7I8zn5yacxdmtvtH&QLASGTB*#OnUCE;qXMS?zYUMzRO>)et1x|J5JNWoM##@(<9q6Weh6)Ywxk-nLoPdd%5HE zVrfR@W9yE(eCn1^{B&$Hv)orFRwhv;J{AiWJ{^{2%?vURt}LZWbyg$>fFtu z+^3TxlQQhStxrEzus9r*ib)FZ*(ULH%Axs8rx!8Jtnso; z_P4A&6xe-#O9G$9;suY4Zw4y6y*#$6=-{HQmIlnP6e>Hpi)0MnR_ve7HD~gkWegnG z3pY&=6lv6YG5M*e&Sv2YZM;(!@Xpy7!Swvv$)f9?DXzDZ8l%b_v&t!F+Z%{=&IB{4tc_D`(qrYw)>rWAxT@%WKm>aoH zoDaB``-(-cum8SK*m5h~ozt}zCs@ZBM!GN};sr-EBn8LE& zux?phFoSVlTG(oZZC=WM^gmp4e3mP_C+ncKo#l)44VD#_N4h8Tf0;M=z_tl~+Y4js Z85M-1S@l*pJp`r~22WQ%mvv4FO#uC;KoS4| literal 0 HcmV?d00001