48 lines
996 B
INI
48 lines
996 B
INI
# Configuration file
|
|
|
|
control {
|
|
I:control_type=1
|
|
B:decompile_on_dismount=false
|
|
D:speed_limit=30.0
|
|
D:turn_speed=1.0
|
|
}
|
|
|
|
|
|
mobile_chunk {
|
|
D:airship_balloon_ratio=0.4
|
|
|
|
# A list of blocks that are taken into account for ship flight capability
|
|
S:balloon_blocks <
|
|
davincisvessels:balloon
|
|
>
|
|
I:max_chunk_blocks=2048
|
|
D:submersible_fill_ratio=0.3
|
|
}
|
|
|
|
|
|
settings {
|
|
I:anchor_radius=12
|
|
D:banking_multiplier=3.0
|
|
B:enable_air_ships=true
|
|
B:enable_submersibles=true
|
|
B:mandatory_engines=false
|
|
|
|
# Blocks that are considered seats, BlockSeat is hard coded, you can't disable it.
|
|
S:seats <
|
|
davincisvessels:seat
|
|
minecraft:end_portal_frame
|
|
>
|
|
B:ship_fall=true
|
|
|
|
# Blocks that behave like a Sticky buffer, they stop assembly when they're reached
|
|
S:stickyblocks <
|
|
davincisvessels:stickybuffer
|
|
minecraft:stone_button
|
|
minecraft:wooden_button
|
|
minecraft:lever
|
|
>
|
|
I:sync_rate=5
|
|
}
|
|
|
|
|