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:
parent
937489c720
commit
ee03a43ce7
@ -606,12 +606,10 @@ minetest.register_node(":realchess:chessboard", {
|
||||
paramtype2 = "facedir",
|
||||
inventory_image = "chessboard_top.png",
|
||||
wield_image = "chessboard_top.png",
|
||||
tiles = {"chessboard_top.png", "chessboard_top.png",
|
||||
"chessboard_sides.png", "chessboard_sides.png",
|
||||
"chessboard_top.png", "chessboard_top.png"},
|
||||
tiles = {"chessboard_top.png", "chessboard_top.png", "chessboard_sides.png"},
|
||||
groups = {choppy=3, oddly_breakable_by_hand=2, flammable=3},
|
||||
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,
|
||||
on_rotate = screwdriver.rotate_simple,
|
||||
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 |
Loading…
x
Reference in New Issue
Block a user