0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【マイクラ】データパック/コマンド便利機能バージョン早見表【データパック】

0
Posted at

パックで使える便利機能と使えるバージョンをまとめています。


1.20.2 ~

コマンドマクロ

これないと生きていけない体になってしまいました…

使い方

functionファイル
$give @s $(id) $(count)
実行コマンド
# 通常
function <マクロfunctionファイル> {id: "minecraft:command_block", count: 1}

# ストレージ活用
data modify storage <ストレージ> [<パス>.]id set value "minecraft:command_block"
data modify storage <ストレージ> [<パス>.]count set value 1
function <マクロfunctionファイル> with storage <ストレージ> [<パス>]

両方ともコマンドブロックを1つfunction実行者に与えることが可能。

随時更新予定

忙しくて増やす時期は未定

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?