1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-20 17:30:31 +02:00

Implement ABM system and damage effect

This commit is contained in:
Till Affeldt
2020-04-16 19:13:14 +02:00
parent 6d3e33bf9f
commit 9084bdf4b2
17 changed files with 328 additions and 18 deletions

View File

@ -2,7 +2,7 @@ local name = "regional_weather:deep_cave"
local conditions = {
max_light = 14,
--max_height = -100
max_height = -100
}
local effects = {}