afa36f1236
This should more reliably minimize network traffic incurred by excess property setting. We could probably standardize a few more things, like set attach, anim, yaw, pos...
13 lines
313 B
Lua
13 lines
313 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("util")
|
|
include("api")
|
|
include("falling_ent")
|
|
include("item_ent")
|
|
include("item_merge")
|