From 256653501365eb4f95d3dddbcdfdc23a2a9594d5 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Tue, 15 Apr 2014 23:05:32 +0300 Subject: Moved source files --- .../resources/assets/jewelrycraft/Changelog.txt | 83 +++++++++++++++++++++ .../resources/assets/jewelrycraft/Displayer.tcn | Bin 0 -> 977 bytes src/main/resources/assets/jewelrycraft/Smelter.tcn | Bin 0 -> 2089 bytes .../resources/assets/jewelrycraft/lang/en_US.lang | 50 +++++++++++++ src/main/resources/assets/jewelrycraft/pack.mcmeta | 6 ++ .../jewelrycraft/textures/blocks/altar_bottom.png | Bin 0 -> 391 bytes .../jewelrycraft/textures/blocks/altar_side.png | Bin 0 -> 3220 bytes .../jewelrycraft/textures/blocks/altar_top.png | Bin 0 -> 3125 bytes .../jewelrycraft/textures/blocks/blockShadow0.png | Bin 0 -> 177 bytes .../jewelrycraft/textures/blocks/blockShadow1.png | Bin 0 -> 315 bytes .../jewelrycraft/textures/blocks/blockShadow10.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow11.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow12.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow13.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow14.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow15.png | Bin 0 -> 288 bytes .../jewelrycraft/textures/blocks/blockShadow2.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow3.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow4.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow5.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow6.png | Bin 0 -> 312 bytes .../jewelrycraft/textures/blocks/blockShadow7.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/blockShadow8.png | Bin 0 -> 315 bytes .../jewelrycraft/textures/blocks/blockShadow9.png | Bin 0 -> 316 bytes .../jewelrycraft/textures/blocks/displayer.png | Bin 0 -> 3800 bytes .../textures/blocks/jewelrsCraftingTable.png | Bin 0 -> 2064 bytes .../assets/jewelrycraft/textures/blocks/molder.png | Bin 0 -> 1060 bytes .../textures/blocks/moltenMetalFlow.png | Bin 0 -> 10676 bytes .../textures/blocks/moltenMetalFlow.png.mcmeta | 5 ++ .../textures/blocks/moltenMetalStill.png | Bin 0 -> 9922 bytes .../textures/blocks/moltenMetalStill.png.mcmeta | 45 +++++++++++ .../jewelrycraft/textures/blocks/oreShadow.png | Bin 0 -> 462 bytes .../jewelrycraft/textures/blocks/smelter.png | Bin 0 -> 537 bytes .../jewelrycraft/textures/entities/jeweler.png | Bin 0 -> 1265 bytes .../jewelrycraft/textures/gui/chest_ring.png | Bin 0 -> 1993 bytes .../assets/jewelrycraft/textures/gui/guidePage.png | Bin 0 -> 29547 bytes .../jewelrycraft/textures/gui/guidePageFlip.png | Bin 0 -> 29469 bytes .../jewelrycraft/textures/items/bucketOverlay.png | Bin 0 -> 293 bytes .../jewelrycraft/textures/items/clayIngotMold.png | Bin 0 -> 493 bytes .../textures/items/clayNecklaceMold.png | Bin 0 -> 584 bytes .../jewelrycraft/textures/items/clayRingMold.png | Bin 0 -> 606 bytes .../assets/jewelrycraft/textures/items/crystal.png | Bin 0 -> 285 bytes .../jewelrycraft/textures/items/crystalOverlay.png | Bin 0 -> 274 bytes .../assets/jewelrycraft/textures/items/guide.png | Bin 0 -> 350 bytes .../jewelrycraft/textures/items/ingotMold.png | Bin 0 -> 500 bytes .../jewelrycraft/textures/items/ingotShadow.png | Bin 0 -> 467 bytes .../jewelrycraft/textures/items/jewelNecklace.png | Bin 0 -> 241 bytes .../jewelrycraft/textures/items/jewelRing.png | Bin 0 -> 244 bytes .../jewelrycraft/textures/items/necklace.png | Bin 0 -> 284 bytes .../jewelrycraft/textures/items/necklaceMold.png | Bin 0 -> 551 bytes .../assets/jewelrycraft/textures/items/ring.png | Bin 0 -> 272 bytes .../jewelrycraft/textures/items/ringMold.png | Bin 0 -> 580 bytes .../jewelrycraft/textures/items/thiefGloves.png | Bin 0 -> 290 bytes .../textures/tileentities/Displayer.png | Bin 0 -> 1232 bytes .../textures/tileentities/JewelrsCraftingBench.png | Bin 0 -> 2005 bytes .../jewelrycraft/textures/tileentities/Molder.png | Bin 0 -> 1020 bytes .../jewelrycraft/textures/tileentities/Smelter.png | Bin 0 -> 886 bytes 57 files changed, 189 insertions(+) create mode 100644 src/main/resources/assets/jewelrycraft/Changelog.txt create mode 100644 src/main/resources/assets/jewelrycraft/Displayer.tcn create mode 100644 src/main/resources/assets/jewelrycraft/Smelter.tcn create mode 100644 src/main/resources/assets/jewelrycraft/lang/en_US.lang create mode 100644 src/main/resources/assets/jewelrycraft/pack.mcmeta create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/altar_side.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/altar_top.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/displayer.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/molder.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/oreShadow.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/blocks/smelter.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/entities/jeweler.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/gui/chest_ring.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/gui/guidePage.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/bucketOverlay.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/clayIngotMold.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/clayRingMold.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/crystal.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/crystalOverlay.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/guide.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ingotMold.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ingotShadow.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/jewelNecklace.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/jewelRing.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/necklace.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/necklaceMold.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ring.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ringMold.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/thiefGloves.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/tileentities/Displayer.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/tileentities/Molder.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/tileentities/Smelter.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/jewelrycraft/Changelog.txt b/src/main/resources/assets/jewelrycraft/Changelog.txt new file mode 100644 index 0000000..b1af1e8 --- /dev/null +++ b/src/main/resources/assets/jewelrycraft/Changelog.txt @@ -0,0 +1,83 @@ +- Added the Shadow Block +- Added a enchanting/disenchanting/enchantments transfering ring made out of a Netherstar as jewel and book as modifier +- Added a creative tab that generates all the possible ingot+jewel+modifier combinations +- Fixed(?) bug with knightmetal ingots from Twilight Forest not being detected as ingots +- Fixed weird empty spaces generated by Jewelries in villages +- Added crystals +- Reworked the coloring system, thus fixed some rings not having proper colors +- Fixed(?) the entity holding ring storing entities that don't extend EntityLivingBase +- Added generation of ingots in the Jewelry village house +- Added 4 new possible jewels: Redstone, Redstone Block, Lapis and Lapis Block +- Removed animation from the Shadow Ore +- Made Shadow Ore more common +- Balanced Villager trades +- Fixed Displayer text rendering in front of everything +- Added the Jewel Altar +- Added a guide + +TODO +- Make it so you can smelt ores in the smelter +- Make a way so that the ingot affects the jewels somehow +- Add a ring of Resistance +- Think of a way to balance the rings +- (MAYBE) Shadow Ring -> Shadow ingot ring, nether star, obsidian - makes you appear as hostile so mobs actually leave you alone +- Elemental jewellery -> punch a creature with it in your hand to do different things, lightning, fling into the air, set on fire, + encase in ice/fences/iron bars, turn into a sheep (like that spell from Warcraft 2, if anyone remembers that), blindness, extreme + knockback, charm (turns on your enemies), tame - tames any tamable mob +- Add Necklaces, bracelets and earrings; Necklaces could have an AOE effect; +- Shadow armor and tools +- Add an item that can store rings (maybe a keychain?) +- Monks Ring -> ups your unarmed damage / block breaking speed / ability to break harder blocks with bare hands, made with a block of iron and a jewel. +- Ring of Strength -> self explanatory +- (MAYBE) Add a Shadow Merchant (a villager that trades only shadow related stuff and appears randomly at night) +- Add a blast protection jewelry +- Add a jewelery of the Arrow Catcher - each tier of protection gives you a certain % chance of catching arrows instead of being hit by them. +- (MAYBE) Render the rings on the character +- In the case of passive benefits, might it be possible to make it so, with fire resistance for example, it refreshes the buff as long as you're not in fire, + but as soon as you are it gains a limited duration (better jewels for longer durations) that, when it expires there goes the buff and you can burn to death. + Then you'd need to avoid being on fire for a cooldown period of a few seconds before it could refresh back to the passive state (this part reduced by better jewels)? + Invisibility could turn off for a period when you punch a mob, that kind of thing. +- Glowstone Block (Modifier): Places a torch-like blob of light in exchange for 1/2 a heart, higher-tier jewels increase the light emitted. +- Ghast Tear (Modifier): Allows for a limited-duration flight buff, say starting at 3 seconds all the way to 60 when combined with a nether star. When the timer expires + you have to land again to reset the usage. +- Any Color Dye (Modifier): Right-click a sheep to dye it the chosen color. Posted Image +- Beacon (Modifier): Portable beacon, with the tier based on the jewel added. Shift + Right-click to open the beacon GUI, which would work just like the vanilla one. +- Water Bucket (Modifier): Right-click the air to start a storm. +- Lava Bucket (Modifier): Passively adds fire aspect to your weapons and tools. +- Sand (Modifier): Shift + right-click to advance the day 1 hour. Only usable once per day by default, better jewels increase this. +- Glass (Jewel): Right-click while holding the ring to zoom in! +- Lapis Piece (Modifier): Passively adds a slowing effect to your weapons. Better jewels improve this. +- Lapis Block (Jewel): A jewel that looks pretty but doesn't do much else. +- Bone (Jewel): Right-click to trade 1/2 a hunger for a bonemeal effect. Otherwise a white jewel with no benefit. +- Carrot (Modifier): Right-click to trade 1/2 a heart for 1/2 a hunger. Better jewels increase these values. 4 hearts for a steaks-worth of food? XD +- Diamond Block (Jewel): When on a gold ring it turns it into "Ostentatious Wedding Ring". Otherwise the same (or a little better than) diamond. +- Golden Apple (Jewel): Ring becomes named "Discord". Right-clicking gives an entirely random buff, a debuff, launches you high into the air, teleports you to a + random location, sets you on fire, spawns a pig or makes lightning strike. Pretty much anything can happen, and the more biased to negative results the better. :P +- Enchanted Golden Apple (Jewel): As above, but more biased towards positive effects. Hail Discordia! +- Name Tag (Jewel): Right-clicking a mob gives it a random name (bonus points if it's from a user-editable list!) +- Add randomly generated "named" loot to dungeon chests! Ring of Displacement (lets you tele randomly like an enderman), Necklace of Second Chances + (heals you for 50 when you drop to 3 or fewer hearts with a cooldown of ~1 minute), Trinket of the Gale (arrow/fireball immunity!), Goggles of the Merfolk + (water breathing!). Endless possibilities! :D +- Also! Trinkets and Belts! + +Trinkets would probably require a new mold, and should bring out the more passive side of items (like, say, instead of opening an enderchest, it automatically +sucks items into your ender chest, or instead of teleporting you it prevents endermen from teleporting away from you [which could be done pretty easily with a +fake screen overlay that's treated like the pumpkin one]). + +Belts... I'd personally see belts as a ring crafted with a piece of Leather as the "jewel" and could provide conditional buffs proportionate to some factor, like +say increasing strength buff the lower your HP is. The idea being that the belt should assist you in a useful way, but only when its needed. I'd probably limit it +to HP and Hunger as determining factors. Things like resistance, regeneration and strength could be applied at low HP, while things like jump boost, haste and speed +could be applied at high hunger meter values. I wouldn't tie anything to having high/max HP or no hunger since those would be things that players normally try to +avoid or always have. + +And as for goggles... A new mold for the base goggle template, and have it only accept "jewel"-typed items (as "lenses"). If you can't think of where to put a neat +effect it should probably end up on goggles. Off the top of my head I can think of a few neat uses: Ore Radar (2x diamonds), Clear Vision (2x glass), Mob Spawnable +Area Highlighting (2x ender pearl), Compass and Clock overlays (doy), Coordinate HUD (map and glass), Speedometer (glass and enderpearl), Altimiter (glass and emerald), +Thermometer (diamond and glass)... Required Pickaxe Level HUD (no idea). XD + +Oooh! And last but not least: Cursed items! I'd probably start with an upgraded jewelry table requiring a regular one, a brewing stand, a piece of glass and a stick. +You could initially use this upgraded stand to add additional effects, or merge two items into one. Should operate kind of like a furnace, but only accepts blaze powder +and rods as fuel (about 1 rod or 2 powder = 1 process, the idea being using the blaze stuff like welding materials). But the other use would be cursing jewelry! Why? +Because nothing says "I hate you so much." like a non-dequipable piece of jewelry that gives you blindness and slowness! Slimeballs could add a cursed sticky effect +that prevents you dropping it without dying. Fermented spider eye, like with brewing potions, could corrupt the effects on the item. Flint and steel could randomly set +you on fire. Eye of Ender could randomly tell the world your coordinates. \ No newline at end of file diff --git a/src/main/resources/assets/jewelrycraft/Displayer.tcn b/src/main/resources/assets/jewelrycraft/Displayer.tcn new file mode 100644 index 0000000..06113a0 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/Displayer.tcn differ diff --git a/src/main/resources/assets/jewelrycraft/Smelter.tcn b/src/main/resources/assets/jewelrycraft/Smelter.tcn new file mode 100644 index 0000000..2f6597f Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/Smelter.tcn differ diff --git a/src/main/resources/assets/jewelrycraft/lang/en_US.lang b/src/main/resources/assets/jewelrycraft/lang/en_US.lang new file mode 100644 index 0000000..a52e437 --- /dev/null +++ b/src/main/resources/assets/jewelrycraft/lang/en_US.lang @@ -0,0 +1,50 @@ +item.Jewelrycraft.thiefGloves.name=Thiefing Gloves +item.Jewelrycraft.ingotShadow.name=Shadow Ingot +item.Jewelrycraft.mold.ingot.name=Ingot Mold +item.Jewelrycraft.mold.ring.name=Ring Mold +item.Jewelrycraft.mold.necklace.name=Necklace Mold +item.Jewelrycraft.mold.clayIngot.name=Clay Ingot Mold +item.Jewelrycraft.mold.clayRing.name=Clay Ring Mold +item.Jewelrycraft.mold.clayNecklace.name=Clay Necklace Mold +item.Jewelrycraft.ring.name=Ring +item.Jewelrycraft.necklace.name=Necklace +item.Jewelrycraft.crystal.name=Crystal +item.Jewelrycraft.guide.name=Jewelrycraft Guide +item.Jewelrycraft.bucket.name=[WIP]Bucket of Molten +tile.Jewelrycraft.oreShadow.name=Shadow Ore +tile.Jewelrycraft.blockShadow.name=Shadow Block +tile.Jewelrycraft.glow.name=Glow +tile.Jewelrycraft.smelter.name=Smelter +tile.Jewelrycraft.molder.name=Molder +tile.Jewelrycraft.displayer.name=Storage Displayer +tile.Jewelrycraft.jewelCraftingTable.name=Jeweler's Crafting Table +tile.Jewelrycraft.altar.name=Jewel Altar +tile.Jewelrycraft.moltenMetal.name=[WIP] Molten +itemGroup.JewelryCraft=Jewelrycraft +itemGroup.Rings=Jewelrycraft Rings +itemGroup.Necklaces=Jewelrycraft Necklaces +itemGroup.Liquids=Liquids +chatmessage.Jewelrycraft.molder.addedmold=Added %s to molder. +chatmessage.Jewelrycraft.molder.metaliscooling=Molten metal is cooling... +chatmessage.Jewelrycraft.molder.moldisempty=Mold is currently empty. +chatmessage.Jewelrycraft.molder.moldismissing=Molder does not contain a mold. +chatmessage.Jewelrycraft.molder.hasmoltenmetal=You can't remove the mold. It contains molten metal! +chatmessage.Jewelrycraft.smelter.alreadyhasingot=The Smelter already contains a %s +chatmessage.Jewelrycraft.smelter.hasmolteningot=The Smelter contains a molten %s +chatmessage.Jewelrycraft.smelter.itemneedstobeingot=The item needs to be an ingot! +chatmessage.Jewelrycraft.smelter.itemrenamedtoingot=Nice try, but renaming it to an ingot doesn't make it an ingot :p You can't fool me player! +chatmessage.Jewelrycraft.smelter.molderhasmoltenmetal=The Molder already has molten metal in it! +chatmessage.Jewelrycraft.smelter.molderhasnomold=The Molder doesn't have a mold in it! You might as well pour this stuff on the ground, eh? +chatmessage.Jewelrycraft.smelter.modlerhasitem=The Molder contains an item in it. Now you wouldn't want it to be destroyed, would you? +chatmessage.Jewelrycraft.smelter.molderismissing=You need a Molder in front of this block in order to pour the molten metal! +chatmessage.Jewelrycraft.smelter.nowsmeltingingot=Smelter is now smelting a %s. +chatmessage.Jewelrycraft.smelter.metalismelting=%s is being melted. +chatmessage.Jewelrycraft.smelter.empty=The Smelter is empty. +chatmessage.Jewelrycraft.table.hasenditem=First take out the crafted jewel before inserting new stuff. +chatmessage.Jewelrycraft.table.missingjewelryandmodifierorjewel=You need a jewelry piece and a modifier or a jewel. +chatmessage.Jewelrycraft.table.missingjewelry=You're missing a piece of jewelry. +chatmessage.Jewelrycraft.table.missingmodifierorjewel=You need a modifier or a jewel. +chatmessage.Jewelrycraft.table.iscrafting=The %s is being modified. +chatmessage.Jewelrycraft.table.jewelrymodifiedfull=This piece of jewelry is already modified at maxium. You can't modify it anymore! +chatmessage.Jewelrycraft.table.jewelrycontainsmodifier=The piece of jewelry already contains a modifier. +chatmessage.Jewelrycraft.table.jewelrycontainsjewel=The piece of jewelry already contains a jewel. \ No newline at end of file diff --git a/src/main/resources/assets/jewelrycraft/pack.mcmeta b/src/main/resources/assets/jewelrycraft/pack.mcmeta new file mode 100644 index 0000000..0b04ef8 --- /dev/null +++ b/src/main/resources/assets/jewelrycraft/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 1, + "description": "Jewelrycraft" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png new file mode 100644 index 0000000..7ca4c6a Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/altar_side.png b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_side.png new file mode 100644 index 0000000..3a69977 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_side.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/altar_top.png b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_top.png new file mode 100644 index 0000000..39210c3 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_top.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png new file mode 100644 index 0000000..0b5323d Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png new file mode 100644 index 0000000..16f9908 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png new file mode 100644 index 0000000..be70eb5 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png new file mode 100644 index 0000000..1684d9a Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png new file mode 100644 index 0000000..ed4ea49 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png new file mode 100644 index 0000000..9b2100a Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png new file mode 100644 index 0000000..ea00725 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png new file mode 100644 index 0000000..2140624 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png new file mode 100644 index 0000000..f95b111 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png new file mode 100644 index 0000000..0dd5633 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png new file mode 100644 index 0000000..a4e926c Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png new file mode 100644 index 0000000..8461ac4 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png new file mode 100644 index 0000000..352d3e4 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png new file mode 100644 index 0000000..9aa0e03 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png new file mode 100644 index 0000000..ad21447 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png new file mode 100644 index 0000000..01c0fa4 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/displayer.png b/src/main/resources/assets/jewelrycraft/textures/blocks/displayer.png new file mode 100644 index 0000000..155fa53 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/displayer.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png b/src/main/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png new file mode 100644 index 0000000..e826bbe Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/molder.png b/src/main/resources/assets/jewelrycraft/textures/blocks/molder.png new file mode 100644 index 0000000..5a08164 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/molder.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png new file mode 100644 index 0000000..8e9a452 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta new file mode 100644 index 0000000..8e55e43 --- /dev/null +++ b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png new file mode 100644 index 0000000..1eff844 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta new file mode 100644 index 0000000..7ceb363 --- /dev/null +++ b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/oreShadow.png b/src/main/resources/assets/jewelrycraft/textures/blocks/oreShadow.png new file mode 100644 index 0000000..ffc48dc Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/oreShadow.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/blocks/smelter.png b/src/main/resources/assets/jewelrycraft/textures/blocks/smelter.png new file mode 100644 index 0000000..4da0c0a Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/blocks/smelter.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/entities/jeweler.png b/src/main/resources/assets/jewelrycraft/textures/entities/jeweler.png new file mode 100644 index 0000000..fbd01cb Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/entities/jeweler.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/gui/chest_ring.png b/src/main/resources/assets/jewelrycraft/textures/gui/chest_ring.png new file mode 100644 index 0000000..66f00cc Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/gui/chest_ring.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/gui/guidePage.png b/src/main/resources/assets/jewelrycraft/textures/gui/guidePage.png new file mode 100644 index 0000000..c74dab2 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/gui/guidePage.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png b/src/main/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png new file mode 100644 index 0000000..0746861 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/bucketOverlay.png b/src/main/resources/assets/jewelrycraft/textures/items/bucketOverlay.png new file mode 100644 index 0000000..fc2e2a9 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/bucketOverlay.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/clayIngotMold.png b/src/main/resources/assets/jewelrycraft/textures/items/clayIngotMold.png new file mode 100644 index 0000000..0fecb22 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/clayIngotMold.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png b/src/main/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png new file mode 100644 index 0000000..455f094 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/clayRingMold.png b/src/main/resources/assets/jewelrycraft/textures/items/clayRingMold.png new file mode 100644 index 0000000..49d2ab1 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/clayRingMold.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/crystal.png b/src/main/resources/assets/jewelrycraft/textures/items/crystal.png new file mode 100644 index 0000000..563a41f Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/crystal.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/crystalOverlay.png b/src/main/resources/assets/jewelrycraft/textures/items/crystalOverlay.png new file mode 100644 index 0000000..d17e909 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/crystalOverlay.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/guide.png b/src/main/resources/assets/jewelrycraft/textures/items/guide.png new file mode 100644 index 0000000..39c7f2c Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/guide.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ingotMold.png b/src/main/resources/assets/jewelrycraft/textures/items/ingotMold.png new file mode 100644 index 0000000..0575de5 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ingotMold.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ingotShadow.png b/src/main/resources/assets/jewelrycraft/textures/items/ingotShadow.png new file mode 100644 index 0000000..e3b3aed Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ingotShadow.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/jewelNecklace.png b/src/main/resources/assets/jewelrycraft/textures/items/jewelNecklace.png new file mode 100644 index 0000000..41244d4 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/jewelNecklace.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/jewelRing.png b/src/main/resources/assets/jewelrycraft/textures/items/jewelRing.png new file mode 100644 index 0000000..4875772 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/jewelRing.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/necklace.png b/src/main/resources/assets/jewelrycraft/textures/items/necklace.png new file mode 100644 index 0000000..054744d Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/necklace.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/necklaceMold.png b/src/main/resources/assets/jewelrycraft/textures/items/necklaceMold.png new file mode 100644 index 0000000..0df4b65 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/necklaceMold.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ring.png b/src/main/resources/assets/jewelrycraft/textures/items/ring.png new file mode 100644 index 0000000..ae59f5a Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ring.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ringMold.png b/src/main/resources/assets/jewelrycraft/textures/items/ringMold.png new file mode 100644 index 0000000..7bab639 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ringMold.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/thiefGloves.png b/src/main/resources/assets/jewelrycraft/textures/items/thiefGloves.png new file mode 100644 index 0000000..b56e925 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/thiefGloves.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/tileentities/Displayer.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/Displayer.png new file mode 100644 index 0000000..200637b Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/tileentities/Displayer.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png new file mode 100644 index 0000000..1ee75d0 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/tileentities/Molder.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/Molder.png new file mode 100644 index 0000000..c5acc88 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/tileentities/Molder.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/tileentities/Smelter.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/Smelter.png new file mode 100644 index 0000000..6ec3595 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/tileentities/Smelter.png differ -- cgit v1.2.3