Fix some recipes
This commit is contained in:
parent
a081d3f088
commit
02133d3031
3 changed files with 10 additions and 10 deletions
|
@ -87,7 +87,7 @@ local drop_item = function(pos, node)
|
|||
end
|
||||
|
||||
minetest.register_node("itemframes:frame",{
|
||||
description = "Item frame",
|
||||
description = "Item Frame",
|
||||
drawtype = "nodebox",
|
||||
node_box = { type = "fixed", fixed = {-0.5, -0.5, 7/16, 0.5, 0.5, 0.5} },
|
||||
selection_box = { type = "fixed", fixed = {-0.5, -0.5, 7/16, 0.5, 0.5, 0.5} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue