同步官网文档8m_25d
This commit is contained in:
49
mconline/90-知识库获奖教程/0-材质光影/3-火把物品材质.md
Normal file
49
mconline/90-知识库获奖教程/0-材质光影/3-火把物品材质.md
Normal file
@@ -0,0 +1,49 @@
|
||||
# 火把物品材质
|
||||
|
||||
> 本篇教程获得第二期知识库优秀教程奖。
|
||||
>
|
||||
> 获奖作者:Blusk147。
|
||||
|
||||

|
||||
|
||||
[zip文件,提取码4个0 ](https://pan.baidu.com/s/1mBDZZnkoiuSFslyOZOb62g?pwd=0000)。
|
||||
|
||||
|
||||
|
||||
## 制作方法
|
||||
|
||||
1. 在材质包目录创建名为 **blocks.json** 的文件。
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
2. 将下方代码复制到 **blocks.json** 内。
|
||||
|
||||
```json
|
||||
{
|
||||
"format_version":[
|
||||
1,
|
||||
1,
|
||||
0
|
||||
],
|
||||
"torch":{
|
||||
"textures":"torch_on",
|
||||
"blockshape":"torch",
|
||||
"carried_textures":"missing_tile"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
3. 制作一个火把材质贴图,并保存到目录/textures/blocks,命名为missing_tile。
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
完。
|
||||
|
||||
Reference in New Issue
Block a user