mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23: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", {
|
||||
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 |
Loading…
Add table
Reference in a new issue