Skip to content

Commit

Permalink
Update _init.mcfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodou8593 authored Nov 27, 2023
1 parent 8761af3 commit 0abd583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/math/functions/_init.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 使用数学库之前必须手动执行

#主世界设置
execute in minecraft:the_overworld run function math:init_overworld
execute in minecraft:overworld run function math:init_overworld

#全局记分板
scoreboard objectives add id dummy
Expand Down Expand Up @@ -99,4 +99,4 @@ function math:geom/init
function math:hpo/init

#集合初始化
function math:set/init
function math:set/init

0 comments on commit 0abd583

Please sign in to comment.