8902e13891
- moved configuration settings into config.lua file - improved algorithm for surface collision sound fx - implemented support for node groups of materials - added fallback definition table for unknown nodes - added compatibility layer for Minetest S3 engine - bumped version number and included depends.txt
6 lines
162 B
Lua
6 lines
162 B
Lua
world_gravity = 10
|
|
air_viscosity = 0.0
|
|
air_density = 0.2
|
|
default_liquid = { viscosity = 0.0, density = 0.5 }
|
|
default_solid = { friction = 0.5, elasticity = 0.0 }
|