Files
neochrome/pack/config/copycats-common.toml
2026-02-08 18:35:17 -07:00

76 lines
2.1 KiB
TOML

#.
#Disables the migration of placed copycats from old versions to new ones. Setting this to true may cause copycats to lose their textures when you upgrade this mod. Restart the game to apply changes.
disableMigration = false
#.
#Enable/disable features. Values on server override clients
[features]
#.
copycat_stacked_half_layer = true
copycat_vertical_stairs = false
copycat_byte = true
copycat_vertical_slice = false
copycat_wooden_pressure_plate = true
copycat_block = true
copycat_shaft = false
copycat_large_cogwheel = false
copycat_fence = false
copycat_wall = false
copycat_cogwheel = false
copycat_vertical_step = false
copycat_sliding_door = true
copycat_folding_door = true
copycat_slope_layer = false
copycat_light_weighted_pressure_plate = false
copycat_stairs = true
copycat_fence_gate = false
copycat_slab = true
copycat_board = false
copycat_wooden_button = true
copycat_trapdoor = true
copycat_stone_pressure_plate = true
copycat_pane = false
copycat_half_panel = false
copycat_slice = false
copycat_beam = false
copycat_door = true
copycat_iron_door = true
copycat_byte_panel = true
copycat_corner_slice = false
copycat_flat_pane = false
copycat_ghost_block = false
copycat_fluid_pipe = false
copycat_heavy_weighted_pressure_plate = false
copycat_iron_trapdoor = true
copycat_half_layer = false
copycat_stone_button = true
copycat_ladder = false
copycat_layer = false
copycat_slope = true
copycat_vertical_slope = true
copycat_vertical_half_layer = true
#.
#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients
[feature_categories]
#.
#.
#All copycats with a sloped surface
slopes = true
#.
#All copycats that support multiple materials in a single block
multistates = true
#.
#All copycats that can be resized by putting in more of the same copycat
stackables = true
#.
#All copycats that can emit a redstone signal
redstone = true
#.
#All copycats with extra functions/interactions
functional = true
#.
#All copycats mimicking blocks from Create
create = true