This commit is contained in:
Reid 2025-03-10 20:14:59 -07:00
parent 73735995b7
commit d9297245a7
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
3 changed files with 33 additions and 0 deletions

View file

@ -3,4 +3,5 @@ events.ENTITY_INIT:register(function ()
require("scripts.nameplate")
require("scripts.soggy")
require("scripts.physics")
require("scripts.wheels.main")
end)