forked from minetest/minetest_game
-
Notifications
You must be signed in to change notification settings - Fork 2
/
minetest.conf
84 lines (56 loc) · 1.62 KB
/
minetest.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
secure.enable_security = true
secure.trusted_mods = playermanager, citadella, civsupporter, civmisc, rcbows, group_waypoints
# 3d_armor
armor_heal_multiplier = 0
armor_level_multiplier = 1.00
# bones
bones_mode = drop
# hbsprint
sprint_speed = 1.5
sprint_jump = 1.2
sprint_particles = 6
sprint_stamina = false
sprint_starve_drain = 0.025
sprint_starve_limit = 2
sprint_forward_only = true
# chatplus
chatplus_distance = 1000
chatplus_log = false
# tnt
enable_tnt = true
# bedrock2
bedrock2_y = -250
### xdecor
# chess blocks can't be easily destroyed by non-owners if a game is on...
enable_xdecor_chess = false
# cooking, enchanting, hive are not balanced yet
enable_xdecor_cooking = false
enable_xdecor_enchanting = false
enable_xdecor_hive = false
# itemframes use ownership-based protection, so this would need tweaking
enable_xdecor_itemframe = false
# mailbox and mechanisms are not citadella aware
enable_xdecor_mailbox = false
enable_xdecor_mechanisms = false
# rope should be ok (as long as they're reinforcement-blacklisted)
enable_xdecor_rope = true
# workbench is just a form of crafting i suppose
enable_xdecor_workbench = true
# beds
enable_bed_night_skip = false
# mobs_redo
mobs_spawn = true
mobs_griefing = false
mobs_disable_blood = true
# mobs_balrog
mobs_balrog_damage = 300
mobs_balrog_min_hp = 50000
mobs_balrog_max_hp = 50000
# fire
enable_fire = true
# CivMisc
civmisc_world_border_radius = 5000
civmisc_random_spawn_radius = 2500
# craftguide
craftguide_sfinv_only = true
craftguide_enable_cache_progress_bar = false