|
189 | 189 | "birch_trapdoor" : {
|
190 | 190 | "textures" : "textures/blocks/birch_trapdoor"
|
191 | 191 | },
|
| 192 | + "black_candle" : { |
| 193 | + "textures" : [ |
| 194 | + "textures/blocks/candles/black_candle", |
| 195 | + "textures/blocks/candles/black_candle_lit" |
| 196 | + ] |
| 197 | + }, |
| 198 | + "black_candle_cake" : { |
| 199 | + "textures" : "textures/blocks/cake" |
| 200 | + }, |
| 201 | + "black_candle_carried" : { |
| 202 | + "textures" : "textures/items/candles/black_candle" |
| 203 | + }, |
192 | 204 | "black_glazed_terracotta" : {
|
193 | 205 | "textures" : "textures/blocks/glazed_terracotta_black"
|
194 | 206 | },
|
|
230 | 242 | "textures/blocks/blast_furnace_top"
|
231 | 243 | ]
|
232 | 244 | },
|
| 245 | + "blue_candle" : { |
| 246 | + "textures" : [ |
| 247 | + "textures/blocks/candles/blue_candle", |
| 248 | + "textures/blocks/candles/blue_candle_lit" |
| 249 | + ] |
| 250 | + }, |
| 251 | + "blue_candle_cake" : { |
| 252 | + "textures" : "textures/blocks/cake" |
| 253 | + }, |
| 254 | + "blue_candle_carried" : { |
| 255 | + "textures" : "textures/items/candles/blue_candle" |
| 256 | + }, |
233 | 257 | "blue_glazed_terracotta" : {
|
234 | 258 | "textures" : "textures/blocks/glazed_terracotta_blue"
|
235 | 259 | },
|
|
260 | 284 | "brick" : {
|
261 | 285 | "textures" : "textures/blocks/brick"
|
262 | 286 | },
|
| 287 | + "brown_candle" : { |
| 288 | + "textures" : [ |
| 289 | + "textures/blocks/candles/brown_candle", |
| 290 | + "textures/blocks/candles/brown_candle_lit" |
| 291 | + ] |
| 292 | + }, |
| 293 | + "brown_candle_cake" : { |
| 294 | + "textures" : "textures/blocks/cake" |
| 295 | + }, |
| 296 | + "brown_candle_carried" : { |
| 297 | + "textures" : "textures/items/candles/brown_candle" |
| 298 | + }, |
263 | 299 | "brown_glazed_terracotta" : {
|
264 | 300 | "textures" : "textures/blocks/glazed_terracotta_brown"
|
265 | 301 | },
|
|
351 | 387 | "campfire_log_lit" : {
|
352 | 388 | "textures" : "textures/blocks/campfire_log_lit"
|
353 | 389 | },
|
| 390 | + "candle" : { |
| 391 | + "textures" : [ |
| 392 | + "textures/blocks/candles/candle", |
| 393 | + "textures/blocks/candles/candle_lit" |
| 394 | + ] |
| 395 | + }, |
| 396 | + "candle_cake" : { |
| 397 | + "textures" : "textures/blocks/cake" |
| 398 | + }, |
| 399 | + "candle_carried" : { |
| 400 | + "textures" : "textures/items/candles/candle" |
| 401 | + }, |
354 | 402 | "carrots" : {
|
355 | 403 | "textures" : [
|
356 | 404 | "textures/blocks/carrots_stage_0",
|
|
727 | 775 | "cut_copper" : {
|
728 | 776 | "textures" : "textures/blocks/cut_copper"
|
729 | 777 | },
|
| 778 | + "cyan_candle" : { |
| 779 | + "textures" : [ |
| 780 | + "textures/blocks/candles/cyan_candle", |
| 781 | + "textures/blocks/candles/cyan_candle_lit" |
| 782 | + ] |
| 783 | + }, |
| 784 | + "cyan_candle_cake" : { |
| 785 | + "textures" : "textures/blocks/cake" |
| 786 | + }, |
| 787 | + "cyan_candle_carried" : { |
| 788 | + "textures" : "textures/items/candles/cyan_candle" |
| 789 | + }, |
730 | 790 | "cyan_glazed_terracotta" : {
|
731 | 791 | "textures" : "textures/blocks/glazed_terracotta_cyan"
|
732 | 792 | },
|
|
1217 | 1277 | "gravel" : {
|
1218 | 1278 | "textures" : "textures/blocks/gravel"
|
1219 | 1279 | },
|
| 1280 | + "gray_candle" : { |
| 1281 | + "textures" : [ |
| 1282 | + "textures/blocks/candles/gray_candle", |
| 1283 | + "textures/blocks/candles/gray_candle_lit" |
| 1284 | + ] |
| 1285 | + }, |
| 1286 | + "gray_candle_cake" : { |
| 1287 | + "textures" : "textures/blocks/cake" |
| 1288 | + }, |
| 1289 | + "gray_candle_carried" : { |
| 1290 | + "textures" : "textures/items/candles/gray_candle" |
| 1291 | + }, |
1220 | 1292 | "gray_glazed_terracotta" : {
|
1221 | 1293 | "textures" : "textures/blocks/glazed_terracotta_gray"
|
1222 | 1294 | },
|
| 1295 | + "green_candle" : { |
| 1296 | + "textures" : [ |
| 1297 | + "textures/blocks/candles/green_candle", |
| 1298 | + "textures/blocks/candles/green_candle_lit" |
| 1299 | + ] |
| 1300 | + }, |
| 1301 | + "green_candle_cake" : { |
| 1302 | + "textures" : "textures/blocks/cake" |
| 1303 | + }, |
| 1304 | + "green_candle_carried" : { |
| 1305 | + "textures" : "textures/items/candles/green_candle" |
| 1306 | + }, |
1223 | 1307 | "green_glazed_terracotta" : {
|
1224 | 1308 | "textures" : "textures/blocks/glazed_terracotta_green"
|
1225 | 1309 | },
|
|
1436 | 1520 | "textures/items/light_block_15"
|
1437 | 1521 | ]
|
1438 | 1522 | },
|
| 1523 | + "light_blue_candle" : { |
| 1524 | + "textures" : [ |
| 1525 | + "textures/blocks/candles/light_blue_candle", |
| 1526 | + "textures/blocks/candles/light_blue_candle_lit" |
| 1527 | + ] |
| 1528 | + }, |
| 1529 | + "light_blue_candle_carried" : { |
| 1530 | + "textures" : "textures/items/candles/light_blue_candle" |
| 1531 | + }, |
1439 | 1532 | "light_blue_glazed_terracotta" : {
|
1440 | 1533 | "textures" : "textures/blocks/glazed_terracotta_light_blue"
|
1441 | 1534 | },
|
| 1535 | + "light_gray_candle" : { |
| 1536 | + "textures" : [ |
| 1537 | + "textures/blocks/candles/light_gray_candle", |
| 1538 | + "textures/blocks/candles/light_gray_candle_lit" |
| 1539 | + ] |
| 1540 | + }, |
| 1541 | + "light_gray_candle_cake" : { |
| 1542 | + "textures" : "textures/blocks/cake" |
| 1543 | + }, |
| 1544 | + "light_gray_candle_carried" : { |
| 1545 | + "textures" : "textures/items/candles/light_gray_candle" |
| 1546 | + }, |
1442 | 1547 | "lightning_rod" : {
|
1443 | 1548 | "textures" : "textures/blocks/lightning_rod"
|
1444 | 1549 | },
|
| 1550 | + "lime_candle" : { |
| 1551 | + "textures" : [ |
| 1552 | + "textures/blocks/candles/lime_candle", |
| 1553 | + "textures/blocks/candles/lime_candle_lit" |
| 1554 | + ] |
| 1555 | + }, |
| 1556 | + "lime_candle_cake" : { |
| 1557 | + "textures" : "textures/blocks/cake" |
| 1558 | + }, |
| 1559 | + "lime_candle_carried" : { |
| 1560 | + "textures" : "textures/items/candles/lime_candle" |
| 1561 | + }, |
1445 | 1562 | "lime_glazed_terracotta" : {
|
1446 | 1563 | "textures" : "textures/blocks/glazed_terracotta_lime"
|
1447 | 1564 | },
|
|
1493 | 1610 | "loom_top" : {
|
1494 | 1611 | "textures" : "textures/blocks/loom_top"
|
1495 | 1612 | },
|
| 1613 | + "magenta_candle" : { |
| 1614 | + "textures" : [ |
| 1615 | + "textures/blocks/candles/magenta_candle", |
| 1616 | + "textures/blocks/candles/magenta_candle_lit" |
| 1617 | + ] |
| 1618 | + }, |
| 1619 | + "magenta_candle_carried" : { |
| 1620 | + "textures" : "textures/items/candles/magenta_candle" |
| 1621 | + }, |
1496 | 1622 | "magenta_glazed_terracotta" : {
|
1497 | 1623 | "textures" : "textures/blocks/glazed_terracotta_magenta"
|
1498 | 1624 | },
|
|
1858 | 1984 | "obsidian" : {
|
1859 | 1985 | "textures" : "textures/blocks/obsidian"
|
1860 | 1986 | },
|
| 1987 | + "orange_candle" : { |
| 1988 | + "textures" : [ |
| 1989 | + "textures/blocks/candles/orange_candle", |
| 1990 | + "textures/blocks/candles/orange_candle_lit" |
| 1991 | + ] |
| 1992 | + }, |
| 1993 | + "orange_candle_carried" : { |
| 1994 | + "textures" : "textures/items/candles/orange_candle" |
| 1995 | + }, |
1861 | 1996 | "orange_glazed_terracotta" : {
|
1862 | 1997 | "textures" : "textures/blocks/glazed_terracotta_orange"
|
1863 | 1998 | },
|
|
1867 | 2002 | "oxidized_cut_copper" : {
|
1868 | 2003 | "textures" : "textures/blocks/oxidized_cut_copper"
|
1869 | 2004 | },
|
| 2005 | + "pink_candle" : { |
| 2006 | + "textures" : [ |
| 2007 | + "textures/blocks/candles/pink_candle", |
| 2008 | + "textures/blocks/candles/pink_candle_lit" |
| 2009 | + ] |
| 2010 | + }, |
| 2011 | + "pink_candle_cake" : { |
| 2012 | + "textures" : "textures/blocks/cake" |
| 2013 | + }, |
| 2014 | + "pink_candle_carried" : { |
| 2015 | + "textures" : "textures/items/candles/pink_candle" |
| 2016 | + }, |
1870 | 2017 | "pink_glazed_terracotta" : {
|
1871 | 2018 | "textures" : "textures/blocks/glazed_terracotta_pink"
|
1872 | 2019 | },
|
|
1960 | 2107 | "textures/blocks/potatoes_stage_3"
|
1961 | 2108 | ]
|
1962 | 2109 | },
|
| 2110 | + "potted_azalea_bush_plant" : { |
| 2111 | + "textures" : "textures/blocks/potted_azalea_bush_plant" |
| 2112 | + }, |
| 2113 | + "potted_azalea_bush_side" : { |
| 2114 | + "textures" : "textures/blocks/potted_azalea_bush_side" |
| 2115 | + }, |
| 2116 | + "potted_azalea_bush_top" : { |
| 2117 | + "textures" : "textures/blocks/potted_azalea_bush_top" |
| 2118 | + }, |
| 2119 | + "potted_flowering_azalea_bush_plant" : { |
| 2120 | + "textures" : "textures/blocks/potted_flowering_azalea_bush_plant" |
| 2121 | + }, |
| 2122 | + "potted_flowering_azalea_bush_side" : { |
| 2123 | + "textures" : "textures/blocks/potted_flowering_azalea_bush_side" |
| 2124 | + }, |
| 2125 | + "potted_flowering_azalea_bush_top" : { |
| 2126 | + "textures" : "textures/blocks/potted_flowering_azalea_bush_top" |
| 2127 | + }, |
1963 | 2128 | "powder_snow" : {
|
1964 | 2129 | "textures" : "textures/blocks/powder_snow"
|
1965 | 2130 | },
|
|
2000 | 2165 | "textures/blocks/pumpkin_top"
|
2001 | 2166 | ]
|
2002 | 2167 | },
|
| 2168 | + "purple_candle" : { |
| 2169 | + "textures" : [ |
| 2170 | + "textures/blocks/candles/purple_candle", |
| 2171 | + "textures/blocks/candles/purple_candle_lit" |
| 2172 | + ] |
| 2173 | + }, |
| 2174 | + "purple_candle_cake" : { |
| 2175 | + "textures" : "textures/blocks/cake" |
| 2176 | + }, |
| 2177 | + "purple_candle_carried" : { |
| 2178 | + "textures" : "textures/items/candles/purple_candle" |
| 2179 | + }, |
2003 | 2180 | "purple_glazed_terracotta" : {
|
2004 | 2181 | "textures" : "textures/blocks/glazed_terracotta_purple"
|
2005 | 2182 | },
|
|
2094 | 2271 | "textures/blocks/reactor_core_stage_2"
|
2095 | 2272 | ]
|
2096 | 2273 | },
|
| 2274 | + "red_candle" : { |
| 2275 | + "textures" : [ |
| 2276 | + "textures/blocks/candles/red_candle", |
| 2277 | + "textures/blocks/candles/red_candle_lit" |
| 2278 | + ] |
| 2279 | + }, |
| 2280 | + "red_candle_cake" : { |
| 2281 | + "textures" : "textures/blocks/cake" |
| 2282 | + }, |
| 2283 | + "red_candle_carried" : { |
| 2284 | + "textures" : "textures/items/candles/red_candle" |
| 2285 | + }, |
2097 | 2286 | "red_flower" : {
|
2098 | 2287 | "textures" : [
|
2099 | 2288 | "textures/blocks/flower_rose",
|
|
2928 | 3117 | "textures/blocks/wheat_stage_7"
|
2929 | 3118 | ]
|
2930 | 3119 | },
|
| 3120 | + "white_candle" : { |
| 3121 | + "textures" : [ |
| 3122 | + "textures/blocks/candles/white_candle", |
| 3123 | + "textures/blocks/candles/white_candle_lit" |
| 3124 | + ] |
| 3125 | + }, |
| 3126 | + "white_candle_cake" : { |
| 3127 | + "textures" : "textures/blocks/cake" |
| 3128 | + }, |
| 3129 | + "white_candle_carried" : { |
| 3130 | + "textures" : "textures/items/candles/white_candle" |
| 3131 | + }, |
2931 | 3132 | "white_glazed_terracotta" : {
|
2932 | 3133 | "textures" : "textures/blocks/glazed_terracotta_white"
|
2933 | 3134 | },
|
|
2988 | 3189 | "textures/blocks/wool_colored_black"
|
2989 | 3190 | ]
|
2990 | 3191 | },
|
| 3192 | + "yellow_candle" : { |
| 3193 | + "textures" : [ |
| 3194 | + "textures/blocks/candles/yellow_candle", |
| 3195 | + "textures/blocks/candles/yellow_candle_lit" |
| 3196 | + ] |
| 3197 | + }, |
| 3198 | + "yellow_candle_cake" : { |
| 3199 | + "textures" : "textures/blocks/cake" |
| 3200 | + }, |
| 3201 | + "yellow_candle_carried" : { |
| 3202 | + "textures" : "textures/items/candles/yellow_candle" |
| 3203 | + }, |
2991 | 3204 | "yellow_flower" : {
|
2992 | 3205 | "textures" : "textures/blocks/flower_dandelion"
|
2993 | 3206 | },
|
|
0 commit comments