提供: Minecraft Modding Wiki
この編集を取り消せます。
下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。
最新版 | 編集中の文章 | ||
1行目: | 1行目: | ||
{{前提MOD|reqmod="Minecraft Forge Universal 9.10.0.871~"}} | {{前提MOD|reqmod="Minecraft Forge Universal 9.10.0.871~"}} | ||
− | {{ チュートリアル難易度 | difficulty= | + | {{ チュートリアル難易度 | difficulty=1 }} |
− | |||
==1.6の発射体Entityの追加== | ==1.6の発射体Entityの追加== | ||
452行目: | 451行目: | ||
protected void entityInit() | protected void entityInit() | ||
{ | { | ||
− | + | this.dataWatcher.addObject(16, Byte.valueOf((byte)0)); | |
} | } | ||