Merge remote-tracking branch 'origin/master'
# Conflicts: # mods/decoblocks/nodes.lua # mods/decoblocks/textures/decoblocks_bamboo.png # mods/decoblocks/textures/decoblocks_bamboo_top.png
@ -78,11 +78,19 @@ minetest.register_node("decoblocks:bamboo_block", {
|
||||
"decoblocks_bamboo.png",
|
||||
},
|
||||
groups = {choppy = 1, oddly_breakable_by_hand = 2, wood=1},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
on_place = minetest.rotate_node
|
||||
})
|
||||
|
||||
minetest.register_node("decoblocks:bamboo_planks", {
|
||||
description = "Bamboo Wood Planks",
|
||||
tiles = {"decoblocks_bamboo_planks.png"},
|
||||
groups = {cracky = 3, stone = 2},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
|
||||
minetest.register_node("decoblocks:old_stone_tiles", {
|
||||
description = "Old Stone Tiles",
|
||||
tiles = {"decoblocks_old_stone_tiles.png"},
|
||||
|
Before Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 517 B |
Before Width: | Height: | Size: 765 B After Width: | Height: | Size: 768 B |
BIN
mods/decoblocks/textures/decoblocks_bamboo_planks.png
Normal file
After Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 809 B After Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 989 B After Width: | Height: | Size: 907 B |
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 852 B |
Before Width: | Height: | Size: 907 B After Width: | Height: | Size: 1002 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 749 B |
Before Width: | Height: | Size: 818 B After Width: | Height: | Size: 853 B |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 508 B |
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.4 KiB |