1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 13:20:28 +02:00

added lucky blocks

This commit is contained in:
TenPlus1
2017-07-24 20:17:20 +01:00
parent 3a74785675
commit 2fd7407366
4 changed files with 17 additions and 1 deletions

View File

@ -479,6 +479,8 @@ minetest.override_item("default:dirt", {
-- add support for other mods
dofile(minetest.get_modpath("bonemeal") .. "/mods.lua")
local path = minetest.get_modpath("bonemeal")
dofile(path .. "/mods.lua")
dofile(path .. "/lucky_block.lua")
print (S("[bonemeal] loaded"))