change snowballs and play sounds; add preperation for automatic snowball throwing in creative mode

This commit is contained in:
HybridDog
2015-06-03 22:09:32 +02:00
parent 5b6592022f
commit f26ece0620
3 changed files with 134 additions and 61 deletions

View File

@ -1,5 +1,7 @@
--Global config and function table.
snow = {
snowball_gravity = 100/109,
snowball_velocity = 19,
sleds = true,
enable_snowfall = true,
lighter_snowfall = false,
@ -12,6 +14,8 @@ snow = {
--Config documentation.
local doc = {
snowball_gravity = "The gravity of thrown snowballs",
snowball_velocity = "How fast players throw snowballs",
sleds = "Disable this to prevent sleds from being riden.",
enable_snowfall = "Enables falling snow.",
lighter_snowfall = "Reduces the amount of resources and fps used by snowfall.",