1c914568c0
Mods can now override all player visuals, including animations, model, scale, etc. Full functionality via overriding API methods. Simpler overrides for skin and mesh by setting player meta attrs.
10 lines
249 B
Lua
10 lines
249 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("api")
|
|
include("hooks")
|