diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json index 7f813b6a7..9122972ed 100644 --- a/config/xaerominimap_entities.json +++ b/config/xaerominimap_entities.json @@ -18,12 +18,12 @@ "displayNameWhenIconFails": true, "entityNumber": 1000.0, "alwaysDisplayNametags": false, - "startFadingAt": 0.0, "dotSize": 2.0, + "startFadingAt": 0.0, "renderOverMinimapFrame": 1.0, "icons": 1.0, - "names": 0.0, "heightLimit": 20.0, + "names": 0.0, "iconScale": 1.0 }, "subCategories": [ diff --git a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json index 9863a0370..9b88f7012 100644 --- a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json +++ b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json @@ -32,6 +32,7 @@ "tfc:vein/garnet_opal", "tfc:vein/bauxite", "tfc:vein/naquadah", - "tfc:vein/pitchblende" + "tfc:vein/pitchblende", + "tfc:vein/scheelite" ] } \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/example.json b/kubejs/data/tfc/worldgen/configured_feature/vein/example.json deleted file mode 100644 index 6a057a707..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/example.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 110, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 30 - }, - "size": 45, - "density": 0.7, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_tin_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_native_gold" - } - ] - }, - "random_name": "example" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/scheelite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/scheelite.json new file mode 100644 index 000000000..a24ac5536 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/scheelite.json @@ -0,0 +1,75 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "tfc:cluster_vein", + "config": { + "rarity": 125, + "min_y": { + "absolute": -30 + }, + "max_y": { + "absolute": 30 + }, + "size": 30, + "density": 0.3, + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "weight": 45, + "block": "gtceu:tfc_granite_scheelite_ore" + }, + { + "weight": 45, + "block": "gtceu:tfc_granite_tungstate_ore" + }, + { + "weight": 45, + "block": "gtceu:tfc_granite_lithium_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "weight": 45, + "block": "gtceu:tfc_diorite_scheelite_ore" + }, + { + "weight": 45, + "block": "gtceu:tfc_diorite_tungstate_ore" + }, + { + "weight": 45, + "block": "gtceu:tfc_diorite_lithium_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "weight": 45, + "block": "gtceu:tfc_gabbro_scheelite_ore" + }, + { + "weight": 45, + "block": "gtceu:tfc_gabbro_tungstate_ore" + }, + { + "weight": 45, + "block": "gtceu:tfc_gabbro_lithium_ore" + } + ] + } + ], + "random_name": "scheelite" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/scheelite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/scheelite.json new file mode 100644 index 000000000..b1342b58a --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/scheelite.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/scheelite", + "placement": [] +} \ No newline at end of file