From 2e7d409115f469430b6d0a86e26b7d291e63b49a Mon Sep 17 00:00:00 2001 From: MarkinhosMLP <47507632+MarkinhosMLP@users.noreply.github.com> Date: Sat, 17 Apr 2021 18:32:03 -0300 Subject: [PATCH 1/2] Added decorations model e textures Added Computers, Laptops, Monitors, and some others --- .../models/item/custom/deco/TV/big.json | 6 + .../models/item/custom/deco/TV/dbig.json | 6 + .../models/item/custom/deco/TV/dmedium.json | 6 + .../models/item/custom/deco/TV/dsmall.json | 6 + .../models/item/custom/deco/TV/medium.json | 6 + .../models/item/custom/deco/TV/small.json | 6 + .../models/item/custom/deco/computer.json | 86 ++++++++ .../models/item/custom/deco/computer2.json | 99 +++++++++ .../models/item/custom/deco/dragon_lamp.json | 198 ++++++++++++++++++ .../models/item/custom/deco/laptop.json | 86 ++++++++ .../item/custom/deco/laptop/2/black.json | 6 + .../item/custom/deco/laptop/2/blue.json | 6 + .../item/custom/deco/laptop/2/brown.json | 6 + .../item/custom/deco/laptop/2/cyan.json | 6 + .../item/custom/deco/laptop/2/dragon.json | 7 + .../item/custom/deco/laptop/2/gray.json | 6 + .../item/custom/deco/laptop/2/green.json | 6 + .../item/custom/deco/laptop/2/lblue.json | 6 + .../item/custom/deco/laptop/2/lgray.json | 6 + .../item/custom/deco/laptop/2/lime.json | 6 + .../item/custom/deco/laptop/2/magenta.json | 6 + .../item/custom/deco/laptop/2/orange.json | 6 + .../item/custom/deco/laptop/2/pink.json | 6 + .../item/custom/deco/laptop/2/purple.json | 6 + .../models/item/custom/deco/laptop/2/red.json | 6 + .../item/custom/deco/laptop/2/white.json | 6 + .../item/custom/deco/laptop/2/yellow.json | 6 + .../models/item/custom/deco/laptop/black.json | 6 + .../models/item/custom/deco/laptop/blue.json | 6 + .../models/item/custom/deco/laptop/brown.json | 6 + .../models/item/custom/deco/laptop/cyan.json | 6 + .../item/custom/deco/laptop/dragon.json | 7 + .../models/item/custom/deco/laptop/gray.json | 6 + .../models/item/custom/deco/laptop/green.json | 6 + .../models/item/custom/deco/laptop/lblue.json | 6 + .../models/item/custom/deco/laptop/lgray.json | 6 + .../models/item/custom/deco/laptop/lime.json | 6 + .../item/custom/deco/laptop/magenta.json | 6 + .../item/custom/deco/laptop/orange.json | 6 + .../models/item/custom/deco/laptop/pink.json | 6 + .../item/custom/deco/laptop/purple.json | 6 + .../models/item/custom/deco/laptop/red.json | 6 + .../models/item/custom/deco/laptop/white.json | 6 + .../item/custom/deco/laptop/yellow.json | 6 + .../models/item/custom/deco/laptop2.json | 99 +++++++++ .../models/item/custom/deco/monitor.json | 184 ++++++++++++++++ .../item/custom/deco/monitor/2/black.json | 6 + .../item/custom/deco/monitor/2/dragon.json | 7 + .../item/custom/deco/monitor/2/gray.json | 6 + .../item/custom/deco/monitor/2/lgray.json | 6 + .../item/custom/deco/monitor/2/white.json | 6 + .../item/custom/deco/monitor/black.json | 6 + .../item/custom/deco/monitor/dragon.json | 7 + .../models/item/custom/deco/monitor/gray.json | 6 + .../item/custom/deco/monitor/lgray.json | 6 + .../item/custom/deco/monitor/white.json | 6 + .../models/item/custom/deco/monitor2.json | 184 ++++++++++++++++ .../item/custom/deco/paper_lantern.json | 117 +++++++++++ .../item/custom/deco/paperlantern/blue.json | 6 + .../item/custom/deco/paperlantern/green.json | 6 + .../item/custom/deco/paperlantern/orange.json | 6 + .../item/custom/deco/paperlantern/pink.json | 6 + .../item/custom/deco/paperlantern/purple.json | 6 + .../item/custom/deco/paperlantern/red.json | 6 + .../item/custom/deco/paperlantern/yellow.json | 6 + .../models/item/custom/deco/pc/2/black.json | 6 + .../models/item/custom/deco/pc/2/blue.json | 6 + .../models/item/custom/deco/pc/2/brown.json | 6 + .../models/item/custom/deco/pc/2/cyan.json | 6 + .../models/item/custom/deco/pc/2/dragon.json | 6 + .../models/item/custom/deco/pc/2/gray.json | 6 + .../models/item/custom/deco/pc/2/green.json | 6 + .../models/item/custom/deco/pc/2/lblue.json | 6 + .../models/item/custom/deco/pc/2/lgray.json | 6 + .../models/item/custom/deco/pc/2/lime.json | 6 + .../models/item/custom/deco/pc/2/magenta.json | 6 + .../models/item/custom/deco/pc/2/orange.json | 6 + .../models/item/custom/deco/pc/2/pink.json | 6 + .../models/item/custom/deco/pc/2/purple.json | 6 + .../models/item/custom/deco/pc/2/red.json | 6 + .../models/item/custom/deco/pc/2/white.json | 6 + .../models/item/custom/deco/pc/2/yellow.json | 6 + .../models/item/custom/deco/pc/black.json | 6 + .../models/item/custom/deco/pc/blue.json | 6 + .../models/item/custom/deco/pc/brown.json | 6 + .../models/item/custom/deco/pc/cyan.json | 6 + .../models/item/custom/deco/pc/dragon.json | 6 + .../models/item/custom/deco/pc/gray.json | 6 + .../models/item/custom/deco/pc/green.json | 6 + .../models/item/custom/deco/pc/lblue.json | 6 + .../models/item/custom/deco/pc/lgray.json | 6 + .../models/item/custom/deco/pc/lime.json | 6 + .../models/item/custom/deco/pc/magenta.json | 6 + .../models/item/custom/deco/pc/orange.json | 6 + .../models/item/custom/deco/pc/pink.json | 6 + .../models/item/custom/deco/pc/purple.json | 6 + .../models/item/custom/deco/pc/red.json | 6 + .../models/item/custom/deco/pc/white.json | 6 + .../models/item/custom/deco/pc/yellow.json | 6 + .../models/item/custom/deco/sink.json | 182 ++++++++++++++++ .../models/item/custom/deco/sink/black.json | 6 + .../models/item/custom/deco/sink/crystal.json | 6 + .../item/custom/deco/sink/dark_oak.json | 6 + .../models/item/custom/deco/sink/diamond.json | 6 + .../models/item/custom/deco/sink/gold.json | 6 + .../models/item/custom/deco/sink/oak.json | 6 + .../models/item/custom/deco/sink/spruce.json | 6 + .../item/custom/deco/standing_lamp.json | 174 +++++++++++++++ .../item/custom/deco/standing_lamp2.json | 187 +++++++++++++++++ .../item/custom/deco/standlamp/2/black.json | 6 + .../item/custom/deco/standlamp/2/blue.json | 6 + .../item/custom/deco/standlamp/2/dragon.json | 7 + .../item/custom/deco/standlamp/2/green.json | 6 + .../item/custom/deco/standlamp/2/orange.json | 6 + .../item/custom/deco/standlamp/2/pink.json | 6 + .../item/custom/deco/standlamp/2/purple.json | 6 + .../item/custom/deco/standlamp/2/red.json | 6 + .../item/custom/deco/standlamp/2/yellow.json | 6 + .../item/custom/deco/standlamp/black.json | 6 + .../item/custom/deco/standlamp/blue.json | 6 + .../item/custom/deco/standlamp/dragon.json | 7 + .../item/custom/deco/standlamp/green.json | 6 + .../item/custom/deco/standlamp/orange.json | 6 + .../item/custom/deco/standlamp/pink.json | 6 + .../item/custom/deco/standlamp/purple.json | 6 + .../item/custom/deco/standlamp/red.json | 6 + .../item/custom/deco/standlamp/yellow.json | 6 + .../models/item/custom/deco/stone_lamp.json | 183 ++++++++++++++++ .../item/custom/deco/stonelamp/andesite.json | 6 + .../item/custom/deco/stonelamp/diorite.json | 6 + .../item/custom/deco/stonelamp/end.json | 6 + .../item/custom/deco/stonelamp/granite.json | 6 + .../item/custom/deco/stonelamp/nether.json | 6 + .../item/custom/deco/stonelamp/obsidian.json | 6 + .../item/custom/deco/stonelamp/quartz.json | 6 + .../models/item/custom/deco/stove.json | 91 ++++++++ .../models/item/custom/deco/stove/black.json | 6 + .../item/custom/deco/stove/crystal.json | 6 + .../item/custom/deco/stove/diamond.json | 6 + .../models/item/custom/deco/stove/gold.json | 6 + .../models/item/custom/deco/stove/gray.json | 6 + .../item/custom/deco/stove/obsidian.json | 6 + .../models/item/custom/deco/stove/pink.json | 6 + .../models/item/custom/deco/table_lamp.json | 149 +++++++++++++ .../models/item/custom/deco/table_lamp2.json | 162 ++++++++++++++ .../item/custom/deco/tablelamp/2/black.json | 6 + .../item/custom/deco/tablelamp/2/blue.json | 6 + .../item/custom/deco/tablelamp/2/dragon.json | 7 + .../item/custom/deco/tablelamp/2/green.json | 6 + .../item/custom/deco/tablelamp/2/orange.json | 6 + .../item/custom/deco/tablelamp/2/pink.json | 6 + .../item/custom/deco/tablelamp/2/purple.json | 6 + .../item/custom/deco/tablelamp/2/red.json | 6 + .../item/custom/deco/tablelamp/2/yellow.json | 6 + .../item/custom/deco/tablelamp/black.json | 6 + .../item/custom/deco/tablelamp/blue.json | 6 + .../item/custom/deco/tablelamp/dragon.json | 7 + .../item/custom/deco/tablelamp/green.json | 6 + .../item/custom/deco/tablelamp/orange.json | 6 + .../item/custom/deco/tablelamp/pink.json | 6 + .../item/custom/deco/tablelamp/purple.json | 6 + .../item/custom/deco/tablelamp/red.json | 6 + .../item/custom/deco/tablelamp/yellow.json | 6 + .../models/item/custom/deco/toilet.json | 154 ++++++++++++++ .../models/item/custom/deco/toilet/black.json | 6 + .../models/item/custom/deco/toilet/dark.json | 6 + .../item/custom/deco/toilet/diamond.json | 6 + .../models/item/custom/deco/toilet/gold.json | 6 + .../item/custom/deco/toilet/spruce.json | 6 + .../minecraft/models/item/custom/deco/tv.json | 44 ++++ .../minecraft/textures/item/deco/dscreen.png | Bin 0 -> 413 bytes .../textures/item/deco/dscreen_e.png | Bin 0 -> 349 bytes .../textures/item/deco/lamp/big/black.png | Bin 0 -> 240 bytes .../textures/item/deco/lamp/big/blue.png | Bin 0 -> 283 bytes .../textures/item/deco/lamp/big/dragon.png | Bin 0 -> 313 bytes .../textures/item/deco/lamp/big/dragon_e.png | Bin 0 -> 253 bytes .../textures/item/deco/lamp/big/green.png | Bin 0 -> 261 bytes .../textures/item/deco/lamp/big/orange.png | Bin 0 -> 261 bytes .../textures/item/deco/lamp/big/pink.png | Bin 0 -> 261 bytes .../textures/item/deco/lamp/big/purple.png | Bin 0 -> 261 bytes .../textures/item/deco/lamp/big/red.png | Bin 0 -> 261 bytes .../textures/item/deco/lamp/big/stand.png | Bin 0 -> 368 bytes .../textures/item/deco/lamp/big/stand2.png | Bin 0 -> 586 bytes .../textures/item/deco/lamp/big/stand2_e.png | Bin 0 -> 430 bytes .../textures/item/deco/lamp/big/stand_e.png | Bin 0 -> 210 bytes .../textures/item/deco/lamp/big/white.png | Bin 0 -> 272 bytes .../textures/item/deco/lamp/big/yellow.png | Bin 0 -> 272 bytes .../textures/item/deco/lamp/paper/blue.png | Bin 0 -> 384 bytes .../textures/item/deco/lamp/paper/green.png | Bin 0 -> 379 bytes .../textures/item/deco/lamp/paper/orange.png | Bin 0 -> 379 bytes .../textures/item/deco/lamp/paper/pink.png | Bin 0 -> 379 bytes .../textures/item/deco/lamp/paper/purple.png | Bin 0 -> 381 bytes .../textures/item/deco/lamp/paper/red.png | Bin 0 -> 379 bytes .../textures/item/deco/lamp/paper/white.png | Bin 0 -> 380 bytes .../textures/item/deco/lamp/paper/yellow.png | Bin 0 -> 379 bytes .../textures/item/deco/lamp/small/black.png | Bin 0 -> 240 bytes .../textures/item/deco/lamp/small/blue.png | Bin 0 -> 280 bytes .../textures/item/deco/lamp/small/dragon.png | Bin 0 -> 347 bytes .../item/deco/lamp/small/dragon_e.png | Bin 0 -> 241 bytes .../textures/item/deco/lamp/small/green.png | Bin 0 -> 277 bytes .../textures/item/deco/lamp/small/orange.png | Bin 0 -> 269 bytes .../textures/item/deco/lamp/small/pink.png | Bin 0 -> 274 bytes .../textures/item/deco/lamp/small/purple.png | Bin 0 -> 273 bytes .../textures/item/deco/lamp/small/red.png | Bin 0 -> 287 bytes .../textures/item/deco/lamp/small/stand.png | Bin 0 -> 347 bytes .../textures/item/deco/lamp/small/stand2.png | Bin 0 -> 347 bytes .../textures/item/deco/lamp/small/stand_e.png | Bin 0 -> 206 bytes .../textures/item/deco/lamp/small/white.png | Bin 0 -> 272 bytes .../textures/item/deco/lamp/small/yellow.png | Bin 0 -> 268 bytes .../item/deco/lamp/stone/andesite.png | Bin 0 -> 670 bytes .../item/deco/lamp/stone/andesite_e.png | Bin 0 -> 131 bytes .../textures/item/deco/lamp/stone/diorite.png | Bin 0 -> 666 bytes .../item/deco/lamp/stone/diorite_e.png | Bin 0 -> 131 bytes .../item/deco/lamp/stone/dragon_lantern.png | Bin 0 -> 753 bytes .../item/deco/lamp/stone/dragon_lantern_e.png | Bin 0 -> 244 bytes .../textures/item/deco/lamp/stone/end.png | Bin 0 -> 617 bytes .../textures/item/deco/lamp/stone/end_e.png | Bin 0 -> 131 bytes .../textures/item/deco/lamp/stone/granite.png | Bin 0 -> 671 bytes .../item/deco/lamp/stone/granite_e.png | Bin 0 -> 131 bytes .../textures/item/deco/lamp/stone/iron.png | Bin 0 -> 589 bytes .../textures/item/deco/lamp/stone/iron_e.png | Bin 0 -> 131 bytes .../textures/item/deco/lamp/stone/nether.png | Bin 0 -> 455 bytes .../item/deco/lamp/stone/nether_e.png | Bin 0 -> 246 bytes .../item/deco/lamp/stone/obsidian.png | Bin 0 -> 545 bytes .../item/deco/lamp/stone/obsidian_e.png | Bin 0 -> 131 bytes .../textures/item/deco/lamp/stone/quartz.png | Bin 0 -> 538 bytes .../item/deco/lamp/stone/quartz_e.png | Bin 0 -> 131 bytes .../textures/item/deco/laptop/black.png | Bin 0 -> 494 bytes .../textures/item/deco/laptop/blue.png | Bin 0 -> 476 bytes .../textures/item/deco/laptop/brown.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/cyan.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/dragon.png | Bin 0 -> 733 bytes .../textures/item/deco/laptop/dragon_e.png | Bin 0 -> 553 bytes .../textures/item/deco/laptop/gray.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/green.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/laptop.png | Bin 0 -> 512 bytes .../textures/item/deco/laptop/lblue.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/lgray.png | Bin 0 -> 540 bytes .../textures/item/deco/laptop/lime.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/magenta.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/no.png | Bin 0 -> 120 bytes .../textures/item/deco/laptop/orange.png | Bin 0 -> 521 bytes .../textures/item/deco/laptop/pink.png | Bin 0 -> 535 bytes .../textures/item/deco/laptop/purple.png | Bin 0 -> 513 bytes .../textures/item/deco/laptop/red.png | Bin 0 -> 539 bytes .../textures/item/deco/laptop/white.png | Bin 0 -> 488 bytes .../textures/item/deco/laptop/yellow.png | Bin 0 -> 524 bytes .../textures/item/deco/monitor/black.png | Bin 0 -> 464 bytes .../textures/item/deco/monitor/dragon.png | Bin 0 -> 704 bytes .../textures/item/deco/monitor/dragon_e.png | Bin 0 -> 453 bytes .../textures/item/deco/monitor/gray.png | Bin 0 -> 471 bytes .../textures/item/deco/monitor/lgray.png | Bin 0 -> 471 bytes .../textures/item/deco/monitor/monitor.png | Bin 0 -> 718 bytes .../textures/item/deco/monitor/monitor_e.png | Bin 0 -> 379 bytes .../textures/item/deco/monitor/white.png | Bin 0 -> 473 bytes .../minecraft/textures/item/deco/pc/black.png | Bin 0 -> 506 bytes .../minecraft/textures/item/deco/pc/blue.png | Bin 0 -> 506 bytes .../minecraft/textures/item/deco/pc/brown.png | Bin 0 -> 602 bytes .../textures/item/deco/pc/computer.png | Bin 0 -> 515 bytes .../textures/item/deco/pc/computer_e.png | Bin 0 -> 285 bytes .../minecraft/textures/item/deco/pc/cyan.png | Bin 0 -> 506 bytes .../textures/item/deco/pc/dragon.png | Bin 0 -> 1603 bytes .../textures/item/deco/pc/dragon.png.mcmeta | 6 + .../textures/item/deco/pc/dragon_e.png | Bin 0 -> 1146 bytes .../textures/item/deco/pc/dragon_e.png.mcmeta | 6 + .../minecraft/textures/item/deco/pc/gray.png | Bin 0 -> 506 bytes .../minecraft/textures/item/deco/pc/green.png | Bin 0 -> 496 bytes .../minecraft/textures/item/deco/pc/lblue.png | Bin 0 -> 506 bytes .../minecraft/textures/item/deco/pc/lgray.png | Bin 0 -> 539 bytes .../minecraft/textures/item/deco/pc/lime.png | Bin 0 -> 506 bytes .../textures/item/deco/pc/magenta.png | Bin 0 -> 506 bytes .../textures/item/deco/pc/orange.png | Bin 0 -> 539 bytes .../minecraft/textures/item/deco/pc/pink.png | Bin 0 -> 583 bytes .../textures/item/deco/pc/purple.png | Bin 0 -> 585 bytes .../minecraft/textures/item/deco/pc/red.png | Bin 0 -> 557 bytes .../minecraft/textures/item/deco/pc/white.png | Bin 0 -> 589 bytes .../textures/item/deco/pc/yellow.png | Bin 0 -> 549 bytes .../minecraft/textures/item/deco/screen.png | Bin 0 -> 381 bytes .../minecraft/textures/item/deco/screen_e.png | Bin 0 -> 326 bytes .../textures/item/deco/sink/black.png | Bin 0 -> 1034 bytes .../textures/item/deco/sink/crystal.png | Bin 0 -> 1110 bytes .../textures/item/deco/sink/crystal_e.png | Bin 0 -> 715 bytes .../textures/item/deco/sink/diamond.png | Bin 0 -> 847 bytes .../textures/item/deco/sink/gold.png | Bin 0 -> 847 bytes .../textures/item/deco/sink/iron.png | Bin 0 -> 847 bytes .../textures/item/deco/sink/jungle.png | Bin 0 -> 1562 bytes .../minecraft/textures/item/deco/sink/oak.png | Bin 0 -> 1626 bytes .../textures/item/deco/sink/spruce.png | Bin 0 -> 1345 bytes .../textures/item/deco/stove/black.png | Bin 0 -> 618 bytes .../textures/item/deco/stove/crystal.png | Bin 0 -> 1179 bytes .../textures/item/deco/stove/crystal_e.png | Bin 0 -> 490 bytes .../textures/item/deco/stove/diamond.png | Bin 0 -> 615 bytes .../textures/item/deco/stove/gold.png | Bin 0 -> 653 bytes .../textures/item/deco/stove/gray.png | Bin 0 -> 639 bytes .../textures/item/deco/stove/obsidian.png | Bin 0 -> 979 bytes .../textures/item/deco/stove/obsidian_e.png | Bin 0 -> 460 bytes .../textures/item/deco/stove/pink.png | Bin 0 -> 676 bytes .../textures/item/deco/stove/white.png | Bin 0 -> 641 bytes .../textures/item/deco/toilet/black.png | Bin 0 -> 544 bytes .../textures/item/deco/toilet/dark.png | Bin 0 -> 699 bytes .../textures/item/deco/toilet/diamond.png | Bin 0 -> 793 bytes .../textures/item/deco/toilet/gold.png | Bin 0 -> 556 bytes .../textures/item/deco/toilet/spruce.png | Bin 0 -> 698 bytes .../textures/item/deco/toilet/water.png | Bin 0 -> 9154 bytes .../item/deco/toilet/water.png.mcmeta | 32 +++ .../textures/item/deco/toilet/white.png | Bin 0 -> 556 bytes .../minecraft/textures/item/deco/tv/big.png | Bin 0 -> 309 bytes .../minecraft/textures/item/deco/tv/dbig.png | Bin 0 -> 472 bytes .../textures/item/deco/tv/dbig_e.png | Bin 0 -> 416 bytes .../minecraft/textures/item/deco/tv/dmed.png | Bin 0 -> 322 bytes .../textures/item/deco/tv/dmed_e.png | Bin 0 -> 303 bytes .../minecraft/textures/item/deco/tv/dsma.png | Bin 0 -> 286 bytes .../textures/item/deco/tv/dsma_e.png | Bin 0 -> 268 bytes .../minecraft/textures/item/deco/tv/med.png | Bin 0 -> 276 bytes .../minecraft/textures/item/deco/tv/sma.png | Bin 0 -> 262 bytes 315 files changed, 3349 insertions(+) create mode 100644 assets/minecraft/models/item/custom/deco/TV/big.json create mode 100644 assets/minecraft/models/item/custom/deco/TV/dbig.json create mode 100644 assets/minecraft/models/item/custom/deco/TV/dmedium.json create mode 100644 assets/minecraft/models/item/custom/deco/TV/dsmall.json create mode 100644 assets/minecraft/models/item/custom/deco/TV/medium.json create mode 100644 assets/minecraft/models/item/custom/deco/TV/small.json create mode 100644 assets/minecraft/models/item/custom/deco/computer.json create mode 100644 assets/minecraft/models/item/custom/deco/computer2.json create mode 100644 assets/minecraft/models/item/custom/deco/dragon_lamp.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/black.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/brown.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/cyan.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/gray.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/green.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/lblue.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/lgray.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/lime.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/magenta.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/red.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/white.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/2/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/black.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/brown.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/cyan.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/gray.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/green.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/lblue.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/lgray.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/lime.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/magenta.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/red.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/white.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/laptop2.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/2/black.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/2/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/2/gray.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/2/lgray.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/2/white.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/black.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/gray.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/lgray.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor/white.json create mode 100644 assets/minecraft/models/item/custom/deco/monitor2.json create mode 100644 assets/minecraft/models/item/custom/deco/paper_lantern.json create mode 100644 assets/minecraft/models/item/custom/deco/paperlantern/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/paperlantern/green.json create mode 100644 assets/minecraft/models/item/custom/deco/paperlantern/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/paperlantern/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/paperlantern/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/paperlantern/red.json create mode 100644 assets/minecraft/models/item/custom/deco/paperlantern/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/black.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/brown.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/cyan.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/gray.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/green.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/lblue.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/lgray.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/lime.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/magenta.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/red.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/white.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/2/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/black.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/brown.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/cyan.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/gray.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/green.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/lblue.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/lgray.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/lime.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/magenta.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/red.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/white.json create mode 100644 assets/minecraft/models/item/custom/deco/pc/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/sink.json create mode 100644 assets/minecraft/models/item/custom/deco/sink/black.json create mode 100644 assets/minecraft/models/item/custom/deco/sink/crystal.json create mode 100644 assets/minecraft/models/item/custom/deco/sink/dark_oak.json create mode 100644 assets/minecraft/models/item/custom/deco/sink/diamond.json create mode 100644 assets/minecraft/models/item/custom/deco/sink/gold.json create mode 100644 assets/minecraft/models/item/custom/deco/sink/oak.json create mode 100644 assets/minecraft/models/item/custom/deco/sink/spruce.json create mode 100644 assets/minecraft/models/item/custom/deco/standing_lamp.json create mode 100644 assets/minecraft/models/item/custom/deco/standing_lamp2.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/black.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/green.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/red.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/2/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/black.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/green.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/red.json create mode 100644 assets/minecraft/models/item/custom/deco/standlamp/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/stone_lamp.json create mode 100644 assets/minecraft/models/item/custom/deco/stonelamp/andesite.json create mode 100644 assets/minecraft/models/item/custom/deco/stonelamp/diorite.json create mode 100644 assets/minecraft/models/item/custom/deco/stonelamp/end.json create mode 100644 assets/minecraft/models/item/custom/deco/stonelamp/granite.json create mode 100644 assets/minecraft/models/item/custom/deco/stonelamp/nether.json create mode 100644 assets/minecraft/models/item/custom/deco/stonelamp/obsidian.json create mode 100644 assets/minecraft/models/item/custom/deco/stonelamp/quartz.json create mode 100644 assets/minecraft/models/item/custom/deco/stove.json create mode 100644 assets/minecraft/models/item/custom/deco/stove/black.json create mode 100644 assets/minecraft/models/item/custom/deco/stove/crystal.json create mode 100644 assets/minecraft/models/item/custom/deco/stove/diamond.json create mode 100644 assets/minecraft/models/item/custom/deco/stove/gold.json create mode 100644 assets/minecraft/models/item/custom/deco/stove/gray.json create mode 100644 assets/minecraft/models/item/custom/deco/stove/obsidian.json create mode 100644 assets/minecraft/models/item/custom/deco/stove/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/table_lamp.json create mode 100644 assets/minecraft/models/item/custom/deco/table_lamp2.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/black.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/green.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/red.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/2/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/black.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/blue.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/dragon.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/green.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/orange.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/pink.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/purple.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/red.json create mode 100644 assets/minecraft/models/item/custom/deco/tablelamp/yellow.json create mode 100644 assets/minecraft/models/item/custom/deco/toilet.json create mode 100644 assets/minecraft/models/item/custom/deco/toilet/black.json create mode 100644 assets/minecraft/models/item/custom/deco/toilet/dark.json create mode 100644 assets/minecraft/models/item/custom/deco/toilet/diamond.json create mode 100644 assets/minecraft/models/item/custom/deco/toilet/gold.json create mode 100644 assets/minecraft/models/item/custom/deco/toilet/spruce.json create mode 100644 assets/minecraft/models/item/custom/deco/tv.json create mode 100644 assets/minecraft/textures/item/deco/dscreen.png create mode 100644 assets/minecraft/textures/item/deco/dscreen_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/black.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/blue.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/dragon.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/dragon_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/green.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/orange.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/pink.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/purple.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/red.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/stand.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/stand2.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/stand2_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/stand_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/white.png create mode 100644 assets/minecraft/textures/item/deco/lamp/big/yellow.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/blue.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/green.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/orange.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/pink.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/purple.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/red.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/white.png create mode 100644 assets/minecraft/textures/item/deco/lamp/paper/yellow.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/black.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/blue.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/dragon.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/dragon_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/green.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/orange.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/pink.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/purple.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/red.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/stand.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/stand2.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/stand_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/white.png create mode 100644 assets/minecraft/textures/item/deco/lamp/small/yellow.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/andesite.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/andesite_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/diorite.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/diorite_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/dragon_lantern.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/dragon_lantern_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/end.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/end_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/granite.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/granite_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/iron.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/iron_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/nether.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/nether_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/obsidian.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/obsidian_e.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/quartz.png create mode 100644 assets/minecraft/textures/item/deco/lamp/stone/quartz_e.png create mode 100644 assets/minecraft/textures/item/deco/laptop/black.png create mode 100644 assets/minecraft/textures/item/deco/laptop/blue.png create mode 100644 assets/minecraft/textures/item/deco/laptop/brown.png create mode 100644 assets/minecraft/textures/item/deco/laptop/cyan.png create mode 100644 assets/minecraft/textures/item/deco/laptop/dragon.png create mode 100644 assets/minecraft/textures/item/deco/laptop/dragon_e.png create mode 100644 assets/minecraft/textures/item/deco/laptop/gray.png create mode 100644 assets/minecraft/textures/item/deco/laptop/green.png create mode 100644 assets/minecraft/textures/item/deco/laptop/laptop.png create mode 100644 assets/minecraft/textures/item/deco/laptop/lblue.png create mode 100644 assets/minecraft/textures/item/deco/laptop/lgray.png create mode 100644 assets/minecraft/textures/item/deco/laptop/lime.png create mode 100644 assets/minecraft/textures/item/deco/laptop/magenta.png create mode 100644 assets/minecraft/textures/item/deco/laptop/no.png create mode 100644 assets/minecraft/textures/item/deco/laptop/orange.png create mode 100644 assets/minecraft/textures/item/deco/laptop/pink.png create mode 100644 assets/minecraft/textures/item/deco/laptop/purple.png create mode 100644 assets/minecraft/textures/item/deco/laptop/red.png create mode 100644 assets/minecraft/textures/item/deco/laptop/white.png create mode 100644 assets/minecraft/textures/item/deco/laptop/yellow.png create mode 100644 assets/minecraft/textures/item/deco/monitor/black.png create mode 100644 assets/minecraft/textures/item/deco/monitor/dragon.png create mode 100644 assets/minecraft/textures/item/deco/monitor/dragon_e.png create mode 100644 assets/minecraft/textures/item/deco/monitor/gray.png create mode 100644 assets/minecraft/textures/item/deco/monitor/lgray.png create mode 100644 assets/minecraft/textures/item/deco/monitor/monitor.png create mode 100644 assets/minecraft/textures/item/deco/monitor/monitor_e.png create mode 100644 assets/minecraft/textures/item/deco/monitor/white.png create mode 100644 assets/minecraft/textures/item/deco/pc/black.png create mode 100644 assets/minecraft/textures/item/deco/pc/blue.png create mode 100644 assets/minecraft/textures/item/deco/pc/brown.png create mode 100644 assets/minecraft/textures/item/deco/pc/computer.png create mode 100644 assets/minecraft/textures/item/deco/pc/computer_e.png create mode 100644 assets/minecraft/textures/item/deco/pc/cyan.png create mode 100644 assets/minecraft/textures/item/deco/pc/dragon.png create mode 100644 assets/minecraft/textures/item/deco/pc/dragon.png.mcmeta create mode 100644 assets/minecraft/textures/item/deco/pc/dragon_e.png create mode 100644 assets/minecraft/textures/item/deco/pc/dragon_e.png.mcmeta create mode 100644 assets/minecraft/textures/item/deco/pc/gray.png create mode 100644 assets/minecraft/textures/item/deco/pc/green.png create mode 100644 assets/minecraft/textures/item/deco/pc/lblue.png create mode 100644 assets/minecraft/textures/item/deco/pc/lgray.png create mode 100644 assets/minecraft/textures/item/deco/pc/lime.png create mode 100644 assets/minecraft/textures/item/deco/pc/magenta.png create mode 100644 assets/minecraft/textures/item/deco/pc/orange.png create mode 100644 assets/minecraft/textures/item/deco/pc/pink.png create mode 100644 assets/minecraft/textures/item/deco/pc/purple.png create mode 100644 assets/minecraft/textures/item/deco/pc/red.png create mode 100644 assets/minecraft/textures/item/deco/pc/white.png create mode 100644 assets/minecraft/textures/item/deco/pc/yellow.png create mode 100644 assets/minecraft/textures/item/deco/screen.png create mode 100644 assets/minecraft/textures/item/deco/screen_e.png create mode 100644 assets/minecraft/textures/item/deco/sink/black.png create mode 100644 assets/minecraft/textures/item/deco/sink/crystal.png create mode 100644 assets/minecraft/textures/item/deco/sink/crystal_e.png create mode 100644 assets/minecraft/textures/item/deco/sink/diamond.png create mode 100644 assets/minecraft/textures/item/deco/sink/gold.png create mode 100644 assets/minecraft/textures/item/deco/sink/iron.png create mode 100644 assets/minecraft/textures/item/deco/sink/jungle.png create mode 100644 assets/minecraft/textures/item/deco/sink/oak.png create mode 100644 assets/minecraft/textures/item/deco/sink/spruce.png create mode 100644 assets/minecraft/textures/item/deco/stove/black.png create mode 100644 assets/minecraft/textures/item/deco/stove/crystal.png create mode 100644 assets/minecraft/textures/item/deco/stove/crystal_e.png create mode 100644 assets/minecraft/textures/item/deco/stove/diamond.png create mode 100644 assets/minecraft/textures/item/deco/stove/gold.png create mode 100644 assets/minecraft/textures/item/deco/stove/gray.png create mode 100644 assets/minecraft/textures/item/deco/stove/obsidian.png create mode 100644 assets/minecraft/textures/item/deco/stove/obsidian_e.png create mode 100644 assets/minecraft/textures/item/deco/stove/pink.png create mode 100644 assets/minecraft/textures/item/deco/stove/white.png create mode 100644 assets/minecraft/textures/item/deco/toilet/black.png create mode 100644 assets/minecraft/textures/item/deco/toilet/dark.png create mode 100644 assets/minecraft/textures/item/deco/toilet/diamond.png create mode 100644 assets/minecraft/textures/item/deco/toilet/gold.png create mode 100644 assets/minecraft/textures/item/deco/toilet/spruce.png create mode 100644 assets/minecraft/textures/item/deco/toilet/water.png create mode 100644 assets/minecraft/textures/item/deco/toilet/water.png.mcmeta create mode 100644 assets/minecraft/textures/item/deco/toilet/white.png create mode 100644 assets/minecraft/textures/item/deco/tv/big.png create mode 100644 assets/minecraft/textures/item/deco/tv/dbig.png create mode 100644 assets/minecraft/textures/item/deco/tv/dbig_e.png create mode 100644 assets/minecraft/textures/item/deco/tv/dmed.png create mode 100644 assets/minecraft/textures/item/deco/tv/dmed_e.png create mode 100644 assets/minecraft/textures/item/deco/tv/dsma.png create mode 100644 assets/minecraft/textures/item/deco/tv/dsma_e.png create mode 100644 assets/minecraft/textures/item/deco/tv/med.png create mode 100644 assets/minecraft/textures/item/deco/tv/sma.png diff --git a/assets/minecraft/models/item/custom/deco/TV/big.json b/assets/minecraft/models/item/custom/deco/TV/big.json new file mode 100644 index 0000000..3cdac7f --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/TV/big.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/tv", + "textures": { + "layer0": "item/deco/tv/big" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/TV/dbig.json b/assets/minecraft/models/item/custom/deco/TV/dbig.json new file mode 100644 index 0000000..c5de3c1 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/TV/dbig.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/tv", + "textures": { + "layer0": "item/deco/tv/dbig" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/TV/dmedium.json b/assets/minecraft/models/item/custom/deco/TV/dmedium.json new file mode 100644 index 0000000..a83c4de --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/TV/dmedium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/tv", + "textures": { + "layer0": "item/deco/tv/dmed" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/TV/dsmall.json b/assets/minecraft/models/item/custom/deco/TV/dsmall.json new file mode 100644 index 0000000..6090a92 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/TV/dsmall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/tv", + "textures": { + "layer0": "item/deco/tv/dsma" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/TV/medium.json b/assets/minecraft/models/item/custom/deco/TV/medium.json new file mode 100644 index 0000000..24a30e5 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/TV/medium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/tv", + "textures": { + "layer0": "item/deco/tv/med" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/TV/small.json b/assets/minecraft/models/item/custom/deco/TV/small.json new file mode 100644 index 0000000..7237da7 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/TV/small.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/tv", + "textures": { + "layer0": "item/deco/tv/sma" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/computer.json b/assets/minecraft/models/item/custom/deco/computer.json new file mode 100644 index 0000000..e25e54c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/computer.json @@ -0,0 +1,86 @@ +{ + "texture_size": [64, 64], + "textures": { + "0": "item/deco/pc/computer" + }, + "elements": [ + { + "name": "Box1", + "from": [2, 0, 0], + "to": [14, 16, 15.5], + "faces": { + "north": {"uv": [11.025, 4.025, 13.975, 7.975], "texture": "#0"}, + "east": {"uv": [7.025, 4.025, 10.875, 7.975], "texture": "#0"}, + "south": {"uv": [4.025, 4.025, 6.975, 7.975], "texture": "#0"}, + "west": {"uv": [0.025, 4.025, 3.725, 7.975], "texture": "#0"}, + "up": {"uv": [4.025, 0.025, 6.975, 3.725], "texture": "#0"}, + "down": {"uv": [7.025, 0.025, 9.975, 3.875], "texture": "#0"} + } + }, + { + "name": "Box2", + "from": [2, 0, 15.5], + "to": [14, 5, 16], + "faces": { + "north": {"uv": [4.025, 6.775, 6.975, 7.975], "texture": "#0"}, + "east": {"uv": [6.775, 6.775, 6.875, 7.975], "texture": "#0"}, + "south": {"uv": [4.025, 6.775, 6.975, 7.975], "texture": "#0"}, + "west": {"uv": [4.025, 6.775, 4.125, 7.975], "texture": "#0"}, + "up": {"uv": [4, 6.75, 7, 7], "texture": "#0"}, + "down": {"uv": [4.025, 7.775, 6.975, 7.875], "texture": "#0"} + } + }, + { + "name": "Box2", + "from": [2, 11, 15.5], + "to": [14, 16, 16], + "faces": { + "north": {"uv": [4.025, 4.025, 6.975, 5.225], "texture": "#0"}, + "east": {"uv": [6.775, 4.025, 6.875, 5.225], "texture": "#0"}, + "south": {"uv": [4.025, 4.025, 6.975, 5.225], "texture": "#0"}, + "west": {"uv": [4.025, 4.025, 4.125, 5.225], "texture": "#0"}, + "up": {"uv": [4.025, 4.025, 6.975, 4.125], "texture": "#0"}, + "down": {"uv": [4.025, 5.025, 6.975, 5.125], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -115, 0], + "translation": [1.5, 2.25, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -115, 0], + "translation": [1.5, 2.25, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -75, 0], + "translation": [1.25, 0, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -75, 0], + "translation": [1.25, 0, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [20, 45, 0], + "scale": [0.7, 0.7, 0.7] + }, + "head": { + "rotation": [0, -180, 0], + "translation": [0, 15, 0] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, -15], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/computer2.json b/assets/minecraft/models/item/custom/deco/computer2.json new file mode 100644 index 0000000..013c33c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/computer2.json @@ -0,0 +1,99 @@ +{ + "texture_size": [64, 64], + "textures": { + "0": "item/deco/pc/computer" + }, + "elements": [ + { + "name": "Box1", + "from": [2, 0, 0], + "to": [14, 16, 15.5], + "faces": { + "north": {"uv": [11.025, 4.025, 13.975, 7.975], "texture": "#0"}, + "east": {"uv": [7.025, 4.025, 10.875, 7.975], "texture": "#0"}, + "south": {"uv": [4.025, 4.025, 6.975, 7.975], "texture": "#0"}, + "west": {"uv": [0.025, 4.025, 3.725, 7.975], "texture": "#0"}, + "up": {"uv": [4.025, 0.025, 6.975, 3.725], "texture": "#0"}, + "down": {"uv": [7.025, 0.025, 9.975, 3.875], "texture": "#0"} + } + }, + { + "name": "Box1", + "from": [2, -1, 0], + "to": [14, 0, 15.5], + "faces": { + "north": {"uv": [11, 7.75, 14, 8], "texture": "#0"}, + "east": {"uv": [7, 7.75, 10.875, 8], "texture": "#0"}, + "south": {"uv": [4, 7.75, 7, 8], "texture": "#0"}, + "west": {"uv": [0, 7.75, 3.875, 8], "texture": "#0"}, + "up": {"uv": [7, 0, 10, 3.875], "texture": "#0"}, + "down": {"uv": [7, 0, 10, 3.875], "texture": "#0"} + } + }, + { + "name": "Box2", + "from": [2, 0, 15.5], + "to": [14, 5, 16], + "faces": { + "north": {"uv": [4.025, 6.775, 6.975, 7.975], "texture": "#0"}, + "east": {"uv": [6.775, 6.775, 6.875, 7.975], "texture": "#0"}, + "south": {"uv": [4.025, 6.775, 6.975, 7.975], "texture": "#0"}, + "west": {"uv": [4.025, 6.775, 4.125, 7.975], "texture": "#0"}, + "up": {"uv": [4, 6.75, 7, 7], "texture": "#0"}, + "down": {"uv": [4.025, 7.775, 6.975, 7.875], "texture": "#0"} + } + }, + { + "name": "Box2", + "from": [2, 11, 15.5], + "to": [14, 16, 16], + "faces": { + "north": {"uv": [4.025, 4.025, 6.975, 5.225], "texture": "#0"}, + "east": {"uv": [6.775, 4.025, 6.875, 5.225], "texture": "#0"}, + "south": {"uv": [4.025, 4.025, 6.975, 5.225], "texture": "#0"}, + "west": {"uv": [4.025, 4.025, 4.125, 5.225], "texture": "#0"}, + "up": {"uv": [4.025, 4.025, 6.975, 4.125], "texture": "#0"}, + "down": {"uv": [4.025, 5.025, 6.975, 5.125], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -115, 0], + "translation": [1.5, 2.25, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, -115, 0], + "translation": [1.5, 2.25, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -75, 0], + "translation": [1.25, 0, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, -75, 0], + "translation": [1.25, 0, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [20, 45, 0], + "scale": [0.7, 0.7, 0.7] + }, + "head": { + "rotation": [0, -180, 0], + "translation": [0, 15, 0] + }, + "fixed": { + "rotation": [-90, 180, 0], + "translation": [0, 0, -16.5], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/dragon_lamp.json b/assets/minecraft/models/item/custom/deco/dragon_lamp.json new file mode 100644 index 0000000..0d155dc --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/dragon_lamp.json @@ -0,0 +1,198 @@ +{ + "textures": { + "particle": "item/deco/lamp/stone/dragon_lantern", + "texture": "item/deco/lamp/stone/dragon_lantern" + }, + "elements": [ + { + "name": "roof1", + "from": [-2, 13, -2], + "to": [18, 16, 18], + "faces": { + "north": {"uv": [0.1, 6.75, 4.9, 7.5], "texture": "#texture"}, + "east": {"uv": [0.1, 6.75, 4.9, 7.5], "texture": "#texture"}, + "south": {"uv": [0.1, 6.75, 4.9, 7.5], "texture": "#texture"}, + "west": {"uv": [0.1, 6.75, 4.9, 7.5], "texture": "#texture"}, + "up": {"uv": [0.1, 0.1, 4.9, 4.9], "texture": "#texture"}, + "down": {"uv": [5.1, 0.1, 9.9, 4.9], "texture": "#texture"} + } + }, + { + "name": "body", + "from": [0, 3, 0], + "to": [16, 13, 16], + "faces": { + "north": {"uv": [10.25, 0.1, 14.25, 2.5], "texture": "#texture"}, + "east": {"uv": [10.25, 0.1, 14.25, 2.5], "texture": "#texture"}, + "south": {"uv": [10.25, 0.1, 14.25, 2.5], "texture": "#texture"}, + "west": {"uv": [10.25, 0.1, 14.25, 2.5], "texture": "#texture"}, + "up": {"uv": [10.25, 2.75, 14.25, 6.75], "texture": "#texture"}, + "down": {"uv": [10.25, 2.75, 14.25, 6.75], "texture": "#texture"} + } + }, + { + "name": "windowns", + "from": [2, 3, -1], + "to": [14, 13, 17], + "faces": { + "north": {"uv": [10.75, 0.1, 13.75, 2.5], "texture": "#texture"}, + "east": {"uv": [10.1, 0.1, 14.5, 2.5], "texture": "#texture"}, + "south": {"uv": [10.75, 0.1, 13.75, 2.5], "texture": "#texture"}, + "west": {"uv": [10.1, 0.1, 14.5, 2.5], "texture": "#texture"}, + "up": {"uv": [10.75, 2.5, 13.75, 6.9], "texture": "#texture"}, + "down": {"uv": [10.75, 2.5, 13.75, 7.25], "texture": "#texture"} + } + }, + { + "name": "windowew", + "from": [-1, 3, 2], + "to": [17, 13, 14], + "faces": { + "north": {"uv": [10.1, 0.1, 14.5, 2.5], "texture": "#texture"}, + "east": {"uv": [10.75, 0.1, 13.75, 2.5], "texture": "#texture"}, + "south": {"uv": [10.1, 0.1, 14.5, 2.5], "texture": "#texture"}, + "west": {"uv": [10.75, 0.1, 13.75, 2.5], "texture": "#texture"}, + "up": {"uv": [10.1, 3.25, 14.5, 6.25], "texture": "#texture"}, + "down": {"uv": [10.1, 3.25, 14.5, 6.25], "texture": "#texture"} + } + }, + { + "name": "base", + "from": [-2, 0, -2], + "to": [18, 3, 18], + "faces": { + "north": {"uv": [0.1, 6.1, 4.9, 6.75], "texture": "#texture"}, + "east": {"uv": [0.1, 6.1, 4.9, 6.75], "texture": "#texture"}, + "south": {"uv": [0.1, 6.1, 4.9, 6.75], "texture": "#texture"}, + "west": {"uv": [0.1, 6.1, 4.9, 6.75], "texture": "#texture"}, + "up": {"uv": [0.1, 0.1, 4.9, 4.9], "texture": "#texture"}, + "down": {"uv": [5.1, 0.1, 9.9, 4.9], "texture": "#texture"} + } + }, + { + "name": "roof2", + "from": [1.75, 15.75, 1.75], + "to": [14.25, 18.25, 14.25], + "faces": { + "north": {"uv": [1.1, 5.5, 3.9, 5.9], "texture": "#texture"}, + "east": {"uv": [1.1, 5.5, 3.9, 5.9], "texture": "#texture"}, + "south": {"uv": [1.1, 5.5, 3.9, 5.9], "texture": "#texture"}, + "west": {"uv": [1.1, 5.5, 3.9, 5.9], "texture": "#texture"}, + "up": {"uv": [1.1, 1.1, 3.9, 3.9], "texture": "#texture"}, + "down": {"uv": [6.1, 1.1, 8.9, 3.9], "texture": "#texture"} + } + }, + { + "name": "roof3", + "from": [4, 18, 4], + "to": [12, 20.5, 12], + "faces": { + "north": {"uv": [1.5, 4.75, 3.5, 5.5], "texture": "#texture"}, + "east": {"uv": [1.5, 4.75, 3.5, 5.5], "texture": "#texture"}, + "south": {"uv": [1.5, 4.75, 3.5, 5.5], "texture": "#texture"}, + "west": {"uv": [1.5, 4.75, 3.5, 5.5], "texture": "#texture"}, + "up": {"uv": [1.5, 1.5, 3.5, 3.5], "texture": "#texture"}, + "down": {"uv": [6.5, 1.5, 8.5, 3.5], "texture": "#texture"} + } + }, + { + "name": "dotsw", + "from": [-1, 16, 15], + "to": [1, 19, 17], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "east": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "south": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "west": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "up": {"uv": [1.1, 5.5, 1.5, 5.9], "texture": "#texture"}, + "down": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"} + } + }, + { + "name": "dotnw", + "from": [-1, 16, -1], + "to": [1, 19, 1], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "east": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "south": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "west": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "up": {"uv": [1.1, 5.5, 1.5, 5.9], "texture": "#texture"}, + "down": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"} + } + }, + { + "name": "dotne", + "from": [15, 16, -1], + "to": [17, 19, 1], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "east": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "south": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "west": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "up": {"uv": [1.1, 5.5, 1.5, 5.9], "texture": "#texture"}, + "down": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"} + } + }, + { + "name": "dotse", + "from": [15, 16, 15], + "to": [17, 19, 17], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "east": {"uv": [4.25, 5.5, 4.75, 5.9], "texture": "#texture"}, + "south": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "west": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "up": {"uv": [3.5, 5.5, 3.9, 5.9], "texture": "#texture"}, + "down": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"} + } + }, + { + "name": "dotstop", + "from": [7, 20, 7], + "to": [9, 22.25, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 0]}, + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "east": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "south": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "west": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"}, + "up": {"uv": [1.1, 5.5, 1.5, 5.9], "texture": "#texture"}, + "down": {"uv": [0.25, 5.5, 0.75, 5.9], "texture": "#texture"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, 18], + "scale": [2.01, 2.01, 2.01] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop.json b/assets/minecraft/models/item/custom/deco/laptop.json new file mode 100644 index 0000000..d908077 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop.json @@ -0,0 +1,86 @@ +{ + "textures": { + "0": "item/deco/laptop/laptop", + "1": "item/deco/screen" + }, + "elements": [ + { + "name": "Cube1", + "from": [1.75, -0.25, 4.75], + "to": [14.25, 1.25, 13.25], + "faces": { + "north": {"uv": [0.525, 6.025, 6.475, 6.475], "texture": "#0"}, + "east": {"uv": [6.525, 6.525, 6.975, 10.475], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.525, 10.525, 6.475, 10.975], "texture": "#0"}, + "west": {"uv": [0.025, 6.525, 0.475, 10.475], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0.525, 6.525, 6.475, 10.475], "texture": "#0"}, + "down": {"uv": [7.025, 6.525, 12.975, 10.475], "texture": "#0"} + } + }, + { + "name": "Cube2", + "from": [1.75, 0, 3.9999], + "to": [14.25, 9.5, 5.4999], + "rotation": {"angle": -22.5, "axis": "x", "origin": [2, 0.5, 5]}, + "faces": { + "north": {"uv": [7.025, 0.525, 12.975, 4.975], "texture": "#0"}, + "east": {"uv": [6.525, 0.525, 6.975, 4.975], "texture": "#0"}, + "south": {"uv": [0.525, 0.525, 6.475, 4.975], "texture": "#0"}, + "west": {"uv": [0.025, 0.525, 0.475, 4.975], "texture": "#0"}, + "up": {"uv": [0.525, 0.025, 6.475, 0.475], "texture": "#0"}, + "down": {"uv": [0.525, 5.025, 6.475, 5.475], "texture": "#0"} + } + }, + { + "name": "screen", + "from": [2.75, 1, 5.3], + "to": [13.25, 8.5, 5.55], + "rotation": {"angle": -22.5, "axis": "x", "origin": [2, 0.5, 5]}, + "faces": { + "north": {"uv": [0, 9, 10, 16], "texture": "#1"}, + "east": {"uv": [9, 9, 10, 16], "texture": "#1"}, + "south": {"uv": [0, 9, 10, 16], "texture": "#1"}, + "west": {"uv": [0, 9, 1, 16], "texture": "#1"}, + "up": {"uv": [0, 9, 10, 10], "texture": "#1"}, + "down": {"uv": [0, 15, 10, 16], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -57.5, 0], + "translation": [0, 1.9, 2.35], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -57.5, 0], + "translation": [0, 2, 2.35], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [22, 0, 0], + "translation": [8.75, 3, -2.5] + }, + "firstperson_lefthand": { + "rotation": [22, 0, 0], + "translation": [8.75, 3, -2.5] + }, + "ground": { + "translation": [0, 4, 0], + "scale": [0.75, 0.75, 0.75] + }, + "gui": { + "rotation": [30, -30, 5], + "translation": [-0.75, 2.75, 0] + }, + "head": { + "rotation": [-20, -180, 0], + "translation": [0, -10.5, -9.75] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, -14], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/black.json b/assets/minecraft/models/item/custom/deco/laptop/2/black.json new file mode 100644 index 0000000..b0de986 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/blue.json b/assets/minecraft/models/item/custom/deco/laptop/2/blue.json new file mode 100644 index 0000000..e1742b2 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/brown.json b/assets/minecraft/models/item/custom/deco/laptop/2/brown.json new file mode 100644 index 0000000..fd2c297 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/brown" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/cyan.json b/assets/minecraft/models/item/custom/deco/laptop/2/cyan.json new file mode 100644 index 0000000..5a5d96e --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/cyan" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/dragon.json b/assets/minecraft/models/item/custom/deco/laptop/2/dragon.json new file mode 100644 index 0000000..380d5a2 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/dragon", + "1": "item/deco/dscreen" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/gray.json b/assets/minecraft/models/item/custom/deco/laptop/2/gray.json new file mode 100644 index 0000000..9858de7 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/gray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/green.json b/assets/minecraft/models/item/custom/deco/laptop/2/green.json new file mode 100644 index 0000000..1bb14e6 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/lblue.json b/assets/minecraft/models/item/custom/deco/laptop/2/lblue.json new file mode 100644 index 0000000..8a6fb09 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/lblue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/lblue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/lgray.json b/assets/minecraft/models/item/custom/deco/laptop/2/lgray.json new file mode 100644 index 0000000..e0d64a0 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/lgray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/lgray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/lime.json b/assets/minecraft/models/item/custom/deco/laptop/2/lime.json new file mode 100644 index 0000000..9cc6b0f --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/lime" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/magenta.json b/assets/minecraft/models/item/custom/deco/laptop/2/magenta.json new file mode 100644 index 0000000..fcd331e --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/magenta" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/orange.json b/assets/minecraft/models/item/custom/deco/laptop/2/orange.json new file mode 100644 index 0000000..1f2d101 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/pink.json b/assets/minecraft/models/item/custom/deco/laptop/2/pink.json new file mode 100644 index 0000000..bbd92b2 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/purple.json b/assets/minecraft/models/item/custom/deco/laptop/2/purple.json new file mode 100644 index 0000000..1e371f1 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/red.json b/assets/minecraft/models/item/custom/deco/laptop/2/red.json new file mode 100644 index 0000000..63dc076 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/white.json b/assets/minecraft/models/item/custom/deco/laptop/2/white.json new file mode 100644 index 0000000..11ad64d --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/white" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/2/yellow.json b/assets/minecraft/models/item/custom/deco/laptop/2/yellow.json new file mode 100644 index 0000000..9ea4691 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/2/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop2", + "textures": { + "0": "item/deco/laptop/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/black.json b/assets/minecraft/models/item/custom/deco/laptop/black.json new file mode 100644 index 0000000..a146821 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/blue.json b/assets/minecraft/models/item/custom/deco/laptop/blue.json new file mode 100644 index 0000000..d5b2e47 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/brown.json b/assets/minecraft/models/item/custom/deco/laptop/brown.json new file mode 100644 index 0000000..b6b17d8 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/brown" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/cyan.json b/assets/minecraft/models/item/custom/deco/laptop/cyan.json new file mode 100644 index 0000000..1faf4cb --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/cyan" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/dragon.json b/assets/minecraft/models/item/custom/deco/laptop/dragon.json new file mode 100644 index 0000000..18662e4 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/dragon", + "1": "item/deco/dscreen" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/gray.json b/assets/minecraft/models/item/custom/deco/laptop/gray.json new file mode 100644 index 0000000..e1066f2 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/gray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/green.json b/assets/minecraft/models/item/custom/deco/laptop/green.json new file mode 100644 index 0000000..ed2866e --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/lblue.json b/assets/minecraft/models/item/custom/deco/laptop/lblue.json new file mode 100644 index 0000000..03eb7e2 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/lblue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/lblue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/lgray.json b/assets/minecraft/models/item/custom/deco/laptop/lgray.json new file mode 100644 index 0000000..f426004 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/lgray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/lgray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/lime.json b/assets/minecraft/models/item/custom/deco/laptop/lime.json new file mode 100644 index 0000000..d9cfb26 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/lime" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/magenta.json b/assets/minecraft/models/item/custom/deco/laptop/magenta.json new file mode 100644 index 0000000..59c634e --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/magenta" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/orange.json b/assets/minecraft/models/item/custom/deco/laptop/orange.json new file mode 100644 index 0000000..7114bf2 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/pink.json b/assets/minecraft/models/item/custom/deco/laptop/pink.json new file mode 100644 index 0000000..a96f272 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/purple.json b/assets/minecraft/models/item/custom/deco/laptop/purple.json new file mode 100644 index 0000000..154df3e --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/red.json b/assets/minecraft/models/item/custom/deco/laptop/red.json new file mode 100644 index 0000000..48bddb9 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/white.json b/assets/minecraft/models/item/custom/deco/laptop/white.json new file mode 100644 index 0000000..9bfd0b1 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/white" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop/yellow.json b/assets/minecraft/models/item/custom/deco/laptop/yellow.json new file mode 100644 index 0000000..4037da4 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/laptop", + "textures": { + "0": "item/deco/laptop/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/laptop2.json b/assets/minecraft/models/item/custom/deco/laptop2.json new file mode 100644 index 0000000..9631c69 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/laptop2.json @@ -0,0 +1,99 @@ +{ + "textures": { + "0": "item/deco/laptop/laptop", + "1": "item/deco/screen" + }, + "elements": [ + { + "name": "Cube1", + "from": [1.75, -0.25, 4.75], + "to": [14.25, 1.25, 13.25], + "faces": { + "north": {"uv": [0.525, 6.025, 6.475, 6.475], "texture": "#0"}, + "east": {"uv": [6.525, 6.525, 6.975, 10.475], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.525, 10.525, 6.475, 10.975], "texture": "#0"}, + "west": {"uv": [0.025, 6.525, 0.475, 10.475], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0.525, 6.525, 6.475, 10.475], "texture": "#0"}, + "down": {"uv": [7.025, 6.525, 12.975, 10.475], "texture": "#0"} + } + }, + { + "name": "Cube1a", + "from": [1.75, -0.75, 4.75], + "to": [14.25, -0.25, 13.25], + "faces": { + "north": {"uv": [0.525, 6.025, 6.475, 6.475], "texture": "#0"}, + "east": {"uv": [6.525, 6.525, 6.975, 10.475], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0.525, 10.525, 6.475, 10.975], "texture": "#0"}, + "west": {"uv": [0.025, 6.525, 0.475, 10.475], "rotation": 270, "texture": "#0"}, + "up": {"uv": [7, 6.5, 12.95, 10.45], "texture": "#0"}, + "down": {"uv": [7.025, 6.525, 12.975, 10.475], "texture": "#0"} + } + }, + { + "name": "Cube2", + "from": [1.75, 0, 3.9999], + "to": [14.25, 9.5, 5.4999], + "rotation": {"angle": -22.5, "axis": "x", "origin": [2, 0.5, 5]}, + "faces": { + "north": {"uv": [7.025, 0.525, 12.975, 4.975], "texture": "#0"}, + "east": {"uv": [6.525, 0.525, 6.975, 4.975], "texture": "#0"}, + "south": {"uv": [0.525, 0.525, 6.475, 4.975], "texture": "#0"}, + "west": {"uv": [0.025, 0.525, 0.475, 4.975], "texture": "#0"}, + "up": {"uv": [0.525, 0.025, 6.475, 0.475], "texture": "#0"}, + "down": {"uv": [0.525, 5.025, 6.475, 5.475], "texture": "#0"} + } + }, + { + "name": "screen", + "from": [2.75, 1, 5.3], + "to": [13.25, 8.5, 5.55], + "rotation": {"angle": -22.5, "axis": "x", "origin": [2, 0.5, 5]}, + "faces": { + "north": {"uv": [0, 9, 10, 16], "texture": "#1"}, + "east": {"uv": [9, 9, 10, 16], "texture": "#1"}, + "south": {"uv": [0, 9, 10, 16], "texture": "#1"}, + "west": {"uv": [0, 9, 1, 16], "texture": "#1"}, + "up": {"uv": [0, 9, 10, 10], "texture": "#1"}, + "down": {"uv": [0, 15, 10, 16], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -57.5, 0], + "translation": [0, 1.9, 2.35], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -57.5, 0], + "translation": [0, 2, 2.35], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [22, 0, 0], + "translation": [8.75, 3, -2.5] + }, + "firstperson_lefthand": { + "rotation": [22, 0, 0], + "translation": [8.75, 3, -2.5] + }, + "ground": { + "translation": [0, 4, 0], + "scale": [0.75, 0.75, 0.75] + }, + "gui": { + "rotation": [30, -30, 5], + "translation": [-0.75, 2.75, 0] + }, + "head": { + "rotation": [-20, -180, 0], + "translation": [0, -10.5, -9.75] + }, + "fixed": { + "rotation": [-90, -180, 0], + "translation": [0, 0, -15.5], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor.json b/assets/minecraft/models/item/custom/deco/monitor.json new file mode 100644 index 0000000..62640df --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor.json @@ -0,0 +1,184 @@ +{ + "textures": { + "0": "item/deco/monitor/monitor", + "1": "item/deco/screen" + }, + "elements": [ + { + "name": "Cube1", + "from": [0, 2, 5], + "to": [16, 14, 6], + "faces": { + "north": {"uv": [4.5, 0.25, 8.5, 3.25], "texture": "#0"}, + "east": {"uv": [4.25, 0.25, 4.5, 3.25], "texture": "#0"}, + "south": {"uv": [0.25, 0.25, 4.25, 3.25], "texture": "#0"}, + "west": {"uv": [0, 0.25, 0.25, 3.25], "texture": "#0"}, + "up": {"uv": [0.25, 0, 4.25, 0.25], "texture": "#0"}, + "down": {"uv": [4.25, 0, 8.25, 0.25], "texture": "#0"} + } + }, + { + "name": "Cube1", + "from": [1, 3, 5.8], + "to": [15, 13, 6.05], + "faces": { + "north": {"uv": [0, 0, 14, 10], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 10], "texture": "#1"}, + "south": {"uv": [0, 0, 14, 10], "texture": "#1"}, + "west": {"uv": [0, 0, 1, 10], "texture": "#1"}, + "up": {"uv": [0, 0, 14, 1], "texture": "#1"}, + "down": {"uv": [0, 9, 14, 10], "texture": "#1"} + } + }, + { + "name": "Cube2", + "from": [5, 0, 1], + "to": [11, 1, 7], + "faces": { + "north": {"uv": [6.25, 5.25, 7.75, 5.5], "texture": "#0"}, + "east": {"uv": [4.75, 5.25, 6.25, 5.5], "texture": "#0"}, + "south": {"uv": [3.25, 5.25, 4.75, 5.5], "texture": "#0"}, + "west": {"uv": [1.75, 5.25, 3.25, 5.5], "texture": "#0"}, + "up": {"uv": [3.25, 3.75, 4.75, 5.25], "texture": "#0"}, + "down": {"uv": [4.75, 3.75, 6.25, 5.25], "texture": "#0"} + } + }, + { + "name": "Cube3", + "from": [7, 1, 2], + "to": [9, 8, 3], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 1, 2]}, + "faces": { + "north": {"uv": [10.25, 0.25, 10.75, 2], "texture": "#0"}, + "east": {"uv": [10, 0.25, 10.25, 2], "texture": "#0"}, + "south": {"uv": [9.5, 0.25, 10, 2], "texture": "#0"}, + "west": {"uv": [9.25, 0.25, 9.5, 2], "texture": "#0"}, + "up": {"uv": [9.5, 0, 10, 0.25], "texture": "#0"}, + "down": {"uv": [10, 0, 10.5, 0.25], "texture": "#0"} + } + }, + { + "name": "Cube4", + "from": [1, 0, 8], + "to": [12, 1, 13], + "faces": { + "north": {"uv": [7.5, 8.5, 10.25, 8.75], "texture": "#0"}, + "east": {"uv": [6.25, 8.5, 7.5, 8.75], "texture": "#0"}, + "south": {"uv": [3.5, 8.5, 6.25, 8.75], "texture": "#0"}, + "west": {"uv": [2.25, 8.5, 3.5, 8.75], "texture": "#0"}, + "up": {"uv": [3.5, 7.25, 6.25, 8.5], "texture": "#0"}, + "down": {"uv": [6.25, 7.25, 9, 8.5], "texture": "#0"} + } + }, + { + "name": "Cube5", + "from": [13, 0, 9], + "to": [15, 1, 12], + "faces": { + "north": {"uv": [10.5, 3.75, 11, 4], "texture": "#0"}, + "east": {"uv": [9.75, 3.75, 10.5, 4], "texture": "#0"}, + "south": {"uv": [9.25, 3.75, 9.75, 4], "texture": "#0"}, + "west": {"uv": [8.5, 3.75, 9.25, 4], "texture": "#0"}, + "up": {"uv": [9.25, 3, 9.75, 3.75], "texture": "#0"}, + "down": {"uv": [9.75, 3, 10.25, 3.75], "texture": "#0"} + } + }, + { + "from": [-0.35, 13.4, 5.9], + "to": [1.35, 15.1, 6.1], + "faces": { + "north": {"uv": [1.25, 5.75, 2.25, 6.75], "texture": "#0"}, + "east": {"uv": [0, 5.75, 0.25, 6.75], "texture": "#0"}, + "south": {"uv": [0.25, 5.75, 1.25, 6.75], "texture": "#0"}, + "west": {"uv": [2.25, 5.75, 2.5, 6.75], "texture": "#0"}, + "up": {"uv": [0.75, 5.75, 1.75, 6.25], "texture": "#0"}, + "down": {"uv": [1.25, 5.75, 2.5, 6.25], "texture": "#0"} + } + }, + { + "from": [-0.35, 1.4, 5.9], + "to": [1.35, 3.1, 6.1], + "faces": { + "north": {"uv": [1.25, 9, 2.25, 10], "texture": "#0"}, + "east": {"uv": [0, 9, 0.25, 10], "texture": "#0"}, + "south": {"uv": [0.25, 9, 1.25, 10], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2.25, 9, 2.5, 10], "texture": "#0"}, + "up": {"uv": [0.75, 9, 1.75, 9.5], "texture": "#0"}, + "down": {"uv": [1.5, 9, 2.5, 9.5], "texture": "#0"} + } + }, + { + "from": [14.65, 13.4, 5.9], + "to": [16.35, 15.1, 6.1], + "faces": { + "north": {"uv": [0.25, 7, 1.25, 8], "texture": "#0"}, + "east": {"uv": [2.25, 7, 2.5, 8], "texture": "#0"}, + "south": {"uv": [1.25, 7, 2.25, 8], "texture": "#0"}, + "west": {"uv": [0, 7, 0.25, 8], "texture": "#0"}, + "up": {"uv": [0.75, 7, 1.75, 7.5], "texture": "#0"}, + "down": {"uv": [1.25, 7, 2.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.65, 1.4, 5.9], + "to": [16.35, 3.1, 6.1], + "faces": { + "north": {"uv": [0.25, 9, 1.25, 10], "texture": "#0"}, + "east": {"uv": [2.25, 9, 2.5, 10], "texture": "#0"}, + "south": {"uv": [1.25, 9, 2.25, 10], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 9, 0.25, 10], "texture": "#0"}, + "up": {"uv": [0.75, 9, 1.75, 9.5], "texture": "#0"}, + "down": {"uv": [1.25, 9, 2.5, 9.5], "texture": "#0"} + } + }, + { + "name": "Cube5a", + "from": [13, 0, 9], + "to": [15, 1, 12], + "faces": { + "north": {"uv": [12.75, 14, 14.75, 15], "texture": "#0"}, + "east": {"uv": [10.1, 14.1, 12.9, 14.9], "texture": "#0"}, + "south": {"uv": [8, 14, 10, 15], "texture": "#0"}, + "west": {"uv": [5.1, 14.1, 7.9, 14.9], "texture": "#0"}, + "up": {"uv": [8, 11, 10, 14], "texture": "#0"}, + "down": {"uv": [10, 11, 12, 14], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [45, -45, 0], + "translation": [0, 2.5, 3.5], + "scale": [0.7, 0.7, 0.7] + }, + "thirdperson_lefthand": { + "rotation": [45, -45, 0], + "translation": [0, 2.5, 3.5], + "scale": [0.7, 0.7, 0.7] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 4, 0], + "scale": [0.75, 0.75, 0.75] + }, + "gui": { + "rotation": [30, 25, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "translation": [0, -12.5, -12] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, -14], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/2/black.json b/assets/minecraft/models/item/custom/deco/monitor/2/black.json new file mode 100644 index 0000000..b7731f5 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/2/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor2", + "textures": { + "0": "item/deco/monitor/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/2/dragon.json b/assets/minecraft/models/item/custom/deco/monitor/2/dragon.json new file mode 100644 index 0000000..2d29570 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/2/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/monitor2", + "textures": { + "0": "item/deco/monitor/dragon", + "1": "item/deco/dscreen" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/2/gray.json b/assets/minecraft/models/item/custom/deco/monitor/2/gray.json new file mode 100644 index 0000000..71fb462 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/2/gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor2", + "textures": { + "0": "item/deco/monitor/gray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/2/lgray.json b/assets/minecraft/models/item/custom/deco/monitor/2/lgray.json new file mode 100644 index 0000000..517b416 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/2/lgray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor2", + "textures": { + "0": "item/deco/monitor/lgray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/2/white.json b/assets/minecraft/models/item/custom/deco/monitor/2/white.json new file mode 100644 index 0000000..ece5ba7 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/2/white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor2", + "textures": { + "0": "item/deco/monitor/white" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/black.json b/assets/minecraft/models/item/custom/deco/monitor/black.json new file mode 100644 index 0000000..5e86efe --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor", + "textures": { + "0": "item/deco/monitor/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/dragon.json b/assets/minecraft/models/item/custom/deco/monitor/dragon.json new file mode 100644 index 0000000..aa788b8 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/monitor", + "textures": { + "0": "item/deco/monitor/dragon", + "1": "item/deco/dscreen" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/gray.json b/assets/minecraft/models/item/custom/deco/monitor/gray.json new file mode 100644 index 0000000..cd645a3 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor", + "textures": { + "0": "item/deco/monitor/gray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/lgray.json b/assets/minecraft/models/item/custom/deco/monitor/lgray.json new file mode 100644 index 0000000..cc81086 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/lgray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor", + "textures": { + "0": "item/deco/monitor/lgray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor/white.json b/assets/minecraft/models/item/custom/deco/monitor/white.json new file mode 100644 index 0000000..af916ff --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor/white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/monitor", + "textures": { + "0": "item/deco/monitor/white" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/monitor2.json b/assets/minecraft/models/item/custom/deco/monitor2.json new file mode 100644 index 0000000..fe94419 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/monitor2.json @@ -0,0 +1,184 @@ +{ + "textures": { + "0": "item/deco/monitor/monitor", + "1": "item/deco/screen" + }, + "elements": [ + { + "name": "Cube1", + "from": [0, 2, 5], + "to": [16, 14, 6], + "faces": { + "north": {"uv": [4.5, 0.25, 8.5, 3.25], "texture": "#0"}, + "east": {"uv": [4.25, 0.25, 4.5, 3.25], "texture": "#0"}, + "south": {"uv": [0.25, 0.25, 4.25, 3.25], "texture": "#0"}, + "west": {"uv": [0, 0.25, 0.25, 3.25], "texture": "#0"}, + "up": {"uv": [0.25, 0, 4.25, 0.25], "texture": "#0"}, + "down": {"uv": [4.25, 0, 8.25, 0.25], "texture": "#0"} + } + }, + { + "name": "Cube1", + "from": [1, 3, 5.8], + "to": [15, 13, 6.05], + "faces": { + "north": {"uv": [0, 0, 14, 10], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 10], "texture": "#1"}, + "south": {"uv": [0, 0, 14, 10], "texture": "#1"}, + "west": {"uv": [0, 0, 1, 10], "texture": "#1"}, + "up": {"uv": [0, 0, 14, 1], "texture": "#1"}, + "down": {"uv": [0, 9, 14, 10], "texture": "#1"} + } + }, + { + "name": "Cube2", + "from": [5, 0, 1], + "to": [11, 1, 7], + "faces": { + "north": {"uv": [6.25, 5.25, 7.75, 5.5], "texture": "#0"}, + "east": {"uv": [4.75, 5.25, 6.25, 5.5], "texture": "#0"}, + "south": {"uv": [3.25, 5.25, 4.75, 5.5], "texture": "#0"}, + "west": {"uv": [1.75, 5.25, 3.25, 5.5], "texture": "#0"}, + "up": {"uv": [3.25, 3.75, 4.75, 5.25], "texture": "#0"}, + "down": {"uv": [4.75, 3.75, 6.25, 5.25], "texture": "#0"} + } + }, + { + "name": "Cube3", + "from": [7, 1, 2], + "to": [9, 8, 3], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 1, 2]}, + "faces": { + "north": {"uv": [10.25, 0.25, 10.75, 2], "texture": "#0"}, + "east": {"uv": [10, 0.25, 10.25, 2], "texture": "#0"}, + "south": {"uv": [9.5, 0.25, 10, 2], "texture": "#0"}, + "west": {"uv": [9.25, 0.25, 9.5, 2], "texture": "#0"}, + "up": {"uv": [9.5, 0, 10, 0.25], "texture": "#0"}, + "down": {"uv": [10, 0, 10.5, 0.25], "texture": "#0"} + } + }, + { + "name": "Cube4", + "from": [1, 0, 8], + "to": [12, 1, 13], + "faces": { + "north": {"uv": [7.5, 8.5, 10.25, 8.75], "texture": "#0"}, + "east": {"uv": [6.25, 8.5, 7.5, 8.75], "texture": "#0"}, + "south": {"uv": [3.5, 8.5, 6.25, 8.75], "texture": "#0"}, + "west": {"uv": [2.25, 8.5, 3.5, 8.75], "texture": "#0"}, + "up": {"uv": [3.5, 7.25, 6.25, 8.5], "texture": "#0"}, + "down": {"uv": [6.25, 7.25, 9, 8.5], "texture": "#0"} + } + }, + { + "name": "Cube5", + "from": [13, 0, 9], + "to": [15, 1, 12], + "faces": { + "north": {"uv": [10.5, 3.75, 11, 4], "texture": "#0"}, + "east": {"uv": [9.75, 3.75, 10.5, 4], "texture": "#0"}, + "south": {"uv": [9.25, 3.75, 9.75, 4], "texture": "#0"}, + "west": {"uv": [8.5, 3.75, 9.25, 4], "texture": "#0"}, + "up": {"uv": [9.25, 3, 9.75, 3.75], "texture": "#0"}, + "down": {"uv": [9.75, 3, 10.25, 3.75], "texture": "#0"} + } + }, + { + "from": [-0.35, 13.4, 5.9], + "to": [1.35, 15.1, 6.1], + "faces": { + "north": {"uv": [1.25, 5.75, 2.25, 6.75], "texture": "#0"}, + "east": {"uv": [0, 5.75, 0.25, 6.75], "texture": "#0"}, + "south": {"uv": [0.25, 5.75, 1.25, 6.75], "texture": "#0"}, + "west": {"uv": [2.25, 5.75, 2.5, 6.75], "texture": "#0"}, + "up": {"uv": [0.75, 5.75, 1.75, 6.25], "texture": "#0"}, + "down": {"uv": [1.25, 5.75, 2.5, 6.25], "texture": "#0"} + } + }, + { + "from": [-0.35, 1.4, 5.9], + "to": [1.35, 3.1, 6.1], + "faces": { + "north": {"uv": [1.25, 9, 2.25, 10], "texture": "#0"}, + "east": {"uv": [0, 9, 0.25, 10], "texture": "#0"}, + "south": {"uv": [0.25, 9, 1.25, 10], "rotation": 270, "texture": "#0"}, + "west": {"uv": [2.25, 9, 2.5, 10], "texture": "#0"}, + "up": {"uv": [0.75, 9, 1.75, 9.5], "texture": "#0"}, + "down": {"uv": [1.5, 9, 2.5, 9.5], "texture": "#0"} + } + }, + { + "from": [14.65, 13.4, 5.9], + "to": [16.35, 15.1, 6.1], + "faces": { + "north": {"uv": [0.25, 7, 1.25, 8], "texture": "#0"}, + "east": {"uv": [2.25, 7, 2.5, 8], "texture": "#0"}, + "south": {"uv": [1.25, 7, 2.25, 8], "texture": "#0"}, + "west": {"uv": [0, 7, 0.25, 8], "texture": "#0"}, + "up": {"uv": [0.75, 7, 1.75, 7.5], "texture": "#0"}, + "down": {"uv": [1.25, 7, 2.5, 7.5], "texture": "#0"} + } + }, + { + "from": [14.65, 1.4, 5.9], + "to": [16.35, 3.1, 6.1], + "faces": { + "north": {"uv": [0.25, 9, 1.25, 10], "texture": "#0"}, + "east": {"uv": [2.25, 9, 2.5, 10], "texture": "#0"}, + "south": {"uv": [1.25, 9, 2.25, 10], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 9, 0.25, 10], "texture": "#0"}, + "up": {"uv": [0.75, 9, 1.75, 9.5], "texture": "#0"}, + "down": {"uv": [1.25, 9, 2.5, 9.5], "texture": "#0"} + } + }, + { + "name": "Cube5a", + "from": [13, 0, 9], + "to": [15, 1, 12], + "faces": { + "north": {"uv": [12.75, 14, 14.75, 15], "texture": "#0"}, + "east": {"uv": [10.1, 14.1, 12.9, 14.9], "texture": "#0"}, + "south": {"uv": [8, 14, 10, 15], "texture": "#0"}, + "west": {"uv": [5.1, 14.1, 7.9, 14.9], "texture": "#0"}, + "up": {"uv": [8, 11, 10, 14], "texture": "#0"}, + "down": {"uv": [10, 11, 12, 14], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [45, -45, 0], + "translation": [0, 2.5, 3.5], + "scale": [0.7, 0.7, 0.7] + }, + "thirdperson_lefthand": { + "rotation": [45, -45, 0], + "translation": [0, 2.5, 3.5], + "scale": [0.7, 0.7, 0.7] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 4, 0], + "scale": [0.75, 0.75, 0.75] + }, + "gui": { + "rotation": [30, 25, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "translation": [0, -12.5, -12] + }, + "fixed": { + "rotation": [-90, -180, 0], + "translation": [0, 0, -15.5], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paper_lantern.json b/assets/minecraft/models/item/custom/deco/paper_lantern.json new file mode 100644 index 0000000..9134ec0 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paper_lantern.json @@ -0,0 +1,117 @@ +{ + "textures": { + "0": "item/deco/lamp/paper/white" + }, + "elements": [ + { + "name": "Box1", + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0.25, 4.75, 4.25, 8.75], "texture": "#0"}, + "east": {"uv": [0.25, 4.75, 4.25, 8.75], "texture": "#0"}, + "south": {"uv": [0.25, 4.75, 4.25, 8.75], "texture": "#0"}, + "west": {"uv": [0.25, 4.75, 4.25, 8.75], "texture": "#0"}, + "up": {"uv": [0.25, 0.25, 4.25, 4.25], "texture": "#0"}, + "down": {"uv": [0.25, 0.25, 4.25, 4.25], "texture": "#0"} + } + }, + { + "name": "Box2", + "from": [2, 2, -1], + "to": [14, 14, 17], + "faces": { + "north": {"uv": [0.75, 5.25, 3.75, 8.25], "texture": "#0"}, + "east": {"uv": [0, 5.25, 4.5, 8.25], "texture": "#0"}, + "south": {"uv": [0.75, 5.25, 3.75, 8.25], "texture": "#0"}, + "west": {"uv": [0, 5.25, 4.5, 8.25], "texture": "#0"}, + "up": {"uv": [0.75, 0, 3.75, 4.5], "texture": "#0"}, + "down": {"uv": [0.75, 0, 3.75, 4.5], "texture": "#0"} + } + }, + { + "name": "Box3", + "from": [-1, 2, 2], + "to": [17, 14, 14], + "faces": { + "north": {"uv": [0, 5.25, 4.5, 8.25], "texture": "#0"}, + "east": {"uv": [0.75, 5.25, 3.75, 8.25], "texture": "#0"}, + "south": {"uv": [0, 5.25, 4.5, 8.25], "texture": "#0"}, + "west": {"uv": [0.75, 5.25, 3.75, 8.25], "texture": "#0"}, + "up": {"uv": [0, 0.75, 4.5, 3.75], "texture": "#0"}, + "down": {"uv": [0, 0.75, 4.5, 3.75], "texture": "#0"} + } + }, + { + "name": "Box4", + "from": [2, -1, 2], + "to": [14, 17, 14], + "faces": { + "north": {"uv": [0.75, 4.5, 3.75, 9], "texture": "#0"}, + "east": {"uv": [0.75, 4.5, 3.75, 9], "texture": "#0"}, + "south": {"uv": [0.75, 4.5, 3.75, 9], "texture": "#0"}, + "west": {"uv": [0.75, 4.5, 3.75, 9], "texture": "#0"}, + "up": {"uv": [0.75, 0.75, 3.75, 3.75], "texture": "#0"}, + "down": {"uv": [0.75, 0.75, 3.75, 3.75], "texture": "#0"} + } + }, + { + "name": "Box5", + "from": [5, 17, 5], + "to": [11, 18, 11], + "faces": { + "north": {"uv": [10.75, 2.75, 12.25, 3], "texture": "#0"}, + "east": {"uv": [9.25, 2.75, 10.75, 3], "texture": "#0"}, + "south": {"uv": [7.75, 2.75, 9.25, 3], "texture": "#0"}, + "west": {"uv": [6.25, 2.75, 7.75, 3], "texture": "#0"}, + "up": {"uv": [7.75, 1.25, 9.25, 2.75], "texture": "#0"}, + "down": {"uv": [9.25, 1.25, 10.75, 2.75], "texture": "#0"} + } + }, + { + "name": "Box5", + "from": [5, -2, 5], + "to": [11, -1, 11], + "faces": { + "north": {"uv": [10.75, 2.75, 12.25, 3], "texture": "#0"}, + "east": {"uv": [9.25, 2.75, 10.75, 3], "texture": "#0"}, + "south": {"uv": [7.75, 2.75, 9.25, 3], "texture": "#0"}, + "west": {"uv": [6.25, 2.75, 7.75, 3], "texture": "#0"}, + "up": {"uv": [7.75, 1.25, 9.25, 2.75], "texture": "#0"}, + "down": {"uv": [9.25, 1.25, 10.75, 2.75], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "translation": [0, 0, 18], + "scale": [2.01, 2.01, 2.01] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paperlantern/blue.json b/assets/minecraft/models/item/custom/deco/paperlantern/blue.json new file mode 100644 index 0000000..987a547 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paperlantern/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/paper_lantern", + "textures": { + "0": "item/deco/lamp/paper/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paperlantern/green.json b/assets/minecraft/models/item/custom/deco/paperlantern/green.json new file mode 100644 index 0000000..e17beee --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paperlantern/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/paper_lantern", + "textures": { + "0": "item/deco/lamp/paper/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paperlantern/orange.json b/assets/minecraft/models/item/custom/deco/paperlantern/orange.json new file mode 100644 index 0000000..0913c22 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paperlantern/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/paper_lantern", + "textures": { + "0": "item/deco/lamp/paper/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paperlantern/pink.json b/assets/minecraft/models/item/custom/deco/paperlantern/pink.json new file mode 100644 index 0000000..74343fa --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paperlantern/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/paper_lantern", + "textures": { + "0": "item/deco/lamp/paper/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paperlantern/purple.json b/assets/minecraft/models/item/custom/deco/paperlantern/purple.json new file mode 100644 index 0000000..bbfe4ce --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paperlantern/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/paper_lantern", + "textures": { + "0": "item/deco/lamp/paper/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paperlantern/red.json b/assets/minecraft/models/item/custom/deco/paperlantern/red.json new file mode 100644 index 0000000..32ff853 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paperlantern/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/paper_lantern", + "textures": { + "0": "item/deco/lamp/paper/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/paperlantern/yellow.json b/assets/minecraft/models/item/custom/deco/paperlantern/yellow.json new file mode 100644 index 0000000..724e62a --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/paperlantern/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/paper_lantern", + "textures": { + "0": "item/deco/lamp/paper/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/black.json b/assets/minecraft/models/item/custom/deco/pc/2/black.json new file mode 100644 index 0000000..5edd4bf --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/blue.json b/assets/minecraft/models/item/custom/deco/pc/2/blue.json new file mode 100644 index 0000000..c05290f --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/brown.json b/assets/minecraft/models/item/custom/deco/pc/2/brown.json new file mode 100644 index 0000000..fca669d --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/brown" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/cyan.json b/assets/minecraft/models/item/custom/deco/pc/2/cyan.json new file mode 100644 index 0000000..9031b48 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/cyan" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/dragon.json b/assets/minecraft/models/item/custom/deco/pc/2/dragon.json new file mode 100644 index 0000000..33e82eb --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/dragon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/dragon" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/gray.json b/assets/minecraft/models/item/custom/deco/pc/2/gray.json new file mode 100644 index 0000000..b345248 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/gray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/green.json b/assets/minecraft/models/item/custom/deco/pc/2/green.json new file mode 100644 index 0000000..46a06de --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/lblue.json b/assets/minecraft/models/item/custom/deco/pc/2/lblue.json new file mode 100644 index 0000000..0a5254a --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/lblue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/lblue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/lgray.json b/assets/minecraft/models/item/custom/deco/pc/2/lgray.json new file mode 100644 index 0000000..e269809 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/lgray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/lgray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/lime.json b/assets/minecraft/models/item/custom/deco/pc/2/lime.json new file mode 100644 index 0000000..096e658 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/lime" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/magenta.json b/assets/minecraft/models/item/custom/deco/pc/2/magenta.json new file mode 100644 index 0000000..20a28c5 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/magenta" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/orange.json b/assets/minecraft/models/item/custom/deco/pc/2/orange.json new file mode 100644 index 0000000..565ee77 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/pink.json b/assets/minecraft/models/item/custom/deco/pc/2/pink.json new file mode 100644 index 0000000..3d7fb9c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/purple.json b/assets/minecraft/models/item/custom/deco/pc/2/purple.json new file mode 100644 index 0000000..9d4175c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/red.json b/assets/minecraft/models/item/custom/deco/pc/2/red.json new file mode 100644 index 0000000..2d12dcb --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/white.json b/assets/minecraft/models/item/custom/deco/pc/2/white.json new file mode 100644 index 0000000..f22418a --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/white" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/2/yellow.json b/assets/minecraft/models/item/custom/deco/pc/2/yellow.json new file mode 100644 index 0000000..d4ec8b8 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/2/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer2", + "textures": { + "0": "item/deco/pc/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/black.json b/assets/minecraft/models/item/custom/deco/pc/black.json new file mode 100644 index 0000000..a531219 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/blue.json b/assets/minecraft/models/item/custom/deco/pc/blue.json new file mode 100644 index 0000000..dc49594 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/brown.json b/assets/minecraft/models/item/custom/deco/pc/brown.json new file mode 100644 index 0000000..6a36c1c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/brown" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/cyan.json b/assets/minecraft/models/item/custom/deco/pc/cyan.json new file mode 100644 index 0000000..a4484c3 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/cyan" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/dragon.json b/assets/minecraft/models/item/custom/deco/pc/dragon.json new file mode 100644 index 0000000..b3464d4 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/dragon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/dragon" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/gray.json b/assets/minecraft/models/item/custom/deco/pc/gray.json new file mode 100644 index 0000000..7210635 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/gray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/green.json b/assets/minecraft/models/item/custom/deco/pc/green.json new file mode 100644 index 0000000..4822957 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/lblue.json b/assets/minecraft/models/item/custom/deco/pc/lblue.json new file mode 100644 index 0000000..44c2f88 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/lblue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/lblue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/lgray.json b/assets/minecraft/models/item/custom/deco/pc/lgray.json new file mode 100644 index 0000000..f8eb8c3 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/lgray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/lgray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/lime.json b/assets/minecraft/models/item/custom/deco/pc/lime.json new file mode 100644 index 0000000..7241990 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/lime" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/magenta.json b/assets/minecraft/models/item/custom/deco/pc/magenta.json new file mode 100644 index 0000000..868b8c3 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/magenta" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/orange.json b/assets/minecraft/models/item/custom/deco/pc/orange.json new file mode 100644 index 0000000..ff38cdb --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/pink.json b/assets/minecraft/models/item/custom/deco/pc/pink.json new file mode 100644 index 0000000..3031c00 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/purple.json b/assets/minecraft/models/item/custom/deco/pc/purple.json new file mode 100644 index 0000000..e1d344e --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/red.json b/assets/minecraft/models/item/custom/deco/pc/red.json new file mode 100644 index 0000000..1245d62 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/white.json b/assets/minecraft/models/item/custom/deco/pc/white.json new file mode 100644 index 0000000..3af8a70 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/white" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/pc/yellow.json b/assets/minecraft/models/item/custom/deco/pc/yellow.json new file mode 100644 index 0000000..2393f3a --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/pc/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/computer", + "textures": { + "0": "item/deco/pc/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink.json b/assets/minecraft/models/item/custom/deco/sink.json new file mode 100644 index 0000000..bbafee9 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink.json @@ -0,0 +1,182 @@ +{ + "textures": { + "0": "item/deco/sink/iron" + }, + "elements": [ + { + "__comment": "front", + "from": [ 2.04, 0, 13.96 ], + "to": [ 13.96, 16, 16 ], + "faces": { + "down": { "uv": [ 0.5, 7.75, 3.5, 8.25 ], "texture": "#0" }, + "up": { "uv": [ 4.5, 11.25, 7.5, 11.75 ], "texture": "#0", "cullface": "up" }, + "north": { "uv": [ 8.5, 12, 11.5, 16 ], "texture": "#0" }, + "south": { "uv": [ 4.5, 12, 7.5, 16 ], "texture": "#0" }, + "west": { "uv": [ 14, 0, 16, 16 ], "texture": "#0" }, + "east": { "uv": [ 0, 0, 2, 16 ], "texture": "#0" } + } + }, + { + "__comment": "ledge", + "from": [ 0, 15, 16 ], + "to": [ 16, 16, 17 ], + "faces": { + "down": { "uv": [ 4, 12, 8, 12.25 ], "texture": "#0" }, + "up": { "uv": [ 4, 12, 8, 12.25 ], "texture": "#0" }, + "north": { "uv": [ 4, 12, 8, 12.25 ], "texture": "#0" }, + "south": { "uv": [ 4, 12, 8, 12.25 ], "texture": "#0" }, + "west": { "uv": [ 4, 12, 4.25, 12.25 ], "texture": "#0" }, + "east": { "uv": [ 7.75, 12, 8, 12.25 ], "texture": "#0" } + } + }, + { + "__comment": "back", + "from": [ 2.04, 0, 0 ], + "to": [ 13.96, 16, 4 ], + "faces": { + "down": { "uv": [ 0.5, 10.75, 3.5, 11.75 ], "texture": "#0" }, + "up": { "uv": [ 4.5, 7.75, 7.5, 8.75 ], "texture": "#0" }, + "north": { "uv": [ 0.5, 12, 3.5, 16 ], "texture": "#0" }, + "south": { "uv": [ 8.5, 12, 11.5, 16 ], "texture": "#0" }, + "west": { "uv": [ 0, 12, 0.5, 16 ], "texture": "#0" }, + "east": { "uv": [ 3.5, 12, 4, 16 ], "texture": "#0" } + } + }, + { + "__comment": "lside", + "from": [ 0, 0, 0 ], + "to": [ 2.04, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 7.75, 0.5, 11.75 ], "texture": "#0" }, + "up": { "uv": [ 4, 7.75, 4.5, 11.75 ], "texture": "#0" }, + "north": { "uv": [ 3.5, 12, 4, 16 ], "texture": "#0" }, + "south": { "uv": [ 4, 12, 4.5, 16 ], "texture": "#0" }, + "west": { "uv": [ 0, 12, 4, 16 ], "texture": "#0" }, + "east": { "uv": [ 8, 12, 12, 16 ], "texture": "#0" } + } + }, + { + "__comment": "rside", + "from": [ 13.96, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 3.5, 7.75, 4, 11.75 ], "texture": "#0" }, + "up": { "uv": [ 7.5, 7.75, 8, 11.75 ], "texture": "#0" }, + "north": { "uv": [ 0, 12, 0.5, 16 ], "texture": "#0" }, + "south": { "uv": [ 7.5, 12, 8, 16 ], "texture": "#0" }, + "west": { "uv": [ 8, 12, 12, 16 ], "texture": "#0" }, + "east": { "uv": [ 0, 12, 4, 16 ], "texture": "#0" } + } + }, + { + "__comment": "faucet1", + "from": [ 7, 16, 1 ], + "to": [ 9, 22, 3 ], + "faces": { + "down": { "uv": [ 6, 3.25, 6.5, 3.75 ], "texture": "#0" }, + "up": { "uv": [ 5.25, 2.25, 5.75, 2.75 ], "texture": "#0" }, + "north": { "uv": [ 7.75, 4, 8.25, 5.5 ], "texture": "#0" }, + "south": { "uv": [ 5.25, 4, 5.75, 5.5 ], "texture": "#0" }, + "west": { "uv": [ 3.5, 4, 4, 5.5 ], "texture": "#0" }, + "east": { "uv": [ 7, 4, 7.5, 5.5 ], "texture": "#0" } + } + }, + { + "__comment": "faucet2", + "from": [ 7, 20, 3 ], + "to": [ 9, 22, 7 ], + "faces": { + "down": { "uv": [ 6, 2.25, 6.5, 3.25 ], "texture": "#0" }, + "up": { "uv": [ 5.25, 2.75, 5.75, 3.75 ], "texture": "#0" }, + "north": { "uv": [ 7.75, 4, 8.25, 4.5 ], "texture": "#0" }, + "south": { "uv": [ 5.25, 4, 5.75, 4.5 ], "texture": "#0" }, + "west": { "uv": [ 4, 4, 5, 4.5 ], "texture": "#0" }, + "east": { "uv": [ 6, 4, 7, 4.5 ], "texture": "#0" } + } + }, + { + "__comment": "Box8", + "from": [ 10, 16, 1 ], + "to": [ 14, 17, 3 ], + "faces": { + "down": { "uv": [ 1.75, 6, 2.75, 6.5 ], "texture": "#0" }, + "up": { "uv": [ 0.75, 6, 1.75, 6.5 ], "texture": "#0" }, + "north": { "uv": [ 2.25, 6.5, 3.25, 6.75 ], "texture": "#0" }, + "south": { "uv": [ 0.75, 6.5, 1.75, 6.75 ], "texture": "#0" }, + "west": { "uv": [ 0.25, 6.5, 0.75, 6.75 ], "texture": "#0" }, + "east": { "uv": [ 1.75, 6.5, 2.25, 6.75 ], "texture": "#0" } + } + }, + { + "__comment": "Box8", + "from": [ 2, 16, 1 ], + "to": [ 6, 17, 3 ], + "faces": { + "down": { "uv": [ 1.75, 5, 2.75, 5.5 ], "texture": "#0" }, + "up": { "uv": [ 0.75, 5, 1.75, 5.5 ], "texture": "#0" }, + "north": { "uv": [ 2.25, 5.5, 3.25, 5.75 ], "texture": "#0" }, + "south": { "uv": [ 0.75, 5.5, 1.75, 5.75 ], "texture": "#0" }, + "west": { "uv": [ 0.25, 5.5, 0.75, 5.75 ], "texture": "#0" }, + "east": { "uv": [ 1.75, 5.5, 2.25, 5.75 ], "texture": "#0" } + } + }, + { + "__comment": "door", + "from": [ 1, 2, 16 ], + "to": [ 15, 14, 17 ], + "faces": { + "down": { "uv": [ 4.25, 15.25, 7.75, 15.5 ], "texture": "#0" }, + "up": { "uv": [ 4.25, 12.5, 7.75, 12.75 ], "texture": "#0" }, + "north": { "uv": [ 1, 2, 15, 14 ], "texture": "#0" }, + "south": { "uv": [ 4.25, 12.5, 7.75, 15.5 ], "texture": "#0" }, + "west": { "uv": [ 4.25, 12.5, 4.5, 15.5 ], "texture": "#0" }, + "east": { "uv": [ 7.5, 12.5, 7.75, 15.5 ], "texture": "#0" } + } + }, + { + "__comment": "Bottom", + "from": [ 2, 0, 4 ], + "to": [ 14, 6.04, 14 ], + "faces": { + "down": { "uv": [ 0.5, 8.25, 3.5, 10.75 ], "texture": "#0" }, + "up": { "uv": [ 8.5, 9.250001, 11.5, 11.75 ], "texture": "#0" } + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 0 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 0 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 45, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "gui": { + "rotation": [ 30, 45, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, 180, 0 ] + }, + "ground": { + "translation": [ 0, 2, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 18 ], + "scale": [ 2.01, 2.01, 2.01 ] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink/black.json b/assets/minecraft/models/item/custom/deco/sink/black.json new file mode 100644 index 0000000..4808e05 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/sink", + "textures": { + "0": "item/deco/sink/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink/crystal.json b/assets/minecraft/models/item/custom/deco/sink/crystal.json new file mode 100644 index 0000000..3f3c573 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink/crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/sink", + "textures": { + "0": "item/deco/sink/crystal" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink/dark_oak.json b/assets/minecraft/models/item/custom/deco/sink/dark_oak.json new file mode 100644 index 0000000..a3643ee --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink/dark_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/sink", + "textures": { + "0": "item/deco/sink/dark_oak" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink/diamond.json b/assets/minecraft/models/item/custom/deco/sink/diamond.json new file mode 100644 index 0000000..c93de49 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/sink", + "textures": { + "0": "item/deco/sink/diamond" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink/gold.json b/assets/minecraft/models/item/custom/deco/sink/gold.json new file mode 100644 index 0000000..5254e49 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink/gold.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/sink", + "textures": { + "0": "item/deco/sink/gold" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink/oak.json b/assets/minecraft/models/item/custom/deco/sink/oak.json new file mode 100644 index 0000000..15e8a4a --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink/oak.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/sink", + "textures": { + "0": "item/deco/sink/oak" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/sink/spruce.json b/assets/minecraft/models/item/custom/deco/sink/spruce.json new file mode 100644 index 0000000..403754c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/sink/spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/sink", + "textures": { + "0": "item/deco/sink/spruce" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standing_lamp.json b/assets/minecraft/models/item/custom/deco/standing_lamp.json new file mode 100644 index 0000000..4b53d8c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standing_lamp.json @@ -0,0 +1,174 @@ +{ + "textures": { + "1": "item/deco/lamp/big/stand", + "0": "item/deco/lamp/big/white" + }, + "elements": [ + { + "name": "Base", + "from": [4, -16, 4], + "to": [12, -15, 12], + "faces": { + "north": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "east": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "south": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "west": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#1"}, + "down": {"uv": [4, 0, 8, 4], "texture": "#1"} + } + }, + { + "name": "Neck", + "from": [7, -15, 7], + "to": [9, 16, 9], + "faces": { + "north": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "east": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "south": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "west": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "up": {"uv": [9.5, 0, 10.5, 0.5], "texture": "#1"}, + "down": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [14, 7, 2], + "to": [14.001, 21, 18.97], + "rotation": {"angle": -45, "axis": "y", "origin": [14, 7, 2]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "up": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"}, + "down": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [2, 7, 2], + "to": [2.001, 21, 18.97], + "rotation": {"angle": 45, "axis": "y", "origin": [2, 7, 2]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "up": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"}, + "down": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"} + } + }, + { + "name": "PlaneX6", + "from": [14, 6, 2], + "to": [14.001, 21, 14], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + }, + { + "name": "PlaneY9", + "from": [2, 21, 2], + "to": [14, 21.001, 14], + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 6], "texture": "#0"}, + "down": {"uv": [4, 0, 7, 3], "texture": "#1"} + } + }, + { + "name": "PlaneY9", + "from": [2, 6, 2], + "to": [14, 6.001, 14], + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "up": {"uv": [7, 0, 10, 3], "texture": "#1"}, + "down": {"uv": [6, 0, 12, 6], "texture": "#0"} + } + }, + { + "name": "PlaneX6", + "from": [2, 6, 2], + "to": [2.001, 21, 14], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + }, + { + "name": "PlaneZ9", + "from": [2, 6, 14], + "to": [14, 21, 14.001], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + }, + { + "name": "PlaneZ9", + "from": [2, 6, 2], + "to": [14, 21, 2.001], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 10, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 45, 0], + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0.3, -14], + "scale": [2.01, 2.01, 2.01] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standing_lamp2.json b/assets/minecraft/models/item/custom/deco/standing_lamp2.json new file mode 100644 index 0000000..549341c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standing_lamp2.json @@ -0,0 +1,187 @@ +{ + "textures": { + "1": "item/deco/lamp/big/stand", + "0": "item/deco/lamp/big/white" + }, + "elements": [ + { + "name": "Base", + "from": [4, -16, 4], + "to": [12, -15, 12], + "faces": { + "north": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "east": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "south": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "west": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#1"}, + "down": {"uv": [4, 0, 8, 4], "texture": "#1"} + } + }, + { + "name": "Neck", + "from": [7, -15, 7], + "to": [9, 16, 9], + "faces": { + "north": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "east": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "south": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "west": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"}, + "up": {"uv": [9.5, 0, 10.5, 0.5], "texture": "#1"}, + "down": {"uv": [9.5, 0, 10.5, 15.5], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [14, 7, 2], + "to": [14.001, 21, 18.97], + "rotation": {"angle": -45, "axis": "y", "origin": [14, 7, 2]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "up": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"}, + "down": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [2, 7, 2], + "to": [2.001, 21, 18.97], + "rotation": {"angle": 45, "axis": "y", "origin": [2, 7, 2]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [1, 4.5, 7, 11.5], "texture": "#1"}, + "up": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"}, + "down": {"uv": [15.5, 0, 16, 0.5], "texture": "#1"} + } + }, + { + "name": "PlaneX6", + "from": [14, 6, 2], + "to": [14.001, 21, 14], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + }, + { + "name": "PlaneY9", + "from": [2, 21, 2], + "to": [14, 21.001, 14], + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 6], "texture": "#0"}, + "down": {"uv": [4, 0, 7, 3], "texture": "#1"} + } + }, + { + "name": "PlaneY9", + "from": [2, 6, 2], + "to": [14, 6.001, 14], + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "up": {"uv": [7, 0, 10, 3], "texture": "#1"}, + "down": {"uv": [6, 0, 12, 6], "texture": "#0"} + } + }, + { + "name": "PlaneX6", + "from": [2, 6, 2], + "to": [2.001, 21, 14], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + }, + { + "name": "PlaneZ9", + "from": [2, 6, 14], + "to": [14, 21, 14.001], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + }, + { + "name": "PlaneZ9", + "from": [2, 6, 2], + "to": [14, 21, 2.001], + "faces": { + "north": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "east": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "south": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "west": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "up": {"uv": [0, 6, 6, 13.5], "texture": "#0"}, + "down": {"uv": [0, 6, 6, 13.5], "texture": "#0"} + } + }, + { + "name": "Base", + "from": [4, -15.05, 4], + "to": [12, -14.55, 12], + "faces": { + "north": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "east": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "south": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "west": {"uv": [8, 15.5, 12, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#1"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 10, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 45, 0], + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [-90, 180, 0], + "translation": [0, 0.3, -46.5], + "scale": [2.01, 2.01, 2.01] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/black.json b/assets/minecraft/models/item/custom/deco/standlamp/2/black.json new file mode 100644 index 0000000..940ffda --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/blue.json b/assets/minecraft/models/item/custom/deco/standlamp/2/blue.json new file mode 100644 index 0000000..4ed0a60 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/dragon.json b/assets/minecraft/models/item/custom/deco/standlamp/2/dragon.json new file mode 100644 index 0000000..0d2b8aa --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/dragon", + "1": "item/deco/lamp/big/stand2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/green.json b/assets/minecraft/models/item/custom/deco/standlamp/2/green.json new file mode 100644 index 0000000..ce9fe6c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/orange.json b/assets/minecraft/models/item/custom/deco/standlamp/2/orange.json new file mode 100644 index 0000000..9652a28 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/pink.json b/assets/minecraft/models/item/custom/deco/standlamp/2/pink.json new file mode 100644 index 0000000..f10f911 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/purple.json b/assets/minecraft/models/item/custom/deco/standlamp/2/purple.json new file mode 100644 index 0000000..04fd00c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/red.json b/assets/minecraft/models/item/custom/deco/standlamp/2/red.json new file mode 100644 index 0000000..06ca106 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/2/yellow.json b/assets/minecraft/models/item/custom/deco/standlamp/2/yellow.json new file mode 100644 index 0000000..cfdbf05 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/2/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp2", + "textures": { + "0": "item/deco/lamp/big/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/black.json b/assets/minecraft/models/item/custom/deco/standlamp/black.json new file mode 100644 index 0000000..2f6fcb6 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/blue.json b/assets/minecraft/models/item/custom/deco/standlamp/blue.json new file mode 100644 index 0000000..5d7d7fa --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/dragon.json b/assets/minecraft/models/item/custom/deco/standlamp/dragon.json new file mode 100644 index 0000000..68632df --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/dragon", + "1": "item/deco/lamp/big/stand2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/green.json b/assets/minecraft/models/item/custom/deco/standlamp/green.json new file mode 100644 index 0000000..fb1b557 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/orange.json b/assets/minecraft/models/item/custom/deco/standlamp/orange.json new file mode 100644 index 0000000..48429bd --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/pink.json b/assets/minecraft/models/item/custom/deco/standlamp/pink.json new file mode 100644 index 0000000..ab417c9 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/purple.json b/assets/minecraft/models/item/custom/deco/standlamp/purple.json new file mode 100644 index 0000000..a3b1c35 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/red.json b/assets/minecraft/models/item/custom/deco/standlamp/red.json new file mode 100644 index 0000000..6e9dc5f --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/standlamp/yellow.json b/assets/minecraft/models/item/custom/deco/standlamp/yellow.json new file mode 100644 index 0000000..634a132 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/standlamp/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/standing_lamp", + "textures": { + "0": "item/deco/lamp/big/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stone_lamp.json b/assets/minecraft/models/item/custom/deco/stone_lamp.json new file mode 100644 index 0000000..1e43670 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stone_lamp.json @@ -0,0 +1,183 @@ +{ + "textures": { + "0": "item/deco/lamp/stone/iron" + }, + "elements": [ + { + "name": "roof1", + "from": [-2, 13, -2], + "to": [18, 16, 18], + "faces": { + "north": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "east": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "south": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "west": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "up": {"uv": [0, 0, 5, 5], "texture": "#0"}, + "down": {"uv": [5, 0, 10, 5], "texture": "#0"} + } + }, + { + "name": "body", + "from": [0, 3, 0], + "to": [16, 13, 16], + "faces": { + "north": {"uv": [10.25, 0, 14.25, 2.5], "texture": "#0"}, + "east": {"uv": [10.25, 0, 14.25, 2.5], "texture": "#0"}, + "south": {"uv": [10.25, 0, 14.25, 2.5], "texture": "#0"}, + "west": {"uv": [10.25, 0, 14.25, 2.5], "texture": "#0"}, + "up": {"uv": [10.25, 2.75, 14.25, 6.75], "texture": "#0"}, + "down": {"uv": [10.25, 2.75, 14.25, 6.75], "texture": "#0"} + } + }, + { + "name": "windowns", + "from": [2, 3, -1], + "to": [14, 13, 17], + "faces": { + "north": {"uv": [10.75, 0, 13.75, 2.5], "texture": "#0"}, + "east": {"uv": [10, 0, 14.5, 2.5], "texture": "#0"}, + "south": {"uv": [10.75, 0, 13.75, 2.5], "texture": "#0"}, + "west": {"uv": [10, 0, 14.5, 2.5], "texture": "#0"}, + "up": {"uv": [10.75, 2.5, 13.75, 7], "texture": "#0"}, + "down": {"uv": [10.75, 2.5, 13.75, 7.25], "texture": "#0"} + } + }, + { + "name": "windowew", + "from": [-1, 3, 2], + "to": [17, 13, 14], + "faces": { + "north": {"uv": [10, 0, 14.5, 2.5], "texture": "#0"}, + "east": {"uv": [10.75, 0, 13.75, 2.5], "texture": "#0"}, + "south": {"uv": [10, 0, 14.5, 2.5], "texture": "#0"}, + "west": {"uv": [10.75, 0, 13.75, 2.5], "texture": "#0"}, + "up": {"uv": [10, 3.25, 14.5, 6.25], "texture": "#0"}, + "down": {"uv": [10, 3.25, 14.5, 6.25], "texture": "#0"} + } + }, + { + "name": "base", + "from": [-2, 0, -2], + "to": [18, 3, 18], + "faces": { + "north": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "east": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "south": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "west": {"uv": [0, 6, 5, 6.75], "texture": "#0"}, + "up": {"uv": [0, 0, 5, 5], "texture": "#0"}, + "down": {"uv": [5, 0, 10, 5], "texture": "#0"} + } + }, + { + "name": "roof2", + "from": [2, 16, 2], + "to": [14, 18, 14], + "faces": { + "north": {"uv": [1, 5.5, 4, 6], "texture": "#0"}, + "east": {"uv": [1, 5.5, 4, 6], "texture": "#0"}, + "south": {"uv": [1, 5.5, 4, 6], "texture": "#0"}, + "west": {"uv": [1, 5.5, 4, 6], "texture": "#0"}, + "up": {"uv": [1, 1, 4, 4], "texture": "#0"}, + "down": {"uv": [6, 1, 9, 4], "texture": "#0"} + } + }, + { + "name": "roof3", + "from": [4, 18, 4], + "to": [12, 20, 12], + "faces": { + "north": {"uv": [1.5, 5, 3.5, 5.5], "texture": "#0"}, + "east": {"uv": [1.5, 5, 3.5, 5.5], "texture": "#0"}, + "south": {"uv": [1.5, 5, 3.5, 5.5], "texture": "#0"}, + "west": {"uv": [1.5, 5, 3.5, 5.5], "texture": "#0"}, + "up": {"uv": [1.5, 1.5, 3.5, 3.5], "texture": "#0"}, + "down": {"uv": [6.5, 1.5, 8.5, 3.5], "texture": "#0"} + } + }, + { + "name": "dotsw", + "from": [-1, 16, 15], + "to": [1, 18, 17], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "east": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "south": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "west": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "up": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "down": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"} + } + }, + { + "name": "dotnw", + "from": [-1, 16, -1], + "to": [1, 18, 1], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "east": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "south": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "west": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "up": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "down": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"} + } + }, + { + "name": "dotne", + "from": [15, 16, -1], + "to": [17, 18, 1], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "east": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "south": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "west": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "up": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "down": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"} + } + }, + { + "name": "dotse", + "from": [15, 16, 15], + "to": [17, 18, 17], + "faces": { + "north": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "east": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "south": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "west": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "up": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"}, + "down": {"uv": [0.25, 5.5, 0.75, 6], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, 18], + "scale": [2.01, 2.01, 2.01] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stonelamp/andesite.json b/assets/minecraft/models/item/custom/deco/stonelamp/andesite.json new file mode 100644 index 0000000..1db042c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stonelamp/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stone_lamp", + "textures": { + "0": "item/deco/lamp/stone/andesite" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stonelamp/diorite.json b/assets/minecraft/models/item/custom/deco/stonelamp/diorite.json new file mode 100644 index 0000000..6a6dbbe --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stonelamp/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stone_lamp", + "textures": { + "0": "item/deco/lamp/stone/diorite" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stonelamp/end.json b/assets/minecraft/models/item/custom/deco/stonelamp/end.json new file mode 100644 index 0000000..14acf5c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stonelamp/end.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stone_lamp", + "textures": { + "0": "item/deco/lamp/stone/end" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stonelamp/granite.json b/assets/minecraft/models/item/custom/deco/stonelamp/granite.json new file mode 100644 index 0000000..7d2dfa6 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stonelamp/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stone_lamp", + "textures": { + "0": "item/deco/lamp/stone/granite" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stonelamp/nether.json b/assets/minecraft/models/item/custom/deco/stonelamp/nether.json new file mode 100644 index 0000000..bcd964b --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stonelamp/nether.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stone_lamp", + "textures": { + "0": "item/deco/lamp/stone/nether" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stonelamp/obsidian.json b/assets/minecraft/models/item/custom/deco/stonelamp/obsidian.json new file mode 100644 index 0000000..ea19b61 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stonelamp/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stone_lamp", + "textures": { + "0": "item/deco/lamp/stone/obsidian" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stonelamp/quartz.json b/assets/minecraft/models/item/custom/deco/stonelamp/quartz.json new file mode 100644 index 0000000..f3f7b10 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stonelamp/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stone_lamp", + "textures": { + "0": "item/deco/lamp/stone/quartz" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove.json b/assets/minecraft/models/item/custom/deco/stove.json new file mode 100644 index 0000000..3bf7436 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove.json @@ -0,0 +1,91 @@ +{ + "textures": { + "0": "item/deco/stove/white" + }, + "elements": [ + { + "__comment": "Box1", + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 8, 12, 12 ], "texture": "#0" }, + "up": { "uv": [ 4, 8, 8, 12 ], "texture": "#0" }, + "north": { "uv": [ 4, 12, 8, 16 ], "texture": "#0" }, + "south": { "uv": [ 12, 12, 16, 16 ], "texture": "#0" }, + "west": { "uv": [ 8, 12, 12, 16 ], "texture": "#0" }, + "east": { "uv": [ 0, 12, 4, 16 ], "texture": "#0" } + } + }, + { + "__comment": "Box2", + "from": [ 0, 16, 14 ], + "to": [ 16, 20, 16 ], + "faces": { + "down": { "uv": [ 4.5, 0, 8.5, 0.5 ], "texture": "#0" }, + "up": { "uv": [ 0.5, 0, 4.5, 0.5 ], "texture": "#0" }, + "north": { "uv": [ 0.5, 0.5, 4.5, 1.5 ], "texture": "#0" }, + "south": { "uv": [ 5, 0.5, 9, 1.5 ], "texture": "#0" }, + "west": { "uv": [ 4.5, 0.5, 5, 1.5 ], "texture": "#0" }, + "east": { "uv": [ 0, 0.5, 0.5, 1.5 ], "texture": "#0" } + } + }, + { + "__comment": "Box3", + "from": [ 1, 1, -1 ], + "to": [ 15, 15, 0 ], + "faces": { + "down": { "uv": [ 4.25, 15.5, 7.75, 15.75 ], "texture": "#0" }, + "up": { "uv": [ 4.25, 12.25, 7.75, 12.5 ], "texture": "#0" }, + "north": { "uv": [ 4.25, 12.25, 7.75, 15.75 ], "texture": "#0" }, + "south": { "uv": [ 4.25, 12.25, 7.75, 15.75 ], "texture": "#0" }, + "west": { "uv": [ 7.5, 12.25, 7.75, 15.75 ], "texture": "#0" }, + "east": { "uv": [ 4.25, 12.25, 4.5, 15.75 ], "texture": "#0" } + } + }, + { + "__comment": "Box4", + "from": [ 2, 13, -2 ], + "to": [ 14, 14, -1 ], + "faces": { + "down": { "uv": [ 4.5, 12.5, 7.5, 12.75 ], "texture": "#0" }, + "up": { "uv": [ 4.5, 12.5, 7.5, 12.75 ], "texture": "#0" }, + "north": { "uv": [ 4.5, 12.5, 7.5, 12.75 ], "texture": "#0" }, + "south": { "uv": [ 4.5, 12.5, 7.5, 12.75 ], "texture": "#0" }, + "west": { "uv": [ 7.25, 12.5, 7.5, 12.75 ], "texture": "#0" }, + "east": { "uv": [ 4.5, 12.5, 4.75, 12.75 ], "texture": "#0" } + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 0 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 0 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 45, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "gui": { + "rotation": [ 30, 225, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + }, + "ground": { + "translation": [ 0, 2, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "fixed": { + "translation": [ 0, 0, 18 ], + "scale": [ 2.01, 2.01, 2.01 ] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove/black.json b/assets/minecraft/models/item/custom/deco/stove/black.json new file mode 100644 index 0000000..e5cca71 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stove", + "textures": { + "0": "item/deco/stove/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove/crystal.json b/assets/minecraft/models/item/custom/deco/stove/crystal.json new file mode 100644 index 0000000..3ed5e91 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove/crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stove", + "textures": { + "0": "item/deco/stove/crystal" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove/diamond.json b/assets/minecraft/models/item/custom/deco/stove/diamond.json new file mode 100644 index 0000000..c844eb8 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stove", + "textures": { + "0": "item/deco/stove/diamond" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove/gold.json b/assets/minecraft/models/item/custom/deco/stove/gold.json new file mode 100644 index 0000000..de6de17 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove/gold.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stove", + "textures": { + "0": "item/deco/stove/gold" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove/gray.json b/assets/minecraft/models/item/custom/deco/stove/gray.json new file mode 100644 index 0000000..ff7c68b --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove/gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stove", + "textures": { + "0": "item/deco/stove/gray" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove/obsidian.json b/assets/minecraft/models/item/custom/deco/stove/obsidian.json new file mode 100644 index 0000000..b22b45b --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stove", + "textures": { + "0": "item/deco/stove/obsidian" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/stove/pink.json b/assets/minecraft/models/item/custom/deco/stove/pink.json new file mode 100644 index 0000000..ddb1920 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/stove/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/stove", + "textures": { + "0": "item/deco/stove/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/table_lamp.json b/assets/minecraft/models/item/custom/deco/table_lamp.json new file mode 100644 index 0000000..1c65592 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/table_lamp.json @@ -0,0 +1,149 @@ +{ + "textures": { + "1": "item/deco/lamp/small/stand", + "0": "item/deco/lamp/small/white" + }, + "elements": [ + { + "name": "Base", + "from": [5, 0, 5], + "to": [11, 1.2, 11], + "faces": { + "north": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "east": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "south": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "west": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "up": {"uv": [0, 5, 3, 8], "texture": "#1"}, + "down": {"uv": [3, 5, 6, 8], "texture": "#1"} + } + }, + { + "name": "Neck", + "from": [7, 1, 7], + "to": [9, 16, 9], + "faces": { + "north": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "east": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "south": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "west": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "up": {"uv": [1, 6, 2, 7], "texture": "#1"}, + "down": {"uv": [4, 6, 5, 7], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [13, 6, 3], + "to": [13.001, 16, 17.14], + "rotation": {"angle": -45, "axis": "y", "origin": [13, 6, 3]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [3, 6, 3], + "to": [3.001, 16, 17.14], + "rotation": {"angle": 45, "axis": "y", "origin": [3, 6, 3]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#1"} + } + }, + { + "name": "PlaneX6", + "from": [13, 6, 3], + "to": [13.001, 16, 13], + "faces": { + "east": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "west": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneX6", + "from": [3, 6, 3], + "to": [3.001, 16, 13], + "faces": { + "east": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "west": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneZ7", + "from": [3, 6, 13], + "to": [13, 16, 13.001], + "faces": { + "north": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "south": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneZ7", + "from": [3, 6, 3], + "to": [13, 16, 3.001], + "faces": { + "north": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "south": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneY9", + "from": [3, 16, 3], + "to": [13, 16.001, 13], + "faces": { + "up": {"uv": [6, 0, 11, 5], "texture": "#0"}, + "down": {"uv": [6, 0, 11, 5], "texture": "#0"} + } + }, + { + "name": "PlaneY9", + "from": [3, 6, 3], + "to": [13, 6.001, 13], + "faces": { + "up": {"uv": [11, 0, 16, 5], "texture": "#0"}, + "down": {"uv": [11, 0, 16, 5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0.02, -14], + "scale": [2.01, 2.01, 2.01] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/table_lamp2.json b/assets/minecraft/models/item/custom/deco/table_lamp2.json new file mode 100644 index 0000000..1ea379d --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/table_lamp2.json @@ -0,0 +1,162 @@ +{ + "textures": { + "1": "item/deco/lamp/small/stand", + "0": "item/deco/lamp/small/white" + }, + "elements": [ + { + "name": "Base", + "from": [5, 0, 5], + "to": [11, 1.2, 11], + "faces": { + "north": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "east": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "south": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "west": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "up": {"uv": [0, 5, 3, 8], "texture": "#1"}, + "down": {"uv": [3, 5, 6, 8], "texture": "#1"} + } + }, + { + "name": "Base", + "from": [5, -0.5, 5], + "to": [11, 0.2, 11], + "faces": { + "north": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "east": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "south": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "west": {"uv": [0, 15.5, 3, 16], "texture": "#1"}, + "up": {"uv": [0, 5, 3, 8], "texture": "#1"}, + "down": {"uv": [3, 5, 6, 8], "texture": "#1"} + } + }, + { + "name": "Neck", + "from": [7, 1, 7], + "to": [9, 16, 9], + "faces": { + "north": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "east": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "south": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "west": {"uv": [1, 8, 2, 15.5], "texture": "#1"}, + "up": {"uv": [1, 6, 2, 7], "texture": "#1"}, + "down": {"uv": [4, 6, 5, 7], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [13, 6, 3], + "to": [13.001, 16, 17.14], + "rotation": {"angle": -45, "axis": "y", "origin": [13, 6, 3]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#1"} + } + }, + { + "name": "wire1", + "from": [3, 6, 3], + "to": [3.001, 16, 17.14], + "rotation": {"angle": 45, "axis": "y", "origin": [3, 6, 3]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "east": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "west": {"uv": [0, 0, 5, 5], "texture": "#1"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#1"} + } + }, + { + "name": "PlaneX6", + "from": [13, 6, 3], + "to": [13.001, 16, 13], + "faces": { + "east": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "west": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneX6", + "from": [3, 6, 3], + "to": [3.001, 16, 13], + "faces": { + "east": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "west": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneZ7", + "from": [3, 6, 13], + "to": [13, 16, 13.001], + "faces": { + "north": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "south": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneZ7", + "from": [3, 6, 3], + "to": [13, 16, 3.001], + "faces": { + "north": {"uv": [6, 5, 11, 10], "texture": "#0"}, + "south": {"uv": [6, 5, 11, 10], "texture": "#0"} + } + }, + { + "name": "PlaneY9", + "from": [3, 16, 3], + "to": [13, 16.001, 13], + "faces": { + "up": {"uv": [6, 0, 11, 5], "texture": "#0"}, + "down": {"uv": [6, 0, 11, 5], "texture": "#0"} + } + }, + { + "name": "PlaneY9", + "from": [3, 6, 3], + "to": [13, 6.001, 13], + "faces": { + "up": {"uv": [11, 0, 16, 5], "texture": "#0"}, + "down": {"uv": [11, 0, 16, 5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 45, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "rotation": [270, 180, 0], + "translation": [0, 0, -14], + "scale": [2.01, 2.01, 2.01] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/black.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/black.json new file mode 100644 index 0000000..632e61d --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/blue.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/blue.json new file mode 100644 index 0000000..d84283e --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/dragon.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/dragon.json new file mode 100644 index 0000000..4df0a30 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/dragon", + "1": "item/deco/lamp/small/dragon" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/green.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/green.json new file mode 100644 index 0000000..e5445d0 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/orange.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/orange.json new file mode 100644 index 0000000..86a5d0c --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/pink.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/pink.json new file mode 100644 index 0000000..e18b1c4 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/purple.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/purple.json new file mode 100644 index 0000000..c909e37 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/red.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/red.json new file mode 100644 index 0000000..ee8f469 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/2/yellow.json b/assets/minecraft/models/item/custom/deco/tablelamp/2/yellow.json new file mode 100644 index 0000000..3eb8d78 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/2/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp2", + "textures": { + "0": "item/deco/lamp/small/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/black.json b/assets/minecraft/models/item/custom/deco/tablelamp/black.json new file mode 100644 index 0000000..a15f2b9 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/blue.json b/assets/minecraft/models/item/custom/deco/tablelamp/blue.json new file mode 100644 index 0000000..a704719 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/blue" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/dragon.json b/assets/minecraft/models/item/custom/deco/tablelamp/dragon.json new file mode 100644 index 0000000..449aa80 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/dragon.json @@ -0,0 +1,7 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/dragon", + "1": "item/deco/lamp/small/dragon" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/green.json b/assets/minecraft/models/item/custom/deco/tablelamp/green.json new file mode 100644 index 0000000..a1ec0fd --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/green" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/orange.json b/assets/minecraft/models/item/custom/deco/tablelamp/orange.json new file mode 100644 index 0000000..123ddb0 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/orange" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/pink.json b/assets/minecraft/models/item/custom/deco/tablelamp/pink.json new file mode 100644 index 0000000..5b5f124 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/pink" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/purple.json b/assets/minecraft/models/item/custom/deco/tablelamp/purple.json new file mode 100644 index 0000000..618c44f --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/purple" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/red.json b/assets/minecraft/models/item/custom/deco/tablelamp/red.json new file mode 100644 index 0000000..6964c98 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/red" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tablelamp/yellow.json b/assets/minecraft/models/item/custom/deco/tablelamp/yellow.json new file mode 100644 index 0000000..963336d --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tablelamp/yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/table_lamp", + "textures": { + "0": "item/deco/lamp/small/yellow" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/toilet.json b/assets/minecraft/models/item/custom/deco/toilet.json new file mode 100644 index 0000000..21d7d17 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/toilet.json @@ -0,0 +1,154 @@ +{ + "textures": { + "0": "item/deco/toilet/white", + "water": "item/deco/toilet/water" + }, + "elements": [ + { + "__comment": "tank", + "from": [ 2, 7, 0 ], + "to": [ 14, 19, 7 ], + "faces": { + "down": { "uv": [ 2.375, 0, 3.875, 0.875 ], "texture": "#0" }, + "up": { "uv": [ 0.875, 0, 2.375, 0.875 ], "texture": "#0" }, + "north": { "uv": [ 3.25, 0.875, 4.75, 2.375 ], "texture": "#0" }, + "south": { "uv": [ 0.875, 0.875, 2.375, 2.375 ], "texture": "#0" }, + "west": { "uv": [ 0, 0.875, 0.875, 2.375 ], "texture": "#0" }, + "east": { "uv": [ 2.375, 0.875, 3.25, 2.375 ], "texture": "#0" } + } + }, + { + "__comment": "bowl", + "from": [ 3, 5, 7 ], + "to": [ 13, 8, 18 ], + "faces": { + "down": { "uv": [ 2.625, 2.5, 3.875, 3.875 ], "texture": "#0" }, + "up": { "uv": [ 1.375, 2.5, 2.625, 3.875 ], "texture": "#0" }, + "north": { "uv": [ 4, 3.875, 5.25, 4.25 ], "texture": "#0" }, + "south": { "uv": [ 1.375, 3.875, 2.625, 4.25 ], "texture": "#0" }, + "west": { "uv": [ 0, 3.875, 1.375, 4.25 ], "texture": "#0" }, + "east": { "uv": [ 2.625, 3.875, 4, 4.25 ], "texture": "#0" } + } + }, + { + "__comment": "neck", + "from": [ 4, 1, 4 ], + "to": [ 12, 7, 15 ], + "faces": { + "down": { "uv": [ 2.5, 4.625, 3.5, 6 ], "texture": "#0" }, + "up": { "uv": [ 1.5, 4.625, 2.5, 6 ], "texture": "#0" }, + "north": { "uv": [ 3.875, 6, 4.875, 6.75 ], "texture": "#0" }, + "south": { "uv": [ 1.5, 6, 2.5, 6.75 ], "texture": "#0" }, + "west": { "uv": [ 0.125, 6, 1.5, 6.75 ], "texture": "#0" }, + "east": { "uv": [ 2.5, 6, 3.875, 6.75 ], "texture": "#0" } + } + }, + { + "__comment": "base", + "from": [ 3, 0, 3 ], + "to": [ 13, 1, 16 ], + "faces": { + "down": { "uv": [ 7.75, 3.375, 9, 5 ], "texture": "#0" }, + "up": { "uv": [ 6.5, 3.375, 7.75, 5 ], "texture": "#0" }, + "north": { "uv": [ 9.374999, 5, 10.625, 5.125 ], "texture": "#0" }, + "south": { "uv": [ 6.5, 5, 7.75, 5.125 ], "texture": "#0" }, + "west": { "uv": [ 4.875, 5, 6.5, 5.125 ], "texture": "#0" }, + "east": { "uv": [ 7.75, 5, 9.375, 5.125 ], "texture": "#0" } + } + }, + { + "__comment": "lid", + "from": [ 3, 8, 7 ], + "to": [ 13, 20, 8 ], + "faces": { + "down": { "uv": [ 5.125, 1.375, 6.375, 1.5 ], "texture": "#0" }, + "up": { "uv": [ 5.125, 0, 6.375, 0.125 ], "texture": "#0" }, + "north": { "uv": [ 5.125, 0, 6.375, 1.5 ], "texture": "#0" }, + "south": { "uv": [ 5.125, 0, 6.375, 1.5 ], "texture": "#0" }, + "west": { "uv": [ 5.125, 0, 5.25, 1.5 ], "texture": "#0" }, + "east": { "uv": [ 6.25, 0, 6.375, 1.5 ], "texture": "#0" } + } + }, + { + "__comment": "seatl", + "from": [ 2, 8, 7 ], + "to": [ 5, 10, 19 ], + "faces": { + "down": { "uv": [ 8.625, 0.375, 9.000001, 1.875 ], "texture": "#0" }, + "up": { "uv": [ 7.125, 0.375, 7.5, 1.875 ], "texture": "#0" }, + "north": { "uv": [ 11.25, 1.875, 11.625, 2.125 ], "texture": "#0" }, + "south": { "uv": [ 7.125, 1.875, 7.5, 2.125 ], "texture": "#0" }, + "west": { "uv": [ 5.625, 1.875, 7.125, 2.125 ], "texture": "#0" }, + "east": { "uv": [ 8.625, 1.875, 10.125, 2.125 ], "texture": "#0" } + } + }, + { + "__comment": "seatr", + "from": [ 11, 8, 7 ], + "to": [ 14, 10, 19 ], + "faces": { + "down": { "uv": [ 9.75, 0.375, 10.125, 1.875 ], "texture": "#0" }, + "up": { "uv": [ 8.25, 0.375, 8.625, 1.875 ], "texture": "#0" }, + "north": { "uv": [ 10.125, 1.875, 10.5, 2.125 ], "texture": "#0" }, + "south": { "uv": [ 8.25, 1.875, 8.625, 2.125 ], "texture": "#0" }, + "west": { "uv": [ 5.625, 1.875, 7.125, 2.125 ], "texture": "#0" }, + "east": { "uv": [ 8.625, 1.875, 10.125, 2.125 ], "texture": "#0" } + } + }, + { + "__comment": "seatfront", + "from": [ 5, 8, 16 ], + "to": [ 11, 10, 19 ], + "faces": { + "down": { "uv": [ 9, 0.375, 9.75, 0.75 ], "texture": "#0" }, + "up": { "uv": [ 7.5, 1.5, 8.25, 1.875 ], "texture": "#0" }, + "north": { "uv": [ 10.5, 1.875, 11.25, 2.125 ], "texture": "#0" }, + "south": { "uv": [ 7.5, 1.875, 8.25, 2.125 ], "texture": "#0" }, + "west": { "uv": [ 6.75, 1.875, 7.125, 2.125 ], "texture": "#0" }, + "east": { "uv": [ 8.625001, 1.875, 9, 2.125 ], "texture": "#0" } + } + }, + { + "__comment": "water", + "from": [ 5, 8.5, 8 ], + "to": [ 11, 8.501, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 8 ], "texture": "#water" }, + "up": { "uv": [ 5, 8, 11, 16 ], "texture": "#water" } + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 0 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 0 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 45, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "gui": { + "rotation": [ 30, 45, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + }, + "ground": { + "translation": [ 0, 2, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, -14 ], + "scale": [ 2.01, 2.01, 2.01 ] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/toilet/black.json b/assets/minecraft/models/item/custom/deco/toilet/black.json new file mode 100644 index 0000000..2027f08 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/toilet/black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/toilet", + "textures": { + "0": "item/deco/toilet/black" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/toilet/dark.json b/assets/minecraft/models/item/custom/deco/toilet/dark.json new file mode 100644 index 0000000..5ed89d3 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/toilet/dark.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/toilet", + "textures": { + "0": "item/deco/toilet/dark" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/toilet/diamond.json b/assets/minecraft/models/item/custom/deco/toilet/diamond.json new file mode 100644 index 0000000..cffc1f7 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/toilet/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/toilet", + "textures": { + "0": "item/deco/toilet/diamond" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/toilet/gold.json b/assets/minecraft/models/item/custom/deco/toilet/gold.json new file mode 100644 index 0000000..a4cb7dc --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/toilet/gold.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/toilet", + "textures": { + "0": "item/deco/toilet/gold" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/toilet/spruce.json b/assets/minecraft/models/item/custom/deco/toilet/spruce.json new file mode 100644 index 0000000..91b4b00 --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/toilet/spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/deco/toilet", + "textures": { + "0": "item/deco/toilet/spruce" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/deco/tv.json b/assets/minecraft/models/item/custom/deco/tv.json new file mode 100644 index 0000000..ae0e43a --- /dev/null +++ b/assets/minecraft/models/item/custom/deco/tv.json @@ -0,0 +1,44 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/deco/tv" + }, + "display": { + "thirdperson_righthand": { + "translation": [0, 3, 1], + "scale": [1.1, 1.1, 0.55] + }, + "thirdperson_lefthand": { + "translation": [0, 3, 1], + "scale": [1.1, 1.1, 0.55] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [1.36, 1.36, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [1.36, 1.36, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [1, 1, 0.5] + }, + "gui": { + "rotation": [30, -45, 0], + "scale": [1.2, 1.2, 1.2] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 13, 7], + "scale": [4, 4, 1] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, 1], + "scale": [4, 4, 2.1] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/deco/dscreen.png b/assets/minecraft/textures/item/deco/dscreen.png new file mode 100644 index 0000000000000000000000000000000000000000..0c354f4dd9f6abfa21dc3358dc08ac31dfc038d2 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%Li00G|+7Ag!)xFQ;H6D5%WMEy>R>&(6W4tZFGCsVgC&BPF9JDyAVKqRPz7 z#?H`bCtYV zTmmX_i<}syFo-HF2>)pRz+1FBXgiZxB7emxg!j>kd1viQ zX6J0U`|#g^A{$8)-A6MY+86Ge7L@n>xcIM!Gk1p9U01%yzHC45N~uYXkAW^>@O1Ta JS?83{1OWSHg$Muu literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/dscreen_e.png b/assets/minecraft/textures/item/deco/dscreen_e.png new file mode 100644 index 0000000000000000000000000000000000000000..e569f6604a9a4fd89aa573e4949f1cdeb96828d9 GIT binary patch literal 349 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%LhJ0G|+7Ag!)xFQ;H6D5%WMEy>R>udHe*A*m}Np(7=uCn}~PBBClOr7I(6 zz%QV{$0sW$t|=*{BOst4C9SKVWF{+bC@!JJ%PS)+q9P)y%EKcKG|=N7>v13@QxfDC z{2w=95a0CZI#3;Ffk$L90|Vb-5N14{zaj-FnC0o>7@`pzdnQ__L4m^|(DmfK_nVUb z|L!@maOLmC#VovkjZ#!AgcznjI?QcxKx6@f#TKQoMtRpyr;2?isDEPePyKLh`2p@f zMjaNkIlZMeg@jg;OXk; Jvd$@?2>?9Pb`t;q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/black.png b/assets/minecraft/textures/item/deco/lamp/big/black.png new file mode 100644 index 0000000000000000000000000000000000000000..6d6fc1875e8e29cfb83c21128260e7e8b1781012 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCim11AIbU+1S{4d3l9|gn$A-aP$90ZXm^4666>B9|#zJZ{rIF3UC&9L>4nJ z@ErnSMo|r~2B2W1r;B5Vh5y@$j(iOc9L&)V{^xHy##SzT_THBT#R|MU;tUdP9ww1& zB?2wYFFFbYKBgvCu6VlA{ovltV!gwAJL4@XoE%=1Z=60mUDYFN)g^toop+=v<5%2b YxTnn<^l#~gETAO}p00i_>zopr08c1Os{jB1 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/blue.png b/assets/minecraft/textures/item/deco/lamp/big/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..13a27cfe101e8827a1823ff34d47b7005ab0feaa GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCiji0(?STMV9>6IQHN6$$$2yuRt-gJO8a8{Rc99+unQzQXC~ge!>4CfZ<;A z-bkPrXMsm#F#`kNVGw3Kp1&dmC|Kd?;uvD#|8(L(z5@aRF6k#f{ja|hD6Fc<$7lOR zHYIt!D%%DH9>LxjtUj!UD-_nc1UMd=-}=`5V2sbcUFV&unPmcQYgUxsb`}i^G&}UO zW$J`)ht9f1*nWx;2yWaEed*FYh6iWPoi^gsK6K{B(@RS4Ds8WR-aFwl>uYbZr+yu^ QAjdO!y85}Sb4q9e08B}2>i_@% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/dragon.png b/assets/minecraft/textures/item/deco/lamp/big/dragon.png new file mode 100644 index 0000000000000000000000000000000000000000..84504748e95fb46c9e3f0a30fa9e24b632a5f9dc GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?ST85k}27+j^ff`I}|OcHs#cNq@<|H5!*E5jn7h)-k2e;~zG666>B z9|jmUozXcD6y+@Nh%9Dc;5!V$jK}j=qyPo`JY5_^Ec~BNbmTj%z{8SzUG?dI`FDD; zOBEh2+b(C-#S!IyfYF%$q1oluooWZpi|o92*GX95zfO$Ym8XH{n>MwU%eHN5UElIY zCnfEHW^434MH8v12SlZMcd=iQ-m;55$XwD;s>4F=lvo^7?-?fvX_>})&Fv4a$E4^> s=wCd(VZTmTpj`8&)?ACv)eFC?+pLnAx;U)y7tm!4p00i_>zopr01LZs<^TWy literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/dragon_e.png b/assets/minecraft/textures/item/deco/lamp/big/dragon_e.png new file mode 100644 index 0000000000000000000000000000000000000000..2459ee09f6620c66b9dd2881e92914f6999fefc5 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbUfix47L>}*5hQt5AFx=V7um~tpyv-mFNU@g$`33(60|qH?W;dV^ zXMsm#F#`kNVGw3Kp1&dmC>ZDI;uvD#|8{~S-vI>x9^T{B{a~}{PuU0QGC4yIU-zhYa~Xne sKGo>nAmx#@%1C)#%)V87@?X?4PvREd+8Hgz2DFjE)78&qol`;+0J#-bn*aa+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/orange.png b/assets/minecraft/textures/item/deco/lamp/big/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..c7100cf311be8edfe9fbafd1422473b88993759d GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbUAIwwwvef4P`jAu8gn?rJ*Z2U*%kO6E0x9;AAiv=MV89^d&Flsg z;wtgn;+LQmHmU$Al@Yc>~F*cx$44$rjF6*2UngA*IS`YvL literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/pink.png b/assets/minecraft/textures/item/deco/lamp/big/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2839807bbbfc839f9eec628d6d17a3887d320a GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbUk6LzK^IiHP>A+^~e4yB)=p8_EjZwQ5kYX&8uX%Fvl>VB}<^r!5DbeWtXhp&6oySWTO tH=k;BZ;@C#Sl|Ev literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/purple.png b/assets/minecraft/textures/item/deco/lamp/big/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..b43f8a0225aab7b2d35d8cc8fa0ba95e018da48d GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbUs|;>7d%m5J@S|Ai2vDp$@&}MKcQEAuQtTx`e!>62fI-Te*$pVf zS>O>_%)r2R2!t6$HM|;tf@z*Ejv*HQZzmq)YB1n&p4|8Dzx_>~!)qRVP^!34uCef} zRR%+wqLkWN=?hK*Vo6>ttsVN(dHk%)BIoQ%dw7pi_k+!*KV=`J%j66>eBGno&1DF> s`BbBOgOo?sDkJ4}G5c2S$$wGHJc(O)YiG0=8_-4uPgg&ebxsLQ0POTub^rhX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/red.png b/assets/minecraft/textures/item/deco/lamp/big/red.png new file mode 100644 index 0000000000000000000000000000000000000000..1d74300c58181ede4aef798e48f6bddd2c108901 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbUZ#o&g_3`|XkbJ~e2`Kg>A__=W{DS|30fUq`vl~!| zv%n*=n1O-sFbFdq&tH)O6ioAUaSXBWe>?FYSAzkM^W?sF|Lt$`9A5L_gHpwXa*c&& ztuh$e6s6SGN?&ji5KHoEY3Bq4Rv9U;i`lnoPyUNq=1JVbTRWr0*nl=Nc)I$ztaD0e0sstYScL!p literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/stand.png b/assets/minecraft/textures/item/deco/lamp/big/stand.png new file mode 100644 index 0000000000000000000000000000000000000000..825cd6d25270330d9509095bbd4ff618230b1e6d GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilI0(?ST`=iZk{0%}(6@UV(%f0{q|Nr{?&l3~luDp0XfByW&#>TyS_ujsJ z8z?*1$W#DG@s$Mm1p}2K0E6p+J12lLoCO|{#XtpzK$uZf!>a)(xYg6eF~q|E?3CMl zhZQ&+BAZKZ{rbP(TJMr?M=5{x4bLduISt>~J}7LY;c9wI(&XaQ;L_dTr;97VzxR@zryI0rS#SRLKB=?*RGF7k1yZPZz;kQa_e#wT@ z5;2a4UFJXVI4e wx6$$6adlp5YrViBZ)=D79e)JBtlBC*Jy|;{Ylg}xpa&Q{UHx3vIVCg!0Cq%{V*mgE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/stand2.png b/assets/minecraft/textures/item/deco/lamp/big/stand2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a759e3cb7907073b5569600009529fc1b2a31bd GIT binary patch literal 586 zcmV-Q0=4~#P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!Ttas+Ek)RTaqDTIj!x+zr=+n zSs5qe@nk$1J9NK)4jHV7$ZEOice)*^FM`h&={x0JGB~_|<c>@ zPU$8V$@33!GBz76U^fbE4n+LAMT>UW8~XC}%>_rIRwPfNF2}BkvV1dPx7}lJ{+CD* zsLBOjURN2H++aC?Zyo~Q^+%Wk7=?cKfHiccY_>#HpWP=w9>;UubHw(Um{7;wi~ug5 zW2-?NSGKj0+s_>CGR0yAsDrvFs}5jM>+PLcZHNx6>%hZlM5kZYu>^Hcmv<%Vd___r zif5H}B}_V)OTKkPTM2a>ADN@nC;~R)yFiWrr3sh*49S7Pko38zWq3kslp8&g1Jeny zMqo1W&l?kxu{b7eE^0C9h#Q+Lk^@B&T2t6X$A_TdRL>SJ$Vk*`QMIElbMV%zv+R=Pa$KnaQ_HGygOu|NcK~rki z0WlwcXtCK08UbYI=Yh}!ci>->5b<3CswRbsEz$7X$7}glg$`g8N=MRUY%oB` YFEo7#g>w&LQvd(}07*qoM6N<$g0{2rHvj+t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/stand2_e.png b/assets/minecraft/textures/item/deco/lamp/big/stand2_e.png new file mode 100644 index 0000000000000000000000000000000000000000..f5df52071f5d523d9a2c1eda9140819bdb71a644 GIT binary patch literal 430 zcmV;f0a5;mP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!2kdb!2!6DYwZ940YgbdK~z{r?U%7m z!$1s%eW(m9K>I*!tndarLZ60r;9=SYscRQjhLB3oR8iudgHMW!lCzV8R;ZtJJ*V_^1&A{1~e5mN`DI z5$|6&epDkCRbBb-iib58w383JC!zUS{^J#?gwBrTw3_f3ME@DZ$}_eM=MtO+99aOs Y9;N5n_)X$qAOHXW07*qoM6N<$f->>9`2YX_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/stand_e.png b/assets/minecraft/textures/item/deco/lamp/big/stand_e.png new file mode 100644 index 0000000000000000000000000000000000000000..99a9ba34194fe58ec3bc1dc3f03f9d15ae3bb21c GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCim11AIbUf%O0X|6hOqdF91xAbXwZZgn8VS`y?J3>5#*@Ov9yFi?QAz$3Dl zfr0NJ2s7@OnEe(gXzl6Z7-Hd{oS?|CK{Fwx#mIqSHIteKGfT#j2FX(lj5%C0I5Zs? u7jr2jRA@SQt~ilkU@4?7QNgOC!!Tnt|NUt82whbuu?AbFQIYshWHIQO23Gxg64+acU-pp=5 zAm7vw($SSEC!}`&l`*wd*YeY@yIj3sjJr1?~Uv3@NEqS@(!ZEiOIV^he zTuGV&WzkW$W-~P1be%1hC^|!O_Z+t)Gp`5F{Oq(={0g`5odYvxX8|o|@O1TaS?83{ F1OVQ|U+4e; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/big/yellow.png b/assets/minecraft/textures/item/deco/lamp/big/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..35b3fe256ad5f5aed4fbad18ad98c2da0d333d95 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbUFC3M9dBOU}t?=#Jxq)KeZ}IGSf+AE$Bm0>%IST%V~ zE?hbzRW%^e%08I@0004WQchC7$7d)AO!?9UzJeM4cW=DF`X)B~TLusOb$*3_>Ke1q!GqnmZ6M(F#P= zppwB8)9Q7}`T2SeJs5rngoU-hR7!aaJ+m#qAvnNF-~tOJ|0BTnTHso4Z35#R8FE8} z^EggZF*Px7pj$@!Mrz;6_QSOIaRy}kp$KrmCitl@4}>eu@L2zSARPee4pa^Zw@Kji zMFi{-EEyz$WH1SE1e<^)kPIyj$Q*&01rAt+dLI}f)I0Hr2x1}d*l-$w)qr$?9dH92 e$8j9TY2yRjQwTTARrcrr00000fhdEP)IGSf+AEfl@NZkX^cjRjPJMqHaZ!UO8Mk zBULpZRN@f|00001bW%=J06^y0W&i*H?MXyIR9M69lzpdu>;IugSoTAF_IFaT>>#dfto!54x|KZtpbF2=CuNZja48Z29W}0 zY>U@9rSy6aJs7?S(8gY1%3$b)V*xQC26h6sJkL4(A|PWgaLRZ`=nf`s90lR-F>VYH)neE}kc*2UT?cWDl0bs5`kpW}41TG6I;J4uM zpbpf7OF%661k{0gsL6oc7KBycgi|Q{z+s{6#4{{t3M6aCZ3Nx~v0fhdEP)ne?7^>ViR3H6VXbG5^%ak6SlyMk>IGSf+AEfl@NZkX^cjRjPJMqHaZ!UO8Mk zBULpZRzpdu>;IugSoTAF_IFaT>>#dfto!54x|KZtpbF2=CuNZja48Z29W}0 zY>U@9rSy6aJs7?S(8gY1%3$b)V*xQC26h6sJkL4(A|PWgaLRZ`=nf`s90lR-F>VYH)neE}kc*2UT?cWDl0bs5`kpW}41TG6I;J4uM zpbpf7OF%661k{0gsL6oc7KBycgi|Q{z+s{6#4{{t3M6aCZ3Nx~v0fhdEP)|8BihH6VXbG5^W;k6SlyMk>IGSf+AEfl@NZkX^cjRjPJMqHaZ!UO8Mk zBULpZzM3CT00001bW%=J06^y0W&i*H?MXyIR9M69lzpdu>;IugSoTAF_IFaT>>#dfto!54x|KZtpbF2=CuNZja48Z29W}0 zY>U@9rSy6aJs7?S(8gY1%3$b)V*xQC26h6sJkL4(A|PWgaLRZ`=nf`s90lR-F>VYH)neE}kc*2UT?cWDl0bs5`kpW}41TG6I;J4uM zpbpf7OF%661k{0gsL6oc7KBycgi|Q{z+s{6#4{{t3M6aCZ3Nx~v<|Gbg^vTpxWH6VXbG1AHZk6SlyMk>IGSf+AEfl@NZkX^cjRjPJMqHaZ!UO8Mk zBULpZw7_v100001bW%=J06^y0W&i*H?@2^KR9M69l-mx2AP_`_r4%o{|Np;s0JEtz zHr*xBmpzgo4?E5*UVvNsMe**n40XMS}7!yE!W?P_!C;`3&u4$T5{7WE@wZJXi+XRLOBE*IWmth#k zq-tW^K)8+igVcVM^_OYy>kLTwLt)^cm?*Qn+z}pMDev;{1MUD2cVOXwFjNBP3=8NZ zXfkjD&Y%&f5p)8afHSl>AZ>(76*yoQmghhbVR;gdh`<&wOAUZf&>G+__)KYlVHk#C b7;U@(zMTj+%t4c^00000NkvXXu0mjfR^yeO literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/paper/red.png b/assets/minecraft/textures/item/deco/lamp/paper/red.png new file mode 100644 index 0000000000000000000000000000000000000000..eac37aafc1fedb16552705dad753f14a11fd3001 GIT binary patch literal 379 zcmV->0fhdEP)IGSf+AEfl@NZkX^cjRjPJMqHaZ!UO8Mk zBULpZNzpdu>;IugSoTAF_IFaT>>#dfto!54x|KZtpbF2=CuNZja48Z29W}0 zY>U@9rSy6aJs7?S(8gY1%3$b)V*xQC26h6sJkL4(A|PWgaLRZ`=nf`s90lR-F>VYH)neE}kc*2UT?cWDl0bs5`kpW}41TG6I;J4uM zpbpf7OF%661k{0gsL6oc7KBycgi|Q{z+s{6#4{{t3M6aCZ3Nx~vCCSEX@AkX<;$ja#aAN|j+didZ#yO)gwI zBULpZ%xs-%00001bW%=J06^y0W&i*H?ny*JR9M69l-&-4APj|94mcF||Nif~T1^vT zT-I{o4WA@HOpiUKcwvCB0bJ}LMp9z5OK?n3Sk0aQ0x1FJ6hIsgtQ8>MSOvlo0}^=V zZS{Ii>Gl4M12g^*ppCsi$vHpAK{yr=6JlT|Fy)kT`bR**pAWPNbRlczfA4d*$mu26!k!ogv|DE0zY9z*7ol+S^>sffhq&=a0y%&RKRb+ z<3Sy$2bX|Y@Cm2`_0W<5+!lmY;Dl4C`@mtL?!+@JXbL22*KLg61hfiaK?>06bUK|* ar;RVKMF=z?)%6|#00000fhdEP)IGSf+AEfl@NZkX^cjRjPJMqHaZ!UO8Mk zBULpZUm)tn00001bW%=J06^y0W&i*H?MXyIR9M69lzpdu>;IugSoTAF_IFaT>>#dfto!54x|KZtpbF2=CuNZja48Z29W}0 zY>U@9rSy6aJs7?S(8gY1%3$b)V*xQC26h6sJkL4(A|PWgaLRZ`=nf`s90lR-F>VYH)neE}kc*2UT?cWDl0bs5`kpW}41TG6I;J4uM zpbpf7OF%661k{0gsL6oc7KBycgi|Q{z+s{6#4{{t3M6aCZ3Nx~vnpFS* literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/black.png b/assets/minecraft/textures/item/deco/lamp/small/black.png new file mode 100644 index 0000000000000000000000000000000000000000..3422830b9a0cb5f750135bc519a98bc24b36e110 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCim11AIbUfixQ%8!s=fkdP3N{Xl!NCy-(-3Gxg64+IRqxA6r71vm>lB8wRq zxcNYs(P7_1pg|0go-U3d7XEK11adVP@Ho#l`)jrANT%c8ksGHA6wE{d9A57ECUD|Pl&h71Z^a{Vw)xyo Z7$>ggJ0{P+{vXg122WQ%mvv4FO#nX*OGp3! literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/blue.png b/assets/minecraft/textures/item/deco/lamp/small/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..7a969de19238efa8d0d7f0a569df5b472d8a15d7 GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik70(?STfwahy{~E{s+dlcv-t^V%&VPxu|BbKySK9fXt>rs=+jpP>r#F1B zffP?kkYDhB1Yi)lf9@PmoU_0qvY3H^?=T269?xHq0u)U3ba4!^@P9kOo2$Wq$7Qak zeb&4B_-5WK4NJAfS??=pPG(8s^F9ES14s>YW zy2HcY!`eD$bH~()0UTGj-YmA3X6Zf>hotvk_z@GZmqGQvTI^AcWDcN(44$rj JF6*2UngCZ8Y;gbp literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/dragon.png b/assets/minecraft/textures/item/deco/lamp/small/dragon.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f9d30f743e722334eb95d1f155a6fd7431fb5b GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy9sxcfu0UFvE0}@Nf|Emmkx81F zS)7l-)&K7QxHtcSK!{J5k6YdD%*Rt-{tNJGF+BOt#2}Xc_dmno|MTAe$>Y5X)b4)u z^B0CYOY);@fgHw?AirP+hi5m^fSiM#E{-71v z6`v>`_-y0vAU5Tq%v6;%nH`%S+-W!P{O!KuY5XR2BRBzx&nCUl{IW9y*!|hh;Yt=cNdt;^Q8gu8;ffSU9nWZ@j2?_^p4Q#;O2W*9#L) i3b1)cggF;5+FRTDF{ZLldGiryFN3G6pUXO@geCwT-CSb; literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/green.png b/assets/minecraft/textures/item/deco/lamp/small/green.png new file mode 100644 index 0000000000000000000000000000000000000000..adfd81395252a6bd7ecc9df7e7a9412340c39868 GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijS1AIbUfwbLDfy8r~&5xZFmoik`v2xliRCL2E^thtuesQ2|w(9c9K#IF0 z$S?Rm958tKGkyXJa~60+7BevL9R^{>GtC@0WO==kicT zV@i`0FUY`H} literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/orange.png b/assets/minecraft/textures/item/deco/lamp/small/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..e5322e507fd75ae49d59ad9dd49b9d556aa13e3d GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STf%L<9N?(@R{9hk>dYaJxHQtZrs=r%m@^qdCP-=hY*=azEt0c%T z_&*FVY&xTJ9w^FL;1OBOz`%DHgc*aQ;@r4b19(VpQYKXTeT~spIE&Q`U#BtN^H99`~Ep4yprU+aSt(9|QJJ{4T zv(rVA)0)xvfy7-$X=laRX#ye-d*ff!=TvylHliF1mDCC8U_E%qXg9`{V&>gep>X>&!u#^6zxo%vzr zWM@YguZ>2+4h}39>E$bWmrYn(mB8|_H~vM9-io;G*OWPYe_7lITF2n&>gTe~DWM4f Dn!jQo literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/purple.png b/assets/minecraft/textures/item/deco/lamp/small/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..8be6fbeb6bd8d28557776cf53a1cd86fea047a86 GIT binary patch literal 273 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STfpnF@&1TPc6B2$DD;{lddD$KDqssJdXUI38)FQDb9YBh!B*-uL zKMXKzI-_$QD9Tyj5n0T@z;_sg8IR|$NC66_dAc};Sopu4;LX)wz~eI4vwr9QR$i+G zj7zn}S??=pPG(s3HI O89ZJ6T-G@yGywn>NN2VH literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/stand.png b/assets/minecraft/textures/item/deco/lamp/small/stand.png new file mode 100644 index 0000000000000000000000000000000000000000..46e6a06005cc0b215f2a14c65e581d615da360a5 GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilI0(?ST_wL<$`}S=hZ~pxGjg5`}|NrlgHm~tF2r*SyUG9BiV%+QRKd-!a z4OAe*RQn4^@s$Mm1p}2K0E6p+J12lLoCO|{#XtpzL74G){)!Z!-~vw<#}EtuwUZk8 zniY6lvPCxR`1k+)y933Y>qIBN&3q6P*X8J<_S$FD`EVBg=KdQsEc4lAcN}tyx4F@D zXoItk&gV%&Y+~zNqU$HbctwWqk%+KXoaGqJwr1{xF0q~F94u$6^sj6?x;9|-tGplb znagJ0WOed7qvv~LM(jW3Ju_kza+DSST$be!x;vGx<)P!s>Lcs|uRJ8meuQRRU)s`j aQ~J~@gGrK0&PD^>%HZkh=d#Wzp$PyQ>W!5E literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/stand2.png b/assets/minecraft/textures/item/deco/lamp/small/stand2.png new file mode 100644 index 0000000000000000000000000000000000000000..46e6a06005cc0b215f2a14c65e581d615da360a5 GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilI0(?ST_wL<$`}S=hZ~pxGjg5`}|NrlgHm~tF2r*SyUG9BiV%+QRKd-!a z4OAe*RQn4^@s$Mm1p}2K0E6p+J12lLoCO|{#XtpzL74G){)!Z!-~vw<#}EtuwUZk8 zniY6lvPCxR`1k+)y933Y>qIBN&3q6P*X8J<_S$FD`EVBg=KdQsEc4lAcN}tyx4F@D zXoItk&gV%&Y+~zNqU$HbctwWqk%+KXoaGqJwr1{xF0q~F94u$6^sj6?x;9|-tGplb znagJ0WOed7qvv~LM(jW3Ju_kza+DSST$be!x;vGx<)P!s>Lcs|uRJ8meuQRRU)s`j aQ~J~@gGrK0&PD^>%HZkh=d#Wzp$PyQ>W!5E literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/stand_e.png b/assets/minecraft/textures/item/deco/lamp/small/stand_e.png new file mode 100644 index 0000000000000000000000000000000000000000..f0654eaa7f7ba33904fdd8b6a3ffb30564b907be GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!V6vx+V@QPi+iM%S4k+-rUcB-D|3#p>``34`ix+CBv8W!rZWc>r1`WRx|KO?85jH7V}FtNf5% w7nnHP-#>Ha3{a}^Vy+XA;wlO9 z3;quS44cmAoCk_>7I;J!GcfQS24TkI`72U@f~lS^jv*HQZzni%9WdZv*}Zz>$N%!{ zOq{g0Jh|e$p!mWDK94(p*fi8zlrAb6>=yo6AmX@b_Zl6a{g$>@R8s`5h$hRqu^p^( zGB%#5q1(KG;|8Pgg1vVgtvM&e8gq1gIHJ#ECw_Knoc>UHx3vIVCg! E02DxG$N&HU literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/small/yellow.png b/assets/minecraft/textures/item/deco/lamp/small/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..5e65c39b2040cad6d3181b57097ef9b7200534d4 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil21AIbUf%L_rvac>!|F{*tV+YrhGp65f_*^@t0u;Yg{$3bJah3%61^gnPbV&VUGf+N=f0}htm*-3x?cWb|O(%$mq zit~cv3mf=6?mS}4V0UTGa9vO(P{q=f@G4Q8`*OY?e<>%|q+O5ZEMKS)>Hp$g-n6CK y9$gGf?;PrPJ4^et%J@14wW!xUd{V5K#C|PMChC&Z+h;%v89ZJ6T-G@yGywq0`C!HX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/andesite.png b/assets/minecraft/textures/item/deco/lamp/stone/andesite.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd29bc00aad9cb0f2a8c32f46a7adf1e6b5d29c GIT binary patch literal 670 zcmV;P0%84$P)$+J5}twc&toZvVSEF$`S9zS&jq^Q^$mlM!Sp#+Mp3<540+8qTON=S{QAXo|= zpUi}p!cWrhF8j#%nU z!GmH76jY_UiOqug?ScL@1t7I65c5E!w@{$KLCsAN%nHq%0W9AHHidUluo5tdQ0nzf zfSYLbTP~J0C?KIf+qNvrrs)-94Cgqzlb)DTtCKA*yrUCma#B;1Mm}u3#ep~oX0bZ^G@7{rpF#fgQNN@ou zoo{0~|9#@>UIE?PEod^PpCbiK4<0;t@ZiCN2M_M?7yH^9BEFZSi~s-t07*qoM6N<$ Eg02B0OaK4? literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/andesite_e.png b/assets/minecraft/textures/item/deco/lamp/stone/andesite_e.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ed528861d2cfd082ecff17dd2df8d6d06a35f4 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSJOMr-u0Z<#MWg>u-2SiTlHJpD z9LQ%Z3GxeOaCmkj4aiaTba4!^IGyak^#7;5!GZ>#ZJaDDPLa$K9gI_M8*#ZE)Q~7) ZVCb2|={uwFgbh#wgQu&X%Q~loCIE&wB;Wu5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/diorite.png b/assets/minecraft/textures/item/deco/lamp/stone/diorite.png new file mode 100644 index 0000000000000000000000000000000000000000..adce5e8bfab596525363fdf0def8bd93978b6ef1 GIT binary patch literal 666 zcmV;L0%iS)P)MX9!CSKwqL~18 zlsvmr)JmiT#R-lR!6KsH=kZflK#Gd3aXA6K6iT4j${^s9q1{oip@h^(3WBB3@%bG3 z(zrwdCPsqGE@Ulut|J4cU_bW#vm-7gdXSaE6B4Em;wlf0#9Ms$d!K~2C8Nl*GU{iP(1uFrQ2&G=%1h|P- zzvW_Cg8~xz-nL~~HchV>V>rjzo%CeIx~|E%Qk=r@tet~OwW~mS&OLQDBs>NW>=ufB zm{@!YgA_=keSW!uZ#IBf$lvbiR${ z{P&5gdj)iFx1hu-2SiTlHJpD z9LQ%Z3GxeOaCmkj4aiaTba4!^IGyak^#7;5!GZ>#ZJaDDPLa$K9gI_M8*#ZE)Q~7) ZVCb2|={uwFgbh#wgQu&X%Q~loCIE&wB;Wu5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/dragon_lantern.png b/assets/minecraft/textures/item/deco/lamp/stone/dragon_lantern.png new file mode 100644 index 0000000000000000000000000000000000000000..a91b275fe202b88c73fb7fe6a06bca36d573e188 GIT binary patch literal 753 zcmVprUg7!WG||NqSN z|F-o1i0%LE;Q!*$|JA+!NC3bw5?3}AU^ilxe zJ^-aP0F8Lvx7q*z00DGTPE!Ct=GbNc00J#ZL_t(o!|jyalG-o~g<~bM>^O0tv=o+I z*zM2zzhWgNj=h9Tx!sw3GZ4WeG1MrRU;e)CX*L;Gg zY0v;bUDqJ!R}JW|{&L*!k8OL{?+=d4NuW;$X%;~%noE z91vk{ff*gtjFpqBB?2c;KN*1UjN>x5fWy$WBQdIg9)*0r2!JPOJ7`j7p9YlYT`~hSZ&d2OP1+0<;@)VK=`d^+T|E`l+I4-jT z?BK-$V_|ln*F!yS)WP6M@^4$2h2ydaQ5=A^Ss;y2SN$Np2bBB)WETGNPWKK|qMp-SKHpiOQ2{{(h|r|_ZE67)0(j@(b~~TXx2~K52)wFN zK8QH&isvB0JhMRsxObae$Z>#tRFQ3VU}Eeh1{R=k3V9HMSyDVm<$q~%U_l3=AI2^k zC>=D!G>onqV);7Ib=^VVEHIh@BRaD3GIu_0vOwz=H0CL)65s#*6Nlbcs}vF71A&WX z5b!?&8N}jIta{h?j_DbxACd3JyA~R(b~`(<+e!V1)ePphG2;AYUvpqEr+~9SaJ%cy zg*e2>+Y@i;84J0C5CR1vLgXb7mun$R5vYwU5S9Yri9u8|)VMyf@6+{k;uZ#N;Yrp* j+}POI*x1SU|Bko+ z-#qyL=;HsYd;h=x{r~5;|B@VfaXbIpt@>Z8{Xdf7zrn08D&4Px7#?^q960p&-VC5- z#*!evUF@uw+{-$^;Lm;DXIxCCjP}lYKuZ}sUHx3vIVCg!0HsN9;{X5v literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/end.png b/assets/minecraft/textures/item/deco/lamp/stone/end.png new file mode 100644 index 0000000000000000000000000000000000000000..b67a898ba5aa5bd951e5ac66fecaadfbb126fd72 GIT binary patch literal 617 zcmV-v0+#)WP)X+yimJkI?mSSDS^$7ya>I%ABr7K>s;jG@bp z=y)B!&L1D=+obDte2iXTKot;FD!QYV3YeY1eHB>#2y`M`d^9;=Yy&DVp8*8G^_~Qb zCH1~ybwe$4E*b@v+ik&xwGc35Qh}xI5u(7fOw(=BH4_*tYH%s2Tph#%a1mmf0@N}G zEQEt-k_@HeDa>gK5GWmBbpfaYcLe4XK?<=PV+v9Dsr`)#966ZBM}G#(r0f0bG-nR1 za{!2iHAEjlo&i33%D^@{5SM{SID*X`1gRF~B~id<0B{7{iclN+M*~}dK65}qKhI~^ zbx)LY7-MOojfH*h?}{k|!gIjHDFt_gRI2E0mVx^gihCO}vO9&-hHQ)lZVEnvV1u}g z2iOXrHPA=Vts3Gx4hC!7Qy2*ugx;J&4DE4~1irfs=5lHA!aHNvLBgPJ7zW!Ml10$( z2q1g+ZTv?d0j2aLH3rS$0APdH9-)5jD zFW94u;j^4v?FO9y00J9HL_t(o!|hbjwxcizlmrv8y{q-^|9|T;kle7YKJ2^GmYCBr z3`5eX$+J5}twc&toZvVSEF$`S9zS&jq^Q^$mlM!Sp#+Mp3<540+8qTON=S{QAXo|= zpUi}p!cWrhF8j#%nU z!GmH76jY_UiOqugza%!#VHKW+Bv9Hy9%V|+*4;m!ej8j zZlTzRiN&WdNP#rkH|RqcW4yT;Q?Q~Mx(upFauuB_C}2_GC|WcVb0kGR$CjPeSUcW7TrvNWkfp_n~Mi~FvZzQ;Y zl+L%Yoc}&?b+3T#?G`i{)Bhs{Ob;GBc<|uCg9i`p@dx=88zK#l;@|)P002ovPDHLk FV1jzkC3^q> literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/granite_e.png b/assets/minecraft/textures/item/deco/lamp/stone/granite_e.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ed528861d2cfd082ecff17dd2df8d6d06a35f4 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSJOMr-u0Z<#MWg>u-2SiTlHJpD z9LQ%Z3GxeOaCmkj4aiaTba4!^IGyak^#7;5!GZ>#ZJaDDPLa$K9gI_M8*#ZE)Q~7) ZVCb2|={uwFgbh#wgQu&X%Q~loCIE&wB;Wu5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/iron.png b/assets/minecraft/textures/item/deco/lamp/stone/iron.png new file mode 100644 index 0000000000000000000000000000000000000000..c3a4eb439b89f8e3498e505baedf451e510a0d7e GIT binary patch literal 589 zcmV-T0s=o|Emg9Q&VqmZ<*>>+yDRp+et)0 zR7l6|lR;{OKoo{0Ep%HQ3|Ur@t~(4Sp-^bV3k+iRrc}BOL$Guwf_MeVvSi~8a)<0f z=@ANr-l6Z!)99xAF7hKT=KX&2zc-^H%~qCs60;5m4v%Ail!zlgj^_nmoU9Mi?S8%8 z9~l~Uk(gIP_z`!gJWi~K<#w++!)r;a3<=|u2(qqKU4LkUl5r%2h;4bBlGU_ka;8+K zHe}#aEZB^;XbH?*Gm{KE$vLdqwsc^JE~M_FB}{V_iITBl7hHF7BJ3hx+BSE_2~+_B z8MHyQAMJOweGAT-1%B31zM-+(HroT-Ie6xM3K0 zk7(FHhB%UJk~;vPL5*B5M2AMGJpcL3j+19-lQdpISu1F}z*U?>l3)lp3#fSja9zp} z&nq}CmiJv?8BGDTNvkmG6h?`|TtQJo$WT<3FDieY_h;ehF1idp+!qvNNa1t9Xo80? zG<;>PROkg>sD(|!697SLmNh$LDA(&VpjaVFV<-*kwz#^xZ?dLQS9b#fs@vk?dQu3u z5Es`2LkMXgk|umN833}k=6zrwwUhK?y7;^|T!t#VcR b`sexu6K$()_vdPs00000NkvXXu0mjfh4uI4 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/iron_e.png b/assets/minecraft/textures/item/deco/lamp/stone/iron_e.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ed528861d2cfd082ecff17dd2df8d6d06a35f4 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSJOMr-u0Z<#MWg>u-2SiTlHJpD z9LQ%Z3GxeOaCmkj4aiaTba4!^IGyak^#7;5!GZ>#ZJaDDPLa$K9gI_M8*#ZE)Q~7) ZVCb2|={uwFgbh#wgQu&X%Q~loCIE&wB;Wu5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/nether.png b/assets/minecraft/textures/item/deco/lamp/stone/nether.png new file mode 100644 index 0000000000000000000000000000000000000000..5172d662832a040f6869bc8bd0b30a51d7fb5fd5 GIT binary patch literal 455 zcmV;&0XY7NP)}BFwIfzisaRssTraK?xWRq~ucissSI1 zBM!a=CO))sS2Q)S`jXJYZlD|>KE-Zu!4ftD;1JG)-d~FpuPhi z(@9BsTI*{EtO3+1QA!@F!LR)Y#QsjDgDoRG(0=K8tLB(=h{20N0vbR8z}xWgxjgZG z%%Z7Jnt?Bh18s!PC|wQF7P=85D0avQ-(D6r17yTd-gQ~cknOx#*A8=-W1;V$ia`?J zi{N;Z=9S^^!n7=_>XB%XFla5Q4l&5%^EmN<^Z3gEVmRq62$oLzr~v73EGa<$>1O`X x9%{%{*IfV4>JxthTvDrlel`k5!6+Ey001tZOo5nFysQ8K002ovPDHLkV1lEl!7l&+ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/nether_e.png b/assets/minecraft/textures/item/deco/lamp/stone/nether_e.png new file mode 100644 index 0000000000000000000000000000000000000000..41b247b6278102ddb5bbeef4a5b2f3b45a9e4473 GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%x0_l%of8T}wf8X@~{e=HOF3*AqM}ZVuNswRge-L2Uyno4lpa^Gy zM`SSr1K(i~W;~w1A_XWI?djqe65;;#q9NA-10I%xN4EX@|MZ2>x?*J(#>07qbC+*e zr%{p~7tVAnM!EcKOgQts99$S3j3^P6L2n;uXa@_p2uaDk#XRHL*c%ur)d|=G=A<8 zCNrdeVkhcT_yKCfPmk|uCX#3pM1yuUIY_HvSPz2~5vhs2<^@a-=wkNtyncG#W(;(6 zSTh2G&WK2J#lUKU_eKx&^$i=j$c_Fr&{f z(;yJ7F$Ap^a9`Aj0q7)1v`S|n{0$V7G7Lj842|{v9&+$40?>h^B9a~G zdTX4a3<20@sJ3w-Gj5S^&jgiT`4%$~GOz>uegt7%ZgS2LeVeepN8X_-o7!J7MPI|^ ziq4NjBf)1_mVyi%U$Hs`%JSd;cDsD!7G!}YeVFXEYr)+!YLVw0BK>uoYsf&uqH*bx zS}=-u27p0sM-C2C$3OGo6ewz%b{)@4VFPN_X@+TwqGrQNBSd{h*4+xA`b zUgtno#ML-(ee<(#`@Xrp83C^DmIXzuuI@&F*S;l#_HW;f0JKhF@!<%Z3`_1d)vC{c j5giuhqKhuN=!@$Ogbkl~C;saB00000NkvXXu0mjfcSYxC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/obsidian_e.png b/assets/minecraft/textures/item/deco/lamp/stone/obsidian_e.png new file mode 100644 index 0000000000000000000000000000000000000000..eccc9dab0ecea40a2792687dfc0d48d39625e11f GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSJOMr-u0ZrGW$sd?yIJj9MMK-<>bV^W{b)5c9q^70Y5M&c z-Bz!>&0wBnu`1!!ILJ}iB93JUI18vEW2+2-SHN+R)Ve=-1h^W7WhStdax+iZp#!p_ za9H7Ze>sE>+!raxkihf=Lsn4Tln8u9jf8zKP05X-P#X$nSN5g{NXGIp0Ky*fW4?8< z!F<~TXwYudY_ZB1T!`6X0JIv196D?;1hx=Ppe{b`fzfI9f7Sqi099F)0Q|1*!c3Yp cY0^K}4+%|}AbeHh*#H0l07*qoM6N<$f-ZXZ2LJ#7 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/lamp/stone/quartz_e.png b/assets/minecraft/textures/item/deco/lamp/stone/quartz_e.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ed528861d2cfd082ecff17dd2df8d6d06a35f4 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSJOMr-u0Z<#MWg>u-2SiTlHJpD z9LQ%Z3GxeOaCmkj4aiaTba4!^IGyak^#7;5!GZ>#ZJaDDPLa$K9gI_M8*#ZE)Q~7) ZVCb2|={uwFgbh#wgQu&X%Q~loCIE&wB;Wu5 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/black.png b/assets/minecraft/textures/item/deco/laptop/black.png new file mode 100644 index 0000000000000000000000000000000000000000..b0a8913a363d5ab2e1a61df907f37c06dbc29b22 GIT binary patch literal 494 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijo0(?STfwa7Wny8o*HxHkNmZ6-yDjORcA0HntFE0-d4-*r!o}QkfqN0k5 zikzIBjEoE?C#RB*~f~P%Q978Pp-(I-M*JL2za4~arj^2)tB^oapF8u%R%%=^-n#kbGHbmX@_kXS z4{Ihj6|ehVo5)qxbWL3RgYde_$Z4TfkDC(2)BNV#z0amGb@~<4sy3$X&hY+fV+Vh+ z8^l=4aKd+ie#sApIrEuK4j<)v r(Grlb{PyE}XT-z*9<+ZE`I{vvqIBu@k{MTk-eT}{^>bP0l+XkKMtQTC literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/blue.png b/assets/minecraft/textures/item/deco/laptop/blue.png new file mode 100644 index 0000000000000000000000000000000000000000..fc319cec07f7fab0f11913b45cd2368c3e66d892 GIT binary patch literal 476 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil`1AIbUL27*-8<-!KQCJk2_?C^0jgOCymzS4^hlic3QBO}#QBhGvMMX|d zPDVzClao_PNl8sjOgnPbV&VVx!fn1L1D=M5vNG(Y4SsFs77Bm+cRpic+C`7WA8+N0Pk82UoG`K5 zygTLdxdkt&XWoc!URVSZ$cR{G}t&g$jap9c@ zCDY@C0=8T~dVqW8lxv6do)~oO^Lb-aeei>4(#4l54?ak8o106w zIU4_FVSYR1_~h273exh+--` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/brown.png b/assets/minecraft/textures/item/deco/laptop/brown.png new file mode 100644 index 0000000000000000000000000000000000000000..e027561d35b717a286d0f7ff0283ebe01a761eca GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij|1AIbUfpnOzsH-BMl{8O=l`I<@8y_DZFE1|-508;ByPlq&qN1XTii(_^ zoQ#YNCnu+pl9HO5nz*>Qn3$NTs3YKmN%ZUXi|hb?vp+b$c!x ztT$(!Goi6)y@QL=1g}f8#RC;w_k5V=yiH1;gnv6nYsmBLmrX6MGkCL12#rFEak-;s5qRE`O7Pz=4m@@zgokx|Jn{u)Gmlu)iB&U&p7L05_^f0 pM#1H`h566ASO0q;|7A`!lci{pi%+iD44|hNJYD@<);T3K0RYNvxdZ?J literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/dragon.png b/assets/minecraft/textures/item/deco/laptop/dragon.png new file mode 100644 index 0000000000000000000000000000000000000000..b82fd865778d0e0d9a0e2621e365e332acd309fa GIT binary patch literal 733 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik{2l#}zf)p_*GBC(6Fo-cQ$gwaeGcc$#FsL#yXmcU0S$jHDT&c>jptZFGCsVgC&BPF9JDyAVKqRPz7CjI|E!>Rua49ckt=a~-w zXJ_Y;l+u-vGvF6c;OCd;KLEWrk# z!JGvik;M!Q+mq9;Wm9FDoXmFxoi{mar`n>) z!j$&aEcf=kTla3>-8|!*%yn6TN0n=s5AHLT>E*AvFYn)Uc<}_w%N@l=OLbZldeV>o zJGoNl+&TS26AIs1OetE&l*a46uU@m+^FwWSRr@comUHXYO;*{tb1(O)_L93AQWbK! zHYxx2NqeMyNLXUErzzw;!}3YXmcD#E`4dlLh3C{Yv!a_G+~DfG9&^y(X3K}$F(<#O zaeS&2J1uz1(NHHeBw*cC-)UP}3To%<-Okc_NoYaRM@8MP^VeiAI63KBKR6U1p%bbg qAW`SKa#r-GcK^TK{}-qn5&tsn3fIgen*d-iGI+ZBxvX{xcr>&$#nH!$0$Na6J8|pkyX1ZzwLI#mg%rETSSJs>;J7&CJ3MbnO?0 zJG^Yh>uyPVbpN_fbo$m&=;N!jc>DP_C8hpo!;Qr<2&Ve<7v~QZj}KH(V8NcR=YAC oIGZ#{eBZD3{y(hFoeTx+u{OJ1*QUy<1AWNg>FVdQ&MBb@0E^Mj%K!iX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/gray.png b/assets/minecraft/textures/item/deco/laptop/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..dc570a83a038b9658d5bc86a9db232b8f3529d27 GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij|1AIbUfpkP%l7p*Qn3$NTs33p^r=85p>Q zL70(Y)*K0-;7Lyx#}Etuw-<8xn-l~Nd}Q9Tg?;UbBbThs{P-ttct!g1)wS1N*X_A* zu-=??&V{O`PCm%8 zJm~$eLm_Wi)}FU}pdNE-*SgtnPO%p5)7Z0Q$6nrmRSH|hn4KFBn{0S|kLSW<)^(ZrgTe~DWM4fYXY{_ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/green.png b/assets/minecraft/textures/item/deco/laptop/green.png new file mode 100644 index 0000000000000000000000000000000000000000..e71349a57836fc6a899f28199463703f7731ee16 GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij|1AIbUfi%M$F@|a}hA0V!eWGk^YgwtuA|le#(!#>R ztgNg;LPCs;j3y=~Zf5V0u0Sz({BQ`a29w(7Bet# z3xhBt!>lzoOVMe7}0lqPsxnk^ov;JW9-G|x##v_efz3oAyfyLK;a_S2XRx8=87`<;A{ zWqHv1Uxz~8u&h0A_dq@7)UI{2-<)DC+^4Z;$&S6e0jm_YiZMGk9yZzV_#V%N$*k*4 z881B(d9YWuG&cQ>2bP0 Hl+XkKFr2tB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/lblue.png b/assets/minecraft/textures/item/deco/laptop/lblue.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc001369c4afe8c320b334f4990ba5f3a877e5e GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij|1AIbUfi(Mp{|rn1GqnAey8EAvjg60wkC&I1hlhtDC0EwUVB}) z=fc5ybJjT%8jIFDxF}8Vx-?rnP{DQ2hiRUZj%bCNoEBD$Sa8*a;Qx%NBx zAj|Tg_rDH>ykS{;-tK{V%&A@LX1_VbTDVVR&ypQ`c>`7{Y!zd6Zai$V;qg753zJ#b znKE8_Ch}mfY-w!z8xhuJwF+ywUS^0iakX7F;a6)|_FvoKiP{D6sv3rS=NV@`Okyu_ p(kQt6wlM!$_v(KSQn3$NTs3-*f*3YUC{Nh%9Dc;07APEzHO;YmNj^@TsSZV~BLO$GuD53{!} zdZ6~oDsAS2WydAH{r|sD_R9)aXOp^n!9pID#hMMGlYEz*y2oTFJTGL@{1ZLQnu{zW zj}*$Rbopqax%?1&_fzi5*rl%xX0RMg`@L-Iy?yC=3!E>CvdCNS&E%f^nZ@eNRhG5( znlIEX9=7~lr_p6(%hR;pTVU;T$bP0l+XkKU)9!Q literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/lime.png b/assets/minecraft/textures/item/deco/laptop/lime.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5fdf1106e9c812d9a7e9607481e0220584f4e3 GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij|1AIbUfwa+62B~ulj9VFe|1q$!vGMWo@$&NW@bECqmeSMHQ&dz`QBjeT zlarB=;pF60Qc_Y=Qxg{#7ZVc`6%}P?XXobTmY0`TR#xWX;?mO6Qdd_O5fPD=mKGKk zW@Tj+5)xu$WHd1`adUH1kN?la#00cawfoUqAf;XsEak-;s5qRE`O7Pz=4m@@zgokx|Jn{u)Gmlu)iB&U&p7L05_^f0 pM#1H`h566ASO0q;|7A`!lci{pi%+iD44|hNJYD@<);T3K0RR`2xCsCN literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/magenta.png b/assets/minecraft/textures/item/deco/laptop/magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..ff1e4e3188730cf0cf733e568925d4b7aa175caf GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij|1AIbUf%MbRJ7;YUZBt(HH~$A48yg=VA1^O24-d~=jvhTdJw-)D6%`dZ zIXM{_8BR`4B_$;_H8pW@aWOG5QBhHLc6M%VZh3imWo2b9E-o!CEp>Hu5fKq-X=!0$ zVOCaFAt50~Mn)486E`4nJ za0`PlBg3pY5G7T zkY#z$`(KAb-mt7aZ}&hw=G3lrv)`OzE!?NEXUUGeyaB5ewu&)3Hy$?G@c16jg~_bz zOc^gd6M3*#wlp^VjR@*ZrMD2ojRSmd-cBu@?YjuGg*ojx%lLY%>a6e!PC{xWt~$(696-BypsR` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/no.png b/assets/minecraft/textures/item/deco/laptop/no.png new file mode 100644 index 0000000000000000000000000000000000000000..a1b8aeb5db454e8221e711c3b78f9c03056f1ae0 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k92}K#X;^)4C~IxyaaMs(j9#r85lP9 zbN@+X1@buyJR*x37`TN&n2}-D90{NxucwP+h(vhukN^MenHf0#F#YR@XL|sYVDNPH Kb6Mw<&;$TmU>iCB literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/orange.png b/assets/minecraft/textures/item/deco/laptop/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..b15e49ea2ddc2f7b0c1a383720861c14adf13b12 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil;0(?STf%K2*@}J5@--L7j+or+B#>U6T$IHvh!^88;g6aQsTZV}YdU|?_ zii#>KDspmiGBPrpoSZjO8I+Wi)YR0(#l^+M#6(3!+1c5-xw+-#<&~9{xwyErw6xUK z)kQ=^q@|^Wg@svJS%rjz7#SH&OibL|+|=X$Gchp%t!6Ut+5@DtN`m}?{}T%sj8=Sz z0qWu`@Q5sCVBi)8VMc~ob0mO*_dH!3LoEE?UbtPeb7P)Ac1r)*9(aI*XUR_1Bz2}KC-SfLF^inM=e1eKJ4H{hdy&Rzroa}3 z+Ny1Fas2M`A)%4E&A+}Zn_@M0w(5#)2YEnaxrW5PAB+8YXWhn_Eez3bnHqm7&S zCOzJ_anrNgtlg>#QylGhL^Akzo*sOVE`8vQ z$;rvc$Z&FUDk&+csi}#Ji;IbgiHeG{v$Km-soqvq<>uy=mzP&oR_5a3dat4JUt3#C zOG{l{T|`7gT3T9ISeTWSRY*vPk&)5F#Kg_bO+EfU6B85Ac8S;%+(1gZB*-uLKhc0e z`Q-8oKy91_9+AZi4BWyX%*Zfnjs#Hfg{O;Sh=u>#3vct96+{{mEv|&^UMrt`P3-Ne zw-+Pd{bwqlAl!BH#I(QnoR!$_FHl<3;&5|)OUwxdkq@$w1q?>flS1b`pQ$DC-Zh0I z?6vx*KbvkYYr6X{G<$Eoc5H!#L+H-e$`}&69ez0aR3B7tI zu5izsTif26h0Fg4KjOG8cAAQQ{{1?YCa$i1#}5=FY~-lgZ>C(~Csby@_$kTf!SM&Z zk28Kru&3=%?w9&GQM@V2XYuQIoem}M*0UsKvHx?L#K-cpxFOBz2B&?Z%#Dhh>(Bmq hw4(llyv4OTrue-2OQMA>lYxF_@O1TaS?83{1ONlp-m6f@;xU{si)Ya8RL`0;erGv%-$I&WW4vX0F}- z`w(}X+OEAVhXeEHBzmd;IQ#CEdPc31qRNkF0Ty%mLqo5=KK)tvU?r!goo>gL9c_v$ zpBqOwtW=7;oN#1Af?>DGLNkURmRvWkxlHJ;WysH6@Y?F~m&Aix%AbTPZD$J9IJkb- zzJ88?-TRr2Y-E`?K|;LYN2J4J{%eP2+gNYwx8G{e@B77Ee=zYa^Z$EA#y^ESZGgUI N@O1TaS?83{1OVkfz*+zR literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/red.png b/assets/minecraft/textures/item/deco/laptop/red.png new file mode 100644 index 0000000000000000000000000000000000000000..04c4dca56628f3bd91a7ecd28d16f06f5e171b1b GIT binary patch literal 539 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijY1AIbUf%ID`jnll+OBlHRYn!pLvGMWo@$&NW@bEM;u6Bid36B82^6=i24nJa0`PlBg3pY5o-U3d7XEK9+zx6s5NLSl8^l$S;VjK4o#QC( z_4yzF3!!N<`VPOScsreY#*_I^8T?K-?0oN#cVlU z-Tl*-J-7WEpMAE_;B!wt^Kj`G$I#GC%f5>4ndf6Dy6vIE>s@`#TMVA{Hl;RQ`4uz& zG3WH)+uQEGyURX_$I1xH4)=N( zlr^D0O)=xZ`gOb4vRv?uXYI%q{=s{)is8w5#;E_vwswg!J1VO0 k?f%>y|F`*n!lOItyGt9q7T3;D0{WZ5)78&qol`;+0H9FOtpET3 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/laptop/white.png b/assets/minecraft/textures/item/deco/laptop/white.png new file mode 100644 index 0000000000000000000000000000000000000000..5bc56ae6ebda34ed5b64e2a9792b81a8082aa786 GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij|1AIbUf%NOQZ|~fHaQ5QmU%!8|v9a;-@$vHV^6>ENJA716Pft-%QAI^X zPEJlnMuwASVn_FI9URhb0i;GK3OG{l{T|`7gT3T9I zSeTWSRY*vPk&)5F#Kg_bO+EfU6B85A#>9l}-9SpcB*-uLKT&|8Ic)k(pcc*okH}&M z25w;xW@MN(M*=8#($mE;#KQmWgd9&k-mI&?X}l+ zdoCQTH)owQp|NPagNxDxuS>JV0~K8Ne3<4r>4;XS$!TH5h;`TQrOkdCv*EVw%9h5azY$?wR;#d<>t%*W6Ia_+6MnUZW&gDuo~T_Auc~3Vcb;+9!zA_+ qCyj#3ZwvFEb+7*SK>o{|Y9>q3A{U=ru^B*5F?hQAxvX^+ za&j^8|6ipkDJiL`sfmk=i;0Peii)zcv;RJ=%gxO#FE6jGtjxv5_5W>?mX?;f zy1Iynh_tk{u&^*IE31%@5F;a_iHV7uo11$4ea)(_|VhEF~q|E?S=aMCIf+nhuPdr#laW(w(K}qrts}| zy<>k-rq`C4AK%*wC_Fv;k$KI8d7HjFs2rN?^-0vzVuDiaM4j`WLqxmM1s^uQ$@RTw zZx${7CWA}%(1JViTdw^+e~NYMnoR!Y$DY%J6Q#sCD(x;O8alq#=c+hVTkywjYwqpb zx}<)O?W?<Bf@u%W=0X`?`9}wM!k?^l z+-LgPkvZ@6u56WtykA-lJ-!djRX#GDIL#>aJy~|&VT%n9KkeD};mG=bhwBYCeq*a! XR5SD4Qg$PtXBj+Q{an^LB{Ts5eB#pm literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/monitor/black.png b/assets/minecraft/textures/item/deco/monitor/black.png new file mode 100644 index 0000000000000000000000000000000000000000..c33bdf14d155f1d964b76a3ac4d0537941c658bf GIT binary patch literal 464 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%x0%>h+ZDnO;DJdx-At6pqPF7Y{BO@aX4GnwGdM++5K0ZD%F)^Sr z**i^PK#H#<$S?RmGGK5$aOVV2hO@vUvY3H^TNs2H8D`Cq06IX_)5S3)!u{>En?;8e zcw9F!+|E4o|9{^4X?_B6$JF@WmRQ{6a8y@NKDN;3Nr$0jQ6k6QOE(0T^(sW2o?)Qn z*RtHrgk{mqM*G&qO^=1r90HZ4A~tAfUsm5>=CNNnVlA(om<~Hr%+Ve7vg>spwq$!- zII?6qN<;+DKTsI`;M+fC+oE&djy`xI{IoepL2IGH_EhB*?FBak44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0#2l#}z0%=hOCte0CW(ETW1`P%Vd38;DIR&FH40pJ>B^eI?XL$0Tfq}`N zVQ&`$kiob${L8vh8^mP$6f5M`SSr1K)lSX0%`pRsq^|($mE;B*Oje)b6q-1D-bT=qaZY z#Ha4;{a%0Wseh1w%hE;1H=ka9JZW~FnX2n$wX%ldI)__K$$Or6EBj2Un5$*+{EL^T zz|j*ug2$pHc`x)&ayIy}p~I+SvZS)X2BB*U#3h{bgH|Y0dwte9rYL^xT@y8`z&6y(s%4$by-LxrD!<^V_Be8@^@#e|6d9YW}G&&&qwm z-C4}V3an-|mBl7$97t5-eCzzn;9&IDfB=2r51%KN8&wJabez%Az#HT*zN$lF-2*P3 zPoi7YCp~TI{eD~b(%jwI%G0>F?41>zzer55@JGbM6T&m31b5GEyZNlPdHVS!3ubCC zp3Qr)_5OLWjMX>V(yH#etZ|4|-6$U#TKmPl>*7JrD#kwHxy#P$E6HeD2A)}&T&lux zM(l;fLfeTt;xD>5-*%?#bhy3xCpXiooY!589yl8oZho)7;`Oavn{?#W9XcQS|BqK- zT5wl(f2hOL=+GHU6FxJATxE&WWZC##uqBnfM6db11bfHceuXx9{fyiBO;zopr0A+J2i~s-t literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/monitor/dragon_e.png b/assets/minecraft/textures/item/deco/monitor/dragon_e.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff9b2a39da480dc2e4be79a5888eee74514d304 GIT binary patch literal 453 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0J2Ka=y0_iUdcNh-;XL$0Tfq}`NVQ&`$kiob$`7z%*8CVn!00i=XWg8YL2V*rLtwRbpx(wqezk;M!Q+*Q-z;BnCADXYl+`@cW-U>bYWS_$FpA0jRpofb~M%W~($KBnH- zb&Lzn|1JnEoTR{YV8Vi51{@x&2|0Hh*FA7y+P!C%K=z@VqS7PAG3js_ zv|vkn|qo@(|^%`-)(I3T6R@sGwPdon3BUwgN+d!PC{xWt~$(69DRWwXFaE literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/monitor/gray.png b/assets/minecraft/textures/item/deco/monitor/gray.png new file mode 100644 index 0000000000000000000000000000000000000000..971f639fb86822025845e24489734e30a8cdfb33 GIT binary patch literal 471 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uw0_nuWL~n0zGcz+qMMZ9IZdO)SBO@aX4Gke7A$!kyUS3{tad9Rl zCLJ9epkg7*3JV}5P!i-9{2vuCJW!661j=z1ctjR6FmMZlFeAgPITApJhp8vPE^;Q~*_QD|HjFn;O_hz^FD$W= z)ApN@?F025j~5JbTz`T~TrOC28#4&IsZ2=V=y93r@an`D*@GITPqrnT;P{|9>+$o7 zJWkegx(gY&mn9}0Tj{r8hfc@$f5P3xes!E8H4M`|S?`}Lmo)g!s;K=vgHhjonu4#% ztm&PeTD)Ak3-;ZRd^}-p(W(2KKPnb?9Cg&$%=JTo=ehE6nRLhNk45?}8n0NuSr?!% zo1?Q|bZ4c9Qp5CE?);2rlOEU>M^1}6*rU95?n|Y^>p8bgZ`GAbPj+}IvNyNDtFk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uw0_hnuX4KZ!CM6|#czEdO=&-V~8W|aBXlMut2}NaY)zj0nwzgJO zR16CX11hc${_+n<36uo+1^-6{3=foJC4q9B1s;*b3=G`DAk4@xYmNlaAtIhGjv*25 zZ>K#JYEs~7D0RqMy66AxZM~I7B7Ps;V~@M1w|rooTv)b`z11-6p$+4WQ&VMQ_X|s` zUZYmQJIC@;>I=njZMfRXZ>62{Sh@OsW|(_3|=(vuxtitNoT@M`Tz uD$1OC=7E*(1r`@!6UK`yz78gh-{t2&xD*^$!#EunXbhgNelF{r5}E+Mpt2$W literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/monitor/monitor.png b/assets/minecraft/textures/item/deco/monitor/monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..a51fa79633be45397d93d8440f0ca27c0552c0ad GIT binary patch literal 718 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0F2l#}z0%>h+Z4(odX*@j2%F0qwQbIyPoSdBY_V)i77+6_Zjf{*mG&F$v zZ!$2vfB*jH&!7LTtp5N1?*o)>{m<}d#s3Qo45$D1F#PA@;^O1u`=7~z z7{mVy7a0C8XK>uh;F`){SioT7&#-p_!`3bapk{`T+rwr6Db11~zhIz&L;;4NFAD8I zO`HWDk;M!Qd%;WxgQ zEpKA9x?q24UjHV;GX6K)90OJu?BV<>mYmbNLct^|_NjPdP_v`Wgp7oqiBcSmPWp>Y z>SQ*$FZi0vdPk&BNF@Cu%dLVVaw-x=%1$ihhbA(uWIo+gDC7Sw`NIYG4;5PyR7wNH zCLD}5$Pq{o^ZjeHji+&vLX+66b^}e-jjZY$oLd?viZ)92YhS*>#HqDm!4XBr%D2bA zopcLSNq4IKw4EiW?AZ|}a~a7d6WK*t3(oRzeiDdX>u|C9OzI`;&UdaWA|CMUna8(A zDWJBAkEKN3Ez0Jl{tPMOqw*fz>VH{*y03Unab-ERUiA9r#ss&+^Dj>HE6thzw%hlO zwthzYbcI^)`fHJFMkQi>HP?^i zk literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/monitor/monitor_e.png b/assets/minecraft/textures/item/deco/monitor/monitor_e.png new file mode 100644 index 0000000000000000000000000000000000000000..b1f5a4b776a4e741d46659e98f6c8f1dffeaca57 GIT binary patch literal 379 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85p>QL70(Y)*K0-1_4hO$B>G+w>J&_4jYIZ`?&tXT4NdJgPe=H zHcp)(DG@nC!h+2?|KOPe9TpDOUu0~V9|@|TpXz$p$wT?{|M^jSZ#kz%U%Oo0`C!ez zkkC+epfwEpIZ}%|yt9=->=bn~Gshou`@9Pt2|BEN^T^<3>&|sQ<&zF=S*w1o^u)qT z#gn~@FFs~qs{U~HcBJ(CqFXib+uq*Esa4!$+0uF3zWU;wbEaP>Zn?ZX@9V|i_5Dk~ zJH0PWHJ?gY5)XN>;`3<-;E_3JlXx@Fg8`cL4}KEk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e2l#}z0_iW`emr>m{PcyZ+x8w_v}zM8E31)_k%oqbkdTnQXT7DRWnp1q zXlSU6j7(o&A5eYTm2_nwC0G*V7yKU$FsQDbnFN&NEbxddW??4=P?G{rL!yV*#83bHZ<}3X)tL9Fe^+0>Ugra0wZ|cj&TWRyZM-ZA+Tmdu zdxa!ca!OT8^8V;l<`Oxe%befU$0B9^fakywK~@zBW#Nlz6RaNXQ=YM;FGj3Kl+n(0 z^Iw^M-Ng1}?;DM*c_n9_++vYj&ieA+{^X6rXBxR0)vdf)78&qol`;+0Ot9)^Z)<= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/black.png b/assets/minecraft/textures/item/deco/pc/black.png new file mode 100644 index 0000000000000000000000000000000000000000..7789793961ac96b1635da7924500c5fbd88e4dca GIT binary patch literal 506 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0%=h(DQ<3FCMISfAt8AMB}PU@bxi|TS634g6J=#(hX0}r4}^>s z|Nn1fy8_p(eh?>C#x+4)t@JRw<~QO{iNKj)4{)^uT!nEgJp7IRiKo}S6V zq&HFg#Q%mb@3^vk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0%-&D!!ins*tr^ogoIpt9y2mBMkc;>b#*l{F;P}lX8144@Ic6D z@&EruMjjp>*Zvz775tZW`w!GO-=+H#kP;~g@(cct2^jqSp9=!zISV`@iy0XB4uUY_ zj)~cCfeusmba4!caDO}X_OxaN9@kd4s2SeNfBpY&wNud8HEr#yXz|;2D>!$vPb`a? z&v9`_gY#+L-UL3kmXtjz6W-hF%}~53*w0;IGe@9@Me)p;&hHD1Sln5|Bbk+6_@!;R zWAJiO=(_DWBI?Rb>tFsTJ(T-;=I7(-iu+EP?|3O-m@UoL_?9!xFJ77@S*01(Nb1`dtrBns~?Z;rhva`Sk&DsT^$$5>1Kk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0%=!8J|kgvAt9kKT~RA(9!5sS3@cezS634g6J=#(hX0}r4}^>s z|Nn1f=pRC(a9LPCdf|33?dSC2Ulc(T7dFFQxR*`TA(U-`Pg z`p4X!r7{z)9j)Oy&>tLY!MEduOu)giO(zabwVJ&pbo%R%DY89Wc4=R|+jDpGN?$wh z<=ecK{eL7&y{;#`QZE)x*6U;Nm~>e9`UG88DRxeUb%qRi=C4{DhLR9O#9RpD^h^1R_BON9K9#w~N1MVFmm{!;IdeS=l=(N-oC z#$=`j-o^1Avzq%w9QOTsdg@yihdJY&_l5J)-yaZCuyTnEoT4vrUF2mG&*Jw@Hmf2+ z7;FB#OzWBy9l~t(^ZD6>8HbacR%Ddqp0e)`i~ql1&nmVIhEk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~;1^9%x0%=h(DQ<3FCMISfAt8AMB}PU@2DSg{ng*_}t|lfX%F48ak)bMn142f`mJN5RqCIx}E)(Ko??Xkc9t>5+hh(+t0t(SI-&5vDS zT=SRXn!)~udx|*NG{ZxhE^6AjJXL0_|6g{nqNn1=TPCUcJBlwj=SX+T{$6l_HJVjD zj`_&R**+dSlP0)o&pGFL(yh%Rdh*B54C~jX`q)qJiTSKM?Cd#pB&X{L=PTZDf6XmFl&mE}iKztn<_6AvW+{5Zcs%437MW7}8n z6*p%!h*`Y%Ja9lLlJP%(!TVJUOcprEB_}I4{><5~Jk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=y0%-=d{|x^{86F53E&l)C$mrUCqniv2MFsz*-Tnh5_lOk;04eU0 zAiv=MaKPZ@&-e)_%vs*(_!%egJp&<=RAw_w@W;E`Q1F; zYZYgDxEVg&7FomHn-efqn#0jmrT)mh`wMy)7+o3|lpGiY6&m)jg_u_@nfK|Z^!>>| Pn;AS^{an^LB{Ts5vl?mx literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/cyan.png b/assets/minecraft/textures/item/deco/pc/cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..c82ebb1f45c0f4d97e57a4fe8fb18afcb865a709 GIT binary patch literal 506 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0%@`CNj%xbOggsA@Vxp|9%n|ASF@~Eaj?;r@2&?P<*lJg%*7Q8T=k|N8&mYNw#FYuegZ(c-u5R&efSpI8<( zpX1_=2Itefy$O77Eh&3cCcL-To1u77u%ElaW{yA)i{hCxo!=K2vADB_M=~qD@Jrir z$Kd6n&~@8$MAVg=*1!BwdMNkx%+JTu75AMo-|2?_QRP=KW@~IXl0~nI|NxGwPYk{pZ}#$eJ!J60_fD)?&_z#?v!d znDi!!pZMSKvN#o!`+r`0J&#g~_)u|RlTN*Gh=wAcaYKHF;6u$1$zOsW zcsH_{GR5D&>vLeQoA!+l*Q1-3^t&FMH1Uq*!}XK<^6LZQQaRchB$^Zz+7dWA6f2ky c?)t|R^YF!;TLqWPf#JyD>FVdQ&MBb@0G30|Z~y=R literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/dragon.png b/assets/minecraft/textures/item/deco/pc/dragon.png new file mode 100644 index 0000000000000000000000000000000000000000..d30820df7ea8109c802f1a9dbd5ff9d4d3bf1934 GIT binary patch literal 1603 zcmb7EYfw{16yAh{KoFvmC;~OS2@gw(CG@&6uBH5;zKgA+CGMF@ER-m;~53b}DQS zAVX9%=zwi;X8~#p(A$o}cu^n01(UEfNSgO-l7wT+O^@ubL*BFwP-^V#Uv z)ftgnu+ZX6g5X-2TiNigq{yxm>??5l+A6{HY8^9(H&cD$&m#i_R?_m{3FUM7qsdgu zzTUuVGrmR7s{6u*T$vSH^HmEkLV7rRwZ7-bt=<{yrLxzL7@U7ve+4QWb#y`Jn<60V2X$m^Glr1_QZQ*nhWxnJwN0c6NX2Nk7+jNFSK}ui8*d%3aZj5uRF%MW~t8Wk6$Nd ze@C-CD_Z1>M&tEdI!Yo!(@|IvG(c391jh=wR(zqzzC}=%g3XUYY4nD`ZJ}2q#&sGB(9V

mnUL!^$ zHFMRTI{U2)dkkMjUdZ*ke!F8Z9qVBiEq`P(z`l!S)+@Up5?zD(VVXZKm zn2vk8Y%!tHbBZa9vnn$k!ti=F(<1J%)VOBp`wo31oA^bTS3ypUrL+-l*fhimYwLCV zMU2y|$*m>N2NSqZxn(<@>eyshBS{d>5^r`AGMI=AJ`g$_#t(AO(K50`TGV-+yuE{D zmxApioMcK>(edf2I5o~;WqxGVG*$Z>IOw3TRxGumsq#lkw8{r_;-~BXr#qR?3bhQu ziU{5dPnm>I46LToD66S7Mai(|o<_)DCemgJD8zTuuh1zl-gkJ)En_&_$IF?o;ml{M zIq^fY(2-Bl76p~vgsPL?fr7Hh$*l|YKIILO_JVcj{Imp~3nx}&cn z1H;CC?mvmFKz@6GPlzj!W_a?S;qd=1hX4Kyds){07iB18KmSra^0Pg;=dw8$rpw@Ow3Un&;D->`Tw7R;r~(wAocV=L(YG0hW~mD z|9gP^{|x^bdj4zs{ok7Ke~!nU{|pVM7*g*574KuXvzUS5g)+kq35Ht=KqnjyR_Oy$ zx+Ot=!9aaP1BRvVx&Hz+au#?*7BevL?FV5-3)Wy21_owlPZ!6KinzCPxhG#T5NS=- ze6>qy7ypO7b^&5%|NpOjW@4T_dGA8cIex~kf6kaNWm5k)F{{hW*1wPZQSJ}fV9;$` zJ>7lw?hPh)FWq~3@tK~;LXNO)rO#GIOSlT!7@t48vr^GJIisn2`s?D)Uek^Ru*{zN z(rWXxrH0Eik|gENvxzWD{I(Gdr@i*@xMZc`AuarOF(upc58Z!FI~ zl-s>!J7Xd5AF(xN=6{pFNyZf<-=B6^x4=eY(fWgD6Iz|81oF0hY2vUf;_vTlQ~Mx% z_3|R!{B|{ep0F7|WuG5gUj6#l<%}l%ORJmC z{CTkYr`lpep{5#;kq(Rt8kigySsR+dSkLftWd7f& z9rRAlkawB#l>Nu=*7C6?|!$`H5MCF*c%uW!3?I zkwA~Mx)0Iw*G?eHS&Zjg6B)HXF<1K)1D#d;|G!)1*WY(7PI5NZrJX;+FE%s($r4mI e&4^AoBY#1vBtoQC>mo3ZF?hQAxvXk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0%-?V4-FkX0bvm#A))ZtL`Fu&{IY6SS634g6J=#(hX0}r4}^>s z|Nn1fy8_p(eh?>C#x+4)t@JRw<~QO{iNKj)4{)^uT!nEgJp7IRiKo}S6V zq&HFg#Q%mb@3^vk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%x0%?Y7F@`7!1`A0cAt8o2VvLN84Esb~U0qE~Oq7+C|M&D<`rjk% z_TR(9LoM!qQNe$pj(x$+RX|FpB*-uLKRRG|w12-4P?od6BeIx*f$tCqGm2_>H2@u? z>gnPb65;-K>fNGd1p&9#bt)Go9s6E?^PT)_GmrE|<+6P{1IjIb3V2R?+bYn@Uy!kL zvGAIM9TR%CvwZsdoK;)J>QN->6Oof)IJ3q*oEPJr#fm*f$%iWVb)2zi}w;X#r zulG@k%Lh~0{kl7HZL|OV(Q?rhy;IUL!<5%yqs!a{8Qhbq4n9_#ZzJ}`aQ|tIgR33X zG-T8+v;{VunC(9MY|D|de(4Q`6BwpT_wQ%9bD(K8C)c`owX-)__8fTX#l$%M1oxAA zhbn&7wT&#lB-r(ZX1)Jcy0lnVP^ZFf;k94Zj?F@k448kki3!eQvUjs*-6xU}p#I_O z;j=7vvcELR*6&sK_!S|dBYASJ@IR}UKmM^lja`<&)uB0qDT!-Y!;GeSg&W)C^VKh{ UU-87e2pEbCp00i_>zopr0Mz-&h5!Hn literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/lblue.png b/assets/minecraft/textures/item/deco/pc/lblue.png new file mode 100644 index 0000000000000000000000000000000000000000..48291b59ee19f74096992ad5a5177c06824360eb GIT binary patch literal 506 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0%?XN{~6l;Gi3Z15)xuR@Sl;9QR?o0S65dP6BA`+WrqKv3=f2i z7XSZmWaQ!DaqYiRQNe#{xBozWPxr@K0V$D^Aiv=Mn1I3G|G6Mgp0mIsvY3H^?;r>> z?wFYU7U(c_PZ!6K2=}*BZ%=Dh;Bjqri<;rR{MY~gRyzfaUDMXSiWa|Zw}Nvw`^2)S z`5YH_G&rB;?M>iwYf0IoGU2_w-VDWyg8keTHgg1eSQO8k>HNOHh{c^XJd#=IgED#Nru0UifE&IGc=xhQH19W?&Dr@?&O9Mmol(zR?my>_M%Hv;k(m8Hvleq!G@hQx z!lXA*{KWr;FYmarm^r@~mc^-<-2e01>v@z?#D|Iln{?`hLo^imj2rSZ1RrXCNd6N1 zz`K#nlqvrHU7rJc-L!9fxE|fKq~G=6q=|PdAFiL=mtP+cm&(!BAkn0#(3Zf_p;*Cu caMwSkn1?U!+$y+S4h%;IPgg&ebxsLQ0P0%M6aWAK literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/lgray.png b/assets/minecraft/textures/item/deco/pc/lgray.png new file mode 100644 index 0000000000000000000000000000000000000000..a0daa6a908e2cb315d293f2ee87cbf4805f96dbb GIT binary patch literal 539 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0_pjic31XH4Nl7!5)wLc{Q)B*`3q2P+Ui(19aZ3B~uA?bOmilt-_@Ka;Z@ypWo!f%k zAcZD-wGE%m93TEYec_FofJvjAB11OQ%?Cv@9J<~Lhct?;VdDF!a^XMY+Pk7UtO7TT z-re(1-0<^Ne)ybdae;%69WR^Msz*3D$%QFqZt!zkrf~Yja)s$!Y^F^2_y0DScqJ_A zVAuXQVU=jH=G|H+=Q7vN&8hj_{7EbJ0_y_qT?{3T;thH~*qbWk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0%@sp42)YD7-mZe2?-fJWng4v^!>-+>gsA@Vxp|9%S&x;TbJxWAoxds?#sk87)2)C}+CzyANX+9_!4nzr^;wD@hi6`Z@-CzeIc z=eW3|!TB_AZvvlNOUfRV3GeOoW++}1?B}kqnIq7{qIl*^=l2ChEbgq~k<3aj{L;4E zF?hKsblvtG5q0IJ^)G*v9?E?^^Yig^#eJvDcf1rZ%$90M>XdT4D5kQt>36K%PW>B6 z|E9z>r8oKn-0)q%yO(96dB53g&d#rL<_XE_jC$sB|2cOwvZf1*#O(K(wV1P_@$^g< zCcTN`C;m5ldB>H-%=yKzEKbGb{-4)g&!dzgK2#joq*E^(qM^uV+>oCk_)zmh@|WNT z-i>UgO!4>c`W)EnrhVhX_2{N0{jLWmO}u0IaQ)=I{Q7{nRF1X=i6%vbwgiq2#R}$w cyZ$l7JbZEIR>9?RU^p^(y85}Sb4q9e0RJz`(EtDd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/magenta.png b/assets/minecraft/textures/item/deco/pc/magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..2381edf0d773a17db7583948b5c7884e212ac57a GIT binary patch literal 506 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uw0_n3hhqfuNn9I>4Bqa1C`(~EQ?byx&P<2*YhZ)hz}J9HtEz0hiEAB88_r-2tL&Oko+b1 zfp;UDDO3FYyFLf@x@q6|a6P(dNx$pCNfYl_K3qS!FTXw@E|sILL83`fp)G-zopr06z%OH~;_u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/orange.png b/assets/minecraft/textures/item/deco/pc/orange.png new file mode 100644 index 0000000000000000000000000000000000000000..4588ac6ed3b2636d7347755470f9e5baa68a6778 GIT binary patch literal 539 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1U2Ka=y0_jiXqHn^vpII;o2?>3lCdbIg_;;(itE;PtiHWkZGQ)pSh6h4M zi~s*OGV<{7xc1-Z|8!f1i3~SV8Hx)2OS}CCnxJ=Q*L)x)UJ~RN{2wb|c;@gd4yc5) zz$3Dlfr0NJ2s7@OnEe*$NE=TV$B+p3w^MIVYgXWKZSCA*aJf6`?|=WfDl9(TYy7_E ziruzb(Q^0j+PBlhd(PH0I?dwda?Cdpi+QH(_~+l>COMhdvi%Le4>LM?C-|I~xxwD4 zc0=3ZsHsBFoD{cN+*XlWj=X$h?0Ax6@$Du5FFo9N^~=BC>H^aXSWRUPRe3TC6fJTR zSi(}c^g&s-e7yJ?!}klPJqQ(Gm$>Ppz`B)X8h^h?@IwQh#}*0gU;4N=Y?#C_U0Ppv z#qO@8;bb`aOjhiN3 zsJV7~>bs?#2?rlDezvh!_Xu!$GmWuMv6q9tad{wrqrCE!l>#rmojuGFGh35Y`&Xs! zgOn(ioKqI1{x8zi|DKkg;-A^1rZ8&(XNOt_(<07)jR}!;j8V^cqLt4TtpNrugQu&X J%Q~loCIFIa;6MNX literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/pink.png b/assets/minecraft/textures/item/deco/pc/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..9d5dea9eace78438c1b07307a75652e145cf631e GIT binary patch literal 583 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0p2l#}z0_p$Nm;Of__;0jENJ!}ayr+zejQhzF)>kAR%ZAw%J4wQ zXz~C5Mn)bU9@qXG{nyrhuc2{URaK-)l`mSVsNlb}+kc=rciuA!11ZUpAiv=MH~<5q z3DLR%vS;Xu^?yggmOj4Xm;-;`ayQLm zNJxpR;5Ujb2r2N&c4&B$;LmT){) z?cKUiWfhC#EQNJqF?uf_-)_=u)9X0HhcR4+Asv2ReG%HrfVL3)CNT=HXAr_Yi5*OlmovT(mE z->q}{J&UAQ$6c;z+)IQWYJNz*68zvcOX(_>UH=}YZMw59fZOcL-)RR z!uNB(tgjE4x0HKV!;2<8gkE_I>(BVYtDc)I$ztaD0e0sxPU B^`QU& literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/purple.png b/assets/minecraft/textures/item/deco/pc/purple.png new file mode 100644 index 0000000000000000000000000000000000000000..9d3a16c3dab51bb9ed803af288e28d7bd298ad56 GIT binary patch literal 585 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1U2Ka=y0%>ploo3v9S{(U8LP9Cpml+uuBZZF#3!SNOz2WNWYGPudtgOuN zUzFj2kkR7*|BZ}1JUp)bH*)4%UsUj4+U-Bk1l5q36+lY7B*-uLKUTo-%;8xaPzh&& zM`SSr1K&XqX529``z_FsS)MMAArbCxr(P^-G7xa}lGh^gA~0@3w@#pL0DfJgrU=(qT1nTp6pfK+MGJU>MVR{(iB= z0$Mfe=il1#VB^e&Jabu_c)-ILVo==x(dsyDYsj?(-<^kSYo*zUiB;Shs2s*I9DdBgx{IUaEX9gK0uYb-GINf#O zIv0oT9A1etmUg++YQNsF?c1EYe$)78&qol`;+ E08;_*H~;_u literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/red.png b/assets/minecraft/textures/item/deco/pc/red.png new file mode 100644 index 0000000000000000000000000000000000000000..c6df211905e32f0be5e99a1a2010a42429d0e62f GIT binary patch literal 557 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0p1o(uw0_oGd(n}b)8X4GygoNHoX)rP}{?|5hb#*l{F;P}lX8144@Ic6D z@&EruMjjp>*ZvzlPgL>4nJ@a+d-Mhn(p6`(`CJY5_^BHZ6jyd{5{S(xwN9^IIGFMeF`r)duDcs z-)r^}ml2&)!7HF_J##|QQHAblmUC+rH6)Wte2=YX&WS$z2$08KHVEhb?sqI)r|fVZu%nA^A%10&h0< zP^Q@XcYUT+ac@mFVdQ&MBb@01hMDF8}}l literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/white.png b/assets/minecraft/textures/item/deco/pc/white.png new file mode 100644 index 0000000000000000000000000000000000000000..161a5b59ac994b62b1b786cd8ad5308a3a9c8375 GIT binary patch literal 589 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~;1^9%x0_jKZK3#e8=IG6bLPA0xzWrciWUT%F-}B9XAaHecH8C+!R#s;C zFUs&h$Y}BZ|3*e09v;{J8x zM0;-iFXuF3XH8uGK&P0YXI+Y0yR@HGX6NVBQ!cjC4ZhC!rmr5g&9v^MwMmmFFVdQ I&MBb@02>VTivR!s literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/pc/yellow.png b/assets/minecraft/textures/item/deco/pc/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..b680cc1d89909858241838972d7c6736e53eef28 GIT binary patch literal 549 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0p1o(uw0_p!341a8vd^e3zNJ!}aYj;LQ#{d80U0q#GOiYxOl^OnvGCUA6 zTKxaNk&%ao$F=`P|6is3f9CT0wC?}6O+^L&rQQAm4ViTHngNiKC<*cl{*N6noE6r4 z1ysXX;1OBOz`%C^gc-B0b#ek7>g4I-7!u+BcIw-*W(A(MR@bN-?&h~&{k{Kkl7K;O zO7z?PvU0X^x({D+dsyp~Tf|o~wwg%yB$SBqFZ?t?q5gl}L5@bg{qYC>KIC-te{ko7 z%||(rT?y+SOt{`quxYYnrWwzsjMl@3VUs2a`fd08pL!s7wdCX1(MtC&v#)q4VCN;( z5F#w;I7vt);^50E=WmFuF|-fXKDbwb-(d4h2d*ein|wLVWry_5eJcw0)f{7uxZ%-o zy0=|u&Rt1=)dx&se{>H%(G%a3qvElnZla03x&f130^{dwCSw-82v&(lZWI2q7rlL^ zGL1>-go#<4ii!N!*IwT*xomh))mk|(Usyy#v1~O%y+SVsf8+8%{ziG@DNS%Lh70G|+7R#p(x$jC@TLqk$hQbSVn_FI9URhb0i;GK3OG{l{T|`7gT3T9ISeT8CjgOCyhldAf za>jx=?LbPQB*-uLKYqXv6C?c=sFt(9BeIx*f$uN~Gak=hkpdK~@^o91`Sn?a)Fal1>mO~r7B&BH lcJucins>H;;CFGc_xa0x=acOR9iS^1JYD@<);T3K0RVB?f2RNd literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/screen_e.png b/assets/minecraft/textures/item/deco/screen_e.png new file mode 100644 index 0000000000000000000000000000000000000000..afa33724999a5b0605c746c0b201a6865c260805 GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}l0G|+7AZ=u1q@kf9DJdx=BqSy#rl+T;sHmu-q9P|JCnF=Hq@<*#rY0^f zE-ET2FE6jGtgNM_rLL|nA|fI!EiEi83^XD0*9&eSC0-Kb7yKV9V0h;6EDorIv%n*= zn1O-s5C}7hYIrpO1=BrU978mMW6wkjH7Ia61iHRlIBn|Df77M9oF{*Gf6gH#Wt5`2 zg0ms}<3m=N1nvL^nJB^42l|z2m&Qqd>D+f9Sa#1>-49I8ZOdjxUt1t>`I!BZSjFTu qMH((gCO@3Lqe$~9U;iQfMdE_8bg=d#Wzp$Py{Drm$2 literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/sink/black.png b/assets/minecraft/textures/item/deco/sink/black.png new file mode 100644 index 0000000000000000000000000000000000000000..8284db28483707617d03e92b12d0a50a0b066ddc GIT binary patch literal 1034 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1=1o(uw0_oegZ|~i^cmDkOjg5`T$;prF>n|iG?sayad+}T1ARqoba2fyjCD66OVMDi43Q9b)*Y@qn+gL8B{) zM`N%;@~5ZOl?-+B+UGMZdXYKZVTMw@ikt{T z^iv0hmGkCHHvFAj5zz6}Okvu_JGS<3=atRoZ+~+1L7m`(r>fKTwElK&_`5oYpW)uO z{OXk&LchcReU$s_#UppAp26d?$?0R!e$3|#`nFhK+hNwv#1QqG=i1C`Y{s&(eC#qQ zzb@r&ws_d+XB@Dphhb&k)20v140~-aZ)uN7)(?t(y@6Mw@94`4tBZd<9)Fr^-_f{r znaQ>-+f0r{WKVB6+h@ix`El^m(5bIu!jG-7eQ?*}eft7}@55INy$(HOBoom-^$#;J1xKvcV^2p>hJ-d6i`TJQ6#)@waZc<+A+kNm`2po9t zA-2z&zd--=J*xvQJ6IU%+>KZ^1m1U9lzV=!B%=>UrNOoPA)Nu2OI_7}M{(si`7}%{ zQ10mNYf(_Dn7`v?_3|FA0^EDRh;MUt@%{Eqy4`ds8Dyx)4-XZ~d|V4y!JU-Ec&L6P%&2JVe_*Mz!% sx}Ia+{Wfi_)ujDtyCZXsOSRSeH?K)s6|o@)m@gPSUHx3vIVCg!0NuE@QUCw| literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/sink/crystal.png b/assets/minecraft/textures/item/deco/sink/crystal.png new file mode 100644 index 0000000000000000000000000000000000000000..dd99636a8c80e382ba8329771c8aa71c6915f2d2 GIT binary patch literal 1110 zcmbW0`#0Nn7{@=~Z^R`QzAh&tZb=#1Qq#H{l87Z}(@5pGOq8n25VS5emo*iaL+4Q1 zoS-s_F$beKtEvSXJ+^jr+O<3Fu(*y>R+mhhp`XRSu;-lj^E&Tep7VbH@RV~oEFytS z000mJ*-W0Av_om*)VuNfYwKztnLHK)^!#eRrZyUh^fPn-`l@vIWASQ#hkH6SK+Ugr zVU7}>UW7I;AZ`kJP+G71LeX*fAyV~`j?@ypnQ5}`M3NoRyk&vZdOwAvPKd9AN9EAl zy3N=28-IsRH%e>wJ6N#`y{uc$xP6!MH#}(~bFsMNXe4tmYK&inqAlod)#7H=TDuDw zGf)X;I^RO@BLqwE3Ya?!M#MWXY7L&6g^m9}`VySG52qX857|&1Pt~+?nARSn*H-)4{C=8#Ym?B!EWpEn^|qZT^7>0mSZ zN&auhX1w|9FRI4D6$b?v1R=%|#13Ok!54-W3p5m$FMFC+MwCyL%zeU4=ZRaCR^XjVc&wtw_o^zdu<&4GW$!Wn zO*^;#UYq^U!Pcq9_w}4-Svh|U*Ukf>SfEjpaA9^fRl=dOpDELv0OK#dE$Q)3DrcqH zf>ensSn6_~oM)lnU*-Ud2tHn!+jrJyBq4d;WIzIOD+$zM5l&7W8KI(-I1&(HsLgF^ z83j~INt8N6)TOu=7a30OY5A-Nb=^D>*gI}hj6{vxqK--9F-492N}n#bEh9bFT8f%S zIu)M)KGld3RqK)O4S8rIFwFe`*ZL)I3ZqD-OR*N4{bO8L6?;H4_frNoU9)_#yu&|B zzuYC+-o#Xow#& z@1HT4#>PSE0<~sLQE02n3l+CkyA)$0BHp6hVnRe4jpNW{Ll4j^ptviy^vmr)g0#I9S91!6 zO#qk^ykF{XM=dMJT!SLfbDpiVtqTua;QB`9H8O^Uc_)uV?=Tk0rt+KaX8kqKFB0ti zG|wyQk9IBN7pSYiHN4lFZaB6bXIdASFfn%jF3_iINxM~k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1Q1o(uw0%;3{CEa%a8?^t6Gxn=;&X8l8QY`UDUu>Qd+f-S`$<~+ti>><4 zI`hBg{{Pm>OYPK_IqR%4Q&?i9yu{aRy^+K`6WK+&!t->5=bFneHj`iSh2ajv;r|Rz z{+Bb{^Jm!G{P};`m;W&@|NA`tZ+!Q^%C-M6?f<=9|1Zq`zpwN^&;bgs%xZv? zPDzko@PFa~!|`jJJwSb&1s;*b3=DkxL735kHCP4c@fn^jjv*25Z>QuIHyQ9WEaoW@ zE}dO`SbT$i$?Q-6|KFb!Fy-!)?9*?%j~B}|-g&CnyCvXjiU1E&5)ePqV_{f)(W1&h z;fPz4#Y~?nj%6QB`qUn0$k^K5T*80lAnWWejVzmQn!Gb@E}5rd%hFvk@ffGC(%joi z_!ag49@luQy6RRNo3^Pt-r6X= zZb_`b7fGcMwhhh)?al;nuV}V8lhDmjB+??Wqb+KIp3{a6r1W|x{gib&#DUB0W~Rlt14=ZhVJKC3JHtDZaH8t`E@37% z$6D0{{xA9&im_G;yn}r%2&i%vs9t*RofDv%XduyJRylh=lYbT0s#oj}%ero@sy%rd P7;y}qu6{1-oD!Mk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~;1^9%x0_n9s{&#)*pZemz)1Ch+7k|C;@p)urbzMWl`qF=~RsUIM{@2|9 zzv1KmY2W^ry!#*U_QcaTWrAN+N?UsM3?Q>r~mt{+&3{W7tPiA zWx#K%-I?nk9h>viXzmsH2mA`37=34S3|d0ug%{Wnkp8Fc^=_uh%)43kX^$fa%B4at;{z*o7r$@%zC}H)xh71IeqZ8(1F|03fvD%IUjsHSHtw- z|mALDzy^udYnx>d73C#@IB zH0Io*Xu~WJT`6VDk*{*@>Q%-&0e%bz-mRE-f|0>8k$pv(3B!>RRSUTY6Rq8IG#SI1 z*k@=zy5{2Ckk-T44&whV*H%pd&>i+GOkY>qRyyoYY$1A`tm}+ zmKg1WhBseb2-vnf@RzOr+tv+6yItD_`c7@%#O%SVx>cl-^QeSV&)$E>na14JLFYAGMzt$_(eT_ILCvlK{Nw_p41J7Uc z_WYBL47au{K2|uT^``D5fug3ChA+tv7_%9Bs-kNPY#Tz|E(mOxrnNxk)xjAt4g9S9 zMNVEy4n>@f864aTIU+dE{5^13!C5MC^TeCFRwg3R=Z!Xprfq-Gd3ndwn=_Zal%Kci Wv)g>jE=FLYWbkzLb6Mw<&;$UDs%;bi literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/sink/gold.png b/assets/minecraft/textures/item/deco/sink/gold.png new file mode 100644 index 0000000000000000000000000000000000000000..fda9752f09fae4f184a59a5932e2bf6e4313255f GIT binary patch literal 847 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 S6G!l`18y$+nDz8yl79g?9TsB% literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/sink/spruce.png b/assets/minecraft/textures/item/deco/sink/spruce.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4580eb33a0813e01b7b203c205206baeb6b1a2 GIT binary patch literal 1345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`2D5AX?b1=6=~-`=}-@BI1m8yg#wlan9U*I!6X-0SQ-_u{w2$rqeU_SSED zoab&(;9-#GrkCrcpXaKV<)l;Ks+Z@iljE$D>#CdQqL*f`mFuj#b?ep)2d!Ke-5giF z92dPPE0rh);NpTOwZBFV7HESd2D&wZvP7bE6PXLxYF_;XOh zs=OyW0zQfVSM0dRI3bizq~Xh1U%rN~!G(*R^)@p~T?)u6R^C4GbWMbsBKzuYrfu6y zj!fUMOG9D*+Sl0(WuL4omt6LFvi)cK>KCC!8>anZY{(STS)DO!T5N&N=8S`qZOUi+ zOnc5OHV7<>eN#2>d9~iX+sEa?yq5~er2JYo{mi3~8u{pXtOC;P`5WG6W%NzpHOSqa zG4=i-sZ%#}XR|J`57m?wa7$FRS>f`~QN(p>bH+dG_zBHfYu(s0^8061I;6SJ)@Wp2 zzbkmX^?R8Z{-&cGKeA^0IPSm1WLEECx7D1FH(bq;HC1i6+2`@yrIE*KM^5y!-%3*& zb5Ap9I#{<|OyxF}?q`_;I?Yho|txkqB|XQvPU&hSpM@ivMV3k81*;6xgC?fG3_j1; z`9Uh_QJnvl3jsIEY=u%C_^>bN^k}d->&YcO9_c zP?;>8!mv@f^=*Dg?4dKME{won5U>vVn&og+^-N5dWP+Q77tnMrzmg)f1V3k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0J2Ka=y0%4S0K=x*I~+i1&H|6fVg?4j!ywFfJby(B z&{4BJT^vIq+}}=rJE_Tl$2GHgP0h1#{x1;Pht2!tIgSahcf-IHO>G0^UimR;EOM+1?PQP;*y|l#8;i| zV4yOE^H|}W4P`FLL5%r)Nh=*<6dpBoPT?$>%PrtAmEp9SXvR5Rc6qLvg`x*ne^_~7 z)pDjk)uMKyH=OjDRv-9!v}s#yh~avti*_4c&2(5DsC+>yK{-k^_QMj71-ox7U!3SE z!*Dk-^XDMem0EDXRi0o zfrkPbS0HB|1X^%%;*-gqC`#h1*Xs39tA`(7L4jO({+=>lt}NSRfE3@%+1Zc6cDHacLmT@;5!B`+p>MA z-`QD3QVGH!6;P>uB$6{0i`}y2Lq|uBrveUYAbAp^r{L%`@YI0q0K=MQ?7BPyc&8$G zk??;8(iE~fV3@oiBPjYLf^4*0ml3U7YdE&ChQpxqKV$2!pE)${LU<6_I=rLt>wJ3_ ziFCw)?|nI%6v(7+t3C_OcPa{VMp`(lX}Jq$_AA?`myVV9YR|>SHtomlY8I#&kkSsD=W`?HyjSH2vrEf zkcw5d5D!sdo% zQ>YQj3$O2$BXxUD-`CXFl^V_cQTA1iiKjEAwe(qrTj5w!`q`cF2YkKJOwX1B z$wX3~b8PiE_aKI~Ifv)yac<3_IA655=G9H!U`;151&9|Tyo||Z*%Q@5O~E4vV#62e zz6-{WO{CmQm>OrFar-BIvcGL;JNt`e(yddg_nKG?_r??^p4`CPN$2S&HnUOSp`=XAJ;z6(NPuZdpL?(&ebhi>RpsK9@ZoIQP{|2i`T?# zzlJZRA>HDh*1(?zvjTISjZyE;u2JXK+S6Va2Tk9RuUENA7V#t#aYWUM|4i~*yYzcq zg5<|LgtQO}0gI6=+?Oxq4(finDtt2Z!Eu}oF=l#FW$K>d;AvkHsvTBXC1jZOvQaWR zwWw{(^s60ub@M2)vVCLV$fED2{Niin7hjyH%k-1!tRf^HJ^2mu{{%c3+uS-WDkfg; z!deH_lmttO;i>0W<9B=i8kd}VRw?Thuk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0#1o(uw0%shCW-PAxD3$ z#s5zK|9Y$)2C_BQ$}<&&gOx=RczAe}mF*-Yby!(hMMYIKH9c8({0AENZNX+=ASF{0 zqEoefQtHKdM$Ii*q15zTx zWCZUt3bFqFQR8jJD;K(_i-WX;Q$CKVivE$vNnGiNY) z?`aS@v1{7aDVs89wPzX5`NZkpn^iEO>D$%|E7{mJU$Eb~XT_0VY+%9hp{63FxmirX z`M&(T1+z1EFJ{u_IJiTo@BaUl%Y72s7bncRCs4Mi>EDrtEx;gP@O1TaS?83{1OUb+ Bz=!|< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/stove/diamond.png b/assets/minecraft/textures/item/deco/stove/diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..a14c613f9ea2dcfc143c96582f03079354a0d6cf GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!2l#}z0_l)@|7zd=*E#=l>9_w{S|L(WW;{HStOq}fi~GvUr>Ln_%gD&^ z@F?>08;giID=IpRiRrSlvkMEW0rdv6+TH_Fq9s9o!T+%U2JM@*uYd|T3p^r=85sBu zgD~Uq{1quc$4&5baSVxYe>?r{tR@8kH+Hw)qR_0}|FiFwCm0>EJO1}&S>jM&)?Mt@)<4eB_@0lC z-J|t^?6ZX`8E>3BZW^=8D4uZN7Y0&1<4EqCrdS0S{$&FBmQ9`%bqvE2UR565|41GS;@F9ZrIdtLTN%>q=D~Z&xX9k94Y7KI!>@& zrlP=|Gov|L>}l8rrc3iqxliV}B;#e)6M4dOLXO1dg42t96(SGt8>SZispD%}v$b?# z_tbCSl`pgxr0rhdbT~~Vky~J~>cY6+>nC2VYAj#Vy5*ev*1YwvH$~|;Ds0QmN$z?6 zdFNq{Esl|I(-kgkOqnseX1)2VZ@c_%#7}W}pl58PT>3k@v3&YFbLX&w0!yp6J2sqC z$P+m6^`jwoOULq?iSJVcPc-{nd02l`O+(&o@`3|qO-=l60$Y}}G|brZ@=EM-GmX_& fPc^g^|1iGWe{D-$_xBKBgfV!!`njxgN@xNAv`7mA literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/stove/gold.png b/assets/minecraft/textures/item/deco/stove/gold.png new file mode 100644 index 0000000000000000000000000000000000000000..742b2c0dfe0b2f79749be8ed9b748b9e85b75072 GIT binary patch literal 653 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0p1o(uw0_p#I82;a5_&JZ^|33yTtq>_GGaeqv*9{Ef;=c0oDQarf;^N|b ze0<#8s{H&$A|lQ*GBTW;oJvYA!oq6&{BnwlKtmaxRGa{rB~cRO7yKVPU^pwR_X?b#grOE!*}&6|PTigZJM&A8zaVsww=} z@6g}OK51d1a`C}`1r}R$@2%9>vUd7<&iAaF%vtn*2Q)13j!?6Z>$i0)a9X(B!Jkiz z+ebt~nDzcCBgWsZ2VY(h=e)3Xc|&m?H_OIk52j5D^SPbAX*^h(!1`rp!{0+PM$)X) z59r+495JW0TI@8-8K%4=6OP)QIe0>-@p)9V_^yb|VwTu)wY!xU*RJ7zc;Yz!SawMbkN%nusn6>H_+EE;@YeGJM+jH(}6&H(hEdN&no)eDEf*H+5zvneN z92XK?`Dp9Clea(bI{4j{i^WVu_kiTd+xNNV*qYl525aqzxw$t|(ILGcR`J2ljpE!V zz7`$isF~QnzsZpIU-&7Omxm)%JT#;o4>bu^=xW|mR;w#{6~5d|WAm=gz@-)cxw$WX WnK*6Ff=*ymGI+ZBxvXk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!2l#}z0_m;|I~Sk4R5WAZ-bZgjLqqlS^f);=BkMa5-00!-wwXc8*I14-?iy0XB z4ude`@%$AjK*z1{ba4!caDO}f^|mGj0k=j&W#7%Gf7`$QX*YvsBlpFhFXOf~rIejG zAav$!+FhpE*Yoom9o{gVe0}Q^>$1uR1&nJ2|GM6`I~sBQO;kH~OOwUz7xT6Ae={^@ ze-{(yV12K1Oz~*;?d1}J>W>O5&-3pO+n;fJd4fQFvTzR5CQdWPn=G>%{_I!ScSg>m z&1`lgH(&1UGTD18HA?1AuRECDDD#a)|93#cgBby85^W3J`PoFOxW1e}7@=k1dhn$P zs{z|7mY!}Vmk>^YYrzK$w~IDONK9(bIq|(|f-RSmSr$tVck+n|UG5fdj(?nY)P~#j zvqFkK$BbSn#?1|#Cm4KUIgZT~YJ46SZNBS9=4STe%I!-_v|cOC`B`O{d50(6waaX_ zp~O1YjK!*x-v7N`uzlWxH5rO;J_nwC|Gf0wwP1xA=bpc`@xA=C=pb{A)p>^nwVfR% zA0yvC`Tlv=!JkU3OzVo+BAu&}<$ zaY&#*L5uZe(i$O^D_<2BE?|%I?)sh~%s;p4)fMSetMZaoNA3B~93*$G>HJ3H9AHE; Nc)I$ztaD0e0st9m5{v)< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/stove/obsidian.png b/assets/minecraft/textures/item/deco/stove/obsidian.png new file mode 100644 index 0000000000000000000000000000000000000000..b3015b4ab27d4d64b594024b7376341f87109eb6 GIT binary patch literal 979 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~?4DbnY1=9Qs8d412QVj0m49=nqj%EyXVhqlz4B-k4p*4U1n>_j7>Hoh_ z^}iBBm<&T8!><2P4F9WEVaSVxYe>=Upc$S06(f5lyTv~U0Nj-Y(T8HoLFI&wL z47z-0wcr2G{Po@9zTLi|W`8FeFD|dUbGq;vGc)&V)55H;vmTq-MD~aLJ)E*P_)bFq zl_&NrSy{`kyjjc?l>JM0`(4hgvlsGP-|}6%!0UW&)jPu#*Q1X2`b}TIz4T4#uG_Dt zm-ZiI4BFh!_5aB7l}0Ogc4#%9YFG_o{M+AHH7nPJcjd<3e`Xzv(pNm!k1N~B!Rp&C z(Qz<*@AcZawLFU~IoNf8y!rgb}q9hA=-5#e* z^0_xZQo?5vzr6ZMi;0;L5*=TT%|DkSCB~+-_w)JZM!ee0KI^|PRlmH!K;UKV-*2%x z2ah={Y0qz0>b-I3Kyq+cd7Xt`*!hhH246~;owITlH^-Hhb9NlRZk_Annz}@XnNx2< zue7J<5o7x1^~M6VkZGWk2vQcPg7jq)$@0b@^Wq)$*pHp zfhIh(($4D=eJ2(kVf?hK`t}%c-O~&5ioFAWN$X0fDIZ?j^aGfP7(8A5T-G@yGywp5xUR(j literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/stove/obsidian_e.png b/assets/minecraft/textures/item/deco/stove/obsidian_e.png new file mode 100644 index 0000000000000000000000000000000000000000..e97bc7d9edf0333539a2715c9f2820551029a056 GIT binary patch literal 460 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!2l#}z0_mE+|4p9!@AUs)sQRB_*Z(Mn|8^h#TmAo0p!}cd>VJkq|7$J& z^YHK}E89s*>aeo1ii)aeYI^cBXaM!fyPT>7Qlce6e!>5-00!-wwXc8*I14-?iy0WW z`9PS_Vc$cbLm0k#x;TbJxWAqJny*=b$1TyqdPZ?v#s75Ksi)<4xhbffKIGZ6bfWTy zl^c5hv^m^cBULb=iz%RB_wB?Zj#^wlCOhXW;@-vZvPsWj*8=VdF$^CHb|ksf^fwA{ z91*p;Q>noy@ww!v%9d;UjyrHUR5S`qesB1Msae~-F(_-5kb;KA@$bQ2nIE1s&4}}A zRKIz$%-DW;yjlee00vK2KbLh*2~7YVqr0&H literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/stove/pink.png b/assets/minecraft/textures/item/deco/stove/pink.png new file mode 100644 index 0000000000000000000000000000000000000000..7e98b612d5d2bbabd1f0748f09888e9b45bfd34b GIT binary patch literal 676 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0#1o(uw0_p#ySN_j@`9J8u|9xLWLqqlT^*K2?|Ld()QBl#=)ipIWm5`9& z_<65)>3RP#SWp;M9kB^U&lM~RuZ{{n`04bT0 zAiv=MxB-LsrbpL->NpELB8wRqxcNbtaneubr9g*o^mK6yiEw{A{bAW51s=D?D_v#T z%ge65{JsDAzLp5h(ykrz_b!)nJR~}~itAa?#=Iuq-_zS29LkuM*7p8k4!&Ekqv4yx zUzgsvrwe=|Ll819$<&yRsyLVK;QmOxRb=}9?Z-jgI za!>jp*PS3}0K@X`Gdq2bqE>2WtdpWB?BG>Tcy?Va)*Ocd|=AN*VzguGS_H&*s zThqe|nZCmYbNrUeuW?|Xazopr0FGWCHUIzs literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/stove/white.png b/assets/minecraft/textures/item/deco/stove/white.png new file mode 100644 index 0000000000000000000000000000000000000000..86e2a4721057d37ad2475132df818454ddfe38ff GIT binary patch literal 641 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!2l#}z0_n47&pv$kaOcjQU%!404Gq=P)8pXaSh{qnii(P5-00!-wwXc8*I14-?iy0XB z4ude`@%$AjK*z1}ba4!caDO}f^|U4h5x1QZ6P8`O^4tD(jr<&*jhc&ozKq+(^e|`Q zX`w4`m!0K`eU`7^c;J=jwlm&m?E~&IH*$Yv2WNJPI=^__Hb$n$ zdycUtDM|F!o!|`mu6ZgdIro4lQ~jUYcP8%gcT}%Cu6KhqMf?rZChjuEpY@KvX4r0E z4a!Z_wy=8sOYVM%$}hVciASp&ZL6C4YkeFFPOT8`d2F$ORauCc^;3btRjwMLiuo)C zZm(E+yqR1~I0eiC4%l7iZ4!}SXIz|MFMj0W;)eB)qFH*nYfnsQ3%B@{xvM|Pk}LGH zLSLMS!9}G98VO2948h_}nG4+nc3hv#KD}KUi~OViq^o z-K|WeDz2yY{ug_9&A4aVq>kS;DW^XfoxfYf$MX57&HU$;`(pI$Ga5xWW`E{kxiqb1 zYi!kZ>(t7b;TG{v91fJ~Y;ZsIX*<*6lS{cmM;v2U#YHiC0Znk;X6vge1odZTC NgQu&X%Q~loCII@<4SfIr literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/toilet/black.png b/assets/minecraft/textures/item/deco/toilet/black.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee12226f8ad84481ba590a4e57e6d1c413f57df GIT binary patch literal 544 zcmV+*0^j|KP)R@atYn+TIVACnos+!qpG24kKE&9K*WzB^crRwAepOnl z5jdIv8L8q98p#5Hh|~bX12AoHfWMK%(Wwp)kvo9sQ^3pyTL6do6E71GE9BGqA&$*} zh}?inN*j7dY+%GUx$Fe5(XddmqSUk7mc-mjkb5000vlF96OlIQkFd5`YXi4v=YZRI>rc z7c)!}lL>eQDD3Ni{B1y*@8V|Qy@&R?7ceswj%tAx>RreIEb5DZ&w2uTfSM<O|}gbDxv0PFC00015P)t-s0002j z@AkIN)yCfC=l}lz000*h8V(E(rKP0<0|fd1{~#PBDI_nq&eQ+@|GCW2y~xY9&eY`X z@aOIB)7jeC@Acj9^UB@g&CSj7|NqY0-tGVYI5;>Q7$7o~$UXo700DGTPE!Ct=GbNc z00Iw5L_t(|+U(e2Z`v>r#_`-ehdmq?NFdPC?)!hu`Qps-1Q8pulda@0TCP?l{{YJ` zsKzJ>NmXq3W2X;Oo2o=4F#^X@fHB7E!&W7dqzQm63vho6sEvukHfb4vjXe(t`R55h z{R^-iLB9dEAwT3egh`J9I>ddS01U5MD876T5FK?%3#NhqAq_$?+*wKhb}2yom@@+y z8Z%;iXG#B&F<6-M0zl#1QE~=vmlP1o4bT9J;m%TZTWw6e)0P9o>@t8Tur{7d9ZCYM zseML&#|D83W0+$$J0QLD|76Yxc%r=bz-z=qAZCDufNIXzXDvh#;`4&p0jO(o%m9es zn;-D`DGK1R*#RWZEejx78bFHz-~sX&0KP2`fJDzg+v2;gZQI9ytaoLr+wQfC|M3Ez z8L;0U#;#%iDS+ezfQb6OY2Lf*>DV;KW7l=p%ZGEM0UWynKn?)<{`{^xpA_J_?tH$W zcTRNw6j10LV21ARw?7R=^7QZvhiGVc{6OnTWv*0ui_>7ZIiaAfJ#3QB^Dj zgli1U&|!E6be;)7BBC4lbkHQsuK{38e*|G9dYSKN*4Eb6)_%4JhXeos004sizjlTN h00000000004gp?2COQf}V&DJ(002ovPDHLkV1joHI9&h$ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/toilet/diamond.png b/assets/minecraft/textures/item/deco/toilet/diamond.png new file mode 100644 index 0000000000000000000000000000000000000000..455a6990dfd398a37b7d2bf567d88269f6289308 GIT binary patch literal 793 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&F%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl|74)6(a1=5KRzFS}Vxc1lo_7DHXj=oe3g8xGS zL$H5^5J<4VBeIx*f$uN~Gak=hk;1^hROIR67*Y}Uc1B}Svx0!j)EjF5{~x`(J6hw| zl2C5N%QwyEb}hKaeE#yu67FYRAqNu+IH#qixl4B)2%2%(eW6&yCVA^y6IdngR4N_# zv6p4Twwbj|5fd&wxae2%ZrMZzW41Zs34IUWZ*=f$oT;cF!YlsZV}{G~JUO*Q*7k$J zj3!=pgqiGKr|Mm9Z&=G_c2BhYnA2CGj@QeIeqM?zeRyKeZ09{O2j2PId2X?Js)LHb zrsW5|t>Si1x*s!(TgBV{%(@iC+pqOxBsZHsI#b59@7Tt|8*!x{Ur60iwA=ld#VE7K z!SKVAo^zLOoHcCp;9gVP%4;0^=R*9R_m*lKYQyF%&z<*8_<6pg^0(`aeov-fG{|CH zZ?vM^tX!}5_*V7rOqZvKO+NAS?83S`oJ-E1|M{r={xW`xEB)1tuS*RXqj?@bWs1Ak z&Nbs;1Y=DnugHew`R;sE9&+)?rs*~;&-dpGVfweC!HsEVxwym1QwIO!Sr)x`^!t8X z{kKZiphI&Lx*HkJGq^I$cY4ClG_j)NIn&R@N>OD`na(r#hBI9M@Iy@NQIt*en8$0Y34VlaG9oF)+aaw#kdxV*>oo{nE z!_`CkF7xDKbWjF3g{h!?a_P>6Exz-_@eXRPP uhYor;FbPd)U{O(E-g6o!*?+E1q60CUwUVt}ehNxf>TCeS@z2txR6i3ld zvArv84a>3B+86Icq};EnTNlfbbpbMfwjS6N>&pPZM4*2H*g!AxmaP2(fURc%5$RB_s()GnlpY8RPJPpXe0h+DLfUW|%OMo>eqFNv@ z6Kl3fFLYN;0IGplGW$|~uZu-C00018P)t-s0002j z@AkIN)yCfC=l}lz002=k8bc)!rKP1b7zp|Q|6o5NZ%r+?&eZ?^|GCW3yvfYu?eORA z?$g=YED{FY@AJyt;?2#?^8f$N+up#%$2d4RA|fJCFc|Ou|4K?!q5uE@0d!JMQvg8b z*k%9#0t-n*K~#9!?AYycn=lZCVa}cf)xsvhuAMj^z5mOs7N|y@m~rb7kiJ}~sQ(0PhM>O!HoY+9cnA~M18j)<-Vo5;wIbfWD%3_>GHNhkfWlA_@xoFP;Fb!o zxA|u$Z-CH*P_KQLUVLfjE(LZ<40eE4_0;1djhD5{*OGPUF_tjgoTtMWO35W&G z#S_?uDFa+p2bFz~tiaZ7?B~d34@l4af0;7|+#v5ca37>Y*uA4e7ITuIEU6Zu0f5;9 z`1S@LE+oKU{(#q4wE!8+9su=z*#PL$0a!GE0Q7nQ<)b_SPcAkC=W)CO_*8=?F z0UcF^L{kS4(19nl4*-cM`GMI2ZnXxi0be%Y!$~*`p_C(pA_M_SF&%*A2qI9Z0>yLy z0w7_xYlB_w0?ZWvwJj8Z4MzLy|YPDLeezymQ1ONa40D}I%c7_E2 g000000000E0peLD`AAdc?f?J)07*qoM6N<$f(eZ|cK`qY literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/toilet/water.png b/assets/minecraft/textures/item/deco/toilet/water.png new file mode 100644 index 0000000000000000000000000000000000000000..f091c9c04a68d032ff179f455f7cabf2717444cb GIT binary patch literal 9154 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 M07*qoM6N<$f(BrCO#lD@ literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/toilet/water.png.mcmeta b/assets/minecraft/textures/item/deco/toilet/water.png.mcmeta new file mode 100644 index 0000000..80abaa3 --- /dev/null +++ b/assets/minecraft/textures/item/deco/toilet/water.png.mcmeta @@ -0,0 +1,32 @@ +{ + "animation": { + "interpolate": true, + "frametime": 3, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23 + ] + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/deco/toilet/white.png b/assets/minecraft/textures/item/deco/toilet/white.png new file mode 100644 index 0000000000000000000000000000000000000000..402ff36df8d15df9e2f414dbcc97ccf5ef44cefd GIT binary patch literal 556 zcmV+{0@MA8P)00960|2Q}}A|fIV4SGHR0004WQchC-g6o!*?+E1q60CUwUVt}ehNxf>TCeS@z2txR6i3ld zvArv84a>3B+86Icq};EnTNlfbbpbMfwjS6N>&pPZM4*2H*g!AxmaP2(fURc%5$RB_s()GnlpY8RPJPpXe0h+DLfUW|%OMo>eqFNv@ z6Kl3fFLYN;0IGplGW$|~uZu-lj;5gVxtaQUx=w8~*rScD;&mK@a!+6-O`r0lJdG)78&qol`;+08<%iN&o-= literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/tv/dbig.png b/assets/minecraft/textures/item/deco/tv/dbig.png new file mode 100644 index 0000000000000000000000000000000000000000..822aff9b7f9f4ad73b39035e42d1f9326a030f96 GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik#1AIbUfwY{0k-DZmJ3B863rjh}J%5J1+}x6ag3A2-@(hRne_^=8@Z>)O z0~64+tsy`L!;Y_ki-441NswRge>A|Lx^`v~P?EF2BeIx*ftw$M87KW@UJBGM=;`7Z zV&UI9xv{EMfuq$`YvtCn-|KJ53Y^KweZIQdwT{s@NY+)&d{$7{&cM!vd=hg%9h#H7 z;!$a`4o9~*YX;}bs&5;+IyEm|5}&ZN`A&;hm_y5vtL#mY9*k-ycX$7}@6Pz;<;nYu zhS^ivYgm<@zHbP-)z0sr?O$KT48Jp3jb@IO;9?Z9{a`3!!( z21`4F8%s+0H+ahhpV(&h>_Gq7Hzlhbuj%v7yCli5Po`m?Z)qKOnSiE8_KvyE+KdZa z9a8-j=1d5)V_uw-UeB=cv-E}cS5Mbg{L*(QjSb(wei^sKpT!~?A#qn5g4QHQEtW~& ue6IN#uO5Te`)gST+n%xh^#6VR7jsaa^sD%|^&5d9#^CAd=d#Wzp$PzBCAW|O literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/tv/dbig_e.png b/assets/minecraft/textures/item/deco/tv/dbig_e.png new file mode 100644 index 0000000000000000000000000000000000000000..48133f9c9f900b48bfbb6a834c5c17d5e147eff2 GIT binary patch literal 416 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STL9~LAx~6?O!##h7y@G4aGIayO>XC*f|(I@e@n1 zV~l0~GTmX#{AoLHx-jk34p2HH!<#mrDb3(V;dNvF;7~1nv0^R^jpI4qtxXuu}fI#rhC-w)!c|cV;h@Il#K= w_M+!cFP3uUDds(W_EUh}*67Rmui<|gW-StHIKNk~4j2Fop00i_>zopr0G#@ti2wiq literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/tv/dmed.png b/assets/minecraft/textures/item/deco/tv/dmed.png new file mode 100644 index 0000000000000000000000000000000000000000..c137a42c15ecb5c5412879cea8a85e75467f6e26 GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilo1AIbULA0j5oPrSx3ky3tFE_WOprA58zdXZ}{|tx!mowb+XV?o=)3ovD zd?3YJ666>B9|4nJaPxyO@1Z7w`H({;2fMWo^rbJ;!V0v#tW&+wzl zsznQCF5ShjEuHmHhI~`_-8BoEmrk$ku3E@wd@|aGbM55?&F4!5cYWl|I`r9YvGezz z4I!l`espmxi0M0eXxGQO7p1rB4WEcRol}4PNpYv(N=6}|vlu*G{an^LB{Ts5a9(&M literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/tv/dmed_e.png b/assets/minecraft/textures/item/deco/tv/dmed_e.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1f3ebb7f6e6d561a331367f9920b3b7b5b9913 GIT binary patch literal 303 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STfwa1&y_|xPprA58zdXZ}{|tx!mowb+XV?pr`nRM!1xRs~1o;L3 zhXIC7XLQa3ML7#RB8wRqxcNYs(P7_1py3QHo-U3d7XD8sa`H7O@USeb`1)UdTWjnp zmoJQdNpB2ArYw>F<9ecR!mPWWrX>2E@H7!isO8zPjC-j_y_BG(*0$D&QpKk7=0j`z z6;~yiSunm_+Mgj}Wzt=Hbn*ptU$rAM^$r!(B=~ZiuYK6^@VnsZYtH+Um{v}2z7b)5 ilYf8SjNm%O74x!WB>(bns(TA`4}+(xpUXO@geCwMNo%|S literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/tv/dsma.png b/assets/minecraft/textures/item/deco/tv/dsma.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c0065ea359d98b87060c445e759db8e7016101 GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STfwa1&y_|v(3kwT7J1;l4q@bWOC#M)czdTTCx;Tbd_&=S<$k(92;mSPm%Rg~Hk!hk& z7;9$l`gvdA>k95NVFw3hhwbW$cLgqnA21O;@P_M*j`K9((rT-w4XjI>=hPnjB*bCy zX_>32&VO;1vb>K%(?p#TO}G{seEJ~!Me+6<)0y%XO&9G?|9sb>+Y+U}Pfor*OyLbE P1QZ$hdpp(b1WZikug)J9u@ka6q$qVk4E literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/deco/tv/med.png b/assets/minecraft/textures/item/deco/tv/med.png new file mode 100644 index 0000000000000000000000000000000000000000..97ce94eb18951004e0ae5e79724ed8dcad35e4e6 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikt0(?STfwZ2Up0cvCxVShE4-b(0i&-lWNU@a!`33(60fx={m+S|Ma29w( z7Bet#3xhBt!>lurPl7AFszT@lu!Vmn$WDT7F?djsFhB zvxK~GIn8iLOti?MO?(d<_O1E`bRz{;t=Fn6-_o@ad}hlY30mf_}d+ zIWVuM!9u@bo6!avgp^S>~4ib9#j v@t=&x<}t^5JFNe&{rhv_yalf~F5F_>Y9N>sp{?Quw3fls)z4*}Q$iB}{-IXq literal 0 HcmV?d00001 From 2321b7556f9bb3dadf08c477363196df8a4f563f Mon Sep 17 00:00:00 2001 From: MarkinhosMLP <47507632+MarkinhosMLP@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:43:47 -0300 Subject: [PATCH 2/2] Added decoration model item emerald {CustomModelData:29} up to {CustomModelData:134} glowstone_dust {CustomModelData:1} up to {CustomModelData:63} --- assets/minecraft/models/item/emerald.json | 142 ++++++++++++++++++ .../minecraft/models/item/glowstone_dust.json | 71 +++++++++ assets/space/textures/font/space_nosplit.png | Bin 70 -> 0 bytes assets/space/textures/font/space_split.png | Bin 336 -> 0 bytes 4 files changed, 213 insertions(+) create mode 100644 assets/minecraft/models/item/emerald.json create mode 100644 assets/minecraft/models/item/glowstone_dust.json delete mode 100644 assets/space/textures/font/space_nosplit.png delete mode 100644 assets/space/textures/font/space_split.png diff --git a/assets/minecraft/models/item/emerald.json b/assets/minecraft/models/item/emerald.json new file mode 100644 index 0000000..11bc2e2 --- /dev/null +++ b/assets/minecraft/models/item/emerald.json @@ -0,0 +1,142 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/emerald" + }, + "overrides": [ + { "predicate": {"custom_model_data":1}, "model": "item/custom/plushies/dog/layla"}, + { "predicate": {"custom_model_data":2}, "model": "item/custom/plushies/dog/luma"}, + { "predicate": {"custom_model_data":3}, "model": "item/custom/plushies/dog/night"}, + { "predicate": {"custom_model_data":4}, "model": "item/custom/plushies/dog/moon"}, + { "predicate": {"custom_model_data":5}, "model": "item/custom/plushies/dog/fox"}, + { "predicate": {"custom_model_data":6}, "model": "item/custom/plushies/dog/shepherd"}, + { "predicate": {"custom_model_data":7}, "model": "item/custom/plushies/dog/pug"}, + { "predicate": {"custom_model_data":8}, "model": "item/custom/plushies/dog/doge"}, + { "predicate": {"custom_model_data":9}, "model": "item/custom/plushies/dog/spot"}, + { "predicate": {"custom_model_data":10}, "model": "item/custom/plushies/dog/puppy"}, + { "predicate": {"custom_model_data":11}, "model": "item/custom/plushies/dog/lhasa"}, + { "predicate": {"custom_model_data":12}, "model": "item/custom/plushies/dog/sans"}, + { "predicate": {"custom_model_data":13}, "model": "item/custom/plushies/dog/normal"}, + { "predicate": {"custom_model_data":14}, "model": "item/custom/plushies/cat/darknight"}, + { "predicate": {"custom_model_data":15}, "model": "item/custom/plushies/cat/evenlight"}, + { "predicate": {"custom_model_data":16}, "model": "item/custom/plushies/cat/cheshire"}, + { "predicate": {"custom_model_data":17}, "model": "item/custom/plushies/cat/shiny"}, + { "predicate": {"custom_model_data":18}, "model": "item/custom/plushies/cat/calico"}, + { "predicate": {"custom_model_data":19}, "model": "item/custom/plushies/cat/witch"}, + { "predicate": {"custom_model_data":20}, "model": "item/custom/plushies/cat/black"}, + { "predicate": {"custom_model_data":21}, "model": "item/custom/plushies/cat/siamese"}, + { "predicate": {"custom_model_data":22}, "model": "item/custom/plushies/cat/tabby"}, + { "predicate": {"custom_model_data":23}, "model": "item/custom/plushies/cat/white"}, + { "predicate": {"custom_model_data":24}, "model": "item/custom/plushies/cat/persian"}, + { "predicate": {"custom_model_data":25}, "model": "item/custom/plushies/cat/papyrus"}, + { "predicate": {"custom_model_data":26}, "model": "item/custom/plushies/cat/normal"}, + { "predicate": {"custom_model_data":27}, "model": "item/custom/plushies/cat/communist"}, + { "predicate": {"custom_model_data":28}, "model": "item/custom/plushies/dog/communist"}, + { "predicate": {"custom_model_data":29}, "model": "item/custom/deco/computer"}, + { "predicate": {"custom_model_data":30}, "model": "item/custom/deco/computer2"}, + { "predicate": {"custom_model_data":31}, "model": "item/custom/deco/pc/black"}, + { "predicate": {"custom_model_data":32}, "model": "item/custom/deco/pc/2/black"}, + { "predicate": {"custom_model_data":33}, "model": "item/custom/deco/pc/gray"}, + { "predicate": {"custom_model_data":34}, "model": "item/custom/deco/pc/2/gray"}, + { "predicate": {"custom_model_data":35}, "model": "item/custom/deco/pc/lgray"}, + { "predicate": {"custom_model_data":36}, "model": "item/custom/deco/pc/2/lgray"}, + { "predicate": {"custom_model_data":37}, "model": "item/custom/deco/pc/white"}, + { "predicate": {"custom_model_data":38}, "model": "item/custom/deco/pc/2/white"}, + { "predicate": {"custom_model_data":39}, "model": "item/custom/deco/pc/brown"}, + { "predicate": {"custom_model_data":40}, "model": "item/custom/deco/pc/2/brown"}, + { "predicate": {"custom_model_data":41}, "model": "item/custom/deco/pc/red"}, + { "predicate": {"custom_model_data":42}, "model": "item/custom/deco/pc/2/red"}, + { "predicate": {"custom_model_data":43}, "model": "item/custom/deco/pc/orange"}, + { "predicate": {"custom_model_data":44}, "model": "item/custom/deco/pc/2/orange"}, + { "predicate": {"custom_model_data":45}, "model": "item/custom/deco/pc/yellow"}, + { "predicate": {"custom_model_data":46}, "model": "item/custom/deco/pc/2/yellow"}, + { "predicate": {"custom_model_data":47}, "model": "item/custom/deco/pc/lime"}, + { "predicate": {"custom_model_data":48}, "model": "item/custom/deco/pc/2/lime"}, + { "predicate": {"custom_model_data":49}, "model": "item/custom/deco/pc/green"}, + { "predicate": {"custom_model_data":50}, "model": "item/custom/deco/pc/2/green"}, + { "predicate": {"custom_model_data":51}, "model": "item/custom/deco/pc/cyan"}, + { "predicate": {"custom_model_data":52}, "model": "item/custom/deco/pc/2/cyan"}, + { "predicate": {"custom_model_data":53}, "model": "item/custom/deco/pc/lblue"}, + { "predicate": {"custom_model_data":54}, "model": "item/custom/deco/pc/2/lblue"}, + { "predicate": {"custom_model_data":55}, "model": "item/custom/deco/pc/blue"}, + { "predicate": {"custom_model_data":56}, "model": "item/custom/deco/pc/2/blue"}, + { "predicate": {"custom_model_data":57}, "model": "item/custom/deco/pc/purple"}, + { "predicate": {"custom_model_data":58}, "model": "item/custom/deco/pc/2/purple"}, + { "predicate": {"custom_model_data":59}, "model": "item/custom/deco/pc/magenta"}, + { "predicate": {"custom_model_data":60}, "model": "item/custom/deco/pc/2/magenta"}, + { "predicate": {"custom_model_data":61}, "model": "item/custom/deco/pc/pink"}, + { "predicate": {"custom_model_data":62}, "model": "item/custom/deco/pc/2/pink"}, + { "predicate": {"custom_model_data":63}, "model": "item/custom/deco/pc/dragon"}, + { "predicate": {"custom_model_data":64}, "model": "item/custom/deco/pc/2/dragon"}, + { "predicate": {"custom_model_data":65}, "model": "item/custom/deco/laptop"}, + { "predicate": {"custom_model_data":66}, "model": "item/custom/deco/laptop2"}, + { "predicate": {"custom_model_data":67}, "model": "item/custom/deco/laptop/black"}, + { "predicate": {"custom_model_data":68}, "model": "item/custom/deco/laptop/2/black"}, + { "predicate": {"custom_model_data":69}, "model": "item/custom/deco/laptop/gray"}, + { "predicate": {"custom_model_data":70}, "model": "item/custom/deco/laptop/2/gray"}, + { "predicate": {"custom_model_data":71}, "model": "item/custom/deco/laptop/lgray"}, + { "predicate": {"custom_model_data":72}, "model": "item/custom/deco/laptop/2/lgray"}, + { "predicate": {"custom_model_data":73}, "model": "item/custom/deco/laptop/white"}, + { "predicate": {"custom_model_data":74}, "model": "item/custom/deco/laptop/2/white"}, + { "predicate": {"custom_model_data":75}, "model": "item/custom/deco/laptop/brown"}, + { "predicate": {"custom_model_data":76}, "model": "item/custom/deco/laptop/2/brown"}, + { "predicate": {"custom_model_data":77}, "model": "item/custom/deco/laptop/red"}, + { "predicate": {"custom_model_data":78}, "model": "item/custom/deco/laptop/2/red"}, + { "predicate": {"custom_model_data":79}, "model": "item/custom/deco/laptop/orange"}, + { "predicate": {"custom_model_data":80}, "model": "item/custom/deco/laptop/2/orange"}, + { "predicate": {"custom_model_data":81}, "model": "item/custom/deco/laptop/yellow"}, + { "predicate": {"custom_model_data":82}, "model": "item/custom/deco/laptop/2/yellow"}, + { "predicate": {"custom_model_data":83}, "model": "item/custom/deco/laptop/lime"}, + { "predicate": {"custom_model_data":84}, "model": "item/custom/deco/laptop/2/lime"}, + { "predicate": {"custom_model_data":85}, "model": "item/custom/deco/laptop/green"}, + { "predicate": {"custom_model_data":86}, "model": "item/custom/deco/laptop/2/green"}, + { "predicate": {"custom_model_data":87}, "model": "item/custom/deco/laptop/cyan"}, + { "predicate": {"custom_model_data":88}, "model": "item/custom/deco/laptop/2/cyan"}, + { "predicate": {"custom_model_data":89}, "model": "item/custom/deco/laptop/lblue"}, + { "predicate": {"custom_model_data":90}, "model": "item/custom/deco/laptop/2/lblue"}, + { "predicate": {"custom_model_data":91}, "model": "item/custom/deco/laptop/blue"}, + { "predicate": {"custom_model_data":92}, "model": "item/custom/deco/laptop/2/blue"}, + { "predicate": {"custom_model_data":93}, "model": "item/custom/deco/laptop/purple"}, + { "predicate": {"custom_model_data":94}, "model": "item/custom/deco/laptop/2/purple"}, + { "predicate": {"custom_model_data":95}, "model": "item/custom/deco/laptop/magenta"}, + { "predicate": {"custom_model_data":96}, "model": "item/custom/deco/laptop/2/magenta"}, + { "predicate": {"custom_model_data":97}, "model": "item/custom/deco/laptop/pink"}, + { "predicate": {"custom_model_data":98}, "model": "item/custom/deco/laptop/2/pink"}, + { "predicate": {"custom_model_data":99}, "model": "item/custom/deco/laptop/dragon"}, + { "predicate": {"custom_model_data":100}, "model": "item/custom/deco/laptop/2/dragon"}, + { "predicate": {"custom_model_data":101}, "model": "item/custom/deco/monitor"}, + { "predicate": {"custom_model_data":102}, "model": "item/custom/deco/monitor2"}, + { "predicate": {"custom_model_data":103}, "model": "item/custom/deco/monitor/black"}, + { "predicate": {"custom_model_data":104}, "model": "item/custom/deco/monitor/2/black"}, + { "predicate": {"custom_model_data":105}, "model": "item/custom/deco/monitor/gray"}, + { "predicate": {"custom_model_data":106}, "model": "item/custom/deco/monitor/2/gray"}, + { "predicate": {"custom_model_data":107}, "model": "item/custom/deco/monitor/lgray"}, + { "predicate": {"custom_model_data":108}, "model": "item/custom/deco/monitor/2/lgray"}, + { "predicate": {"custom_model_data":109}, "model": "item/custom/deco/monitor/white"}, + { "predicate": {"custom_model_data":110}, "model": "item/custom/deco/monitor/2/white"}, + { "predicate": {"custom_model_data":111}, "model": "item/custom/deco/monitor/dragon"}, + { "predicate": {"custom_model_data":112}, "model": "item/custom/deco/monitor/2/dragon"}, + { "predicate": {"custom_model_data":113}, "model": "item/custom/deco/stove"}, + { "predicate": {"custom_model_data":114}, "model": "item/custom/deco/stove/black"}, + { "predicate": {"custom_model_data":115}, "model": "item/custom/deco/stove/crystal"}, + { "predicate": {"custom_model_data":116}, "model": "item/custom/deco/stove/gray"}, + { "predicate": {"custom_model_data":117}, "model": "item/custom/deco/stove/diamond"}, + { "predicate": {"custom_model_data":118}, "model": "item/custom/deco/stove/gold"}, + { "predicate": {"custom_model_data":119}, "model": "item/custom/deco/stove/pink"}, + { "predicate": {"custom_model_data":120}, "model": "item/custom/deco/stove/obsidian"}, + { "predicate": {"custom_model_data":121}, "model": "item/custom/deco/toilet"}, + { "predicate": {"custom_model_data":122}, "model": "item/custom/deco/toilet/black"}, + { "predicate": {"custom_model_data":123}, "model": "item/custom/deco/toilet/dark"}, + { "predicate": {"custom_model_data":124}, "model": "item/custom/deco/toilet/diamond"}, + { "predicate": {"custom_model_data":125}, "model": "item/custom/deco/toilet/gold"}, + { "predicate": {"custom_model_data":126}, "model": "item/custom/deco/toilet/spruce"}, + { "predicate": {"custom_model_data":127}, "model": "item/custom/deco/sink"}, + { "predicate": {"custom_model_data":128}, "model": "item/custom/deco/sink/gold"}, + { "predicate": {"custom_model_data":129}, "model": "item/custom/deco/sink/crystal"}, + { "predicate": {"custom_model_data":130}, "model": "item/custom/deco/sink/diamond"}, + { "predicate": {"custom_model_data":131}, "model": "item/custom/deco/sink/oak"}, + { "predicate": {"custom_model_data":132}, "model": "item/custom/deco/sink/spruce"}, + { "predicate": {"custom_model_data":133}, "model": "item/custom/deco/sink/dark_oak"}, + { "predicate": {"custom_model_data":134}, "model": "item/custom/deco/sink/black"} + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/item/glowstone_dust.json b/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 0000000..40e3a61 --- /dev/null +++ b/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,71 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glowstone_dust" + }, + "overrides": [ + { "predicate": {"custom_model_data":1}, "model": "item/custom/deco/dragon_lamp"}, + { "predicate": {"custom_model_data":2}, "model": "item/custom/deco/tablelamp/dragon"}, + { "predicate": {"custom_model_data":3}, "model": "item/custom/deco/tablelamp/2/dragon"}, + { "predicate": {"custom_model_data":4}, "model": "item/custom/deco/standlamp/dragon"}, + { "predicate": {"custom_model_data":5}, "model": "item/custom/deco/standlamp/2/dragon"}, + { "predicate": {"custom_model_data":6}, "model": "item/custom/deco/TV/dbig"}, + { "predicate": {"custom_model_data":7}, "model": "item/custom/deco/TV/dmedium"}, + { "predicate": {"custom_model_data":8}, "model": "item/custom/deco/TV/dsmall"}, + { "predicate": {"custom_model_data":9}, "model": "item/custom/deco/table_lamp"}, + { "predicate": {"custom_model_data":10}, "model": "item/custom/deco/table_lamp2"}, + { "predicate": {"custom_model_data":11}, "model": "item/custom/deco/tablelamp/black"}, + { "predicate": {"custom_model_data":12}, "model": "item/custom/deco/tablelamp/2/black"}, + { "predicate": {"custom_model_data":13}, "model": "item/custom/deco/tablelamp/red"}, + { "predicate": {"custom_model_data":14}, "model": "item/custom/deco/tablelamp/2/red"}, + { "predicate": {"custom_model_data":15}, "model": "item/custom/deco/tablelamp/orange"}, + { "predicate": {"custom_model_data":16}, "model": "item/custom/deco/tablelamp/2/orange"}, + { "predicate": {"custom_model_data":17}, "model": "item/custom/deco/tablelamp/yellow"}, + { "predicate": {"custom_model_data":18}, "model": "item/custom/deco/tablelamp/2/yellow"}, + { "predicate": {"custom_model_data":19}, "model": "item/custom/deco/tablelamp/green"}, + { "predicate": {"custom_model_data":20}, "model": "item/custom/deco/tablelamp/2/green"}, + { "predicate": {"custom_model_data":21}, "model": "item/custom/deco/tablelamp/blue"}, + { "predicate": {"custom_model_data":22}, "model": "item/custom/deco/tablelamp/2/blue"}, + { "predicate": {"custom_model_data":23}, "model": "item/custom/deco/tablelamp/purple"}, + { "predicate": {"custom_model_data":24}, "model": "item/custom/deco/tablelamp/2/purple"}, + { "predicate": {"custom_model_data":25}, "model": "item/custom/deco/tablelamp/pink"}, + { "predicate": {"custom_model_data":26}, "model": "item/custom/deco/tablelamp/2/pink"}, + { "predicate": {"custom_model_data":27}, "model": "item/custom/deco/standing_lamp"}, + { "predicate": {"custom_model_data":28}, "model": "item/custom/deco/standing_lamp2"}, + { "predicate": {"custom_model_data":29}, "model": "item/custom/deco/standlamp/black"}, + { "predicate": {"custom_model_data":30}, "model": "item/custom/deco/standlamp/2/black"}, + { "predicate": {"custom_model_data":31}, "model": "item/custom/deco/standlamp/red"}, + { "predicate": {"custom_model_data":32}, "model": "item/custom/deco/standlamp/2/red"}, + { "predicate": {"custom_model_data":33}, "model": "item/custom/deco/standlamp/orange"}, + { "predicate": {"custom_model_data":34}, "model": "item/custom/deco/standlamp/2/orange"}, + { "predicate": {"custom_model_data":35}, "model": "item/custom/deco/standlamp/yellow"}, + { "predicate": {"custom_model_data":36}, "model": "item/custom/deco/standlamp/2/yellow"}, + { "predicate": {"custom_model_data":37}, "model": "item/custom/deco/standlamp/green"}, + { "predicate": {"custom_model_data":38}, "model": "item/custom/deco/standlamp/2/green"}, + { "predicate": {"custom_model_data":39}, "model": "item/custom/deco/standlamp/blue"}, + { "predicate": {"custom_model_data":40}, "model": "item/custom/deco/standlamp/2/blue"}, + { "predicate": {"custom_model_data":41}, "model": "item/custom/deco/standlamp/purple"}, + { "predicate": {"custom_model_data":42}, "model": "item/custom/deco/standlamp/2/purple"}, + { "predicate": {"custom_model_data":43}, "model": "item/custom/deco/standlamp/pink"}, + { "predicate": {"custom_model_data":44}, "model": "item/custom/deco/standlamp/2/pink"}, + { "predicate": {"custom_model_data":45}, "model": "item/custom/deco/paper_lantern"}, + { "predicate": {"custom_model_data":46}, "model": "item/custom/deco/paperlantern/red"}, + { "predicate": {"custom_model_data":47}, "model": "item/custom/deco/paperlantern/orange"}, + { "predicate": {"custom_model_data":48}, "model": "item/custom/deco/paperlantern/yellow"}, + { "predicate": {"custom_model_data":49}, "model": "item/custom/deco/paperlantern/green"}, + { "predicate": {"custom_model_data":50}, "model": "item/custom/deco/paperlantern/blue"}, + { "predicate": {"custom_model_data":51}, "model": "item/custom/deco/paperlantern/purple"}, + { "predicate": {"custom_model_data":52}, "model": "item/custom/deco/paperlantern/pink"}, + { "predicate": {"custom_model_data":53}, "model": "item/custom/deco/stone_lamp"}, + { "predicate": {"custom_model_data":54}, "model": "item/custom/deco/stonelamp/andesite"}, + { "predicate": {"custom_model_data":55}, "model": "item/custom/deco/stonelamp/diorite"}, + { "predicate": {"custom_model_data":56}, "model": "item/custom/deco/stonelamp/granite"}, + { "predicate": {"custom_model_data":57}, "model": "item/custom/deco/stonelamp/obsidian"}, + { "predicate": {"custom_model_data":58}, "model": "item/custom/deco/stonelamp/end"}, + { "predicate": {"custom_model_data":59}, "model": "item/custom/deco/stonelamp/nether"}, + { "predicate": {"custom_model_data":60}, "model": "item/custom/deco/stonelamp/quartz"}, + { "predicate": {"custom_model_data":61}, "model": "item/custom/deco/TV/big"}, + { "predicate": {"custom_model_data":62}, "model": "item/custom/deco/TV/medium"}, + { "predicate": {"custom_model_data":63}, "model": "item/custom/deco/TV/small"} + ] +} \ No newline at end of file diff --git a/assets/space/textures/font/space_nosplit.png b/assets/space/textures/font/space_nosplit.png deleted file mode 100644 index 099055fc14de65b2cd991ea64f1f33ba766a059b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 70 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k92}1TpU9