just getting the modpack files in here, also added the following folders to git ignore inside the top level of the minecraft folder (the one with save files in it): /server-resource-packs/ /saves/ /schematics/ /screenshots/ /logs/ /.mixin.out/ /crash-reports/ usernamecache.json usercache.json Also I added the following file extensions to be considered "large" by the server as not to pollute diff history here are the commands I used to add these files: git lfs track "*.jar" git lfs track "*.zip" git lfs track "*.7z" git lfs track "*.gz" git lfs track "*.rar" git lfs track "*.tar" git lfs track "*.iso" git lfs track "*.png" git lfs track "*.jpg" git lfs track "*.jpeg" git lfs track "*.gif" git lfs track "*.bmp" git lfs track "*.tiff" git lfs track "*.svg" git lfs track "*.webp" git lfs track "*.mp3" git lfs track "*.wav" git lfs track "*.ogg" git lfs track "*.flac" git lfs track "*.aac" git lfs track "*.m4a" git lfs track "*.wma" git lfs track "*.mp4" git lfs track "*.mkv" git lfs track "*.avi" git lfs track "*.mov" git lfs track "*.webm" git lfs track "*.flv" git lfs track "*.wmv" git lfs track "*.psd" git lfs track "*.ai" git lfs track "*.pdf" git lfs track "*.mca" git lfs track "*.dat" git lfs track "*.dat_old"
76 lines
2.1 KiB
TOML
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 = true
|
|
copycat_byte = true
|
|
copycat_vertical_slice = true
|
|
copycat_wooden_pressure_plate = true
|
|
copycat_block = true
|
|
copycat_shaft = true
|
|
copycat_large_cogwheel = true
|
|
copycat_fence = true
|
|
copycat_wall = true
|
|
copycat_cogwheel = true
|
|
copycat_vertical_step = true
|
|
copycat_sliding_door = true
|
|
copycat_folding_door = true
|
|
copycat_slope_layer = true
|
|
copycat_light_weighted_pressure_plate = true
|
|
copycat_stairs = true
|
|
copycat_fence_gate = true
|
|
copycat_slab = true
|
|
copycat_board = true
|
|
copycat_wooden_button = true
|
|
copycat_trapdoor = true
|
|
copycat_stone_pressure_plate = true
|
|
copycat_pane = true
|
|
copycat_half_panel = true
|
|
copycat_slice = true
|
|
copycat_beam = true
|
|
copycat_door = true
|
|
copycat_iron_door = true
|
|
copycat_byte_panel = true
|
|
copycat_corner_slice = true
|
|
copycat_flat_pane = true
|
|
copycat_ghost_block = true
|
|
copycat_fluid_pipe = true
|
|
copycat_heavy_weighted_pressure_plate = true
|
|
copycat_iron_trapdoor = true
|
|
copycat_half_layer = true
|
|
copycat_stone_button = true
|
|
copycat_ladder = true
|
|
copycat_layer = true
|
|
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
|
|
|