forked from mtcontrib/homedecor_modpack
fix selection box on trophy
This commit is contained in:
parent
69f7fea406
commit
5882c95774
@ -482,7 +482,7 @@ minetest.register_alias("homedecor:piano_right", "air")
|
|||||||
|
|
||||||
local tr_cbox = {
|
local tr_cbox = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = { -0.21, -0.5, -0.125, 0.2725, 0.125, 0.1875 }
|
fixed = { -0.3125, -0.5, -0.1875, 0.3125, 0.125, 0.1875 }
|
||||||
}
|
}
|
||||||
|
|
||||||
homedecor.register("trophy", {
|
homedecor.register("trophy", {
|
||||||
|
Loading…
Reference in New Issue
Block a user