rename item.get_model_name and item.get_placing_block

This commit is contained in:
MihailRis
2024-10-31 21:53:56 +03:00
parent e217476e84
commit e0624b11d0
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ end
do -- setup visuals
local matrix = mat4.idt()
rig:set_model(0, item.get_model_name(dropitem.id))
rig:set_model(0, item.model_name(dropitem.id))
local bodysize = math.min(scale[1], scale[2], scale[3]) * DROP_SCALE
body:set_size({scale[1] * DROP_SCALE, bodysize, scale[3] * DROP_SCALE})
mat4.mul(matrix, rotation, matrix)