From 3f87459f3589a20ad2d5261ebac1febe181205a2 Mon Sep 17 00:00:00 2001 From: GearShocky Date: Tue, 11 Feb 2025 07:14:21 +0500 Subject: [PATCH] version deez --- .../template_pool/frigate/frigate_icons.json | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 src/main/resources/data/overdrive_that_matters/worldgen/template_pool/frigate/frigate_icons.json diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/frigate/frigate_icons.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/frigate/frigate_icons.json new file mode 100644 index 000000000..8309dceee --- /dev/null +++ b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/frigate/frigate_icons.json @@ -0,0 +1,105 @@ +{ + "name": "overdrive_that_matters:frigate_icons", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_antimatter", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_cargo", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_corporate", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_dive", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_ender", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_hazard", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_industry", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_line", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_shapes", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_stellar", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:frigate/icons/icon_wither", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 1 + } + ] +} \ No newline at end of file