mirror of
https://bitbucket.org/minetest_gamers/x_enchanting.git
synced 2025-07-02 15:50:24 +02:00
Merge branch 'master' into feature/add-writing-table
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
---@field get_rotation fun(self: ObjectRef): Vector returns the rotation, a vector (radians)
|
||||
---@field get_attach fun(self: ObjectRef): any Returns parent, bone, position, rotation, forced_visible, or nil if it isn't attached.
|
||||
---@field set_attach fun(self: ObjectRef, parent: ObjectRef, bone?: string, position?: Vector, rotation?: Vector, forced_visible?: boolean): any Returns parent, bone, position, rotation, forced_visible, or nil if it isn't attached.
|
||||
---@field drops table Custom for mob drops
|
||||
|
||||
---`ObjectRef` armor groups
|
||||
---@class ObjectRefArmorGroups
|
||||
|
Reference in New Issue
Block a user