vault backup: 2025-03-24 20:56:29
All checks were successful
Update pages on webserver / Update (push) Successful in 5s

This commit is contained in:
themodernhakr 2025-03-24 20:56:30 -05:00
parent 91ddc1fd29
commit 45da08e34b

View File

@ -43,8 +43,8 @@ data remove storage test_namespace:test_namespace temp.result
$data modify storage test_namespace:test_namespace temp.result set from storage test_namespace:test_namespace one_macro.array[string:$(keyword)] $data modify storage test_namespace:test_namespace temp.result set from storage test_namespace:test_namespace one_macro.array[string:$(keyword)]
``` ```
# Two Macro # Two Macro
```haskell ```vb
-- two_macro/run.mcfunction ' two_macro/run.mcfunction
data modify storage test_namespace:test_namespace temp.keyword set value 'entry500' data modify storage test_namespace:test_namespace temp.keyword set value 'entry500'
@ -57,14 +57,14 @@ data remove storage test_namespace:test_namespace temp.index
data remove storage test_namespace:test_namespace temp.result data remove storage test_namespace:test_namespace temp.result
``` ```
```ts ```vb
// two_macro/_searchindex.mcfunction ' two_macro/_searchindex.mcfunction
$data modify storage test_namespace:test_namespace temp.index set from storage test_namespace:test_namespace two_macro.index.$(keyword) $data modify storage test_namespace:test_namespace temp.index set from storage test_namespace:test_namespace two_macro.index.$(keyword)
``` ```
```ts ```vb
// two_macro/_searcharray.mcfunction ' two_macro/_searcharray.mcfunction
$data modify storage test_namespace:test_namespace temp.result set from storage test_namespace:test_namespace two_macro.array[$(index)] $data modify storage test_namespace:test_namespace temp.result set from storage test_namespace:test_namespace two_macro.array[$(index)]
``` ```