first commit
This commit is contained in:
54
config/lootr.json
Normal file
54
config/lootr.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"debug": {
|
||||
"report_invalid_tables": true
|
||||
},
|
||||
"seed": {
|
||||
"randomize_seed": true
|
||||
},
|
||||
"conversion": {
|
||||
"max_entry_age": 12000,
|
||||
"disable": false,
|
||||
"elytra": true,
|
||||
"world_border": false
|
||||
},
|
||||
"breaking": {
|
||||
"enable_break": false,
|
||||
"enable_fake_player_break": false,
|
||||
"disable_break": false,
|
||||
"power_comparators": true,
|
||||
"blast_resistant": false,
|
||||
"blast_immune": false,
|
||||
"trapped_custom": false
|
||||
},
|
||||
"lists": {
|
||||
"dimension_whitelist": [],
|
||||
"dimension_blacklist": [],
|
||||
"dimension_modid_blacklist": [],
|
||||
"dimension_modid_whitelist": [],
|
||||
"loot_table_blacklist": [],
|
||||
"loot_modid_blacklist": []
|
||||
},
|
||||
"decay": {
|
||||
"decay_value": 6000,
|
||||
"decay_all": false,
|
||||
"decay_modids": [],
|
||||
"decay_loot_tables": [],
|
||||
"decay_dimensions": []
|
||||
},
|
||||
"refresh": {
|
||||
"refresh_value": 24000,
|
||||
"refresh_all": false,
|
||||
"refresh_modids": [],
|
||||
"refresh_loot_tables": [],
|
||||
"refresh_dimensions": []
|
||||
},
|
||||
"notifications": {
|
||||
"notification_delay": 600,
|
||||
"disable_notifications": false,
|
||||
"disable_message_styles": false
|
||||
},
|
||||
"client": {
|
||||
"vanilla_textures": false,
|
||||
"old_textures": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user