Skip to content

Commit

Permalink
Merge branch 'feat/minestom-ce' of github.com:unnamed/hephaestus-engi…
Browse files Browse the repository at this point in the history
…ne into feat/minestom-ce
  • Loading branch information
yusshu committed Oct 9, 2023
2 parents 3cbf607 + 3eae562 commit fef30a7
Show file tree
Hide file tree
Showing 2 changed files with 21,408 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ default void colorizeDefault() {
colorize(DEFAULT_COLOR);
}


/**
* Sets the relative position and the rotation of
* this bone
* @param position The relative target position
* @param rotation The target rotation
*/
void update(Vector3Float position, Quaternion rotation);

}
21,402 changes: 21,401 additions & 1 deletion runtime-minestom-ce/src/test/resources/dragon.bbmodel

Large diffs are not rendered by default.

0 comments on commit fef30a7

Please sign in to comment.