UID548063性别保密经验 EP铁粒 粒回帖0主题精华在线时间 小时注册时间2022-8-5最后登录1970-1-1
|
发表于 2023-8-28 15:04:37 来自手机|显示全部楼层 IP:河北省 yuanrunzhe123 发表于 2023-8-28 14:47 刷新材质?
我说的刷新是把材质包卸了再加,没用的话就用模型再确认一下
- {
- "texture_size": [64, 64],
- "textures": {
- "0": "blocks/planks_oak",//材质线路
- "particle": "blocks/planks_oak"//踩踏粒子线路
- },
- "elements": [
- {
- "from": [0, 0, 0],
- "to": [16, 16, 16],//块的起点和终点,决定样子,大小
- "faces": {
- "north": {"uv": [0, 0, 16, 16], "texture": "#0"},//uv中前两个数字是读取贴图的起点像素点(x,y)后两个数字是终止像素点(xy),也就是确认读取贴图中的哪个部分
- "east": {"uv": [0, 0, 16, 16], "texture": "#0"},
- "south": {"uv": [0, 0, 16, 16], "texture": "#0"},
- "west": {"uv": [0, 0, 16, 16], "texture": "#0"},
- "up": {"uv": [ 0, 0, 16, 16], "texture": "#0"},
- "down": {"uv": [0, 0, 16, 16], "texture": "#0"}
- }
- }
- ],//六个方向,分别是,北东南西上下,以北为正
- "groups": [
- {
- "name": "group",
- "origin": [8, 8, 8],
- "color": 0,
- "children": [0]
- }
- ]
- }
复制代码
这是模型文件内容,直接给你了
应放在/assets/minecraft/models/block/oak_planks.json里
不过你做的没问题,完全没有在确认的必要,所以让你刷新 |
7#2023-8-28 15:04:37回复(0)收起回复 |