eyes, smooth head, and bouncy moving :)

This commit is contained in:
Reid 2025-11-23 02:35:35 -08:00
parent d27c1fa39a
commit 29102f41bd
9 changed files with 43 additions and 1 deletions

View file

@ -1,7 +1,10 @@
events.ENTITY_INIT:register(function ()
require("scripts.bouncy")
require("scripts.eyes")
require("scripts.model")
require("scripts.nameplate")
require("scripts.physics")
require("scripts.smooth_head")
require("scripts.soggy")
require("scripts.wheels.main")
end)