mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Added light ore!
This commit is contained in:
parent
7b3b79335d
commit
61e97e8f96
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
minetest.register_node("moontest:lightore", {
|
|
||||||
description = "Lightore",
|
|
||||||
tiles = {"moontest_stone.png^moontest_light_ore.png"},
|
|
||||||
light_source = 7,
|
|
||||||
groups = {cracky = 3, stone = 1},
|
|
||||||
drop = "moontest:light_crystal",
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue