Skip to content

Commit

Permalink
🩹 index storageのデータ生成部分のミスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Jan 5, 2024
1 parent 6a2f873 commit ce314e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/indexstorage/functions/provide/.m.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# @within function indexstorage:provide/

$data modify storage indexstorage:core text set value $(text)
data modify storage indexstorage:core temp.UUIDString set from storage indexstorage:core text.hoverEvent.contents.id
data modify storage indexstorage:core temp.UUIDString set from storage indexstorage:core text.insertion
$data modify storage indexstorage: data[$(id)] set from storage indexstorage:core temp
data remove storage indexstorage:core text
data remove storage indexstorage:core temp

0 comments on commit ce314e2

Please sign in to comment.