mc-assets 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blockStatesModels.json +5 -1
- package/dist/itemsAtlasLatest.png +0 -0
- package/dist/itemsAtlases.json +1174 -1169
- package/dist/itemsRenderer.js +4 -5
- package/package.json +1 -1
|
@@ -174075,7 +174075,11 @@
|
|
|
174075
174075
|
"item/acacia_wood": {
|
|
174076
174076
|
"parent": "block/acacia_wood"
|
|
174077
174077
|
},
|
|
174078
|
-
"item/air": {
|
|
174078
|
+
"item/air": {
|
|
174079
|
+
"textures": {
|
|
174080
|
+
"layer0": "air"
|
|
174081
|
+
}
|
|
174082
|
+
},
|
|
174079
174083
|
"item/anvil": {
|
|
174080
174084
|
"textures": {
|
|
174081
174085
|
"layer0": "invsprite_anvil"
|
|
Binary file
|