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:
4
init.lua
4
init.lua
@ -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"))
|
||||
|
Reference in New Issue
Block a user