1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-07-15 05:10:24 +02:00

structure related changes

This commit is contained in:
Arturas Norkus
2016-05-23 08:53:53 +03:00
parent c221596ed7
commit 7b5f74c3aa
5 changed files with 15 additions and 1 deletions

3
rain/init.lua Normal file
View File

@ -0,0 +1,3 @@
-- init file for rain
local modpath = minetest.get_modpath("rain");
dofile(modpath.."/rain.lua")