1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 17:34:14 +02:00

glassCylinderPotPlant

This commit is contained in:
syuilo
2026-04-21 15:54:05 +09:00
parent c2dde53c1c
commit 64995bebc5
5 changed files with 26 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ import { emptyBento } from './objects/emptyBento.js';
import { energyDrink } from './objects/energyDrink.js';
import { envelope } from './objects/envelope.js';
import { facialTissue } from './objects/facialTissue.js';
import { glassCylinderPotPlant } from './objects/glassCylinderPotPlant.js';
import { hangingTShirt } from './objects/hangingTShirt.js';
import { icosahedron } from './objects/icosahedron.js';
import { ironFrameShelf5, ironFrameShelf4, ironFrameShelf3 } from './objects/ironFrameShelf.js';
@@ -124,6 +125,7 @@ export const OBJECT_DEFS = [
energyDrink,
envelope,
facialTissue,
glassCylinderPotPlant,
hangingTShirt,
icosahedron,
ironFrameShelf5,