some award sorting stuff, made tool leveling better

master
Kyra Zimmer 2020-08-10 17:55:09 +02:00
parent 6e42632928
commit 99f5e214c9
5 changed files with 19 additions and 5 deletions

6
.gitmodules vendored
View File

@ -79,3 +79,9 @@
[submodule "mods/awards"]
path = mods/awards
url = https://gitlab.com/rubenwardy/awards.git
[submodule "mods/snowdrift"]
path = mods/snowdrift
url = https://github.com/PiezoU005F/snowdrift.git
[submodule "mods/anvil"]
path = mods/anvil
url = https://github.com/minetest-mods/anvil.git

View File

@ -1,3 +1,5 @@
default_privs = basic_privs, home, interact
new_style_leaves = 1
new_style_water = 1
@ -17,7 +19,7 @@ craftguide_progressive_mode = true
craftguide_sfinv_only = false
mob_difficulty = 1
mob_chance_multiplier = 0.25
mob_chance_multiplier = 0.75
mobs_spawn_protected = false
radiant_damage_enable_heat_damage = true
@ -34,5 +36,9 @@ protector_night_pvp = true
awards.add_defaults = true
toolranks_speed_multiplier = 4.0
toolranks_use_multiplier = 8.0
toolranks_level_digs = 100
toolranks_levels = 100
toolranks_speed_multiplier = 20.0
toolranks_use_multiplier = 40.0
snowdrift.enable_abms = true

1
mods/anvil Submodule

@ -0,0 +1 @@
Subproject commit 885ea6ea1dbf8131de48ff1b8a7e682f67f642d3

1
mods/snowdrift Submodule

@ -0,0 +1 @@
Subproject commit 504c55aa38bf83178853434613a7cf8c86030aa2

View File

@ -3,7 +3,7 @@
title: 'You know the drill.'
description: 'Punch a Tree'
icon: "awards_first_day_in_the_woods.png"
difficulty: 0.001
difficulty: 0.00001
trigger: {
type: "dig"
node: "group:tree"
@ -14,7 +14,7 @@
title: 'Sticky Situation'
description: 'Even more efficient than the competition!'
icon: "awards_first_day_in_the_woods.png"
difficulty: 0.001
difficulty: 0.0001
trigger: {
type: "craft"
item: "group:stick"