i have no idea what to name this one XD
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 826 B |
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 676 B After Width: | Height: | Size: 800 B |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 703 B |
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 661 B After Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 807 B After Width: | Height: | Size: 784 B |
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 787 B |
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 785 B |
@ -88,7 +88,6 @@ minetest.register_node("decoblocks:bamboo_block", {
|
||||
"decoblocks_bamboo.png",
|
||||
},
|
||||
groups = {choppy = 1, oddly_breakable_by_hand = 2, wood=1},
|
||||
paramtype2 = "facedir",
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
on_place = minetest.rotate_node
|
||||
})
|
||||
|
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 656 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 672 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 851 B |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 887 B After Width: | Height: | Size: 900 B |
Before Width: | Height: | Size: 887 B After Width: | Height: | Size: 885 B |
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 869 B |
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 523 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 643 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 850 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 949 B |
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 283 B |
@ -39,7 +39,8 @@ minetest.register_craftitem("farming:wheat", {
|
||||
|
||||
minetest.register_node("farming:straw", {
|
||||
description = "Straw",
|
||||
tiles = {"farming_straw.png"},
|
||||
tiles = {"farming_straw_top.png", "farming_straw.png"},
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
groups = {snappy = 3, flammable = 4},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 408 B |