Files
netease-modsdk-wiki/docs/mconline/90-知识库获奖教程/0-材质光影/3-火把物品材质.md
boybook 760c2dd9ad 2.6
2025-12-01 20:59:16 +08:00

50 lines
808 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 火把物品材质
> 本篇教程获得第二期知识库优秀教程奖。
>
> 获奖作者Blusk147。
![img](./images/3_0.png)
[zip文件提取码4个0 ](https://pan.baidu.com/s/1mBDZZnkoiuSFslyOZOb62g?pwd=0000)。
## 制作方法
1. 在材质包目录创建名为 **blocks.json** 的文件。
![img](./images/3_1.png)
2. 将下方代码复制到 **blocks.json** 内。
```json
{
"format_version":[
1,
1,
0
],
"torch":{
"textures":"torch_on",
"blockshape":"torch",
"carried_textures":"missing_tile"
}
}
```
![img](./images/3_2.png)
3. 制作一个火把材质贴图,并保存到目录/textures/blocks命名为missing_tile。
![img](./images/3_3.png)
完。