diff --git a/src/generated/resources/data/create/tags/block/fan_transparent.json b/src/generated/resources/data/create/tags/block/fan_transparent.json index 504e9bb1a..fb8d7070f 100644 --- a/src/generated/resources/data/create/tags/block/fan_transparent.json +++ b/src/generated/resources/data/create/tags/block/fan_transparent.json @@ -11,6 +11,15 @@ "create_connected:fan_enriched_catalyst", "create_connected:fan_ending_catalyst_dragons_breath", "create_connected:fan_ending_catalyst_dragon_head", - "create_connected:fan_withering_catalyst" + "create_connected:fan_withering_catalyst", + "create_connected:fan_chocolate_coating_catalyst", + "create_connected:fan_honey_coating_catalyst", + "create_connected:fan_exploding_catalyst", + "create_connected:fan_resonance_catalyst", + "create_connected:fan_sculking_catalyst", + "create_connected:fan_purifying_catalyst", + "create_connected:fan_transmutation_catalyst", + "create_connected:fan_glooming_catalyst", + "create_connected:fan_soul_stripping_catalyst" ] -} \ No newline at end of file +} diff --git a/src/generated/resources/data/create_connected/recipe/item_application/glooming.json b/src/generated/resources/data/create_connected/recipe/item_application/glooming.json new file mode 100644 index 000000000..11d1114da --- /dev/null +++ b/src/generated/resources/data/create_connected/recipe/item_application/glooming.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "create_connected:feature_enabled", + "tag": "create_connected:empty_fan_catalyst" + } + ], + "type": "create:item_application", + "ingredients": [ + { + "item": "create_connected:empty_fan_catalyst" + }, + { + "item": "twilightforest:exanimate_essence" + } + ], + "results": [ + { + "id": "create_connected:fan_glooming_catalyst" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_connected/recipe/item_application/soul_stripping.json b/src/generated/resources/data/create_connected/recipe/item_application/soul_stripping.json new file mode 100644 index 000000000..920cbc910 --- /dev/null +++ b/src/generated/resources/data/create_connected/recipe/item_application/soul_stripping.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "create_connected:feature_enabled", + "tag": "create_connected:empty_fan_catalyst" + } + ], + "type": "create:item_application", + "ingredients": [ + { + "item": "create_connected:empty_fan_catalyst" + }, + { + "item": "createnetherindustry:mysterious_ancient_mechanism" + } + ], + "results": [ + { + "id": "create_connected:fan_soul_stripping_catalyst" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_connected/recipe/item_application/transmutation.json b/src/generated/resources/data/create_connected/recipe/item_application/transmutation.json new file mode 100644 index 000000000..a58741e5d --- /dev/null +++ b/src/generated/resources/data/create_connected/recipe/item_application/transmutation.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "create_connected:feature_enabled", + "tag": "create_connected:empty_fan_catalyst" + } + ], + "type": "create:item_application", + "ingredients": [ + { + "item": "create_connected:empty_fan_catalyst" + }, + { + "item": "create_shimmer:shimmer_bucket" + } + ], + "results": [ + { + "id": "create_connected:fan_transmutation_catalyst" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/chocolate_coating.json b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/chocolate_coating.json new file mode 100644 index 000000000..b9919c2a2 --- /dev/null +++ b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/chocolate_coating.json @@ -0,0 +1,5 @@ +{ + "values": [ + "create_connected:fan_chocolate_coating_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/exploding.json b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/exploding.json new file mode 100644 index 000000000..8e6ff4b5f --- /dev/null +++ b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/exploding.json @@ -0,0 +1,6 @@ +{ + "values": [ + "minecraft:creeper_head", + "create_connected:fan_exploding_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/honey_coating.json b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/honey_coating.json new file mode 100644 index 000000000..2831069d2 --- /dev/null +++ b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/honey_coating.json @@ -0,0 +1,5 @@ +{ + "values": [ + "create_connected:fan_honey_coating_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/preservation.json b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/preservation.json new file mode 100644 index 000000000..f72d209df --- /dev/null +++ b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/preservation.json @@ -0,0 +1,3 @@ +{ + "values": [] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/purifying.json b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/purifying.json new file mode 100644 index 000000000..7104d6a23 --- /dev/null +++ b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/purifying.json @@ -0,0 +1,6 @@ +{ + "values": [ + "minecraft:beacon", + "create_connected:fan_purifying_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/resonance.json b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/resonance.json new file mode 100644 index 000000000..45882e03c --- /dev/null +++ b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/resonance.json @@ -0,0 +1,6 @@ +{ + "values": [ + "minecraft:amethyst_cluster", + "create_connected:fan_resonance_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/sculking.json b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/sculking.json new file mode 100644 index 000000000..29f51820b --- /dev/null +++ b/src/generated/resources/data/create_more_catalysts/tags/block/fan_catalysts/sculking.json @@ -0,0 +1,6 @@ +{ + "values": [ + "minecraft:sculk_catalyst", + "create_connected:fan_sculking_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_shimmer/tags/block/fan_glooming_catalysts.json b/src/generated/resources/data/create_shimmer/tags/block/fan_glooming_catalysts.json new file mode 100644 index 000000000..395fe5230 --- /dev/null +++ b/src/generated/resources/data/create_shimmer/tags/block/fan_glooming_catalysts.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "create_connected:fan_glooming_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create_shimmer/tags/block/fan_transmutation_catalysts.json b/src/generated/resources/data/create_shimmer/tags/block/fan_transmutation_catalysts.json new file mode 100644 index 000000000..8df053797 --- /dev/null +++ b/src/generated/resources/data/create_shimmer/tags/block/fan_transmutation_catalysts.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "create_connected:fan_transmutation_catalyst" + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/createnetherindustry/tags/block/fan_soul_stripping_catalysts.json b/src/generated/resources/data/createnetherindustry/tags/block/fan_soul_stripping_catalysts.json new file mode 100644 index 000000000..8d0acf6b5 --- /dev/null +++ b/src/generated/resources/data/createnetherindustry/tags/block/fan_soul_stripping_catalysts.json @@ -0,0 +1,5 @@ +{ + "values": [ + "create_connected:fan_soul_stripping_catalyst" + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/lang/zh_cn.json b/src/main/resources/assets/create_connected/lang/zh_cn.json index 01e7e3b43..7e4abcb68 100644 --- a/src/main/resources/assets/create_connected/lang/zh_cn.json +++ b/src/main/resources/assets/create_connected/lang/zh_cn.json @@ -90,6 +90,40 @@ "block.create_connected.fan_splashing_catalyst.tooltip.summary": "_洗涤_专用设备,触媒的内容不与环境发生反应。", "block.create_connected.fan_withering_catalyst": "鼓风机凋零触媒", "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_凋零_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_transmutation_catalyst": "鼓风机复生触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_复生_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_glooming_catalyst": "鼓风机通冥触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_通冥_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_soul_stripping_catalyst": "鼓风机祛魂触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_祛魂_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_channeling_catalyst": "鼓风机引潮触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_引潮_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_purifying_catalyst": "鼓风机净化触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_净化_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_sculking_catalyst": "鼓风机幽匿触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_幽匿_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_resonance_catalyst": "鼓风机共振触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_共振_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_exploding_catalyst": "鼓风机爆炸触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_爆炸_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_honey_coating_catalyst": "鼓风机裹蜜触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_裹蜜_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_chocolate_coating_catalyst": "鼓风机凝巧触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_凝巧_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_salout_catalyst": "鼓风机盐析触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_盐析_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_etch_catalyst": "鼓风机蚀刻触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_蚀刻_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_sulfon_catalyst": "鼓风机磺化触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_磺化_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_dehyed_catalyst": "鼓风机脱水触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_脱水_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_oxidize_catalyst": "鼓风机氧化触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_氧化_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_reduce_catalyst": "鼓风机还原触媒", + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_还原_专用设备,触媒的内容不与环境发生反应。", + "block.create_connected.fan_ferment_catalyst": "鼓风机发酵触媒" + "block.create_connected.fan_withering_catalyst.tooltip.summary": "用于兼容模组的_发酵_专用设备,触媒的内容不与环境发生反应。", "block.create_connected.fluid_vessel": "横向流体储罐", "block.create_connected.fluid_vessel.tooltip.behaviour1": "_切换_观察窗形状。", "block.create_connected.fluid_vessel.tooltip.condition1": "手持扳手右击时", @@ -306,4 +340,4 @@ "item.create_connected.vertical_six_way_gearbox": "竖直六向齿轮箱", "item.create_connected.vertical_six_way_gearbox.tooltip.summary": "_六个面_都有轴的齿轮箱。顶部和底部以_半速_旋转。", "itemGroup.create_connected.main": "机械动力:创意传动" -} \ No newline at end of file +} diff --git a/src/main/resources/assets/create_connected/models/block/fan_chocolate_coating_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_chocolate_coating_catalyst/block.json new file mode 100644 index 000000000..26150ea7d --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_chocolate_coating_catalyst/block.json @@ -0,0 +1,109 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "particle": "create:block/funnel/brass_funnel_frame", + "content": "create:fluid/chocolate_flow" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "from": [2.1, 2.1, 2.1], + "to": [13.9, 13.9, 13.9], + "faces": { + "north": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "east": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "south": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "west": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "up": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "down": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_chocolate_coating_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_chocolate_coating_catalyst/item.json new file mode 100644 index 000000000..35f9ddba0 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_chocolate_coating_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_chocolate_coating_catalyst/block" +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_exploding_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_exploding_catalyst/block.json new file mode 100644 index 000000000..a465823a1 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_exploding_catalyst/block.json @@ -0,0 +1,115 @@ +{ + "format_version": "1.21.11", + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "particle": "create:block/funnel/brass_funnel_frame", + "contentup": "create_connected:block/creeper_head/creeper_up", + "contentdown": "create_connected:block/creeper_head/creeper_down", + "contentleft": "create_connected:block/creeper_head/creeper_left", + "contentright": "create_connected:block/creeper_head/creeper_right", + "contentfront": "create_connected:block/creeper_head/creeper_front", + "contentback": "create_connected:block/creeper_head/creeper_back" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "from": [4, 4, 4], + "to": [12, 12, 12], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#contentfront"}, + "east": {"uv": [4, 4, 12, 12], "texture": "#contentright"}, + "south": {"uv": [4, 4, 12, 12], "texture": "#contentback"}, + "west": {"uv": [4, 4, 12, 12], "texture": "#contentleft"}, + "up": {"uv": [4, 4, 12, 12], "texture": "#contentup"}, + "down": {"uv": [4, 4, 12, 12], "texture": "#contentdown"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_exploding_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_exploding_catalyst/item.json new file mode 100644 index 000000000..c1636ad60 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_exploding_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_exploding_catalyst/block" +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_glooming_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_glooming_catalyst/block.json new file mode 100644 index 000000000..9196ddbea --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_glooming_catalyst/block.json @@ -0,0 +1,130 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "2": "twilightforest:block/deadrock", + "fire": "create_shimmer:block/ominous_campfire_fire" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "base", + "from": [3, 2.1, 3], + "to": [13, 4.1, 13], + "faces": { + "north": {"uv": [3, 1, 13, 3], "texture": "#2"}, + "east": {"uv": [3, 1, 13, 3], "texture": "#2"}, + "south": {"uv": [3, 13, 13, 15], "texture": "#2"}, + "west": {"uv": [3, 13, 13, 15], "texture": "#2"}, + "up": {"uv": [3, 3, 13, 13], "texture": "#2"}, + "down": {"uv": [3, 3, 13, 13], "texture": "#2"} + } + }, + { + "from": [2.1, 2.1, 8], + "to": [13.9, 13.9, 8], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#fire"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#fire"} + } + }, + { + "from": [8, 2.1, 2.1], + "to": [8, 13.9, 13.9], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "east": {"uv": [0, 0, 16, 16], "texture": "#fire"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#fire"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_glooming_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_glooming_catalyst/item.json new file mode 100644 index 000000000..ec6408b96 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_glooming_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_glooming_catalyst/block" +} diff --git a/src/main/resources/assets/create_connected/models/block/fan_honey_coating_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_honey_coating_catalyst/block.json new file mode 100644 index 000000000..623ed39c6 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_honey_coating_catalyst/block.json @@ -0,0 +1,109 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "particle": "create:block/funnel/brass_funnel_frame", + "content": "create:fluid/honey_flow" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "from": [2.1, 2.1, 2.1], + "to": [13.9, 13.9, 13.9], + "faces": { + "north": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "east": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "south": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "west": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "up": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "down": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_honey_coating_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_honey_coating_catalyst/item.json new file mode 100644 index 000000000..46ca66db6 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_honey_coating_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_honey_coating_catalyst/block" +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_purifying_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_purifying_catalyst/block.json new file mode 100644 index 000000000..547858088 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_purifying_catalyst/block.json @@ -0,0 +1,122 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "particle": "create:block/funnel/brass_funnel_frame", + "obsidian": "block/obsidian", + "beacon": "block/beacon" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { "__comment": "Obsidian base", + "from": [ 2, 0.1, 2 ], + "to": [ 14, 3, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" }, + "north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, + "south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, + "west": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, + "east": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" } + } + }, + { "__comment": "Inner beacon texture", + "from": [ 3, 2, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" }, + "north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, + "south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, + "west": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, + "east": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_purifying_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_purifying_catalyst/item.json new file mode 100644 index 000000000..849c25101 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_purifying_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_purifying_catalyst/block" +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_resonance_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_resonance_catalyst/block.json new file mode 100644 index 000000000..db01f69f3 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_resonance_catalyst/block.json @@ -0,0 +1,130 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "2": "minecraft:block/budding_amethyst", + "fire": "minecraft:block/amethyst_cluster" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "base", + "from": [3, 2.1, 3], + "to": [13, 4.1, 13], + "faces": { + "north": {"uv": [3, 1, 13, 3], "texture": "#2"}, + "east": {"uv": [3, 1, 13, 3], "texture": "#2"}, + "south": {"uv": [3, 13, 13, 15], "texture": "#2"}, + "west": {"uv": [3, 13, 13, 15], "texture": "#2"}, + "up": {"uv": [3, 3, 13, 13], "texture": "#2"}, + "down": {"uv": [3, 3, 13, 13], "texture": "#2"} + } + }, + { + "from": [2.1, 2.1, 8], + "to": [13.9, 13.9, 8], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#fire"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#fire"} + } + }, + { + "from": [8, 2.1, 2.1], + "to": [8, 13.9, 13.9], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "east": {"uv": [0, 0, 16, 16], "texture": "#fire"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#fire"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_resonance_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_resonance_catalyst/item.json new file mode 100644 index 000000000..e800455b6 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_resonance_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_resonance_catalyst/block" +} diff --git a/src/main/resources/assets/create_connected/models/block/fan_sculking_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_sculking_catalyst/block.json new file mode 100644 index 000000000..d0bb69496 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_sculking_catalyst/block.json @@ -0,0 +1,111 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "particle": "create:block/funnel/brass_funnel_frame", + "contentup": "minecraft:block/sculk_catalyst_top_bloom", + "contentdown": "minecraft:block/sculk_catalyst_bottom", + "contentside": "minecraft:block/sculk_catalyst_side_bloom" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "from": [2.1, 2.1, 2.1], + "to": [13.9, 13.9, 13.9], + "faces": { + "north": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#contentside"}, + "east": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#contentside"}, + "south": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#contentside"}, + "west": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#contentside"}, + "up": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#contentup"}, + "down": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#contentdown"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_sculking_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_sculking_catalyst/item.json new file mode 100644 index 000000000..48edd9f38 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_sculking_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_sculking_catalyst/block" +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_soul_stripping_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_soul_stripping_catalyst/block.json new file mode 100644 index 000000000..fcf12c17c --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_soul_stripping_catalyst/block.json @@ -0,0 +1,109 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "particle": "create:block/funnel/brass_funnel_frame", + "content": "kubejs:block/mysterious_ancient_mechanism" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "from": [2.1, 2.1, 2.1], + "to": [13.9, 13.9, 13.9], + "faces": { + "north": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "east": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "south": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "west": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "up": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "down": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_soul_stripping_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_soul_stripping_catalyst/item.json new file mode 100644 index 000000000..f1361b12f --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_soul_stripping_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_soul_stripping_catalyst/block" +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_transmutation_catalyst/block.json b/src/main/resources/assets/create_connected/models/block/fan_transmutation_catalyst/block.json new file mode 100644 index 000000000..a6f53cba0 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_transmutation_catalyst/block.json @@ -0,0 +1,109 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "textures": { + "0": "create:block/funnel/brass_funnel_frame", + "1": "create_connected:block/fan_catalyst_core", + "particle": "create:block/funnel/brass_funnel_frame", + "content": "create_shimmer:fluid/shimmer_flow" + }, + "elements": [ + { + "name": "frame", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 14, 0], + "faces": { + "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "east": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 16], + "to": [14, 14, 14], + "faces": { + "east": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"} + } + }, + { + "name": "side", + "from": [16, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "south": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "up": {"uv": [2, 0, 14, 2], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [0, 14, 14], + "faces": { + "north": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#1"}, + "south": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#1"}, + "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, + "up": {"uv": [2, 2, 14, 0], "rotation": 90, "texture": "#1"}, + "down": {"uv": [2, 14, 14, 16], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 16, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 270, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#1"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "name": "side", + "from": [2, 2, 2], + "to": [14, 0, 14], + "faces": { + "north": {"uv": [2, 0, 14, 2], "rotation": 180, "texture": "#1"}, + "east": {"uv": [14, 2, 16, 14], "rotation": 90, "texture": "#1"}, + "south": {"uv": [2, 14, 14, 16], "texture": "#1"}, + "west": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#1"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#1"} + } + }, + { + "from": [2.1, 2.1, 2.1], + "to": [13.9, 13.9, 13.9], + "faces": { + "north": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "east": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "south": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "west": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "up": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"}, + "down": {"uv": [2.1, 2.1, 13.9, 13.9], "texture": "#content"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/models/block/fan_transmutation_catalyst/item.json b/src/main/resources/assets/create_connected/models/block/fan_transmutation_catalyst/item.json new file mode 100644 index 000000000..5d29afc93 --- /dev/null +++ b/src/main/resources/assets/create_connected/models/block/fan_transmutation_catalyst/item.json @@ -0,0 +1,3 @@ +{ + "parent": "create_connected:block/fan_transmutation_catalyst/block" +} \ No newline at end of file diff --git a/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_back.png b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_back.png new file mode 100644 index 000000000..36bb540c3 Binary files /dev/null and b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_back.png differ diff --git a/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_down.png b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_down.png new file mode 100644 index 000000000..85e6b5e57 Binary files /dev/null and b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_down.png differ diff --git a/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_front.png b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_front.png new file mode 100644 index 000000000..1964d1303 Binary files /dev/null and b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_front.png differ diff --git a/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_left.png b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_left.png new file mode 100644 index 000000000..7bfdb73f0 Binary files /dev/null and b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_left.png differ diff --git a/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_right.png b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_right.png new file mode 100644 index 000000000..5eae44dcf Binary files /dev/null and b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_right.png differ diff --git a/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_up.png b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_up.png new file mode 100644 index 000000000..61ac1909e Binary files /dev/null and b/src/main/resources/assets/create_connected/textures/block/creeper_head/creeper_up.png differ