Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodou8593 committed Jul 4, 2023
1 parent ca8a8c5 commit b2f2802
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ function math:qrot/_get
#倍率1w,由于四元数公式中的θ/2,这里指定的角速度是9度/tick
scoreboard players add qrot_alpha int 45000
execute as @e[tag=math_marker,limit=1] run function math:qrot/_xyzw
#扩展本地坐标系属性
function math:qrot/_ex-uvw
function math:qrot/_store
```

Expand All @@ -93,6 +95,7 @@ scoreboard players set qrot_alpha int 0
function math:qrot/_get
scoreboard players add qrot_alpha int 45000
execute as @e[tag=math_marker,limit=1] run function math:qrot/_xyzw
function math:qrot/_ex-uvw
function math:qrot/_store
```

Expand All @@ -102,6 +105,7 @@ function math:qrot/_store
#以AJ根实体为执行者,高频运行以下命令:
function math:qrot/_get
execute at @s as @e[tag=math_marker,limit=1] run function math:qrot/facing/_2toxyzw
function math:qrot/_ex-uvw
function math:qrot/_store
```

Expand Down

0 comments on commit b2f2802

Please sign in to comment.