提供: Minecraft Modding Wiki
この編集を取り消せます。
下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。
最新版 | 編集中の文章 | ||
72行目: | 72行目: | ||
super(par1, par2EnumToolMaterial); | super(par1, par2EnumToolMaterial); | ||
this.setUnlocalizedName("SamplePickaxe"); /* システム名の登録 */ | this.setUnlocalizedName("SamplePickaxe"); /* システム名の登録 */ | ||
− | this. | + | this.setTectureName("sample:sample_pickaxe"); /* テクスチャの指定 */ |
} | } | ||
} | } |