Skip to content

Commit

Permalink
Default: Remove light source from mese ore
Browse files Browse the repository at this point in the history
New brighter mineral_mese texture
  • Loading branch information
paramat committed Oct 3, 2015
1 parent 8e51f31 commit ac810db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mods/default/nodes.lua
Expand Up @@ -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", {
Expand Down
Binary file modified mods/default/textures/default_mineral_mese.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac810db

Please sign in to comment.