最強のまな板プラスMODの武具を1.12.2で再現も可能かもしれません。
マイクラのコマンドは、プログラミングの入門編とも言えますので子供にお勧めです。
クリエイティブでチャット入力
コマンドブロックを出すコマンド
/give @p minecraft:command_block
上記をコピーして Ctrl+V で貼り付け
コマンドブロックとレバーなどのレッドストーン信号を設置
コマンドブロック右クリック、コンソールコマンドにコピーしたコマンドを「Ctrl+V」で貼り付け、完了、レバーを右クリック
ダイヤ剣
/give @p minecraft:diamond_sword 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:999,Operation:0,UUIDLeast:999999,UUIDMost:999998,Slot:"mainhand"},{AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:100,Operation:0,UUIDLeast:999997,UUIDMost:999996,Slot:"mainhand"}],ench:[{id:16s,lvl:10},{id:17s,lvl:10},{id:18s,lvl:10},{id:20s,lvl:10},{id:22s,lvl:10}],Unbreakable:1}
コマンド内の赤文字の部分を探して数字を変更することで攻撃力や防御力、HP、移動速度、エンチャントレベルなどの調整できます
攻撃力
"generic.attackDamage",Amount:999
攻撃速度
"generic.attackSpeed",Amount:100
エンチャント
ench:[{id:XXs,lvl:10}
ダイヤのヘルメット
/give @p minecraft:diamond_helmet 1 0 {AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89999,UUIDMost:89998,Slot:"head"}],ench:[{id:0s,lvl:10},{id:1s,lvl:10},{id:3s,lvl:10},{id:4s,lvl:10},{id:5s,lvl:10}],Unbreakable:1}
防御力
"generic.armor",Amount:30
エンチャント
ench:[{id:XXs,lvl:10}
ダイヤのチェストプレート
/give @p minecraft:diamond_chestplate 1 0 {AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:80,Operation:0,UUIDLeast:89997,UUIDMost:89996,Slot:"chest"},{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89995,UUIDMost:89994,Slot:"chest"},{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:1.0,Operation:0,UUIDLeast:89993,UUIDMost:89992,Slot:"chest"}],ench:[{id:0s,lvl:10},{id:1s,lvl:10},{id:3s,lvl:10},{id:4s,lvl:10}],Unbreakable:1}
最大体力
"generic.maxHealth",Amount:80
防御力
"generic.armor",Amount:30
エンチャント
ench:[{id:XXs,lvl:10}
ダイヤのレギンス
/give @p minecraft:diamond_leggings 1 0 {AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89991,UUIDMost:89990,Slot:"legs"}],ench:[{id:0s,lvl:10},{id:1s,lvl:10},{id:3s,lvl:10},{id:4s,lvl:10}],Unbreakable:1}
防御力
"generic.armor",Amount:30
エンチャント
ench:[{id:XXs,lvl:10}
ダイヤのブーツ
/give @p minecraft:diamond_boots 1 0 {AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89989,UUIDMost:89988,Slot:"feet"},{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.3,Operation:0,UUIDLeast:89987,UUIDMost:89986,Slot:"feet"}],ench:[{id:0s,lvl:10},{id:1s,lvl:10},{id:3s,lvl:10},{id:4s,lvl:10},{id:8s,lvl:1},{id:9s,lvl:1}],Unbreakable:1}
移動速度上昇
"generic.movementSpeed",Amount:0.3
防御力
"generic.armor",Amount:30
エンチャント
ench:[{id:XXs,lvl:10}
弓
/give @p minecraft:bow 1 0 {ench:[{id:20s,lvl:10},{id:48s,lvl:10},{id:50s,lvl:10},{id:51s,lvl:10}],Unbreakable:1}
エンチャント
ench:[{id:XXs,lvl:10}
関連サイト
1.13.x 自作ポーションで最強になる方法
1.13.x コマンドで最強になってみた
1.13.x 剣の連打速度を上げるコマンド
0 件のコメント:
コメントを投稿