From 2f742734d05ba4746ebc263d30cad1e7c76cff55 Mon Sep 17 00:00:00 2001 From: Michael Primm Date: Sat, 10 Jun 2023 00:17:07 -0400 Subject: [PATCH] Add missing 1.20 blocks --- DynmapCore/src/main/resources/models_1.txt | 29 +++++++++ DynmapCore/src/main/resources/texture_1.txt | 58 ++++++++++++++++++ .../calibrated_sculk_sensor_amethyst.png | Bin 0 -> 194 bytes .../calibrated_sculk_sensor_input_side.png | Bin 0 -> 284 bytes .../block/calibrated_sculk_sensor_top.png | Bin 0 -> 256 bytes .../textures/block/pink_petals_stem.png | Bin 93 -> 80 bytes .../textures/block/pitcher_crop_bottom.png | Bin 0 -> 159 bytes .../block/pitcher_crop_bottom_stage_1.png | Bin 0 -> 160 bytes .../block/pitcher_crop_bottom_stage_2.png | Bin 0 -> 206 bytes .../block/pitcher_crop_bottom_stage_3.png | Bin 0 -> 190 bytes .../block/pitcher_crop_bottom_stage_4.png | Bin 0 -> 201 bytes .../textures/block/pitcher_crop_side.png | Bin 0 -> 168 bytes .../textures/block/pitcher_crop_top.png | Bin 0 -> 185 bytes .../block/pitcher_crop_top_stage_3.png | Bin 0 -> 203 bytes .../block/pitcher_crop_top_stage_4.png | Bin 0 -> 235 bytes .../block/purple_glazed_terracotta.png | Bin 298 -> 293 bytes .../block/sniffer_egg_not_cracked_bottom.png | Bin 0 -> 207 bytes .../block/sniffer_egg_not_cracked_east.png | Bin 0 -> 263 bytes .../block/sniffer_egg_not_cracked_north.png | Bin 0 -> 305 bytes .../block/sniffer_egg_not_cracked_south.png | Bin 0 -> 295 bytes .../block/sniffer_egg_not_cracked_top.png | Bin 0 -> 229 bytes .../block/sniffer_egg_not_cracked_west.png | Bin 0 -> 269 bytes .../sniffer_egg_slightly_cracked_bottom.png | Bin 0 -> 222 bytes .../sniffer_egg_slightly_cracked_east.png | Bin 0 -> 301 bytes .../sniffer_egg_slightly_cracked_north.png | Bin 0 -> 350 bytes .../sniffer_egg_slightly_cracked_south.png | Bin 0 -> 331 bytes .../sniffer_egg_slightly_cracked_top.png | Bin 0 -> 275 bytes .../sniffer_egg_slightly_cracked_west.png | Bin 0 -> 312 bytes .../block/sniffer_egg_very_cracked_bottom.png | Bin 0 -> 232 bytes .../block/sniffer_egg_very_cracked_east.png | Bin 0 -> 323 bytes .../block/sniffer_egg_very_cracked_north.png | Bin 0 -> 365 bytes .../block/sniffer_egg_very_cracked_south.png | Bin 0 -> 353 bytes .../block/sniffer_egg_very_cracked_top.png | Bin 0 -> 289 bytes .../block/sniffer_egg_very_cracked_west.png | Bin 0 -> 332 bytes .../textures/block/suspicious_gravel_0.png | Bin 0 -> 293 bytes .../textures/block/suspicious_gravel_1.png | Bin 0 -> 302 bytes .../textures/block/suspicious_gravel_2.png | Bin 0 -> 302 bytes .../textures/block/suspicious_gravel_3.png | Bin 0 -> 295 bytes .../minecraft/textures/block/torchflower.png | Bin 422 -> 268 bytes .../block/torchflower_crop_stage0.png | Bin 196 -> 134 bytes .../block/torchflower_crop_stage1.png | Bin 312 -> 201 bytes 41 files changed, 87 insertions(+) create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/calibrated_sculk_sensor_amethyst.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/calibrated_sculk_sensor_input_side.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/calibrated_sculk_sensor_top.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_1.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_2.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_3.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_4.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_side.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_top.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_top_stage_3.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_top_stage_4.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_bottom.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_east.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_north.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_south.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_top.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_west.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_bottom.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_east.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_north.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_south.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_top.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_west.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_bottom.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_east.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_north.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_south.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_top.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_west.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_0.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_1.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_2.png create mode 100644 DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_3.png diff --git a/DynmapCore/src/main/resources/models_1.txt b/DynmapCore/src/main/resources/models_1.txt index 3ec2e941..b0828236 100644 --- a/DynmapCore/src/main/resources/models_1.txt +++ b/DynmapCore/src/main/resources/models_1.txt @@ -3406,3 +3406,32 @@ modellist:id=%dropper,state=facing:down,box=0.000000/0.000000/0.000000:16.000000 [1.19.4-]modellist:id=%pink_petals,state=facing:east/flower_amount:2,box=0.000000/2.990000/0.000000:8.000000/2.990000/8.000000:d/0/0.000000/8.000000/8.000000/0.000000:u/0/0.000000/0.000000/8.000000/8.000000:R/0/90/0,box=4.250000/0.000000/-2.600000:4.250000/2.990000/-1.600000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=3.750000/0.000000/-2.100000:4.750000/2.990000/-2.100000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=4.900000/0.000000/2.300000:4.900000/2.990000/3.300000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=4.400000/0.000000/2.800000:5.400000/2.990000/2.800000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=9.150000/0.000000/-0.450000:9.150000/2.990000/0.550000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=8.650000/0.000000/0.050000:9.650000/2.990000/0.050000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=0.000000/1.000000/8.000000:8.000000/1.000000/16.000000:d/0/0.000000/16.000000/8.000000/8.000000:u/0/0.000000/8.000000/8.000000/16.000000:R/0/90/0,box=0.000000/1.000000/8.000000:8.000000/1.000000/16.000000:d/0/0.000000/16.000000/8.000000/8.000000:u/0/0.000000/8.000000/8.000000/16.000000:R/0/90/0,box=10.150000/0.000000/5.250000:11.150000/1.000000/5.250000/0.000000/-45.000000/0.000000/0.000000/0.000000/1.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/6.000000/1.000000/7.000000:n/1/0.000000/6.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=10.650000/0.000000/4.750000:10.650000/1.000000/5.750000/0.000000/-45.000000/0.000000/0.000000/0.000000/1.000000:w/1/0.000000/6.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/6.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0 [1.19.4-]modellist:id=%pink_petals,state=facing:east/flower_amount:3,box=0.000000/2.990000/0.000000:8.000000/2.990000/8.000000:d/0/0.000000/8.000000/8.000000/0.000000:u/0/0.000000/0.000000/8.000000/8.000000:R/0/90/0,box=4.250000/0.000000/-2.600000:4.250000/2.990000/-1.600000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=3.750000/0.000000/-2.100000:4.750000/2.990000/-2.100000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=4.900000/0.000000/2.300000:4.900000/2.990000/3.300000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=4.400000/0.000000/2.800000:5.400000/2.990000/2.800000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=9.150000/0.000000/-0.450000:9.150000/2.990000/0.550000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=8.650000/0.000000/0.050000:9.650000/2.990000/0.050000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=0.000000/1.000000/8.000000:8.000000/1.000000/16.000000:d/0/0.000000/16.000000/8.000000/8.000000:u/0/0.000000/8.000000/8.000000/16.000000:R/0/90/0,box=0.000000/1.000000/8.000000:8.000000/1.000000/16.000000:d/0/0.000000/16.000000/8.000000/8.000000:u/0/0.000000/8.000000/8.000000/16.000000:R/0/90/0,box=10.150000/0.000000/5.250000:11.150000/1.000000/5.250000/0.000000/-45.000000/0.000000/0.000000/0.000000/1.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/6.000000/1.000000/7.000000:n/1/0.000000/6.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=10.650000/0.000000/4.750000:10.650000/1.000000/5.750000/0.000000/-45.000000/0.000000/0.000000/0.000000/1.000000:w/1/0.000000/6.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/6.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=8.000000/2.000000/8.000000:16.000000/2.000000/16.000000:d/0/8.000000/16.000000/16.000000/8.000000:u/0/8.000000/8.000000/16.000000/16.000000:R/0/90/0,box=17.650000/0.000000/1.900000:18.650000/2.000000/1.900000/0.000000/-45.000000/0.000000/0.500000/0.000000/0.500000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/5.000000/1.000000/7.000000:n/1/0.000000/5.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=18.150000/0.000000/1.400000:18.150000/2.000000/2.400000/0.000000/-45.000000/0.000000/0.500000/0.000000/0.500000:w/1/0.000000/5.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/5.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=17.650000/0.000000/-3.350000:17.650000/2.000000/-2.350000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/5.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/5.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=17.150000/0.000000/-2.850000:18.150000/2.000000/-2.850000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/5.000000/1.000000/7.000000:n/1/0.000000/5.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=13.400000/0.000000/-0.500000:13.400000/2.000000/0.500000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/5.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/5.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=12.900000/0.000000/0.000000:13.900000/2.000000/0.000000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/5.000000/1.000000/7.000000:n/1/0.000000/5.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0 [1.19.4-]modellist:id=%pink_petals,state=facing:east/flower_amount:4,box=0.000000/2.990000/0.000000:8.000000/2.990000/8.000000:d/0/0.000000/8.000000/8.000000/0.000000:u/0/0.000000/0.000000/8.000000/8.000000:R/0/90/0,box=4.250000/0.000000/-2.600000:4.250000/2.990000/-1.600000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=3.750000/0.000000/-2.100000:4.750000/2.990000/-2.100000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=4.900000/0.000000/2.300000:4.900000/2.990000/3.300000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=4.400000/0.000000/2.800000:5.400000/2.990000/2.800000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=9.150000/0.000000/-0.450000:9.150000/2.990000/0.550000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/4.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/4.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=8.650000/0.000000/0.050000:9.650000/2.990000/0.050000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/4.000000/1.000000/7.000000:n/1/0.000000/4.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=0.000000/1.000000/8.000000:8.000000/1.000000/16.000000:d/0/0.000000/16.000000/8.000000/8.000000:u/0/0.000000/8.000000/8.000000/16.000000:R/0/90/0,box=0.000000/1.000000/8.000000:8.000000/1.000000/16.000000:d/0/0.000000/16.000000/8.000000/8.000000:u/0/0.000000/8.000000/8.000000/16.000000:R/0/90/0,box=10.150000/0.000000/5.250000:11.150000/1.000000/5.250000/0.000000/-45.000000/0.000000/0.000000/0.000000/1.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/6.000000/1.000000/7.000000:n/1/0.000000/6.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=10.650000/0.000000/4.750000:10.650000/1.000000/5.750000/0.000000/-45.000000/0.000000/0.000000/0.000000/1.000000:w/1/0.000000/6.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/6.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=8.000000/2.000000/8.000000:16.000000/2.000000/16.000000:d/0/8.000000/16.000000/16.000000/8.000000:u/0/8.000000/8.000000/16.000000/16.000000:R/0/90/0,box=17.650000/0.000000/1.900000:18.650000/2.000000/1.900000/0.000000/-45.000000/0.000000/0.500000/0.000000/0.500000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/5.000000/1.000000/7.000000:n/1/0.000000/5.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=18.150000/0.000000/1.400000:18.150000/2.000000/2.400000/0.000000/-45.000000/0.000000/0.500000/0.000000/0.500000:w/1/0.000000/5.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/5.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=17.650000/0.000000/-3.350000:17.650000/2.000000/-2.350000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/5.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/5.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=17.150000/0.000000/-2.850000:18.150000/2.000000/-2.850000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/5.000000/1.000000/7.000000:n/1/0.000000/5.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=13.400000/0.000000/-0.500000:13.400000/2.000000/0.500000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/5.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/5.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=12.900000/0.000000/0.000000:13.900000/2.000000/0.000000/0.000000/-45.000000/0.000000/0.000000/0.000000/0.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/5.000000/1.000000/7.000000:n/1/0.000000/5.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=8.000000/2.000000/0.000000:16.000000/2.000000/8.000000:d/0/8.000000/8.000000/16.000000/0.000000:u/0/8.000000/0.000000/16.000000/8.000000:R/0/90/0,box=12.400000/0.000000/0.000000:12.400000/2.000000/0.000000/0.000000/-45.000000/0.000000/-1.000000/0.000000/-3.000000:w/1/0.000000/5.000000/1.000000/7.000000:d/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/5.000000/1.000000/7.000000:s/1/0.000000/0.000000/0.000000/3.000000:n/1/0.000000/0.000000/0.000000/3.000000:u/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0,box=11.900000/0.000000/-7.200000:12.900000/2.000000/-7.200000/0.000000/-45.000000/0.000000/-1.000000/0.000000/-3.000000:w/1/0.000000/0.000000/0.000000/3.000000:d90/1/0.000000/0.000000/0.000000/1.000000:e/1/0.000000/0.000000/0.000000/3.000000:s/1/0.000000/5.000000/1.000000/7.000000:n/1/0.000000/5.000000/1.000000/7.000000:u270/1/0.000000/0.000000/0.000000/1.000000:R/0/90/0 + +# 1.20 +[1.20-]modellist:id=%pitcher_crop,state=age:0/half:upper +[1.20-]modellist:id=%pitcher_crop,state=age:0/half:lower,box=5.000000/-1.000000/5.000000:11.000000/3.000000/11.000000:n/0/3.000000/10.000000/9.000000/14.000000:w/0/3.000000/10.000000/9.000000/14.000000:s/0/3.000000/10.000000/9.000000/14.000000:d/1/5.000000/5.000000/11.000000/11.000000:e/0/3.000000/10.000000/9.000000/14.000000:u/2/5.000000/5.000000/11.000000/11.000000 +[1.20-]modellist:id=%pitcher_crop,state=age:1/half:upper +[1.20-]modellist:id=%pitcher_crop,state=age:1/half:lower,box=0.000000/5.000000/8.000000/false:16.000000/21.000000/8.000000/0.000000/45.000000/0.000000/8.000000/5.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=0.000000/5.000000/8.000000/false:16.000000/21.000000/8.000000/0.000000/-45.000000/0.000000/8.000000/5.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=3.000000/-1.000000/3.000000:13.000000/5.000000/13.000000:n/1/3.000000/10.000000/13.000000/16.000000:w/1/3.000000/10.000000/13.000000/16.000000:s/1/3.000000/10.000000/13.000000/16.000000:d/2/3.000000/3.000000/13.000000/13.000000:e/1/3.000000/10.000000/13.000000/16.000000:u/3/3.000000/3.000000/13.000000/13.000000 +[1.20-]modellist:id=%pitcher_crop,state=age:2/half:upper +[1.20-]modellist:id=%pitcher_crop,state=age:2/half:lower,box=0.000000/5.000000/8.000000/false:16.000000/21.000000/8.000000/0.000000/45.000000/0.000000/8.000000/6.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=8.000000/5.000000/0.000000/false:8.000000/21.000000/16.000000/0.000000/45.000000/0.000000/8.000000/6.000000/8.000000:w/0/0.000000/0.000000/16.000000/16.000000:e/0/0.000000/0.000000/16.000000/16.000000,box=3.000000/-1.000000/3.000000:13.000000/5.000000/13.000000:n/1/3.000000/10.000000/13.000000/16.000000:w/1/3.000000/10.000000/13.000000/16.000000:s/1/3.000000/10.000000/13.000000/16.000000:d/2/3.000000/3.000000/13.000000/13.000000:e/1/3.000000/10.000000/13.000000/16.000000:u/3/3.000000/3.000000/13.000000/13.000000 +[1.20-]modellist:id=%pitcher_crop,state=age:3/half:upper,box=0.000000/0.000000/8.000000/false:16.000000/16.000000/8.000000/0.000000/45.000000/0.000000/8.000000/16.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=0.000000/0.000000/8.000000/false:16.000000/16.000000/8.000000/0.000000/-45.000000/0.000000/8.000000/16.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000 +[1.20-]modellist:id=%pitcher_crop,state=age:3/half:lower,box=0.000000/0.000000/8.000000/false:16.000000/16.000000/8.000000/0.000000/45.000000/0.000000/8.000000/0.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=0.000000/0.000000/8.000000/false:16.000000/16.000000/8.000000/0.000000/-45.000000/0.000000/8.000000/0.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=3.000000/-1.000000/3.000000:13.000000/5.000000/13.000000:n/1/3.000000/10.000000/13.000000/16.000000:w/1/3.000000/10.000000/13.000000/16.000000:s/1/3.000000/10.000000/13.000000/16.000000:d/2/3.000000/3.000000/13.000000/13.000000:e/1/3.000000/10.000000/13.000000/16.000000:u/3/3.000000/3.000000/13.000000/13.000000 +[1.20-]modellist:id=%pitcher_crop,state=age:4/half:upper,box=8.000000/0.000000/0.000000/false:8.000000/16.000000/16.000000/0.000000/45.000000/0.000000/8.000000/0.000000/8.000000:w/0/0.000000/0.000000/16.000000/16.000000:e/0/0.000000/0.000000/16.000000/16.000000,box=0.000000/0.000000/8.000000/false:16.000000/16.000000/8.000000/0.000000/45.000000/0.000000/8.000000/0.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000 +[1.20-]modellist:id=%pitcher_crop,state=age:4/half:lower,box=8.000000/0.000000/0.000000/false:8.000000/16.000000/16.000000/0.000000/45.000000/0.000000/8.000000/0.000000/8.000000:w/0/0.000000/0.000000/16.000000/16.000000:e/0/0.000000/0.000000/16.000000/16.000000,box=0.000000/0.000000/8.000000/false:16.000000/16.000000/8.000000/0.000000/45.000000/0.000000/8.000000/0.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=3.000000/-1.000000/3.000000:13.000000/5.000000/13.000000:n/1/3.000000/10.000000/13.000000/16.000000:w/1/3.000000/10.000000/13.000000/16.000000:s/1/3.000000/10.000000/13.000000/16.000000:d/2/3.000000/3.000000/13.000000/13.000000:e/1/3.000000/10.000000/13.000000/16.000000:u/3/3.000000/3.000000/13.000000/13.000000 +[1.20-]modellist:id=%pitcher_plant,state=half:upper,box=8.000000/-5.000000/0.000000/false:8.000000/11.000000/16.000000/0.000000/45.000000/0.000000/8.000000/19.000000/8.000000:n/0/0.000000/0.000000/0.000000/16.000000:w/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/0.000000/16.000000:d270/0/0.000000/0.000000/16.000000/0.000000:e/0/0.000000/0.000000/16.000000/16.000000:u90/0/0.000000/0.000000/16.000000/0.000000,box=0.000000/-5.000000/8.000000/false:16.000000/11.000000/8.000000/0.000000/45.000000/0.000000/8.000000/19.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:w/0/0.000000/0.000000/0.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000:d/0/0.000000/0.000000/16.000000/0.000000:e/0/0.000000/0.000000/0.000000/16.000000:u/0/0.000000/0.000000/16.000000/0.000000 +[1.20-]modellist:id=%pitcher_plant,state=half:lower,box=8.000000/-5.000000/0.000000/false:8.000000/11.000000/16.000000/0.000000/45.000000/0.000000/8.000000/3.000000/8.000000:n/0/0.000000/0.000000/0.000000/16.000000:w/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/0.000000/16.000000:d270/0/0.000000/0.000000/16.000000/0.000000:e/0/0.000000/0.000000/16.000000/16.000000:u90/0/0.000000/0.000000/16.000000/0.000000,box=0.000000/-5.000000/8.000000/false:16.000000/11.000000/8.000000/0.000000/45.000000/0.000000/8.000000/3.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:w/0/0.000000/0.000000/0.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000:d/0/0.000000/0.000000/16.000000/0.000000:e/0/0.000000/0.000000/0.000000/16.000000:u/0/0.000000/0.000000/16.000000/0.000000 +[1.20-]modellist:id=%sniffer_egg,state=hatch:0,box=1.000000/0.000000/2.000000:15.000000/16.000000/14.000000:n/4/0.000000/0.000000/14.000000/16.000000:w/3/0.000000/0.000000/12.000000/16.000000:s/0/0.000000/0.000000/14.000000/16.000000:d/1/0.000000/0.000000/14.000000/12.000000:e/2/0.000000/0.000000/12.000000/16.000000:u/5/0.000000/0.000000/14.000000/12.000000 +[1.20-]modellist:id=%sniffer_egg,state=hatch:1,box=1.000000/0.000000/2.000000:15.000000/16.000000/14.000000:n/4/0.000000/0.000000/14.000000/16.000000:w/3/0.000000/0.000000/12.000000/16.000000:s/0/0.000000/0.000000/14.000000/16.000000:d/1/0.000000/0.000000/14.000000/12.000000:e/2/0.000000/0.000000/12.000000/16.000000:u/5/0.000000/0.000000/14.000000/12.000000 +[1.20-]modellist:id=%sniffer_egg,state=hatch:2,box=1.000000/0.000000/2.000000:15.000000/16.000000/14.000000:n/4/0.000000/0.000000/14.000000/16.000000:w/3/0.000000/0.000000/12.000000/16.000000:s/0/0.000000/0.000000/14.000000/16.000000:d/1/0.000000/0.000000/14.000000/12.000000:e/2/0.000000/0.000000/12.000000/16.000000:u/5/0.000000/0.000000/14.000000/12.000000 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:north/sculk_sensor_phase:inactive,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:north/sculk_sensor_phase:active,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:north/sculk_sensor_phase:cooldown,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:south/sculk_sensor_phase:inactive,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/180/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/180/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/180/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/180/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/180/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/180/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/180/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:south/sculk_sensor_phase:active,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/180/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/180/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/180/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/180/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/180/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/180/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/180/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:south/sculk_sensor_phase:cooldown,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/180/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/180/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/180/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/180/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/180/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/180/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/180/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:west/sculk_sensor_phase:inactive,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/270/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/270/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/270/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/270/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/270/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/270/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/270/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:west/sculk_sensor_phase:active,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/270/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/270/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/270/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/270/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/270/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/270/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/270/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:west/sculk_sensor_phase:cooldown,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/270/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/270/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/270/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/270/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/270/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/270/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/270/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:east/sculk_sensor_phase:inactive,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/90/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/90/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/90/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/90/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/90/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/90/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/90/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:east/sculk_sensor_phase:active,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/90/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/90/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/90/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/90/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/90/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/90/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/90/0 +[1.20-]modellist:id=%calibrated_sculk_sensor,state=facing:east/sculk_sensor_phase:cooldown,box=0.000000/0.000000/0.000000:16.000000/8.000000/16.000000:n/2/0.000000/8.000000/16.000000/16.000000:w/2/0.000000/8.000000/16.000000/16.000000:s/0/0.000000/8.000000/16.000000/16.000000:d/1/0.000000/0.000000/16.000000/16.000000:e/2/0.000000/8.000000/16.000000/16.000000:u/3/0.000000/0.000000/16.000000/16.000000:R/0/90/0,box=-1.000000/8.000000/3.000000:7.000000/16.000000/3.000000/0.000000/45.000000/0.000000/3.000000/12.000000/3.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/90/0,box=9.000000/8.000000/3.000000:17.000000/16.000000/3.000000/0.000000/-45.000000/0.000000/13.000000/12.000000/3.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/90/0,box=9.000000/8.000000/13.000000:17.000000/16.000000/13.000000/0.000000/45.000000/0.000000/13.000000/12.000000/13.000000:n/4/12.000000/8.000000/4.000000/16.000000:s/4/4.000000/8.000000/12.000000/16.000000:R/0/90/0,box=-1.000000/8.000000/13.000000:7.000000/16.000000/13.000000/0.000000/-45.000000/0.000000/3.000000/12.000000/13.000000:n/4/4.000000/8.000000/12.000000/16.000000:s/4/12.000000/8.000000/4.000000/16.000000:R/0/90/0,box=8.000000/8.000000/0.000000/false:8.000000/20.000000/16.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:w/5/0.000000/4.000000/16.000000/16.000000:e/5/0.000000/4.000000/16.000000/16.000000:R/0/90/0,box=0.000000/8.000000/8.000000/false:16.000000/20.000000/8.000000/0.000000/45.000000/0.000000/8.000000/9.000000/8.000000:n/5/0.000000/4.000000/16.000000/16.000000:s/5/0.000000/4.000000/16.000000/16.000000:R/0/90/0 diff --git a/DynmapCore/src/main/resources/texture_1.txt b/DynmapCore/src/main/resources/texture_1.txt index 7b3f4bc6..bcd6b5e9 100644 --- a/DynmapCore/src/main/resources/texture_1.txt +++ b/DynmapCore/src/main/resources/texture_1.txt @@ -4455,3 +4455,61 @@ block:id=%melon_stem,patch0=0:melon_stem,blockcolor=foliagebiome,transparency=TR [1.19.4-]block:id=%pink_petals,state=facing:east/flower_amount:3,patch0=0:pink_petals,patch1=2000:pink_petals_stem,transparency=TRANSPARENT,stdrot=true [1.19.4-]block:id=%pink_petals,state=facing:east/flower_amount:4,patch0=0:pink_petals,patch1=2000:pink_petals_stem,transparency=TRANSPARENT,stdrot=true +# 1.20 +[1.20-]texture:id=pitcher_crop_side,filename=assets/minecraft/textures/block/pitcher_crop_side.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_bottom,filename=assets/minecraft/textures/block/pitcher_crop_bottom.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_top,filename=assets/minecraft/textures/block/pitcher_crop_top.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_bottom_stage_1,filename=assets/minecraft/textures/block/pitcher_crop_bottom_stage_1.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_bottom_stage_2,filename=assets/minecraft/textures/block/pitcher_crop_bottom_stage_2.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_top_stage_3,filename=assets/minecraft/textures/block/pitcher_crop_top_stage_3.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_bottom_stage_3,filename=assets/minecraft/textures/block/pitcher_crop_bottom_stage_3.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_top_stage_4,filename=assets/minecraft/textures/block/pitcher_crop_top_stage_4.png,xcount=1,ycount=1 +[1.20-]texture:id=pitcher_crop_bottom_stage_4,filename=assets/minecraft/textures/block/pitcher_crop_bottom_stage_4.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_not_cracked_south,filename=assets/minecraft/textures/block/sniffer_egg_not_cracked_south.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_not_cracked_bottom,filename=assets/minecraft/textures/block/sniffer_egg_not_cracked_bottom.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_not_cracked_east,filename=assets/minecraft/textures/block/sniffer_egg_not_cracked_east.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_not_cracked_west,filename=assets/minecraft/textures/block/sniffer_egg_not_cracked_west.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_not_cracked_north,filename=assets/minecraft/textures/block/sniffer_egg_not_cracked_north.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_not_cracked_top,filename=assets/minecraft/textures/block/sniffer_egg_not_cracked_top.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_slightly_cracked_south,filename=assets/minecraft/textures/block/sniffer_egg_slightly_cracked_south.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_slightly_cracked_bottom,filename=assets/minecraft/textures/block/sniffer_egg_slightly_cracked_bottom.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_slightly_cracked_east,filename=assets/minecraft/textures/block/sniffer_egg_slightly_cracked_east.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_slightly_cracked_west,filename=assets/minecraft/textures/block/sniffer_egg_slightly_cracked_west.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_slightly_cracked_north,filename=assets/minecraft/textures/block/sniffer_egg_slightly_cracked_north.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_slightly_cracked_top,filename=assets/minecraft/textures/block/sniffer_egg_slightly_cracked_top.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_very_cracked_south,filename=assets/minecraft/textures/block/sniffer_egg_very_cracked_south.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_very_cracked_bottom,filename=assets/minecraft/textures/block/sniffer_egg_very_cracked_bottom.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_very_cracked_east,filename=assets/minecraft/textures/block/sniffer_egg_very_cracked_east.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_very_cracked_west,filename=assets/minecraft/textures/block/sniffer_egg_very_cracked_west.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_very_cracked_north,filename=assets/minecraft/textures/block/sniffer_egg_very_cracked_north.png,xcount=1,ycount=1 +[1.20-]texture:id=sniffer_egg_very_cracked_top,filename=assets/minecraft/textures/block/sniffer_egg_very_cracked_top.png,xcount=1,ycount=1 +[1.20-]texture:id=calibrated_sculk_sensor_input_side,filename=assets/minecraft/textures/block/calibrated_sculk_sensor_input_side.png,xcount=1,ycount=1 +[1.20-]texture:id=calibrated_sculk_sensor_top,filename=assets/minecraft/textures/block/calibrated_sculk_sensor_top.png,xcount=1,ycount=1 +[1.20-]texture:id=calibrated_sculk_sensor_amethyst,filename=assets/minecraft/textures/block/calibrated_sculk_sensor_amethyst.png,xcount=1,ycount=1 +[1.20-]block:id=%pitcher_crop,state=age:0/half:upper,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:0/half:lower,patch0=0:pitcher_crop_side,patch1=0:pitcher_crop_bottom,patch2=0:pitcher_crop_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:1/half:upper,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:1/half:lower,patch0=0:pitcher_crop_bottom_stage_1,patch1=0:pitcher_crop_side,patch2=0:pitcher_crop_bottom,patch3=0:pitcher_crop_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:2/half:upper,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:2/half:lower,patch0=0:pitcher_crop_bottom_stage_2,patch1=0:pitcher_crop_side,patch2=0:pitcher_crop_bottom,patch3=0:pitcher_crop_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:3/half:upper,patch0=0:pitcher_crop_top_stage_3,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:3/half:lower,patch0=0:pitcher_crop_bottom_stage_3,patch1=0:pitcher_crop_side,patch2=0:pitcher_crop_bottom,patch3=0:pitcher_crop_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:4/half:upper,patch0=0:pitcher_crop_top_stage_4,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_crop,state=age:4/half:lower,patch0=0:pitcher_crop_bottom_stage_4,patch1=0:pitcher_crop_side,patch2=0:pitcher_crop_bottom,patch3=0:pitcher_crop_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_plant,state=half:upper,patch0=0:pitcher_crop_top_stage_4,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%pitcher_plant,state=half:lower,patch0=0:pitcher_crop_bottom_stage_4,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%sniffer_egg,state=hatch:0,patch0=0:sniffer_egg_not_cracked_south,patch1=0:sniffer_egg_not_cracked_bottom,patch2=0:sniffer_egg_not_cracked_east,patch3=0:sniffer_egg_not_cracked_west,patch4=0:sniffer_egg_not_cracked_north,patch5=0:sniffer_egg_not_cracked_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%sniffer_egg,state=hatch:1,patch0=0:sniffer_egg_slightly_cracked_south,patch1=0:sniffer_egg_slightly_cracked_bottom,patch2=0:sniffer_egg_slightly_cracked_east,patch3=0:sniffer_egg_slightly_cracked_west,patch4=0:sniffer_egg_slightly_cracked_north,patch5=0:sniffer_egg_slightly_cracked_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%sniffer_egg,state=hatch:2,patch0=0:sniffer_egg_very_cracked_south,patch1=0:sniffer_egg_very_cracked_bottom,patch2=0:sniffer_egg_very_cracked_east,patch3=0:sniffer_egg_very_cracked_west,patch4=0:sniffer_egg_very_cracked_north,patch5=0:sniffer_egg_very_cracked_top,transparency=TRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:north/sculk_sensor_phase:inactive,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_inactive,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:north/sculk_sensor_phase:active,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:north/sculk_sensor_phase:cooldown,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:south/sculk_sensor_phase:inactive,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_inactive,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:south/sculk_sensor_phase:active,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:south/sculk_sensor_phase:cooldown,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:west/sculk_sensor_phase:inactive,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_inactive,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:west/sculk_sensor_phase:active,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:west/sculk_sensor_phase:cooldown,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:east/sculk_sensor_phase:inactive,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_inactive,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:east/sculk_sensor_phase:active,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true +[1.20-]block:id=%calibrated_sculk_sensor,state=facing:east/sculk_sensor_phase:cooldown,patch0=0:calibrated_sculk_sensor_input_side,patch1=0:sculk_sensor_bottom,patch2=0:sculk_sensor_side,patch3=0:calibrated_sculk_sensor_top,patch4=0:sculk_sensor_tendril_active,patch5=0:calibrated_sculk_sensor_amethyst,transparency=SEMITRANSPARENT,stdrot=true diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/calibrated_sculk_sensor_amethyst.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/calibrated_sculk_sensor_amethyst.png new file mode 100644 index 0000000000000000000000000000000000000000..03c3e646fbdcadfb6053fbbf4308471f322c4d6c GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;)o-U3d z7N?UFBv>mB?!SEgU+@yimh<{Q{>;xgYryPb#Io$;|NE;Gd^RZ>997`Cv}fmgV;SLG zhBILkxD#eoZ$2lG&fsCV$vlBA#5G^_9>Wan1h$48^;-;23LMNDmSnh;v7X#^n5RLK q$w=X7tz0HsgUP`hw#;Mc3=Ab47q9iL444XZ1cRrmpUXO@geCxMjYBU0 literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/calibrated_sculk_sensor_input_side.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/calibrated_sculk_sensor_input_side.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1b7a153d1e68c1d0e400722e3d314b6d982936 GIT binary patch literal 284 zcmV+%0ptFOP)6y?q1uv!Rw7ZTC=?2zQEsKv_zMb&N+Q02 z&mi#$I*n3qIB#<&yW$f}a`wG_bMJlQ-2eQ~=j3`LUl>dS{Ey?E@jBoA_3*TwxsVPl zAm3`+4;2t#B;d480(9p#+t6FUw^`@~1VAxrWQ-xOT#Gy)pmK>pFQ5Xm)%=ptQXQXC zrD{)ONI&c@OiTdKGt)9OKpz62)0~-DFNphlznmPcXU;u3JoVcnSu8U{g((O#Au^|z ii4c$mlZ@%jzjy-^PxBrUQ6;(n0000$C zu?@mN5IYGWcA;bgI?5DCEI>_1#SRomRB70OF(}xA1=1rdIdY6YlJ)w;XWzZA7Ta#M zJK$`A|DtrM_y$hr3(nad_qEal7x2 zJs^z&09EbKD1Bas_hZ1NjihMoGq4(`1U_&@HGsPB>*My$R>Z;%6oh7cbR@$%2x2NN zq?C+5T_cg2*|dWlU?1D~+cbY6F-GJad`r_CVh`*Pu@XO256^=iW#hB}0000qBMfwyO*!XAPJq+_Z>oI2$&@El2NQ7Q-esCyDjk9}@TIDO?lS z)9BIj)`EHB1h+jK8?>c5`Iw)yxb$dqsHNtdJNCMjk(oi__}|Qn=gzJI+Q{JP>gTe~ HDWM4f`GGe7 literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_1.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8909fbc3168169980b5bb9f267b7ac5e120a9d7a GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`>7Fi*Ar_~T6C_xjS!Apxe4np$ zHbr_vNv=$Uafez|@OPj4{|%xOa|C=RF&fNHd^3mb|Nj&B6kjOKIIGaBu&sKTbc}M~ zIz~;VOgA$Im&s2=C!|eq6KIokE7Cc@qv&mXMq7dT!%9Ym#aoJwd;NIX2(*&H)78&q Iol`;+00`(c&j0`b literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_2.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_2.png new file mode 100644 index 0000000000000000000000000000000000000000..fd91ae7885fd078f881758a7f594648d24a799a2 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Q$1ZALo7}wCrDg*aG`O}e+8du z&z5FC{&$#1;q-)eGxz=PcFy|W%+r)ODR#o;2mEF%Ehj%&pOIF$WqX;o$MchY58KWo z$4-B;_x#uXQ~C&7rkVtsLaPB!k=BW@2#W?DhECxvlF$58oE=O~Fi6O!amF<}NEKur zlb*^bXVtnhNCYJa5yjHR0lec!PC{xWt~$( F6953gPX_=1 literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_3.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_3.png new file mode 100644 index 0000000000000000000000000000000000000000..2df0cfabfcc40042cc1ef68cf07c8a577d6bd284 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`t)4E9Ar_~T6AmyIN&WeMxZu0b z{r@~q8l2fb{cASp;Wy$)QD}3Tz{0awdP7OBObp-ZG>L-qCBOL(o$zCmbeNKslJGc{ z)0`#E`b0v>^+%=xHw6TwQy4b6r7#;FVoEbQBam{~LCUdaPh3MQ^O>|6j4qkS(l}1e ny2z{OZCsQvX>Fy506&9$+U!1YP4lNf2QhfM`njxgN@xNA3DiL$ literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_4.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_bottom_stage_4.png new file mode 100644 index 0000000000000000000000000000000000000000..8e3d3e3b7b5d12032460cf99f71d4a3409d50e4d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`6FglULo7}wCpa*(=0^VyUvJHK zOu?*&KiOD-`GV=gt9NWKf4ApZd|EeF`n!C~#+N5EKd>inXsBK$J)=4A!b0ZC|Be!| z${x01*Bew4+8PZ!j6H;X&Kx@}wA*dQ+ZSw&bNbgwF4w-Wm*En_X4xZb7Y*#rU2y-# z)}~w7 z`NKrZlm8QQN_Zw6&SdaW?r<|>iL6PFRmfw0rheo9{iqkLVI>JkIx);1JSyymEqEC; z*%D_sO>mpwXuzB}V*z)FVdQ&MBb@0Q`_QY5)KL literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_top.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_top.png new file mode 100644 index 0000000000000000000000000000000000000000..eece59ad209bf7bdfc2f13e07c5a7550b8a32b00 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`4W2HJAr_~T6C~mu{J7NfU!kU| zmXFI#jCo_BRD(D3uEYvn22Beib;+K@oD``gZ0p4*@ZPjAfBFB-NkffUoKg&zc`nVk z{NVroUB~6mxP4;_)MLnG%4CydDrR+LzQD}AMDPi3ioSp-w?U6ggMnEbGsjZKMa+UX icfMeISbFdR3&U|XiD@sBs06eMy literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_top_stage_3.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/pitcher_crop_top_stage_3.png new file mode 100644 index 0000000000000000000000000000000000000000..212ca2c6c0d5e424f5c4a50f732b9050d6c3c0db GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`lRRAKH<|{Lo7}wCoEw7z&rD&e9PzJ za}6J_TucA&d8ucO;IVt=&+QA_6tdYenG$C>sz^7TRanHkvi#gn{=+ZW1fMn)*y`_K zR4~)X>EQF2!FWPK#cdL!f^_1nL__B(&t7RC|1Z8J_bjju|N{};|>n8TLE zwDF*cB6HQgd2QM*<_v1=i$31s3uZCrS@x6bP{JLyHO?0Dk<2{8JnTCdBla}tv|nbJ jz_ddxbP0l+XkKaT``0 literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/purple_glazed_terracotta.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/purple_glazed_terracotta.png index d0f9e68f9727f018bff06f7835006eda5c12910a..af90ff01a210aa83d30d4f9c84fdc1674a023d74 100644 GIT binary patch delta 266 zcmV+l0rmc>0;K|wB!BElL_t(2&s~u*3Iah81m`2_2aFCCA7W%8h@UagL=XcbUtwhK zFMNu1)Y2>m!*Y95z0H0q09ueoo& z(xN#y)5=rTKu5rKSa11YwFP}#JSx7`^v8pS-p?-3O(3l$HGgnwoEdr)1e#o0Kh$A< zgF~-{3aXO~%>U4?6|{f#{&5jt31f^JC*;X;#bl=dnsP!DBufQxpAZlv#7aQYl(%H1 z^gS!%#!gd7Oag6nBd@@$Krie)Nv0@9m=s4}~M?LamgWJ}T? Q00000NkvXXt^-0~f@;8YGn3rZad@5=ugB&ypAQCemmCp?**!-r%iU-gSw;XIjbw2K?V_he zlQ`ANtk>1sA}Pi3uv{}?WDWqmpWUkOdz2nD^mcNBZh~|b4S$>((4PJY(#Gi0_CxHZ z7dZ4Lt)O<2g4qx4SV8+&@9%?vmS~Jpe;@iQ<_#1;6IN(~c&Q-W#{>j1v0{)k;Vl_C z^7*Bkpud2$2HDAoZcbY_UfKXn`;Kms2%s6)(`GWa!KPxF3LS&;fBj&-k2W*;0?R%& VgU3+JEdT%j00>D%PDHLkV1j!We6#=n diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_bottom.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..2252af569d4bb53469d9aa6ac7bfa62be4db79ca GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`(>z@qLo7}w2W;B-cmB!a?8g+$ ztd6N3XJA(FV-gpaa4#rmP`&D_^Dq15%mp3I1|B>uhCB>68`cO&Dt9+uY2iZs@Fm&n+W$YA6a*5conC~|<2Vd=-8nmQNGIs#qD;OXk;vd$@? F2>?eIM(qFq literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_east.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_east.png new file mode 100644 index 0000000000000000000000000000000000000000..a385d59eeb8031f262cbbbc36649a6c22579ac4b GIT binary patch literal 263 zcmV+i0r>ujP)GP-WJ;pCFb2^y5HHjmq9J%WMku1AxMa zT2PFH1@M2W0dyx!{*HcMJslQ&gTZ=kCTb}K@KXK*>$9K4{LLv`00000NkvXXu0mjf DnE-<7 literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_south.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_south.png new file mode 100644 index 0000000000000000000000000000000000000000..ba05ee91607ba11dcd684f9d5de7bc9dfc22d76b GIT binary patch literal 295 zcmV+?0oeYDP)LjBmJFuh5jFkJR^F$lJ=At2->3XQMp$g|&x zXUEMn)|oO1D0m40kEEg@0R4)m6mAG+w|{~0e312CRY5(#9x?%|okF8qfx?+UNZ{{Z zk`x6rmIRXMtw1KANRygHNd!qi&XLo7}w&&XH#U%z#)m_+jp zgEv;{Y<+KkIUkgmd6t3M;B57uH3uZp1Uw2)boq!hPvAXbz;Jg$TTuQ6#uE~03@4aG zm=n%1C#Eo8k*l9%&ymjm6+;OXk;vd$@?2>`gkQUm}1 literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_west.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_not_cracked_west.png new file mode 100644 index 0000000000000000000000000000000000000000..02bcaf64c35be5b68d720d24cb6b3f84938670d8 GIT binary patch literal 269 zcmV+o0rLKdP)iZ_@I9UPk@?l)+Vb3-5R$@^i5WKjVEXY1LC7lI|VD&W$ zfXTh8JV<>qa}WL{2toBE0&Q>_5Z^43z*fQZy7Q0(F_;wq>&p6tm$FR2tUz#hIs(L< z1OSR;p&%Azhp0IKlgWAO)` literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_bottom.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cf7ab914ab79d4d82ff7e50dac016e9114a326 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`OFdm2Lo80eon*+@pdi5V(nRFi zH8ZtY5s?uYkF|Aj|Ndt-@!pj7k;Pu&q*}p-;yaDm&z{<>(&G5MJgB;lx%=+#1#5K< zr&;@@oA(6DIIVeC&F#QuyW*0?IYv3gjJmYw?nj~?0W2OfH-vq3V{1szTRe-G;p+m+ z_-84cZ>)CBZmMBQSXSg#n-$EoH2m6*ZwDBD6#iJr5NLdV9i2N literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_east.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_east.png new file mode 100644 index 0000000000000000000000000000000000000000..407c22d7bb4e1cc46b33a6f04bc5e69d90f0696e GIT binary patch literal 301 zcmV+|0n+}7P)Ra{Fj;8 zZ1tY@T2Hs8`Fo$=cR^M9JO|xYk^!CTI!N;}v&RK!a{W36Db_~JfIf>+gk%7WXt-a6 zEHDV5cOY&Cv+GYXONt-;PB1eTGvMU$X%itD>4gQkJ#U60u zJb>0w22gid1j0XHjp0iimOelW5=O+lRqFo&G>ciT%L|v_00000NkvXXu0mjf{MdTR literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_north.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_north.png new file mode 100644 index 0000000000000000000000000000000000000000..c2727c5271650a916d3ba7f37c53b50a5d5248f9 GIT binary patch literal 350 zcmV-k0iphhP)*wGiv^R8?$17VrDcI5b!R_eN4VQfCLzui>U?l4^h01dfuo~nNuzh z=EMa7Kev@z5QNMKb5a;leK@jBRP)GyF?1x>F(N_C5d4QY3ZtZQKCm?3$SJZMvt{O)9V5Ea@hke`%z@Zh}0uR z097C|^{y+YXQS%Yj_ZM&C#44v4-*aNG<6k2C_yC;XpSdtk2H}22vv!S%n?A6Sw?Mb zc>5a}qa2{UnfnwvBt^FXnR5V{nG_)0e-R`H(4>tYiZ$H|@&JrLn50R~QV|Gw0LBoY zL^4qA?L+{{#gm6H ZeF5{@WYpsqZ9M=0002ovPDHLkV1kEUYgqsQ literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_west.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_slightly_cracked_west.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc493b8ce7cca547162eaba3b5c45f7d41c1db6 GIT binary patch literal 312 zcmV-80muG{P)h9#KXaY{cyNu=+-hY9l4GfqMnd8V z+J{97_s?H}APX|jPFdp#RGmp6wk#2&U`C1s1;9iw;U0+!D1Qkos5PEI6Z^R5Ixdkw zjeJT_&^av~B!LA5H&-)X0IV$otAPR);NT|+w$%|J&Psv;0L6A+0#(j!qWYji#6Rbq z74RJFfdaHG7TtlW4@arMt_dDx8(>Ko^*&e7Tu)sD6Q1pwEdK$Ro?!$Q0@(Qg0000< KMNUMnLSTY!(smaB literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_bottom.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..9a778ca4c7311eacd8f1d27eca17cc9b4200d48f GIT binary patch literal 232 zcmVP)^PU8NoP1^`i&6#Q(OtUVy2;0oX(N0}s$ z11S;!7>_D?asbc|!}*q6Z9!9K7QZC#0!Wr>f8rYnYorCq2j+I4K>+CC=urXiWbIx9 i3;>r09r@D#tmgx9&-S!9>tJdC0000QSavIz3go`f2eq(F<4$1W^h2a6sAM&u=t z0FV+Jqp?*3Fwf`hKaykx-Q&_CxV4#w!DSup^@_n7RRz+dKmlZ=Cs|P>(8D@iBlF&Q z^@9=cs*wO#5Q6NDlsg@RwVxCSRy?eeHK(z9wPXc=0A8TbWJz@0kpRfUd;|2wH#ZV+ zMV#o%2cpWPK%4$_=BHxOKuLU${`NpXN`QoqEfV-mLBI;@q_v%;1=>&m3F|&t{tLVH VQlww92s{7)002ovPDHLkV1ksnj^+RW literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_north.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_north.png new file mode 100644 index 0000000000000000000000000000000000000000..f0cd9e32df81ee02b0ba19ac5199cfc8a68c261b GIT binary patch literal 365 zcmV-z0h0cSP)2=;=dm5q(1;0O4TSJuEf%(>UV zW+pRduk)B>uy}9Ui_iO_)7K`g=xcx4{v7YLZ<9$`)xZw`AsDZ}H?eM^fT#BgWB`EbHV|i9^Ldew)B+^|sm%gx z3ljshk^~S^S5TYT^E$?|?*X6+=t>wBs2%{S{rbJ0gLf(b1UeXk{23$82!0xmqY_(5 z07{a~r2QiSz%0OIX$JO0kW&WY)CI6NS$c)p-Bkp!S3tUe|AzPndRC7&nY?kE00000 LNkvXXu0mjf9HW*Y literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_south.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/sniffer_egg_very_cracked_south.png new file mode 100644 index 0000000000000000000000000000000000000000..3d03fd0547ca80c71c86fc9358115c95e3381cb0 GIT binary patch literal 353 zcmV-n0iOPeP) z?#}miW_Aa^i@k!r52xkg>%Lt5Je1S7F8lpq8?9AsO%+_c&%;|?l{!s&<)|>@q>&^hp4M1}SnEEydu^Rw3Og}d- z_k$Zj4FIFp<;k9EDSZ&C0E~TrP+csTx3LJy|#TwDc-pD+7450L(IakW!`a z2Dl!VS;dvNOax1U0jd;HW=S_SrSbDG_-E_Pr%?fjP5>#XaY&`koB?(4u z-@EskU=xPPvs3vgd3Xld&+M^HMz?ixua|v*GkT4iE~J_XAl$#iPS%k^I5++P00005T;DfYNtIx0u#emL)Q-v=!y z4qs^CHw|#;#@>0-74xFukky^!?{N%#DM|y11Xa-h--U%z9;NakL-Vn@kn+hBx-Oyu zB*`3lo`0q@Ou^^xx&Rk6ITo1{g@nW@xdy{i#sLz0*T&z6>(ySOcjW+07@N;NKk?wQ rUqS;+XF1+K6TBRzKVknP{;gSmB0hQ@-;k@E00000NkvXXu0mjfNYI7W literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_1.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_1.png new file mode 100644 index 0000000000000000000000000000000000000000..335e6ca24a798d5dc0b6160c8e3448706f9b2954 GIT binary patch literal 302 zcmV+}0nz@6P)NklFKj&a%~OU2vTSAnZTjVm z-DZG+Qy{X%1QtgvH2|lq>Ldy1)OFPh0P4dIP?>>jKr%pnO65eR1{;Y0?w9ih6n5(n z<uvujcC~@}L{N{Px51&`tMBi%y z%*1!Wnfiwdl0Au55XG{8{Y>=bG^v*Vh<|JJACJ#=d;~TsI{*Lx07*qoM6N<$f;nr4 AJ^%m! literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_2.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/suspicious_gravel_2.png new file mode 100644 index 0000000000000000000000000000000000000000..913c827e9713494064a5401812cd89d0f1612ccb GIT binary patch literal 302 zcmV+}0nz@6P)Nkl8;*I6qXYwV~>Az7>4MpJ`gav6u7y zzTc}_K%0C6j*S4V2EN2eJ^_vpEyCSSi=1&};C8cVXEb(qq+E4!g?fO1VdF+l zm>BGINONIu+V56%=xO)uHRDwm{(qWAy`lZ34+xE}CEEDZ8O``QX;&=lrPe*Q?%d zm$sH=sq-|oowIhuh-+7@E{~T>!{s#4Ye42M*xcdh_AqUwp0sUr)zSbwGY# ttq1wh_$c?TEx(HxWw(hMZ-X*>`w!8bXrfs|a4rA<002ovPDHLkV1n%^fxZ9$ literal 0 HcmV?d00001 diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/torchflower.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/torchflower.png index 4cf95e313abb903eede52cba56dd01a243a5231e..f1147007148edeb9de9191f578963af116d95f85 100644 GIT binary patch delta 240 zcmVv7FN%u5m}rfux&>gxAWatxMgGHRl5B?= z0@AopO#nr+TSVG_5C*A%sly6DieQGo#ME12|AR1!Mwm%33~AFS6Kw@nytu3WKeA?+ zJXU9eBw-3+hJXx!iGlcd{SHz9!ypa9u15b;+w(9qV}t>EfS?-!V#8>dW~^R74g;75 qbVKlZ0j3e%R+tz;&G-z$r49fH%*t_MWHP1z0000Pn!siN{ z21w{Jfi-hI_htCB(;F&^2`~&u)hz%!7o_RaviD%I7yB21X@6{h5lW)~kRh`#Phh-Y zDDwZ}*FOyLw?4qtxkaRbEs(#;1?J-fFohsPzyd&^-V*yCgki1(0Y+pF2t3sO#;|L} zEJm4VtN+}Z$_zDZN(`}Ojf^0TAbI&KoM3sdVjzGsKn8&{Kh*gS=HIMY3^t@)-<6@| z*FCV<*Xwr~o_{PohT?4$4oCx($pEtb&B3b-K~6RdhyK1t(G2n)EDXQ`FmHeY4n)HY zf*Hao#=-FY)ekVO^;ZWRfH1Xi7r+dGg@LfE(SMKzbVJ_mJ_pwW0w^310BHo#$hLxL q5J1-q0vG}?fNl^r%?u0-3;+>mqWrHs+FSqt002ovP6b4+LSTZ-a-(km diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/torchflower_crop_stage0.png b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/textures/block/torchflower_crop_stage0.png index fb5b081c37018698e98440e005e7ae21a8cb9abc..7c0907c9e7c56aef4bd71ff238b032bb84600124 100644 GIT binary patch delta 105 zcmV-v0G9v60fqsPBw_?-K}|sb0I`n?{9y$E002EnL_t(I%VS^|1*2d{0QHvG|5P)8 zD8oRCUA2uTmsW5>}mw2L3|LKXw4wS=roK?v@2km2x$ZWX=*KzahAcj00000 LNkvXXu0mjf)e|QY delta 153 zcmV;K0A~M&0mK22Bnkm@Qb$4nuFf3kks%X*Zb?KzR5(v#7zLwXXaMz=*#A%_R=@xgMW=1HD0zewMHI*6O9K6aPVz15c_4-|g@2`F^yxn~cLp_E7 zNHa(=rx*uV6O0A{5c|o}V<>vCx&Q=(U5(&Q#-fHik7R5(v#7zINCyuKg%AIiiEn4mOP z0MoqVKom|xuo{r(mjl*t_TgVJ|J1$TU|PK;_PZ>F%GaI5P)fjmihsB zH{koL9}I7IpM&cG0Td1hAR7eI1aif!y-%@f1_2BK5C9nhqLB>((aKNR8C0HffYnUe zGzF{|#Q;!PfWl$h^f}-#0NILc2+3Y}bMPwI0FXuyAleHc05b>#aQUBsfq?-4F=}@S Tw=d2b00000NkvXXu0mjflq7Ld