From 4f29b0ed24e393be7074abd851e207aadab38196 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 12 Apr 2015 16:29:24 +0300 Subject: I rearranged files and added a few cool stuff. --- .../jewelrycraft2/textures/entities/BlackHeart.png | Bin 0 -> 2259 bytes .../assets/jewelrycraft2/textures/entities/BlueHeart.png | Bin 0 -> 2313 bytes .../assets/jewelrycraft2/textures/entities/Bracelet.png | Bin 0 -> 580 bytes .../assets/jewelrycraft2/textures/entities/Earrings.png | Bin 0 -> 212 bytes .../assets/jewelrycraft2/textures/entities/Mask.png | Bin 0 -> 331 bytes .../assets/jewelrycraft2/textures/entities/RedHeart.png | Bin 0 -> 2405 bytes .../jewelrycraft2/textures/entities/WhiteHeart.png | Bin 0 -> 2297 bytes .../assets/jewelrycraft2/textures/entities/jeweler.png | Bin 0 -> 1265 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/BlackHeart.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/BlueHeart.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/Bracelet.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/Earrings.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/Mask.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/RedHeart.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/WhiteHeart.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/entities/jeweler.png (limited to 'src/main/resources/assets/jewelrycraft2/textures/entities') diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/BlackHeart.png b/src/main/resources/assets/jewelrycraft2/textures/entities/BlackHeart.png new file mode 100644 index 0000000..3fd03f2 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/BlackHeart.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/BlueHeart.png b/src/main/resources/assets/jewelrycraft2/textures/entities/BlueHeart.png new file mode 100644 index 0000000..f664372 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/BlueHeart.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/Bracelet.png b/src/main/resources/assets/jewelrycraft2/textures/entities/Bracelet.png new file mode 100644 index 0000000..6f936e4 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/Bracelet.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/Earrings.png b/src/main/resources/assets/jewelrycraft2/textures/entities/Earrings.png new file mode 100644 index 0000000..9b716ef Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/Earrings.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/Mask.png b/src/main/resources/assets/jewelrycraft2/textures/entities/Mask.png new file mode 100644 index 0000000..0daa053 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/Mask.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/RedHeart.png b/src/main/resources/assets/jewelrycraft2/textures/entities/RedHeart.png new file mode 100644 index 0000000..8f8623c Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/RedHeart.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/WhiteHeart.png b/src/main/resources/assets/jewelrycraft2/textures/entities/WhiteHeart.png new file mode 100644 index 0000000..1f8d528 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/WhiteHeart.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/entities/jeweler.png b/src/main/resources/assets/jewelrycraft2/textures/entities/jeweler.png new file mode 100644 index 0000000..fbd01cb Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/entities/jeweler.png differ -- cgit v1.2.3