add more items

This commit is contained in:
Brian Beck 2025-11-14 23:20:20 -08:00
parent 3475855fcb
commit 9059cd1314
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,7 @@
"deploy": "npm run build && git add -f docs && git commit -m \"Deploy\" && git push",
"postbuild": "git checkout -- public/base",
"prebuild": "npm run clean && git checkout -- docs && rimraf public/base && mv docs/base public/",
"start": "next dev"
"start": "next dev --turbopack"
},
"dependencies": {
"@react-three/drei": "^10.7.6",

View file

@ -15,10 +15,13 @@ const dataBlockToShapeName = {
Chaingun: "weapon_chaingun.dts",
ChaingunAmmo: "ammo_chaingun.dts",
CloakingPack: "pack_upgrade_cloaking.dts",
ConcussionGrenade: "grenade.dts",
DiscAmmo: "ammo_disc.dts",
ELFGun: "weapon_elf.dts",
EnergyPack: "pack_upgrade_energy.dts",
Flag: "flag.dts",
FlareGrenade: "grenade.dts",
Grenade: "grenade.dts",
GrenadeLauncher: "weapon_grenade_launcher.dts",
GrenadeLauncherAmmo: "ammo_grenade.dts",
InventoryDeployable: "pack_deploy_inventory.dts",