Initial commit.

This commit is contained in:
Signal 2026-02-14 12:36:36 -05:00
commit b5c753ff4d
129 changed files with 4472 additions and 0 deletions

View file

@ -0,0 +1,9 @@
local ns = firefly
ns.register_node("saber", {
drawtype = "mesh",
mesh = "firefly_saber.obj",
tiles = {"firefly_saber.png"},
use_texture_alpha = "blend",
on_place = function() end,
})