前提
Minecraftでアドオンを作っています。
実現したいこと
発生している問題・エラーメッセージ
どうすればなるのかわからない...
該当のソースコード
JSON
1{ 2 "format_version": "1.16.100", 3 "minecraft:entity": { 4 "description": { 5 "identifier": "test:plate", 6 "is_spawnable": true, 7 "is_summonable": true, 8 "is_experimental": false 9 }, 10 "components": { 11 "minecraft:physics": { 12 "has_gravity": true, 13 "has_collision": true 14 }, 15 "minecraft:pushable": { 16 "is_pushable": true 17 }, 18 "minecraft:push_through": { 19 "value": 0 20 } 21 } 22 } 23}
試したこと
minecraft:physics,inecraft:pushable,minecraft:push_throughをいじってみたができなかった
補足情報(FW/ツールのバージョンなど)
VScode 1.17.2

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2023/01/15 07:27