Skip to content

Commit

Permalink
- Fix /place
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Feb 14, 2025
1 parent 58d12f5 commit 9ae6afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/data/command-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ import { w } from "./vanilla/w";
import { weather } from "./vanilla/weather";
import { xp } from "./vanilla/xp";
import { aimassist } from './vanilla/aimassist';
import { place } from './vanilla/place';

/** The minecraft command data set */
export namespace CommandData {
Expand Down Expand Up @@ -117,6 +118,7 @@ export namespace CommandData {
music,
op,
particle,
place,
playanimation,
playsound,
recipe,
Expand Down

0 comments on commit 9ae6afd

Please sign in to comment.