mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
23 lines
546 B
Lua
23 lines
546 B
Lua
-- ---------------------
|
|
-- For require
|
|
-- ---------------------
|
|
package.path = "plugins/lib/?.lua;" .. package.path
|
|
|
|
|
|
-- ---------------------
|
|
-- For Compatibility
|
|
-- ---------------------
|
|
file = File
|
|
lxl = ll;
|
|
-- DirectionAngle.valueOf = DirectionAngle.toFacing
|
|
LXL_Block = LLSE_Block
|
|
LXL_BlockEntity = LLSE_BlockEntity
|
|
LXL_Container = LLSE_Container
|
|
LXL_Device = LLSE_Device
|
|
LXL_Entity = LLSE_Entity
|
|
LXL_SimpleForm = LLSE_SimpleForm
|
|
LXL_CustomForm = LLSE_CustomForm
|
|
LXL_Item = LLSE_Item
|
|
LXL_Player = LLSE_Player
|
|
LXL_Objective = LLSE_Objective
|