init (again)

i accidentally [doxxed myself](https://github.com/JannisX11/blockbench/issues/1322), thanks blockbench!
This commit is contained in:
Reid 2025-03-15 15:28:46 -07:00
commit d1809b35ee
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
20 changed files with 2363 additions and 0 deletions

7
scripts/main.lua Normal file
View file

@ -0,0 +1,7 @@
events.ENTITY_INIT:register(function ()
require("scripts.vanilla_model")
require("scripts.nameplate")
require("scripts.soggy")
require("scripts.physics")
require("scripts.wheels.main")
end)