Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d7af380600 | |||
b1a98ffbcb |
@ -1 +0,0 @@
|
|||||||
default
|
|
2
init.lua
2
init.lua
@ -349,3 +349,5 @@ minetest.register_craft({
|
|||||||
output = 'lantern:lantern_lampost1',
|
output = 'lantern:lantern_lampost1',
|
||||||
recipe = {"lantern:lantern_lampost4"}
|
recipe = {"lantern:lantern_lampost4"}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.log("action", "[lantern] loaded.")
|
||||||
|
4
mod.conf
Normal file
4
mod.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name = lantern
|
||||||
|
title = Lanterm
|
||||||
|
description = Add several lanterns nodes
|
||||||
|
depends = default
|
Reference in New Issue
Block a user