mc-assets 0.2.9 → 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.
@@ -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"
@@ -219853,7 +219857,7 @@
219853
219857
  "block/chest_left": {
219854
219858
  "parent": "block/block",
219855
219859
  "textures": {
219856
- "particle": "block/#particle"
219860
+ "particle": "block/#particles"
219857
219861
  },
219858
219862
  "elements": [
219859
219863
  {
@@ -219925,12 +219929,11 @@
219925
219929
  "up": {
219926
219930
  "texture": "#chest",
219927
219931
  "uv": [
219928
- 3.5,
219929
- 4.75,
219932
+ 11,
219933
+ 0,
219930
219934
  7.25,
219931
- 8.25
219932
- ],
219933
- "rotation": 180
219935
+ 3.5
219936
+ ]
219934
219937
  },
219935
219938
  "north": {
219936
219939
  "texture": "#chest",
@@ -220023,13 +220026,13 @@
220023
220026
  "block/chest_left_normal": {
220024
220027
  "parent": "block/chest_left",
220025
220028
  "textures": {
220026
- "chest": "block/entity/chest/normal"
220029
+ "chest": "block/entity/chest/normal_left"
220027
220030
  }
220028
220031
  },
220029
220032
  "block/chest_left_trapped": {
220030
220033
  "parent": "block/chest_left",
220031
220034
  "textures": {
220032
- "chest": "block/entity/chest/trapped"
220035
+ "chest": "block/entity/chest/trapped_left"
220033
220036
  }
220034
220037
  },
220035
220038
  "block/chest_normal": {
@@ -220041,7 +220044,7 @@
220041
220044
  "block/chest_right": {
220042
220045
  "parent": "block/block",
220043
220046
  "textures": {
220044
- "particle": "block/#particle"
220047
+ "particle": "block/#particles"
220045
220048
  },
220046
220049
  "elements": [
220047
220050
  {
@@ -220113,12 +220116,11 @@
220113
220116
  "up": {
220114
220117
  "texture": "#chest",
220115
220118
  "uv": [
220116
- 3.5,
220117
- 4.75,
220119
+ 11,
220120
+ 0,
220118
220121
  7.25,
220119
- 8.25
220120
- ],
220121
- "rotation": 180
220122
+ 3.5
220123
+ ]
220122
220124
  },
220123
220125
  "north": {
220124
220126
  "texture": "#chest",
@@ -220211,13 +220213,13 @@
220211
220213
  "block/chest_right_normal": {
220212
220214
  "parent": "block/chest_right",
220213
220215
  "textures": {
220214
- "chest": "block/entity/chest/normal"
220216
+ "chest": "block/entity/chest/normal_right"
220215
220217
  }
220216
220218
  },
220217
220219
  "block/chest_right_trapped": {
220218
220220
  "parent": "block/chest_right",
220219
220221
  "textures": {
220220
- "chest": "block/entity/chest/trapped"
220222
+ "chest": "block/entity/chest/trapped_right"
220221
220223
  }
220222
220224
  },
220223
220225
  "block/chest_trapped": {
Binary file
@@ -7047,87 +7047,115 @@
7047
7047
  "su": 0.0625,
7048
7048
  "sv": 0.0625
7049
7049
  },
7050
- "entity/chest/normal": {
7050
+ "entity/chest/normal_left": {
7051
7051
  "u": 0.6875,
7052
7052
  "v": 0.421875,
7053
7053
  "tileIndex": 1772,
7054
7054
  "su": 0.0625,
7055
7055
  "sv": 0.0625
7056
7056
  },
7057
- "entity/chest/trapped": {
7057
+ "entity/chest/trapped_left": {
7058
7058
  "u": 0.75,
7059
7059
  "v": 0.421875,
7060
7060
  "tileIndex": 1776,
7061
7061
  "su": 0.0625,
7062
7062
  "sv": 0.0625
7063
7063
  },
7064
- "entity/banner_base": {
7064
+ "entity/chest/normal": {
7065
7065
  "u": 0.8125,
7066
7066
  "v": 0.421875,
7067
7067
  "tileIndex": 1780,
7068
7068
  "su": 0.0625,
7069
7069
  "sv": 0.0625
7070
7070
  },
7071
- "entity/creeper/creeper": {
7071
+ "entity/chest/normal_right": {
7072
7072
  "u": 0.875,
7073
7073
  "v": 0.421875,
7074
7074
  "tileIndex": 1784,
7075
7075
  "su": 0.0625,
7076
- "sv": 0.03125
7076
+ "sv": 0.0625
7077
7077
  },
7078
- "entity/enderdragon/dragon": {
7078
+ "entity/chest/trapped_right": {
7079
+ "u": 0.9375,
7080
+ "v": 0.421875,
7081
+ "tileIndex": 1788,
7082
+ "su": 0.0625,
7083
+ "sv": 0.0625
7084
+ },
7085
+ "entity/chest/trapped": {
7079
7086
  "u": 0,
7080
7087
  "v": 0.484375,
7081
7088
  "tileIndex": 1984,
7089
+ "su": 0.0625,
7090
+ "sv": 0.0625
7091
+ },
7092
+ "entity/banner_base": {
7093
+ "u": 0.0625,
7094
+ "v": 0.484375,
7095
+ "tileIndex": 1988,
7096
+ "su": 0.0625,
7097
+ "sv": 0.0625
7098
+ },
7099
+ "entity/creeper/creeper": {
7100
+ "u": 0.125,
7101
+ "v": 0.484375,
7102
+ "tileIndex": 1992,
7103
+ "su": 0.0625,
7104
+ "sv": 0.03125
7105
+ },
7106
+ "entity/enderdragon/dragon": {
7107
+ "u": 0.1875,
7108
+ "v": 0.484375,
7109
+ "tileIndex": 1996,
7082
7110
  "su": 0.25,
7083
7111
  "sv": 0.25
7084
7112
  },
7085
7113
  "entity/shulker/shulker_white": {
7086
- "u": 0.25,
7114
+ "u": 0.4375,
7087
7115
  "v": 0.484375,
7088
- "tileIndex": 2000,
7116
+ "tileIndex": 2012,
7089
7117
  "su": 0.0625,
7090
7118
  "sv": 0.0625
7091
7119
  },
7092
7120
  "entity/piglin/piglin": {
7093
- "u": 0.3125,
7121
+ "u": 0.5,
7094
7122
  "v": 0.484375,
7095
- "tileIndex": 2004,
7123
+ "tileIndex": 2016,
7096
7124
  "su": 0.0625,
7097
7125
  "sv": 0.0625
7098
7126
  },
7099
7127
  "entity/player/slim/steve": {
7100
- "u": 0.375,
7128
+ "u": 0.5625,
7101
7129
  "v": 0.484375,
7102
- "tileIndex": 2008,
7130
+ "tileIndex": 2020,
7103
7131
  "su": 0.0625,
7104
7132
  "sv": 0.0625
7105
7133
  },
7106
7134
  "entity/shulker/shulker": {
7107
- "u": 0.4375,
7135
+ "u": 0.625,
7108
7136
  "v": 0.484375,
7109
- "tileIndex": 2012,
7137
+ "tileIndex": 2024,
7110
7138
  "su": 0.0625,
7111
7139
  "sv": 0.0625
7112
7140
  },
7113
7141
  "entity/skeleton/skeleton": {
7114
- "u": 0.5,
7142
+ "u": 0.6875,
7115
7143
  "v": 0.484375,
7116
- "tileIndex": 2016,
7144
+ "tileIndex": 2028,
7117
7145
  "su": 0.0625,
7118
7146
  "sv": 0.03125
7119
7147
  },
7120
7148
  "entity/skeleton/wither_skeleton": {
7121
- "u": 0.5625,
7149
+ "u": 0.75,
7122
7150
  "v": 0.484375,
7123
- "tileIndex": 2020,
7151
+ "tileIndex": 2032,
7124
7152
  "su": 0.0625,
7125
7153
  "sv": 0.03125
7126
7154
  },
7127
7155
  "entity/zombie/zombie": {
7128
- "u": 0.625,
7156
+ "u": 0.8125,
7129
7157
  "v": 0.484375,
7130
- "tileIndex": 2024,
7158
+ "tileIndex": 2036,
7131
7159
  "su": 0.0625,
7132
7160
  "sv": 0.0625
7133
7161
  }
Binary file