Add ocean stone block

master
Wuzzy 2022-03-17 04:07:59 +01:00
parent f05befa436
commit 8cffe71c50
3 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,10 @@ Textures:
- By StarNinjas and Wuzzy
- Derivate work of `xocean_pillar.png`
- License: MIT License
- `lzr_decor_ocean_stone_block.png`:
- By StarNinjas and Wuzzy
- Derivate work of `xocean_stone.png`
- License: MIT License
Models:
- Player models comes from Minetest Game (see license of Minetest Game 5.4.1 for details)

View File

@ -329,6 +329,12 @@ minetest.register_node("lzr_decor:ocean_stone", {
groups = { breakable = 1 },
sounds = lzr_sounds.node_sound_stone_defaults(),
})
minetest.register_node("lzr_decor:ocean_stone_block", {
description = S("Ocean Stone Block"),
tiles = {"lzr_decor_ocean_stone_block.png"},
groups = { breakable = 1 },
sounds = lzr_sounds.node_sound_stone_defaults(),
})
minetest.register_node("lzr_decor:ocean_cobble", {
description = S("Ocean Cobblestone"),
tiles = {"xocean_cobble.png"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB