We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd67415 commit cfe93e7Copy full SHA for cfe93e7
behaviorpack/block/components/texture_not_found.md
@@ -0,0 +1,32 @@
1
+# Block - Components - Texture not found
2
+
3
+The block texture shortname you have specificed could not be found in the `terrain_texture.json` file.
4
5
+For example;
6
7
+```json
8
+{
9
+ "minecraft:material_instances": {
10
+ "*": {
11
+ "render_method": "opaque",
12
+ "texture": "diamond_block"
13
+ }
14
15
+}
16
+```
17
18
19
20
+ "resource_pack_name": "rp",
21
+ "texture_name": "atlas.terrain",
22
+ "padding": 8,
23
+ "num_mip_levels": 4,
24
+ "texture_data": {
25
+ "diamond_block": {
26
+ "textures": "textures/blocks/diamond_block"
27
28
29
30
31
32
+Ensure the other properties such as `padding`, `num_mip_levels` are also found in the `terrain_texture.json`
0 commit comments