mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
fix wrong name
This commit is contained in:
parent
d6a6b78c61
commit
ca6f28d2a2
@ -21,12 +21,12 @@ minetest.register_node("eventobjects:surprise_node", {
|
||||
},
|
||||
special_tiles = {
|
||||
{
|
||||
image = "blocmario.png",
|
||||
image = "eventobjects_surprise_node_top.png",
|
||||
backface_culling=false,
|
||||
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6}
|
||||
},
|
||||
{
|
||||
image = "blocmario.png",
|
||||
image = "eventobjects_surprise_node_top.png",
|
||||
backface_culling=true,
|
||||
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 0.6}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user