Compare commits

...

2 Commits

9 changed files with 6 additions and 1 deletions

View File

@ -1 +0,0 @@
default

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -36,3 +36,5 @@ minetest.register_craft( {
})
minetest.register_alias("glow:lantern", "glow:lamp")
minetest.log("action", "[glow] loaded.")

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = glow
title = Glow
description = Adds 2 glowing blocks for minetest: Glowing stone and glowing lantern.
depends = default

View File

View File

Before

Width:  |  Height:  |  Size: 521 B

After

Width:  |  Height:  |  Size: 521 B

View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB