Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
82b2c0e065 | |||
|
e8128c78e5 |
@ -1 +0,0 @@
|
|||||||
default
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@ -36,3 +36,5 @@ minetest.register_craft( {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_alias("glow:lantern", "glow:lamp")
|
minetest.register_alias("glow:lantern", "glow:lamp")
|
||||||
|
|
||||||
|
minetest.log("action", "[glow] loaded.")
|
4
mod.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name = glow
|
||||||
|
title = Glow
|
||||||
|
description = Adds 2 glowing blocks for minetest: Glowing stone and glowing lantern.
|
||||||
|
depends = default
|
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |