Skip to content

Commit ac810db

Browse files
committedOct 3, 2015
Default: Remove light source from mese ore
New brighter mineral_mese texture
1 parent 8e51f31 commit ac810db

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎mods/default/nodes.lua

-2
Original file line numberDiff line numberDiff line change
@@ -752,11 +752,9 @@ minetest.register_node("default:bronzeblock", {
752752
minetest.register_node("default:stone_with_mese", {
753753
description = "Mese Ore",
754754
tiles = {"default_stone.png^default_mineral_mese.png"},
755-
paramtype = "light",
756755
groups = {cracky = 1},
757756
drop = "default:mese_crystal",
758757
sounds = default.node_sound_stone_defaults(),
759-
light_source = 1,
760758
})
761759

762760
minetest.register_node("default:mese", {
188 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.