Add ocean stone block
This commit is contained in:
parent
f05befa436
commit
8cffe71c50
@ -38,6 +38,10 @@ Textures:
|
|||||||
- By StarNinjas and Wuzzy
|
- By StarNinjas and Wuzzy
|
||||||
- Derivate work of `xocean_pillar.png`
|
- Derivate work of `xocean_pillar.png`
|
||||||
- License: MIT License
|
- License: MIT License
|
||||||
|
- `lzr_decor_ocean_stone_block.png`:
|
||||||
|
- By StarNinjas and Wuzzy
|
||||||
|
- Derivate work of `xocean_stone.png`
|
||||||
|
- License: MIT License
|
||||||
|
|
||||||
Models:
|
Models:
|
||||||
- Player models comes from Minetest Game (see license of Minetest Game 5.4.1 for details)
|
- Player models comes from Minetest Game (see license of Minetest Game 5.4.1 for details)
|
||||||
|
@ -329,6 +329,12 @@ minetest.register_node("lzr_decor:ocean_stone", {
|
|||||||
groups = { breakable = 1 },
|
groups = { breakable = 1 },
|
||||||
sounds = lzr_sounds.node_sound_stone_defaults(),
|
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", {
|
minetest.register_node("lzr_decor:ocean_cobble", {
|
||||||
description = S("Ocean Cobblestone"),
|
description = S("Ocean Cobblestone"),
|
||||||
tiles = {"xocean_cobble.png"},
|
tiles = {"xocean_cobble.png"},
|
||||||
|
BIN
mods/lzr_decor/textures/lzr_decor_ocean_stone_block.png
Normal file
BIN
mods/lzr_decor/textures/lzr_decor_ocean_stone_block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Loading…
x
Reference in New Issue
Block a user