mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2024-11-14 14:30:27 +01:00
parent
1011023d6c
commit
4d20404380
10
init.lua
10
init.lua
|
@ -89,7 +89,7 @@ minetest.register_node("unifiedbricks:brickblock", {
|
|||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
groups = {cracky=3, not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
on_construct = unifieddyes.on_construct,
|
||||
|
@ -109,7 +109,7 @@ minetest.register_node("unifiedbricks:clayblock", {
|
|||
},
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
groups = {crumbly=3, not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||
sounds = default.node_sound_dirt_defaults({
|
||||
footstep = "",
|
||||
|
@ -135,7 +135,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_dark", {
|
|||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
groups = {cracky=3, ud_param2_colorable = 1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
on_construct = unifieddyes.on_construct,
|
||||
|
@ -153,7 +153,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_medium", {
|
|||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
groups = {cracky=3, ud_param2_colorable = 1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
on_construct = unifieddyes.on_construct,
|
||||
|
@ -171,7 +171,7 @@ minetest.register_node("unifiedbricks:brickblock_multicolor_light", {
|
|||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
groups = {cracky=3, ud_param2_colorable = 1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
on_construct = unifieddyes.on_construct,
|
||||
|
|
Loading…
Reference in New Issue
Block a user