diff --git a/resource_packs/fluoroscopy/manifest.json b/resource_packs/fluoroscopy/manifest.json index 817df46..2f9f938 100644 --- a/resource_packs/fluoroscopy/manifest.json +++ b/resource_packs/fluoroscopy/manifest.json @@ -1,21 +1,56 @@ { - "format_version": 2, + "format_version": 3, "header": { "name": "pack.name", "description": "pack.description", "uuid": "cb7b1b70-78c5-4d68-8006-33758047722a", "pack_scope": "global", - "version": [1, 0, 0], - "min_engine_version": [1, 21, 110] + "version": "2.0.0", + "min_engine_version": "1.21.110" }, "modules": [ { "type": "resources", "uuid": "d239e5ea-92d2-41f7-857b-b9ce19637a86", - "version": [1, 0, 0] + "version": "1.0.0" } ], "capabilities": ["pbr"], + "subpacks": [ + { + "folder_name": "outline", + "name": "Outline", + "memory_performance_tier": 1 + }, + { + "folder_name": "xray", + "name": "Outline, Glow, and Xray", + "memory_performance_tier": 1 + }, + { + "folder_name": "glow", + "name": "Outline and Glow", + "memory_performance_tier": 1 + } + ], + "settings": [ + { + "type": "label", + "text": "Outline - Outlines ores with their block color." + }, + { + "type": "label", + "text": "Outline and Glow - Outlines ores with their block color and adds a glow effect. §eRequires Vibrant Visuals." + }, + { + "type": "label", + "text": "Outline, Glow, and Xray - Outlines ores with their block color, adds a glow effect, and makes all non-ore blocks invisible. §eRequires Vibrant Visuals." + }, + { + "type": "label", + "text": "For more information and updates, visit §ogithub.com/ryanlua/fluoroscopy" + } + ], "metadata": { "authors": ["Ryan Luu"], "license": "MIT", diff --git a/resource_packs/fluoroscopy/textures/blocks/ancient_debris_side.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_side.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/ancient_debris_side.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_side.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/ancient_debris_side_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_side_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/ancient_debris_side_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_side_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/ancient_debris_top.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_top.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/ancient_debris_top.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_top.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/ancient_debris_top_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_top_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/ancient_debris_top_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/ancient_debris_top_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/coal_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/coal_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/coal_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/coal_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/coal_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/coal_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/coal_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/coal_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/copper_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/copper_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/copper_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/copper_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/copper_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/copper_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/copper_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/copper_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_coal_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_coal_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_coal_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_coal_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_coal_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_coal_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_coal_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_coal_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_copper_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_copper_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_copper_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_copper_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_copper_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_copper_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_copper_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_copper_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_diamond_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_diamond_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_diamond_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_diamond_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_diamond_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_diamond_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_diamond_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_diamond_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_emerald_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_emerald_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_emerald_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_emerald_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_emerald_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_emerald_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_emerald_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_emerald_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_gold_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_gold_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_gold_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_gold_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_gold_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_gold_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_gold_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_gold_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_iron_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_iron_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_iron_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_iron_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_iron_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_iron_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_iron_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_iron_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_lapis_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_lapis_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_lapis_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_lapis_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_lapis_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_lapis_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_lapis_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_lapis_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_redstone_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_redstone_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_redstone_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_redstone_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_redstone_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_redstone_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/deepslate/deepslate_redstone_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/deepslate/deepslate_redstone_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/diamond_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/diamond_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/diamond_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/diamond_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/diamond_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/diamond_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/diamond_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/diamond_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/emerald_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/emerald_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/emerald_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/emerald_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/emerald_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/emerald_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/emerald_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/emerald_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/gilded_blackstone.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gilded_blackstone.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/gilded_blackstone.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gilded_blackstone.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/gilded_blackstone_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gilded_blackstone_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/gilded_blackstone_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gilded_blackstone_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/gold_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gold_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/gold_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gold_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/gold_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gold_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/gold_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/gold_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/iron_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/iron_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/iron_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/iron_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/iron_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/iron_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/iron_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/iron_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/lapis_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/lapis_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/lapis_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/lapis_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/lapis_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/lapis_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/lapis_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/lapis_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/nether_gold_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/nether_gold_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/nether_gold_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/nether_gold_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/nether_gold_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/nether_gold_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/nether_gold_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/nether_gold_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/quartz_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/quartz_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/quartz_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/quartz_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/quartz_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/quartz_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/quartz_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/quartz_ore_mer.png diff --git a/resource_packs/fluoroscopy/textures/blocks/redstone_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/redstone_ore.texture_set.json similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/redstone_ore.texture_set.json rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/redstone_ore.texture_set.json diff --git a/resource_packs/fluoroscopy/textures/blocks/redstone_ore_mer.png b/resource_packs/fluoroscopy/subpacks/glow/textures/blocks/redstone_ore_mer.png similarity index 100% rename from resource_packs/fluoroscopy/textures/blocks/redstone_ore_mer.png rename to resource_packs/fluoroscopy/subpacks/glow/textures/blocks/redstone_ore_mer.png diff --git a/resource_packs/fluoroscopy/subpacks/xray/blocks.json b/resource_packs/fluoroscopy/subpacks/xray/blocks.json new file mode 100644 index 0000000..c9f03fa --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/blocks.json @@ -0,0 +1,51 @@ +{ + "format_version": "1.19.30", + "clay": { + "blockshape": "invisible" + }, + "deepslate": { + "blockshape": "invisible" + }, + "dirt": { + "blockshape": "invisible" + }, + "dripstone_block": { + "blockshape": "invisible" + }, + "grass_block": { + "blockshape": "invisible" + }, + "gravel": { + "blockshape": "invisible" + }, + "ice": { + "blockshape": "invisible" + }, + "moss_block": { + "blockshape": "invisible" + }, + "moss_carpet": { + "blockshape": "invisible" + }, + "podzol": { + "blockshape": "invisible" + }, + "sand": { + "blockshape": "invisible" + }, + "sandstone": { + "blockshape": "invisible" + }, + "snow": { + "blockshape": "invisible" + }, + "snow_layer": { + "blockshape": "invisible" + }, + "stone": { + "blockshape": "invisible" + }, + "tuff": { + "blockshape": "invisible" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_side.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_side.texture_set.json new file mode 100644 index 0000000..65e9109 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_side.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "ancient_debris_side", + "metalness_emissive_roughness": "ancient_debris_side_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_side_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_side_mer.png new file mode 100644 index 0000000..791ac06 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_side_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_top.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_top.texture_set.json new file mode 100644 index 0000000..7a381cf --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_top.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "ancient_debris_top", + "metalness_emissive_roughness": "ancient_debris_top_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_top_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_top_mer.png new file mode 100644 index 0000000..791ac06 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/ancient_debris_top_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/coal_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/coal_ore.texture_set.json new file mode 100644 index 0000000..5cf17c6 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/coal_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "coal_ore", + "metalness_emissive_roughness": "coal_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/coal_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/coal_ore_mer.png new file mode 100644 index 0000000..2424899 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/coal_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/copper_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/copper_ore.texture_set.json new file mode 100644 index 0000000..4b78f86 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/copper_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "copper_ore", + "metalness_emissive_roughness": "copper_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/copper_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/copper_ore_mer.png new file mode 100644 index 0000000..62a2cb2 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/copper_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_coal_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_coal_ore.texture_set.json new file mode 100644 index 0000000..4c6ba51 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_coal_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_coal_ore", + "metalness_emissive_roughness": "deepslate_coal_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_coal_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_coal_ore_mer.png new file mode 100644 index 0000000..76584ed Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_coal_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_copper_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_copper_ore.texture_set.json new file mode 100644 index 0000000..70f58d2 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_copper_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_copper_ore", + "metalness_emissive_roughness": "deepslate_copper_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_copper_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_copper_ore_mer.png new file mode 100644 index 0000000..e5f0897 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_copper_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_diamond_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_diamond_ore.texture_set.json new file mode 100644 index 0000000..6ef3ff6 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_diamond_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_diamond_ore", + "metalness_emissive_roughness": "deepslate_diamond_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_diamond_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_diamond_ore_mer.png new file mode 100644 index 0000000..b202332 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_diamond_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_emerald_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_emerald_ore.texture_set.json new file mode 100644 index 0000000..9538724 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_emerald_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_emerald_ore", + "metalness_emissive_roughness": "deepslate_emerald_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_emerald_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_emerald_ore_mer.png new file mode 100644 index 0000000..a5188b6 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_emerald_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_gold_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_gold_ore.texture_set.json new file mode 100644 index 0000000..bc2d349 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_gold_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_gold_ore", + "metalness_emissive_roughness": "deepslate_gold_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_gold_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_gold_ore_mer.png new file mode 100644 index 0000000..c4c3dbd Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_gold_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_iron_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_iron_ore.texture_set.json new file mode 100644 index 0000000..54f1de3 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_iron_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_iron_ore", + "metalness_emissive_roughness": "deepslate_iron_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_iron_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_iron_ore_mer.png new file mode 100644 index 0000000..5f58b61 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_iron_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_lapis_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_lapis_ore.texture_set.json new file mode 100644 index 0000000..6437fb4 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_lapis_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_lapis_ore", + "metalness_emissive_roughness": "deepslate_lapis_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_lapis_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_lapis_ore_mer.png new file mode 100644 index 0000000..3801196 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_lapis_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_redstone_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_redstone_ore.texture_set.json new file mode 100644 index 0000000..6be958e --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_redstone_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "deepslate_redstone_ore", + "metalness_emissive_roughness": "deepslate_redstone_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_redstone_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_redstone_ore_mer.png new file mode 100644 index 0000000..4084447 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/deepslate/deepslate_redstone_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/diamond_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/diamond_ore.texture_set.json new file mode 100644 index 0000000..604ca4b --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/diamond_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "diamond_ore", + "metalness_emissive_roughness": "diamond_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/diamond_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/diamond_ore_mer.png new file mode 100644 index 0000000..d7bc1f9 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/diamond_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/emerald_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/emerald_ore.texture_set.json new file mode 100644 index 0000000..54562eb --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/emerald_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "emerald_ore", + "metalness_emissive_roughness": "emerald_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/emerald_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/emerald_ore_mer.png new file mode 100644 index 0000000..6b33ceb Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/emerald_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gilded_blackstone.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gilded_blackstone.texture_set.json new file mode 100644 index 0000000..f75adee --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gilded_blackstone.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "gilded_blackstone", + "metalness_emissive_roughness": "gilded_blackstone_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gilded_blackstone_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gilded_blackstone_mer.png new file mode 100644 index 0000000..b00ff1e Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gilded_blackstone_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gold_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gold_ore.texture_set.json new file mode 100644 index 0000000..e6b7a8b --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gold_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "gold_ore", + "metalness_emissive_roughness": "gold_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gold_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gold_ore_mer.png new file mode 100644 index 0000000..82efbcc Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/gold_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/iron_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/iron_ore.texture_set.json new file mode 100644 index 0000000..5a74506 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/iron_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "iron_ore", + "metalness_emissive_roughness": "iron_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/iron_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/iron_ore_mer.png new file mode 100644 index 0000000..8921804 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/iron_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/lapis_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/lapis_ore.texture_set.json new file mode 100644 index 0000000..a09ab7f --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/lapis_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "lapis_ore", + "metalness_emissive_roughness": "lapis_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/lapis_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/lapis_ore_mer.png new file mode 100644 index 0000000..03c5915 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/lapis_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/nether_gold_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/nether_gold_ore.texture_set.json new file mode 100644 index 0000000..9922943 --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/nether_gold_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "nether_gold_ore", + "metalness_emissive_roughness": "nether_gold_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/nether_gold_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/nether_gold_ore_mer.png new file mode 100644 index 0000000..b175cc6 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/nether_gold_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/quartz_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/quartz_ore.texture_set.json new file mode 100644 index 0000000..b245fde --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/quartz_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "quartz_ore", + "metalness_emissive_roughness": "quartz_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/quartz_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/quartz_ore_mer.png new file mode 100644 index 0000000..2633439 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/quartz_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/redstone_ore.texture_set.json b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/redstone_ore.texture_set.json new file mode 100644 index 0000000..a5f939c --- /dev/null +++ b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/redstone_ore.texture_set.json @@ -0,0 +1,7 @@ +{ + "format_version": "1.21.30", + "minecraft:texture_set": { + "color": "redstone_ore", + "metalness_emissive_roughness": "redstone_ore_mer" + } +} diff --git a/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/redstone_ore_mer.png b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/redstone_ore_mer.png new file mode 100644 index 0000000..13afac1 Binary files /dev/null and b/resource_packs/fluoroscopy/subpacks/xray/textures/blocks/redstone_ore_mer.png differ diff --git a/resource_packs/fluoroscopy/texts/en_US.lang b/resource_packs/fluoroscopy/texts/en_US.lang index 257ca23..7d90545 100644 --- a/resource_packs/fluoroscopy/texts/en_US.lang +++ b/resource_packs/fluoroscopy/texts/en_US.lang @@ -1,2 +1,2 @@ pack.name=Fluoroscopy -pack.description=Outline ores with their block color for faraway identification and easier mining.\n\nSource code: github.com/ryanlua/fluoroscopy \ No newline at end of file +pack.description=Outline ores with their block color for faraway identification and easier mining. \ No newline at end of file