Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
|
|
@ -21,10 +21,10 @@
|
|||
bulkCutting = false
|
||||
#.
|
||||
#Allow supported potions to be brewed by a Mechanical Mixer + Basin.
|
||||
allowBrewingInMixer = true
|
||||
allowBrewingInMixer = false
|
||||
#.
|
||||
#Allow any shapeless crafting recipes to be processed by a Mechanical Mixer + Basin.
|
||||
allowShapelessInMixer = true
|
||||
allowShapelessInMixer = false
|
||||
#.
|
||||
#Allow any single-ingredient 2x2 or 3x3 crafting recipes to be processed by a Mechanical Press + Basin.
|
||||
allowShapedSquareInPress = true
|
||||
|
|
@ -53,10 +53,10 @@
|
|||
lightSourceCountForRefinedRadiance = 10
|
||||
#.
|
||||
#Allow the standard in-world Refined Radiance recipes.
|
||||
enableRefinedRadianceRecipe = true
|
||||
enableRefinedRadianceRecipe = false
|
||||
#.
|
||||
#Allow the standard in-world Shadow Steel recipe.
|
||||
enableShadowSteelRecipe = true
|
||||
enableShadowSteelRecipe = false
|
||||
|
||||
#.
|
||||
#Parameters and abilities of Create's kinetic mechanisms
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
#.
|
||||
#Maximum length in blocks of mechanical belts.
|
||||
#Range: > 5
|
||||
maxBeltLength = 20
|
||||
maxBeltLength = 5
|
||||
#.
|
||||
#Damage dealt by active Crushing Wheels.
|
||||
#Range: > 0
|
||||
|
|
@ -197,6 +197,10 @@
|
|||
#.
|
||||
#Whether minecart contraptions can be placed into container items.
|
||||
minecartContraptionInContainers = false
|
||||
#.
|
||||
#Whether stabilised bearings create a separated entity even on non-rotating contraptions.
|
||||
#[Technical]
|
||||
stabiliseStableContraptions = false
|
||||
|
||||
#.
|
||||
#Configure speed/capacity levels for requirements and indicators.
|
||||
|
|
@ -215,22 +219,22 @@
|
|||
#[in Stress Units]
|
||||
#Minimum stress impact to be considered 'medium'
|
||||
#Range: 0.0 ~ 4096.0
|
||||
mediumStressImpact = 4.0
|
||||
mediumStressImpact = 1.0
|
||||
#.
|
||||
#[in Stress Units]
|
||||
#Minimum stress impact to be considered 'high'
|
||||
#Range: 0.0 ~ 65535.0
|
||||
highStressImpact = 8.0
|
||||
highStressImpact = 2.0
|
||||
#.
|
||||
#[in Stress Units]
|
||||
#Minimum added Capacity by sources to be considered 'medium'
|
||||
#Range: 0.0 ~ 4096.0
|
||||
mediumCapacity = 256.0
|
||||
mediumCapacity = 32.0
|
||||
#.
|
||||
#[in Stress Units]
|
||||
#Minimum added Capacity by sources to be considered 'high'
|
||||
#Range: 0.0 ~ 65535.0
|
||||
highCapacity = 1024.0
|
||||
highCapacity = 128.0
|
||||
|
||||
[kinetics.stressValues]
|
||||
|
||||
|
|
@ -244,63 +248,63 @@
|
|||
#Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives.
|
||||
[kinetics.stressValues.v2.impact]
|
||||
display_board = 0.0
|
||||
deployer = 4.0
|
||||
mechanical_piston = 4.0
|
||||
millstone = 4.0
|
||||
mechanical_bearing = 4.0
|
||||
clockwork_bearing = 4.0
|
||||
cuckoo_clock = 1.0
|
||||
deployer = 0.25
|
||||
mechanical_piston = 0.5
|
||||
millstone = 65535.0
|
||||
mechanical_bearing = 1.0
|
||||
clockwork_bearing = 0.5
|
||||
cuckoo_clock = 0.125
|
||||
speedometer = 0.0
|
||||
copper_backtank = 4.0
|
||||
mechanical_saw = 4.0
|
||||
copper_backtank = 0.5
|
||||
mechanical_saw = 65535.0
|
||||
flywheel = 0.0
|
||||
encased_chain_drive = 0.0
|
||||
clutch = 0.0
|
||||
encased_fan = 2.0
|
||||
encased_fan = 65535.0
|
||||
adjustable_chain_gearshift = 0.0
|
||||
mechanical_pump = 4.0
|
||||
crushing_wheel = 8.0
|
||||
mechanical_mixer = 4.0
|
||||
mechanical_pump = 65535.0
|
||||
crushing_wheel = 65535.0
|
||||
mechanical_mixer = 65535.0
|
||||
gantry_shaft = 0.0
|
||||
rope_pulley = 4.0
|
||||
rope_pulley = 0.5
|
||||
rotation_speed_controller = 0.0
|
||||
mechanical_arm = 2.0
|
||||
netherite_backtank = 4.0
|
||||
andesite_encased_shaft = 0.0
|
||||
mechanical_press = 8.0
|
||||
large_cogwheel = 0.0
|
||||
mechanical_drill = 4.0
|
||||
andesite_encased_large_cogwheel = 0.0
|
||||
brass_encased_large_cogwheel = 0.0
|
||||
mysterious_cuckoo_clock = 1.0
|
||||
mechanical_arm = 0.5
|
||||
netherite_backtank = 0.5
|
||||
andesite_encased_shaft = 65535.0
|
||||
mechanical_press = 65535.0
|
||||
large_cogwheel = 65535.0
|
||||
mechanical_drill = 0.5
|
||||
andesite_encased_large_cogwheel = 65535.0
|
||||
brass_encased_large_cogwheel = 65535.0
|
||||
mysterious_cuckoo_clock = 0.125
|
||||
stressometer = 0.0
|
||||
shaft = 0.0
|
||||
brass_encased_shaft = 0.0
|
||||
shaft = 65535.0
|
||||
brass_encased_shaft = 65535.0
|
||||
gearshift = 0.0
|
||||
turntable = 4.0
|
||||
sticky_mechanical_piston = 4.0
|
||||
turntable = 0.5
|
||||
sticky_mechanical_piston = 0.5
|
||||
sequenced_gearshift = 0.0
|
||||
weighted_ejector = 2.0
|
||||
cogwheel = 0.0
|
||||
andesite_encased_cogwheel = 0.0
|
||||
belt = 0.0
|
||||
brass_encased_cogwheel = 0.0
|
||||
weighted_ejector = 0.25
|
||||
cogwheel = 65535.0
|
||||
andesite_encased_cogwheel = 65535.0
|
||||
belt = 65535.0
|
||||
brass_encased_cogwheel = 65535.0
|
||||
gearbox = 0.0
|
||||
hose_pulley = 4.0
|
||||
elevator_pulley = 4.0
|
||||
mechanical_crafter = 2.0
|
||||
hose_pulley = 0.5
|
||||
elevator_pulley = 0.5
|
||||
mechanical_crafter = 0.25
|
||||
|
||||
#.
|
||||
#[in Stress Units]
|
||||
#Configure how much stress a source can accommodate for.
|
||||
[kinetics.stressValues.v2.capacity]
|
||||
copper_valve_handle = 8.0
|
||||
hand_crank = 8.0
|
||||
steam_engine = 1024.0
|
||||
copper_valve_handle = 2.0
|
||||
hand_crank = 2.0
|
||||
steam_engine = 32.0
|
||||
creative_motor = 16384.0
|
||||
large_water_wheel = 128.0
|
||||
water_wheel = 32.0
|
||||
windmill_bearing = 512.0
|
||||
large_water_wheel = 16.0
|
||||
water_wheel = 4.0
|
||||
windmill_bearing = 32.0
|
||||
|
||||
#.
|
||||
#Create's liquid manipulation tools
|
||||
|
|
@ -310,7 +314,7 @@
|
|||
#[in Buckets]
|
||||
#The amount of liquid a tank can hold per block.
|
||||
#Range: > 1
|
||||
fluidTankCapacity = 8
|
||||
fluidTankCapacity = 16
|
||||
#.
|
||||
#[in Blocks]
|
||||
#The maximum height a fluid tank can reach.
|
||||
|
|
@ -331,7 +335,7 @@
|
|||
#[-1 to disable this behaviour]
|
||||
#The minimum amount of fluid blocks the hose pulley needs to find before deeming it an infinite source.
|
||||
#Range: > -1
|
||||
hosePulleyBlockThreshold = 0
|
||||
hosePulleyBlockThreshold = 2000
|
||||
#.
|
||||
#Whether hose pulleys should continue filling up above-threshold sources.
|
||||
fillInfinite = false
|
||||
|
|
@ -341,7 +345,7 @@
|
|||
bottomlessFluidMode = "ALLOW_BY_TAG"
|
||||
#.
|
||||
#Whether hose pulleys should be allowed to place fluid sources.
|
||||
fluidFillPlaceFluidSourceBlocks = false
|
||||
fluidFillPlaceFluidSourceBlocks = true
|
||||
#.
|
||||
#Whether open-ended pipes should be allowed to place fluid sources.
|
||||
pipesPlaceFluidSourceBlocks = false
|
||||
|
|
@ -390,9 +394,8 @@
|
|||
#Whether placing a Schematic directly in Creative Mode should replace world blocks with Air
|
||||
creativePrintIncludesAir = false
|
||||
#.
|
||||
#[in KiloBytes]
|
||||
#The maximum allowed file size of uploaded Schematics.
|
||||
#Range: > 16
|
||||
#The amount of Schematics a player can upload until previous ones are overwritten.
|
||||
#Range: > 1
|
||||
maxSchematics = 256
|
||||
#.
|
||||
#[in Bytes]
|
||||
|
|
@ -403,6 +406,11 @@
|
|||
#Amount of game ticks without new packets arriving until an active schematic upload process is discarded.
|
||||
#Range: > 100
|
||||
schematicIdleTimeout = 600
|
||||
#.
|
||||
#[in KiloBytes]
|
||||
#The maximum allowed file size of uploaded Schematics.
|
||||
#Range: > 16
|
||||
maxTotalSchematicSize = 256
|
||||
|
||||
#.
|
||||
#Schematicannon
|
||||
|
|
@ -412,13 +420,9 @@
|
|||
#Range: > 1
|
||||
schematicannonDelay = 10
|
||||
#.
|
||||
#% of Schematicannon's Fuel filled by 1 Gunpowder.
|
||||
#Range: 0.0 ~ 100.0
|
||||
schematicannonGunpowderWorth = 20.0
|
||||
#.
|
||||
#% of Schematicannon's Fuel used for each fired block.
|
||||
#Range: 0.0 ~ 100.0
|
||||
schematicannonFuelUsage = 0.05000000074505806
|
||||
#Amount of blocks a Schematicannon can print per Gunpowder item provided.
|
||||
#Range: > 1
|
||||
schematicannonShotsPerGunpowder = 400
|
||||
|
||||
#.
|
||||
#Equipment and gadgets added by Create
|
||||
|
|
@ -439,7 +443,7 @@
|
|||
#.
|
||||
#The Maximum volume of Air that can be stored in a backtank = Seconds of underwater breathing
|
||||
#Range: > 1
|
||||
airInBacktank = 900
|
||||
airInBacktank = 1200
|
||||
#.
|
||||
#The volume of Air added by each level of the backtanks Capacity Enchantment
|
||||
#Range: > 1
|
||||
|
|
@ -475,7 +479,7 @@
|
|||
#.
|
||||
#Relative speed of a manually controlled Train compared to a Scheduled one.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
manualTrainSpeedModifier = 0.75
|
||||
manualTrainSpeedModifier = 1
|
||||
|
||||
#.
|
||||
#Standard Trains
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue