stufffff
This commit is contained in:
136
run/config/create-client.toml
Normal file
136
run/config/create-client.toml
Normal file
@@ -0,0 +1,136 @@
|
||||
|
||||
#.
|
||||
#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder!
|
||||
[client]
|
||||
#.
|
||||
#Show item descriptions on Shift and controls on Ctrl.
|
||||
enableTooltips = true
|
||||
#.
|
||||
#Display a tooltip when looking at overstressed components.
|
||||
enableOverstressedTooltip = true
|
||||
#.
|
||||
#Log a stack-trace when rendering issues happen within a moving contraption.
|
||||
explainRenderErrors = false
|
||||
#.
|
||||
#Higher density means more spawned particles.
|
||||
#Range: 0.0 ~ 1.0
|
||||
fanParticleDensity = 0.5
|
||||
#.
|
||||
#[in Blocks]
|
||||
#Maximum Distance to the player at which items in Blocks' filter slots will be displayed
|
||||
#Range: 1.0 ~ 3.4028234663852886E38
|
||||
filterItemRenderDistance = 10.0
|
||||
#.
|
||||
#Show kinetic debug information on blocks while the F3-Menu is open.
|
||||
enableRainbowDebug = false
|
||||
#.
|
||||
#Choose the menu row that the Create config button appears on in the main menu
|
||||
#Set to 0 to disable the button altogether
|
||||
#Range: 0 ~ 4
|
||||
mainMenuConfigButtonRow = 2
|
||||
#.
|
||||
#Offset the Create config button in the main menu by this many pixels on the X axis
|
||||
#The sign (-/+) of this value determines what side of the row the button appears on (left/right)
|
||||
#Range: > -2147483648
|
||||
mainMenuConfigButtonOffsetX = -4
|
||||
#.
|
||||
#Choose the menu row that the Create config button appears on in the in-game menu
|
||||
#Set to 0 to disable the button altogether
|
||||
#Range: 0 ~ 5
|
||||
ingameMenuConfigButtonRow = 3
|
||||
#.
|
||||
#Offset the Create config button in the in-game menu by this many pixels on the X axis
|
||||
#The sign (-/+) of this value determines what side of the row the button appears on (left/right)
|
||||
#Range: > -2147483648
|
||||
ingameMenuConfigButtonOffsetX = -4
|
||||
#.
|
||||
#Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled
|
||||
ignoreFabulousWarning = false
|
||||
#.
|
||||
#Disable to prevent being rotated while seated on a Moving Contraption
|
||||
rotateWhenSeated = true
|
||||
|
||||
#.
|
||||
#Configure your vision range when submerged in Create's custom fluids
|
||||
[client.fluidFogSettings]
|
||||
#.
|
||||
#The vision range through honey will be multiplied by this factor
|
||||
#Range: 0.125 ~ 256.0
|
||||
honey = 1.0
|
||||
#.
|
||||
#The vision range though chocolate will be multiplied by this factor
|
||||
#Range: 0.125 ~ 256.0
|
||||
chocolate = 1.0
|
||||
|
||||
#.
|
||||
#Settings for the Goggle Overlay
|
||||
[client.goggleOverlay]
|
||||
#.
|
||||
#Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
|
||||
#Range: > -2147483648
|
||||
overlayOffsetX = 20
|
||||
#.
|
||||
#Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay
|
||||
#Range: > -2147483648
|
||||
overlayOffsetY = 0
|
||||
#.
|
||||
#Enable this to use your custom colors for the Goggle- and Hover- Overlay
|
||||
customColorsOverlay = false
|
||||
#.
|
||||
#The custom background color to use for the Goggle- and Hover- Overlays, if enabled
|
||||
#[in Hex: #AaRrGgBb]
|
||||
#[@cui:IntDisplay:#]
|
||||
#Range: > -2147483648
|
||||
customBackgroundOverlay = -267386864
|
||||
#.
|
||||
#The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
|
||||
#[in Hex: #AaRrGgBb]
|
||||
#[@cui:IntDisplay:#]
|
||||
#Range: > -2147483648
|
||||
customBorderTopOverlay = 1347420415
|
||||
#.
|
||||
#The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled
|
||||
#[in Hex: #AaRrGgBb]
|
||||
#[@cui:IntDisplay:#]
|
||||
#Range: > -2147483648
|
||||
customBorderBotOverlay = 1344798847
|
||||
|
||||
#.
|
||||
#Sound settings
|
||||
[client.sound]
|
||||
#.
|
||||
#Make cogs rumble and machines clatter.
|
||||
enableAmbientSounds = true
|
||||
#.
|
||||
#Maximum volume modifier of Ambient noise
|
||||
#Range: 0.0 ~ 1.0
|
||||
ambientVolumeCap = 0.10000000149011612
|
||||
|
||||
#.
|
||||
#Railway related settings
|
||||
[client.trains]
|
||||
#.
|
||||
#How far away the Camera should zoom when seated on a train
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
mountedZoomMultiplier = 3.0
|
||||
#.
|
||||
#Display nodes and edges of a Railway Network while f3 debug mode is active
|
||||
showTrackGraphOnF3 = false
|
||||
#.
|
||||
#Additionally display materials of a Rail Network while f3 debug mode is active
|
||||
showExtendedTrackGraphOnF3 = false
|
||||
#.
|
||||
#Display Track Networks and Trains on supported map mods
|
||||
showTrainMapOverlay = true
|
||||
#.
|
||||
#Track Network Color on maps
|
||||
#Allowed Values: RED, GREY, WHITE
|
||||
trainMapColorTheme = "RED"
|
||||
|
||||
#.
|
||||
#Mod Integration and JEI
|
||||
[client.jeiIntegration]
|
||||
#.
|
||||
#Whether to auto-update the JEI search when searching in the stock keeper UI
|
||||
syncJeiSearch = true
|
||||
|
||||
14
run/config/flywheel-client.toml
Normal file
14
run/config/flywheel-client.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
#Select the backend to use. Set to "DEFAULT" to let Flywheel decide.
|
||||
backend = "flywheel:instancing"
|
||||
#Enable or disable instance update limiting with distance.
|
||||
limitUpdates = true
|
||||
#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect.
|
||||
#Range: -1 ~ 16
|
||||
workerThreads = -1
|
||||
|
||||
#Config options for Flywheel's built-in backends.
|
||||
[flw_backends]
|
||||
#How smooth Flywheel's shader-based lighting should be. May have a large performance impact.
|
||||
#Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED
|
||||
lightSmoothness = "SMOOTH"
|
||||
|
||||
3
run/config/jei/ingredient-list-mod-sort-order.ini
Normal file
3
run/config/jei/ingredient-list-mod-sort-order.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
Minecraft
|
||||
Create
|
||||
Create: The Factory Must Grow
|
||||
238
run/config/jei/jei-client.ini
Normal file
238
run/config/jei/jei-client.ini
Normal file
@@ -0,0 +1,238 @@
|
||||
[appearance]
|
||||
# Description: Display search bar in the center
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CenterSearch = false
|
||||
|
||||
# Description: Max. recipe gui height
|
||||
# Valid Values: Any integer greater than or equal to 175
|
||||
# Default Value: 350
|
||||
RecipeGuiHeight = 350
|
||||
|
||||
|
||||
[cheat_mode]
|
||||
# Description: How items should be handed to you
|
||||
# Valid Values: [INVENTORY, MOUSE_PICKUP]
|
||||
# Default Value: MOUSE_PICKUP
|
||||
GiveMode = MOUSE_PICKUP
|
||||
|
||||
# Description: Enable cheating items into the hotbar by using the shift+number keys.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CheatToHotbarUsingHotkeysEnabled = false
|
||||
|
||||
# Description: Enable showing items that are not in the creative menu.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
ShowHiddenItems = false
|
||||
|
||||
|
||||
[bookmarks]
|
||||
# Description: Add new bookmarks to the front of the bookmark list instead of the end.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
AddBookmarksToFrontEnabled = false
|
||||
|
||||
# Description: Extra features for bookmark tooltips
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [PREVIEW, INGREDIENTS]
|
||||
# Default Value: PREVIEW
|
||||
BookmarkTooltipFeatures = PREVIEW
|
||||
|
||||
# Description: Hold shift to show bookmark tooltip features
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HoldShiftToShowBookmarkTooltipFeatures = true
|
||||
|
||||
# Description: Drag bookmarks to rearrange them in the list
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
DragToRearrangeBookmarksEnabled = true
|
||||
|
||||
|
||||
[advanced]
|
||||
# Description: Set low-memory mode (makes search very slow, but uses less RAM)
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
LowMemorySlowSearchEnabled = false
|
||||
|
||||
# Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CatchRenderErrorsEnabled = false
|
||||
|
||||
# Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
lookupFluidContentsEnabled = false
|
||||
|
||||
# Description: When searching for item tags, also include tags for the default blocks contained in the items.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
lookupBlockTagsEnabled = true
|
||||
|
||||
# Description: Show recipes for ingredient tags, like Item Tags and Block Tags
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
showTagRecipesEnabled = true
|
||||
|
||||
# Description: Show creative tab names in ingredient tooltips.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
showCreativeTabNamesEnabled = false
|
||||
|
||||
|
||||
[input]
|
||||
# Description: Number of milliseconds before a long mouse click is considered to become a drag operation
|
||||
# Valid Values: An integer in the range [0, 1000] (inclusive)
|
||||
# Default Value: 150
|
||||
dragDelayInMilliseconds = 150
|
||||
|
||||
# Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels.
|
||||
# Valid Values: An integer in the range [1, 50] (inclusive)
|
||||
# Default Value: 9
|
||||
smoothScrollRate = 9
|
||||
|
||||
|
||||
[sorting]
|
||||
# Description: Sorting order for the ingredient list
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
|
||||
# Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
|
||||
# Description: Sorting order for displayed recipes
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [BOOKMARKED, CRAFTABLE]
|
||||
# Default Value: BOOKMARKED, CRAFTABLE
|
||||
RecipeSorterStages = BOOKMARKED, CRAFTABLE
|
||||
|
||||
|
||||
[tags]
|
||||
# Description: Show tag content in tooltips
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
TagContentTooltipEnabled = true
|
||||
|
||||
# Description: Hide tags that only have 1 ingredient
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HideSingleIngredientTagsEnabled = true
|
||||
|
||||
|
||||
[search]
|
||||
# Description: Search mode for Mod Names (prefix: @)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
ModNameSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for Tooltips (prefix: #)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
TooltipSearchMode = ENABLED
|
||||
|
||||
# Description: Search mode for Tag Names (prefix: $)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
TagSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for Colors (prefix: ^)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ColorSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for resources locations (prefix: &)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ResourceLocationSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for Creative Tabs (prefix: %)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
CreativeTabSearchMode = DISABLED
|
||||
|
||||
# Description: Search advanced tooltips (visible with F3+H)
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
SearchAdvancedTooltips = false
|
||||
|
||||
# Description: Search mod ids in addition to mod names
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchModIds = true
|
||||
|
||||
# Description: Search by the shorthand first letters of a mod's name
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchShortModNames = true
|
||||
|
||||
# Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchIngredientAliases = true
|
||||
|
||||
|
||||
[IngredientList]
|
||||
# Description: Max number of rows shown
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: RIGHT
|
||||
HorizontalAlignment = RIGHT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
|
||||
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Set to true to draw a background texture behind the gui.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
[BookmarkList]
|
||||
# Description: Max number of rows shown
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: LEFT
|
||||
HorizontalAlignment = LEFT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
|
||||
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Set to true to draw a background texture behind the gui.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
32
run/config/jei/jei-debug.ini
Normal file
32
run/config/jei/jei-debug.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
[debug]
|
||||
# Description: Debug mode enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugMode = false
|
||||
|
||||
# Description: Debug GUIs enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugGuis = false
|
||||
|
||||
# Description: Debug inputs enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugInputs = false
|
||||
|
||||
# Description: Add debug information to ingredient tooltips when advanced tooltips are enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
debugInfoTooltipsEnabled = false
|
||||
|
||||
# Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CrashingTestItemsEnabled = false
|
||||
|
||||
# Description: Log information about the suffix trees used for searching, to help debug JEI
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
logSuffixTreeStats = false
|
||||
|
||||
|
||||
46
run/config/jei/recipe-category-sort-order.ini
Normal file
46
run/config/jei/recipe-category-sort-order.ini
Normal file
@@ -0,0 +1,46 @@
|
||||
minecraft:crafting
|
||||
minecraft:anvil
|
||||
minecraft:blasting
|
||||
minecraft:brewing
|
||||
minecraft:campfire
|
||||
minecraft:compostable
|
||||
minecraft:fuel
|
||||
minecraft:furnace
|
||||
minecraft:smithing
|
||||
minecraft:smoking
|
||||
minecraft:stonecutting
|
||||
create:automatic_brewing
|
||||
create:automatic_packing
|
||||
create:automatic_shaped
|
||||
create:automatic_shapeless
|
||||
create:block_cutting
|
||||
create:crushing
|
||||
create:deploying
|
||||
create:draining
|
||||
create:fan_blasting
|
||||
create:fan_haunting
|
||||
create:fan_smoking
|
||||
create:fan_washing
|
||||
create:item_application
|
||||
create:mechanical_crafting
|
||||
create:milling
|
||||
create:mixing
|
||||
create:mystery_conversion
|
||||
create:packing
|
||||
create:pressing
|
||||
create:sandpaper_polishing
|
||||
create:sawing
|
||||
create:sequenced_assembly
|
||||
create:spout_filling
|
||||
jei:information
|
||||
minecraft:tag_recipes/block
|
||||
minecraft:tag_recipes/fluid
|
||||
minecraft:tag_recipes/item
|
||||
tfmg:advanced_distillation
|
||||
tfmg:casting
|
||||
tfmg:coking
|
||||
tfmg:hot_blast
|
||||
tfmg:industrial_blasting
|
||||
tfmg:polarizing
|
||||
tfmg:winding
|
||||
tfmg:chemical_vat
|
||||
2
run/config/jei/world/local/New_World__1/bookmarks.ini
Normal file
2
run/config/jei/world/local/New_World__1/bookmarks.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
T:{Count:1b,id:"tfmg:steel_chemical_vat"}
|
||||
T:{Count:1b,id:"minecraft:diamond"}
|
||||
20
run/config/ponder-client.toml
Normal file
20
run/config/ponder-client.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
#.
|
||||
#Slow down a ponder scene whenever there is text on screen.
|
||||
comfyReading = false
|
||||
#.
|
||||
#Show additional info in the ponder view and reload scene scripts more frequently.
|
||||
editingMode = false
|
||||
|
||||
#.
|
||||
#Settings for the Placement Assist
|
||||
[placementAssist]
|
||||
#.
|
||||
#What indicator should be used when showing where the assisted placement ends up relative to your crosshair
|
||||
#Choose 'NONE' to disable the Indicator altogether
|
||||
#Allowed Values: TEXTURE, TRIANGLE, NONE
|
||||
indicatorType = "TEXTURE"
|
||||
#.
|
||||
#Change the size of the Indicator by this multiplier
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
indicatorScale = 1.0
|
||||
|
||||
125
run/config/tfmg-common.toml
Normal file
125
run/config/tfmg-common.toml
Normal file
@@ -0,0 +1,125 @@
|
||||
|
||||
#.
|
||||
#Config options for TFMG's machinery
|
||||
[machines]
|
||||
#.
|
||||
#.
|
||||
#Determines the minimum power an electric motor can run on.
|
||||
#Range: > 1
|
||||
electricMotorMinimumPower = 500
|
||||
#.
|
||||
#Determines the minimum voltage an electric motor can run on.
|
||||
#Range: > 1
|
||||
electricMotorMinimumVoltage = 150
|
||||
#.
|
||||
#Determines the maximum size of coke ovens.
|
||||
#Range: > 1
|
||||
cokeOvenMaxSize = 5
|
||||
#.
|
||||
#The minimum electric current that will make graphite electrodes superheated.
|
||||
#Range: > 1
|
||||
graphiteElectrodeCurrent = 10
|
||||
#.
|
||||
#The minimum electric current that will make electrolyzers operational.
|
||||
#Range: > 1
|
||||
electrolysisMinimumCurrent = 5
|
||||
#.
|
||||
#The maximum length of engines.
|
||||
#Range: > 1
|
||||
engineMaxLength = 5
|
||||
#.
|
||||
#Y level surface scanner scan at.
|
||||
#Range: > -512
|
||||
surfaceScannerScanDepth = -64
|
||||
#.
|
||||
#How much Forge Energy is in one watt-tick.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
FEtoWattTickConversionRate = 1.0
|
||||
#.
|
||||
#How much FE can polarizer charge per tick.
|
||||
#Range: > 1
|
||||
polarizerItemChargingRate = 1000
|
||||
#.
|
||||
#Sets the internal resistance of the electric motor.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
electricMotorInternalResistance = 100.0
|
||||
|
||||
#.
|
||||
#Accumulator
|
||||
[machines.accumulator]
|
||||
#.
|
||||
#Determines the storage space of accumulators.
|
||||
#Range: > 1
|
||||
accumulatorStorage = 100000
|
||||
#.
|
||||
#Determines the voltage accumulators output.
|
||||
#Range: > 1
|
||||
accumulatorVoltage = 12
|
||||
#.
|
||||
#Sets the maximum amperage an accumulator can provide.
|
||||
#Range: > 1
|
||||
accumulatorMaxAmpOutput = 20
|
||||
#.
|
||||
#Sets the maximum charging rate of accumulators.
|
||||
#Range: > 1
|
||||
accumulatorChargingRate = 100
|
||||
|
||||
#.
|
||||
#Firebox
|
||||
[machines.firebox]
|
||||
#.
|
||||
#If set to true,fireboxes will require exhaust management.
|
||||
fireboxExhaustRequirement = true
|
||||
#.
|
||||
#Determines the amount of fuel a firebox needs to run for 3 seconds.
|
||||
#Range: > 1
|
||||
fireboxFuelConsumption = 100
|
||||
|
||||
#.
|
||||
#Generators
|
||||
[machines.generators]
|
||||
#.
|
||||
#Determines how powerful the large generator is.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
largeGeneratorModifier = 4.0
|
||||
#.
|
||||
#Changes the lowest speed the large generator can work on.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
largeGeneratorMinSpeed = 70.0
|
||||
#.
|
||||
#Changes the lowest speed the generator can work on.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
generatorMinSpeed = 40.0
|
||||
#.
|
||||
#Determines how powerful the generator is.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
GeneratorModifier = 1.399999976158142
|
||||
|
||||
#.
|
||||
#Blast Furnace
|
||||
[machines.blast_furnace]
|
||||
#.
|
||||
#Changes the maximum height of the blast furnace.
|
||||
#Range: > 3
|
||||
blastFurnaceMaxHeight = 10
|
||||
#.
|
||||
#Sets the maximum time that can be saved by increasing blast furnace height.
|
||||
#Range: 0.10000000149011612 ~ 3.4028234663852886E38
|
||||
blastFurnaceHeightSpeedModifier = 1.0
|
||||
#.
|
||||
#Determines how many ticks does it take to consume one fuel.
|
||||
#Range: > 1
|
||||
blastFurnaceFuelConsumption = 600
|
||||
|
||||
#.
|
||||
#Worldgen Settings
|
||||
[deposits]
|
||||
#.
|
||||
#.
|
||||
#Sets the maximum oil reserves a deposit can have.
|
||||
#Range: > 1000
|
||||
depositMaxReserves = 10000
|
||||
#.
|
||||
#Makes deposits bottomless.
|
||||
infiniteDeposits = false
|
||||
|
||||
43
run/config/valkyrienskies/schemas/vs_client.schema.json
Normal file
43
run/config/valkyrienskies/schemas/vs_client.schema.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema" : "https://json-schema.org/draft/2019-09/schema",
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"BlockTinting" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"fixBlockTinting" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Partly fixes the block tinting issue with blocks on ships"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
},
|
||||
"Tooltip" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"massTooltipVisibility" : {
|
||||
"type" : "string",
|
||||
"enum" : [ "ALWAYS", "ADVANCED", "DISABLED" ],
|
||||
"description" : "Set when the Mass Tooltip is Visible"
|
||||
},
|
||||
"useImperialUnits" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Use Imperial Units to show Mass"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
},
|
||||
"recommendSlugsInMcCommands" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Recommend ship slugs in mc commands where player names could be used ex. /tp ship-name wich could pollute user autocomplete"
|
||||
},
|
||||
"renderDebugText" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Renders the VS2 debug HUD with TPS"
|
||||
},
|
||||
"$schema" : {
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
}
|
||||
21
run/config/valkyrienskies/schemas/vs_common.schema.json
Normal file
21
run/config/valkyrienskies/schemas/vs_common.schema.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema" : "https://json-schema.org/draft/2019-09/schema",
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"ADVANCED" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"renderPathfinding" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Renders mob pathfinding nodes. Must be set on client and server to work. Requires the system property -Dorg.valkyrienskies.render_pathfinding=true"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false,
|
||||
"title" : "Advanced"
|
||||
},
|
||||
"$schema" : {
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
}
|
||||
101
run/config/valkyrienskies/schemas/vs_core_server.schema.json
Normal file
101
run/config/valkyrienskies/schemas/vs_core_server.schema.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"$schema" : "https://json-schema.org/draft/2019-09/schema",
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"enableUdp" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Is udp enabled? If not, the server will only use TCP"
|
||||
},
|
||||
"physics" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"iterations" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "Sets number of iterations per sub-steps used by Krunch"
|
||||
},
|
||||
"lodDetail" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "The detail of the collision LOD of ships, higher values are more detailed but heavier to compute"
|
||||
},
|
||||
"maxDePenetrationSpeed" : {
|
||||
"type" : "number",
|
||||
"format" : "double",
|
||||
"description" : "Limit the max collision de-penetration speed so that rigid bodies don't go flying apart when they overlap"
|
||||
},
|
||||
"physicsSpeed" : {
|
||||
"type" : "number",
|
||||
"format" : "double",
|
||||
"description" : "How fast the physics is running. 1.0 is full speed, 0.5 is 50% speed, etc."
|
||||
},
|
||||
"solver" : {
|
||||
"type" : "string",
|
||||
"enum" : [ "GAUSS_SEIDEL", "JACOBI" ],
|
||||
"description" : "Sets the constraint solver used by Krunch"
|
||||
},
|
||||
"subSteps" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "Sets number of sub-steps used by Krunch"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false,
|
||||
"description" : "All related settings to the physics engine"
|
||||
},
|
||||
"pt" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"physicsTicksPerGameTick" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32"
|
||||
},
|
||||
"synchronizePhysics" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Synchronize the physics thread and the game thread"
|
||||
},
|
||||
"terrainBakingThreadPriority" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "Thread priority of terrain baking threads. 5 is default priority, higher is higher priority, lower is lower priority."
|
||||
},
|
||||
"terrainBakingThreads" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "Number of terrain baking threads, more is good for preventing stutters when flying fast ships. However, too many will overload the cpu which will lag the game."
|
||||
},
|
||||
"terrainDeletionThreadPriority" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "Thread priority of terrain deletion threads. These are used to clean up memory, so they can be lower priority than."
|
||||
},
|
||||
"terrainDeletionThreads" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "Number of terrain deletion threads. Typically just 1 is fine."
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false,
|
||||
"title" : "Physics Thread Settings"
|
||||
},
|
||||
"shipLoadDistance" : {
|
||||
"type" : "number",
|
||||
"format" : "double",
|
||||
"description" : "Ship load distance in blocks"
|
||||
},
|
||||
"shipUnloadDistance" : {
|
||||
"type" : "number",
|
||||
"format" : "double",
|
||||
"description" : "Ship unload distance in blocks"
|
||||
},
|
||||
"udpPort" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32",
|
||||
"description" : "Port to attempt to establish UDP connections on"
|
||||
},
|
||||
"$schema" : {
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
}
|
||||
73
run/config/valkyrienskies/schemas/vs_server.schema.json
Normal file
73
run/config/valkyrienskies/schemas/vs_server.schema.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"$schema" : "https://json-schema.org/draft/2019-09/schema",
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"ComputerCraft" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"canTurtlesLeaveScaledShips" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Turtles leaving scaled up/down ship may cause issuesEnable/Disable Turtles Leaving Scaled Ships?"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
},
|
||||
"FTBChunks" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"shipsProtectedByClaims" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Are Ships protected by FTB Chunk Claims?"
|
||||
},
|
||||
"shipsProtectionOutOfBuildHeight" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Are ships protected outside of build height (max and min)?"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
},
|
||||
"aiOnShips" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Allow rudimentary pathfinding on ships"
|
||||
},
|
||||
"allowMobSpawns" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Allow natural mob spawning on ships"
|
||||
},
|
||||
"enableInteractDistanceChecks" : {
|
||||
"type" : "boolean",
|
||||
"description" : "By default, the vanilla server prevents block interacts past a certain distance to prevent cheat clients from breaking blocks halfway across the map. This approach breaks down in the face of extremely large ships, where the distance from the block origin to the nearest face is greater than the interact distance check allows."
|
||||
},
|
||||
"enableMovementChecks" : {
|
||||
"type" : "boolean",
|
||||
"description" : "By default, the server checks that player movement is legal, and if it isn't, rubber-bands the player with the infamous \"moved too quickly\" message. Since players on VS ships will move illegally, they will be affected by this check frequently. This option disables that check. (it doesn't work very well anyway, don't worry)"
|
||||
},
|
||||
"explosionBlastForce" : {
|
||||
"type" : "number",
|
||||
"format" : "double",
|
||||
"description" : "Blast force in newtons of a TNT explosion at the center of the explosion."
|
||||
},
|
||||
"minScaling" : {
|
||||
"type" : "number",
|
||||
"format" : "double",
|
||||
"description" : "Minimum scale of ships"
|
||||
},
|
||||
"miniShipSize" : {
|
||||
"type" : "number",
|
||||
"format" : "double",
|
||||
"description" : "Scale of the mini ship creator"
|
||||
},
|
||||
"preventFluidEscapingShip" : {
|
||||
"type" : "boolean",
|
||||
"description" : "If true, prevents water and other fluids from flowing out of the ship's bounding box."
|
||||
},
|
||||
"transformTeleports" : {
|
||||
"type" : "boolean",
|
||||
"description" : "If true, teleportation into the shipyard is redirected to the ship it belongs to instead."
|
||||
},
|
||||
"$schema" : {
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
}
|
||||
12
run/config/valkyrienskies/vs_client.json
Normal file
12
run/config/valkyrienskies/vs_client.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Tooltip" : {
|
||||
"massTooltipVisibility" : "ADVANCED",
|
||||
"useImperialUnits" : false
|
||||
},
|
||||
"BlockTinting" : {
|
||||
"fixBlockTinting" : false
|
||||
},
|
||||
"renderDebugText" : false,
|
||||
"recommendSlugsInMcCommands" : true,
|
||||
"$schema" : "schemas/vs_client.schema.json"
|
||||
}
|
||||
6
run/config/valkyrienskies/vs_common.json
Normal file
6
run/config/valkyrienskies/vs_common.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ADVANCED" : {
|
||||
"renderPathfinding" : true
|
||||
},
|
||||
"$schema" : "schemas/vs_common.schema.json"
|
||||
}
|
||||
23
run/config/valkyrienskies/vs_core_server.json
Normal file
23
run/config/valkyrienskies/vs_core_server.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"pt" : {
|
||||
"synchronizePhysics" : false,
|
||||
"physicsTicksPerGameTick" : 3,
|
||||
"terrainBakingThreads" : 12,
|
||||
"terrainBakingThreadPriority" : 5,
|
||||
"terrainDeletionThreads" : 1,
|
||||
"terrainDeletionThreadPriority" : 4
|
||||
},
|
||||
"udpPort" : 25565,
|
||||
"enableUdp" : false,
|
||||
"shipLoadDistance" : 128.0,
|
||||
"shipUnloadDistance" : 196.0,
|
||||
"physics" : {
|
||||
"lodDetail" : 512,
|
||||
"subSteps" : 20,
|
||||
"iterations" : 5,
|
||||
"solver" : "GAUSS_SEIDEL",
|
||||
"maxDePenetrationSpeed" : 10.0,
|
||||
"physicsSpeed" : 1.0
|
||||
},
|
||||
"$schema" : "schemas/vs_core_server.schema.json"
|
||||
}
|
||||
19
run/config/valkyrienskies/vs_server.json
Normal file
19
run/config/valkyrienskies/vs_server.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"FTBChunks" : {
|
||||
"shipsProtectedByClaims" : true,
|
||||
"shipsProtectionOutOfBuildHeight" : false
|
||||
},
|
||||
"ComputerCraft" : {
|
||||
"canTurtlesLeaveScaledShips" : false
|
||||
},
|
||||
"enableInteractDistanceChecks" : true,
|
||||
"transformTeleports" : true,
|
||||
"enableMovementChecks" : false,
|
||||
"preventFluidEscapingShip" : true,
|
||||
"explosionBlastForce" : 500000.0,
|
||||
"allowMobSpawns" : true,
|
||||
"aiOnShips" : true,
|
||||
"miniShipSize" : 0.5,
|
||||
"minScaling" : 0.25,
|
||||
"$schema" : "schemas/vs_server.schema.json"
|
||||
}
|
||||
Reference in New Issue
Block a user