forked from Mirrorlandia_minetest/digistuff
Add textures for movestone
This commit is contained in:
parent
e0c0b5b48f
commit
05e870d328
@ -97,6 +97,11 @@ minetest.register_node("digistuff:movestone", {
|
|||||||
end,
|
end,
|
||||||
tiles = {
|
tiles = {
|
||||||
"jeija_movestone_side.png",
|
"jeija_movestone_side.png",
|
||||||
|
"jeija_movestone_side.png",
|
||||||
|
"digistuff_movestone.png",
|
||||||
|
"digistuff_movestone.png",
|
||||||
|
"digistuff_movestone.png",
|
||||||
|
"digistuff_movestone.png",
|
||||||
},
|
},
|
||||||
on_receive_fields = function(pos, formname, fields, sender)
|
on_receive_fields = function(pos, formname, fields, sender)
|
||||||
local name = sender:get_player_name()
|
local name = sender:get_player_name()
|
||||||
|
BIN
textures/digistuff_movestone.png
Normal file
BIN
textures/digistuff_movestone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Loading…
Reference in New Issue
Block a user