mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2025-06-29 23:00:24 +02:00
remove whitespaces: for i in */*.lua; do sed -i 's/[ \t]*$//' workers/init.lua ; done
This commit is contained in:
@ -55,12 +55,12 @@ minetest.register_biome({
|
||||
|
||||
minetest.register_biome({
|
||||
name = "snow_biome_sand",
|
||||
|
||||
|
||||
node_top = "default:sand",
|
||||
depth_top = 3,
|
||||
node_filler = "default:stone",
|
||||
depth_filler = 0,
|
||||
|
||||
|
||||
height_min = -31000,
|
||||
height_max = 2,
|
||||
heat_point = 10.0,
|
||||
|
Reference in New Issue
Block a user