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>
63 lines
1.6 KiB
TOML
63 lines
1.6 KiB
TOML
#.
|
|
#Migrate copycats to Create: Copycats+ when they receive a block update
|
|
migrateCopycatsOnBlockUpdate = false
|
|
#.
|
|
#Migrate copycats to Create: Copycats+ when their block entities are initialized
|
|
migrateCopycatsOnInitialize = false
|
|
|
|
#.
|
|
#Enable/disable features. Values on server override clients
|
|
[features]
|
|
bamboo_window = false
|
|
item_silo = true
|
|
inverted_clutch = true
|
|
empty_fan_catalyst = false
|
|
parallel_gearbox = true
|
|
cherry_window = false
|
|
centrifugal_clutch = true
|
|
copycat_slab = false
|
|
overstress_clutch = true
|
|
brake = true
|
|
copycat_block = false
|
|
copycat_fence_gate = false
|
|
copycat_stairs = false
|
|
brass_gearbox = true
|
|
copycat_vertical_step = false
|
|
copycat_wall = false
|
|
six_way_gearbox = true
|
|
encased_chain_cogwheel = true
|
|
sequenced_pulse_generator = true
|
|
freewheel_clutch = true
|
|
shear_pin = true
|
|
inverted_gearshift = true
|
|
linked_transmitter = true
|
|
copycat_beam = false
|
|
copycat_board = false
|
|
copycat_fence = false
|
|
#.
|
|
fluid_vessel = true
|
|
large_crank_wheel = true
|
|
crank_wheel = true
|
|
inventory_access_port = true
|
|
inventory_bridge = true
|
|
|
|
#.
|
|
#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients
|
|
[feature_categories]
|
|
#.
|
|
#.
|
|
#All kinetic components, such as gearboxes and crank wheels
|
|
kinetic = true
|
|
#.
|
|
#All redstone components, such as linked transmitter and sequenced pulse generator
|
|
redstone = true
|
|
#.
|
|
#All components related to item and fluid transport
|
|
logistics = true
|
|
#.
|
|
#All copycats (Install Create: Copycats+ to upgrade)
|
|
copycats = true
|
|
#.
|
|
#All building palette blocks
|
|
palette = true
|
|
|