1
0
mirror of https://codeberg.org/minenux/minetest-mod-xdecor synced 2023-10-20 21:43:39 -07:00

Better chessboard model

This commit is contained in:
jp 2015-11-22 17:02:58 +01:00
parent 937489c720
commit ee03a43ce7
3 changed files with 2 additions and 4 deletions

View File

@ -606,12 +606,10 @@ minetest.register_node(":realchess:chessboard", {
paramtype2 = "facedir", paramtype2 = "facedir",
inventory_image = "chessboard_top.png", inventory_image = "chessboard_top.png",
wield_image = "chessboard_top.png", wield_image = "chessboard_top.png",
tiles = {"chessboard_top.png", "chessboard_top.png", tiles = {"chessboard_top.png", "chessboard_top.png", "chessboard_sides.png"},
"chessboard_sides.png", "chessboard_sides.png",
"chessboard_top.png", "chessboard_top.png"},
groups = {choppy=3, oddly_breakable_by_hand=2, flammable=3}, groups = {choppy=3, oddly_breakable_by_hand=2, flammable=3},
sounds = default.node_sound_wood_defaults(), sounds = default.node_sound_wood_defaults(),
node_box = {type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, node_box = {type = "fixed", fixed = {-.375, -.5, -.375, .375, -.4375, .375}},
sunlight_propagates = true, sunlight_propagates = true,
on_rotate = screwdriver.rotate_simple, on_rotate = screwdriver.rotate_simple,
can_dig = realchess.dig, can_dig = realchess.dig,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 207 B