mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
fix a messup
This commit is contained in:
parent
bf1a806b42
commit
f22b805859
4 changed files with 3 additions and 1 deletions
|
@ -1056,12 +1056,14 @@ minetest.register_node("default:cloud", {
|
||||||
|
|
||||||
minetest.register_node("default:obsidian_glass", {
|
minetest.register_node("default:obsidian_glass", {
|
||||||
description = "Obsidian Glass",
|
description = "Obsidian Glass",
|
||||||
|
drawtype = "glasslike",
|
||||||
tiles = {"default_obsidian_glass.png"},
|
tiles = {"default_obsidian_glass.png"},
|
||||||
|
is_ground_content = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = true,
|
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
||||||
|
drop = "default:obsidian_shard",
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("default:obsidian_rock", {
|
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 |
Loading…
Add table
Reference in a new issue