Compare commits
No commits in common. "master" and "master" have entirely different histories.
1
glow/depends.txt
Executable file
@ -0,0 +1 @@
|
||||
default
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@ -36,5 +36,3 @@ minetest.register_craft( {
|
||||
})
|
||||
|
||||
minetest.register_alias("glow:lantern", "glow:lamp")
|
||||
|
||||
minetest.log("action", "[glow] loaded.")
|
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 |
4
mod.conf
@ -1,4 +0,0 @@
|
||||
name = glow
|
||||
title = Glow
|
||||
description = Adds 2 glowing blocks for minetest: Glowing stone and glowing lantern.
|
||||
depends = default
|