more generic veins
This commit is contained in:
parent
2365bf6d88
commit
faeb097002
6 changed files with 32 additions and 12 deletions
|
|
@ -186,6 +186,14 @@ machines:
|
||||||
# Default: false
|
# Default: false
|
||||||
enableTieredCasings: 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:
|
client:
|
||||||
# Whether or not to enable Emissive Textures for GregTech Machines.
|
# Whether or not to enable Emissive Textures for GregTech Machines.
|
||||||
# Default: true
|
# Default: true
|
||||||
|
|
|
||||||
|
|
@ -10,16 +10,16 @@
|
||||||
"name": "gui.xaero_entity_category_root",
|
"name": "gui.xaero_entity_category_root",
|
||||||
"protection": true,
|
"protection": true,
|
||||||
"settingOverrides": {
|
"settingOverrides": {
|
||||||
"displayed": true,
|
|
||||||
"displayHeight": 0.0,
|
"displayHeight": 0.0,
|
||||||
|
"displayed": true,
|
||||||
"heightBasedFade": true,
|
"heightBasedFade": true,
|
||||||
"renderOrder": 0.0,
|
"renderOrder": 0.0,
|
||||||
"color": 13.0,
|
"color": 13.0,
|
||||||
"displayNameWhenIconFails": true,
|
"displayNameWhenIconFails": true,
|
||||||
"entityNumber": 1000.0,
|
"entityNumber": 1000.0,
|
||||||
"alwaysDisplayNametags": false,
|
"alwaysDisplayNametags": false,
|
||||||
"dotSize": 2.0,
|
|
||||||
"startFadingAt": 0.0,
|
"startFadingAt": 0.0,
|
||||||
|
"dotSize": 2.0,
|
||||||
"renderOverMinimapFrame": 1.0,
|
"renderOverMinimapFrame": 1.0,
|
||||||
"icons": 1.0,
|
"icons": 1.0,
|
||||||
"heightLimit": 20.0,
|
"heightLimit": 20.0,
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,18 @@
|
||||||
"tfc:vein/surface_cassiterite",
|
"tfc:vein/surface_cassiterite",
|
||||||
"tfc:vein/surface_copper",
|
"tfc:vein/surface_copper",
|
||||||
"tfc:vein/surface_sphalerite",
|
"tfc:vein/surface_sphalerite",
|
||||||
"tfc:vein/surface_tetrahedrite"
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue