fix a messup

This commit is contained in:
jojoa1997 2013-03-09 22:27:33 -05:00
parent bf1a806b42
commit f22b805859
4 changed files with 3 additions and 1 deletions

View File

@ -1056,12 +1056,14 @@ minetest.register_node("default:cloud", {
minetest.register_node("default:obsidian_glass", {
description = "Obsidian Glass",
drawtype = "glasslike",
tiles = {"default_obsidian_glass.png"},
is_ground_content = true,
paramtype = "light",
sunlight_propagates = true,
is_ground_content = true,
sounds = default.node_sound_glass_defaults(),
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
drop = "default:obsidian_shard",
})
minetest.register_node("default:obsidian_rock", {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 366 B