little typo on line 341
little type due to copy/paste ;) "Frame with Log"
This commit is contained in:
parent
c0a5049985
commit
baab53d4ea
@ -338,7 +338,7 @@ minetest.register_node("default:frame_with_stonebrick", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("default:frame_with_log", {
|
minetest.register_node("default:frame_with_log", {
|
||||||
description = "Frame with Stonebrick",
|
description = "Frame with Log",
|
||||||
tiles = {"default_log.png^default_frame.png"},
|
tiles = {"default_log.png^default_frame.png"},
|
||||||
groups = {choppy = 3},
|
groups = {choppy = 3},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user