diff --git a/config/gtceu.yaml b/config/gtceu.yaml index 6cd760951..9e04725e0 100644 --- a/config/gtceu.yaml +++ b/config/gtceu.yaml @@ -186,6 +186,14 @@ machines: # Default: false enableTieredCasings: false + # Minimum distance between Long Distance Item Pipe Endpoints + # Default: 50 + ldItemPipeMinDistance: 50 + + # Minimum distance betweeb Long Distance Fluid Pipe Endpoints + # Default: 50 + ldFluidPipeMinDistance: 50 + client: # Whether or not to enable Emissive Textures for GregTech Machines. # Default: true diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json index 9122972ed..93efd9076 100644 --- a/config/xaerominimap_entities.json +++ b/config/xaerominimap_entities.json @@ -10,16 +10,16 @@ "name": "gui.xaero_entity_category_root", "protection": true, "settingOverrides": { - "displayed": true, "displayHeight": 0.0, + "displayed": true, "heightBasedFade": true, "renderOrder": 0.0, "color": 13.0, "displayNameWhenIconFails": true, "entityNumber": 1000.0, "alwaysDisplayNametags": false, - "dotSize": 2.0, "startFadingAt": 0.0, + "dotSize": 2.0, "renderOverMinimapFrame": 1.0, "icons": 1.0, "heightLimit": 20.0, 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 4f58fcd90..d0ded6fa5 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 @@ -1,11 +1,23 @@ { - "__comment__": "This file was automatically created by mcresources", - "replace": true, - "values": [ - "tfc:vein/surface_bismuthinite", - "tfc:vein/surface_cassiterite", - "tfc:vein/surface_copper", - "tfc:vein/surface_sphalerite", - "tfc:vein/surface_tetrahedrite" - ] - } \ No newline at end of file + "__comment__": "This file was automatically created by mcresources", + "replace": true, + "values": [ + "tfc:vein/surface_bismuthinite", + "tfc:vein/surface_cassiterite", + "tfc:vein/surface_copper", + "tfc:vein/surface_sphalerite", + "tfc:vein/surface_tetrahedrite", + "tfc:vein/normal_bismuthinite", + "tfc:vein/normal_cassiterite", + "tfc:vein/normal_copper", + "tfc:vein/normal_garnierite", + "tfc:vein/normal_gold", + "tfc:vein/normal_hematite", + "tfc:vein/normal_limonite", + "tfc:vein/normal_magnetite", + "tfc:vein/normal_malachite", + "tfc:vein/normal_silver", + "tfc:vein/normal_sphalerite", + "tfc:vein/normal_tetrahedrite" + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_native_copper.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_copper.json similarity index 100% rename from kubejs/data/tfc/worldgen/configured_feature/vein/normal_native_copper.json rename to kubejs/data/tfc/worldgen/configured_feature/vein/normal_copper.json diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_native_gold.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json similarity index 100% rename from kubejs/data/tfc/worldgen/configured_feature/vein/normal_native_gold.json rename to kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_native_silver.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_silver.json similarity index 100% rename from kubejs/data/tfc/worldgen/configured_feature/vein/normal_native_silver.json rename to kubejs/data/tfc/worldgen/configured_feature/vein/normal_silver.json