Create/Update assets for version 21w37a

This commit is contained in:
InventiveBot
2021-09-15 18:34:01 +00:00
parent c5318627ee
commit b3f5780bd8
14348 changed files with 951449 additions and 18 deletions

View File

@@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/redstone_dust_dot",
"line": "block/redstone_dust_line0",
"overlay": "block/redstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#overlay" }
}
}
]
}