Default: Remove light source from mese ore

New brighter mineral_mese texture
This commit is contained in:
paramat 2015-09-22 22:25:41 +01:00
parent 8e51f318b3
commit ac810dbf9d
2 changed files with 0 additions and 2 deletions

View File

@ -752,11 +752,9 @@ minetest.register_node("default:bronzeblock", {
minetest.register_node("default:stone_with_mese", {
description = "Mese Ore",
tiles = {"default_stone.png^default_mineral_mese.png"},
paramtype = "light",
groups = {cracky = 1},
drop = "default:mese_crystal",
sounds = default.node_sound_stone_defaults(),
light_source = 1,
})
minetest.register_node("default:mese", {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 546 B