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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
"__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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue