mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-23 07:35:16 +02:00
Fix itemframes nodebox being slightly assymetrical
This commit is contained in:
parent
c5de2f9dbe
commit
6887a1e856
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ mcl_itemframes.registered_nodes = {}
|
|||
mcl_itemframes.registered_itemframes = {}
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
local fbox = {type = "fixed", fixed = {-6/16, -1/2, -6/16, 7/16, -7/16, 6/16}}
|
||||
local fbox = {type = "fixed", fixed = {-6/16, -1/2, -6/16, 6/16, -7/16, 6/16}}
|
||||
|
||||
local base_props = {
|
||||
visual = "wielditem",
|
||||
|
|
Loading…
Add table
Reference in a new issue