diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-12 11:06:13 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-12 11:06:13 +0000 |
commit | 89a38c5843d91e0c029a2c63acb441e076546254 (patch) | |
tree | c52f0a8e93739abad52dd44ae2dd8e05ab92b590 /init.lua | |
parent | 653d4c93d3ac44949030aa6d8f0be75267660f23 (diff) |
added 35x lucky blocks
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ --[[
- Minetest Ethereal Mod (9th August 2016)
+ Minetest Ethereal Mod (12th November 2016)
Created by ChinChow
@@ -69,6 +69,7 @@ dofile(path .. "/food.lua") dofile(path .. "/bonemeal.lua")
dofile(path .. "/compatibility.lua")
dofile(path .. "/stairs.lua")
+dofile(path .. "/lucky_block.lua")
if minetest.get_modpath("xanadu") then
dofile(path .. "/plantpack.lua")
|