some stuff
This commit is contained in:
parent
8e61299fd5
commit
00367e0584
@ -1246,6 +1246,25 @@ minetest.register_node("decoblocks:polar_bear_rug", {
|
|||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_node("decoblocks:rusty_steel_plating", {
|
||||||
|
description = "Rusty Plating",
|
||||||
|
tiles = {"decoblocks_rusty_steel_plating.png"},
|
||||||
|
groups = {cracky = 1, level = 2},
|
||||||
|
sounds = default.node_sound_metal_defaults(),
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_node("decoblocks:broken_glass", {
|
||||||
|
description = "Broken Glass",
|
||||||
|
drawtype = "glasslike_framed_optional",
|
||||||
|
tiles = {"decoblocks_broken_glass.png", "decoblocks_broken_glass_detail.png"},
|
||||||
|
paramtype = "light",
|
||||||
|
sunlight_propagates = true,
|
||||||
|
is_ground_content = false,
|
||||||
|
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
||||||
|
sounds = default.node_sound_glass_defaults(),
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
--stained glass
|
--stained glass
|
||||||
|
|
||||||
local colours = {
|
local colours = {
|
||||||
|
BIN
mods/decoblocks/textures/decoblocks_broken_glass.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_broken_glass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 530 B |
BIN
mods/decoblocks/textures/decoblocks_broken_glass_detail.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_broken_glass_detail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 538 B |
BIN
mods/decoblocks/textures/decoblocks_rusty_steel_plating.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_rusty_steel_plating.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 904 B |
@ -9,8 +9,6 @@ Various Minetest developers and contributors (LGPL 2.1)
|
|||||||
|
|
||||||
Authors of media (textures, models and sounds)
|
Authors of media (textures, models and sounds)
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Everything not listed in here:
|
|
||||||
celeron55, Perttu Ahola <celeron55@gmail.com> (CC BY-SA 3.0)
|
|
||||||
|
|
||||||
toby109tt(aka tobyplowy)(CC BY-SA 3.0):
|
toby109tt(aka tobyplowy)(CC BY-SA 3.0):
|
||||||
default_jungletree.png
|
default_jungletree.png
|
||||||
@ -124,32 +122,11 @@ toby109tt(aka tobyplowy)(CC BY-SA 3.0):
|
|||||||
default_snowball.png
|
default_snowball.png
|
||||||
default_ice.png
|
default_ice.png
|
||||||
heart.png
|
heart.png
|
||||||
|
default_place_node_hard.1.ogg
|
||||||
Calinou (CC BY-SA 3.0):
|
default_place_node_hard.2.ogg
|
||||||
default_papyrus.png
|
default_place_node_hard.3.ogg
|
||||||
|
default_place_node_hard.4.ogg
|
||||||
MirceaKitsune (CC BY-SA 3.0):
|
default_place_node_hard.5.ogg
|
||||||
character.x
|
|
||||||
|
|
||||||
PilzAdam (CC BY-SA 3.0):
|
|
||||||
default_obsidian_glass.png
|
|
||||||
default_obsidian_shard.png
|
|
||||||
|
|
||||||
jojoa1997 (CC BY-SA 3.0):
|
|
||||||
default_obsidian.png
|
|
||||||
|
|
||||||
BlockMen (CC BY-SA 3.0):
|
|
||||||
default_tool_mese_*.png
|
|
||||||
gui_*.png
|
|
||||||
|
|
||||||
Gambit (CC BY-SA 3.0):
|
|
||||||
default_key.png
|
|
||||||
default_key_skeleton.png
|
|
||||||
|
|
||||||
Pithydon (CC BY-SA 3.0)
|
|
||||||
default_coral_brown.png
|
|
||||||
default_coral_orange.png
|
|
||||||
default_coral_skeleton.png
|
|
||||||
|
|
||||||
Ferk (CC0 1.0)
|
Ferk (CC0 1.0)
|
||||||
default_item_smoke.png
|
default_item_smoke.png
|
||||||
@ -184,10 +161,6 @@ Mito551 (sounds) (CC BY-SA 3.0):
|
|||||||
default_place_node.1.ogg
|
default_place_node.1.ogg
|
||||||
default_place_node.2.ogg
|
default_place_node.2.ogg
|
||||||
default_place_node.3.ogg
|
default_place_node.3.ogg
|
||||||
default_place_node_hard.1.ogg
|
|
||||||
default_place_node_hard.2.ogg
|
|
||||||
default_snow_footstep.1.ogg
|
|
||||||
default_snow_footstep.2.ogg
|
|
||||||
default_hard_footstep.1.ogg
|
default_hard_footstep.1.ogg
|
||||||
default_hard_footstep.2.ogg
|
default_hard_footstep.2.ogg
|
||||||
default_hard_footstep.3.ogg
|
default_hard_footstep.3.ogg
|
||||||
|
Binary file not shown.
Binary file not shown.
BIN
mods/default/sounds/default_place_node_hard.3.ogg
Normal file
BIN
mods/default/sounds/default_place_node_hard.3.ogg
Normal file
Binary file not shown.
BIN
mods/default/sounds/default_place_node_hard.4.ogg
Normal file
BIN
mods/default/sounds/default_place_node_hard.4.ogg
Normal file
Binary file not shown.
BIN
mods/default/sounds/default_place_node_hard.5.ogg
Normal file
BIN
mods/default/sounds/default_place_node_hard.5.ogg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mods/default/sounds/default_snow_footstep.4.ogg
Normal file
BIN
mods/default/sounds/default_snow_footstep.4.ogg
Normal file
Binary file not shown.
BIN
mods/default/sounds/default_snow_footstep.5.ogg
Normal file
BIN
mods/default/sounds/default_snow_footstep.5.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user