├── README.md ├── futureazoo ├── blocks │ ├── magic │ │ ├── aqua_ore.png │ │ ├── blood_1.png │ │ ├── blood_2.png │ │ ├── brew_cauldron_side.png │ │ ├── firey_ore.png │ │ ├── log_slimy.png │ │ ├── log_slimy_top.png │ │ └── soulforgedstone.png │ ├── mod │ │ ├── manyullyn_block.png │ │ └── pig_iron_block.png │ ├── tech │ │ ├── block_breaker_side.png │ │ ├── block_breaker_top.png │ │ ├── bronze_cannon_bottom.png │ │ ├── bronze_cannon_front.png │ │ ├── bronze_cannon_side.png │ │ ├── bronze_cannon_top.png │ │ ├── bronze_furnace_bottom.png │ │ ├── bronze_furnace_front_off.png │ │ ├── bronze_furnace_front_on.png │ │ ├── bronze_furnace_side.png │ │ ├── bronze_furnace_top.png │ │ ├── bronze_sawmill_bottom.png │ │ ├── bronze_sawmill_front_off.png │ │ ├── bronze_sawmill_front_on.png │ │ ├── bronze_sawmill_side.png │ │ ├── bronze_sawmill_top.png │ │ ├── bronze_watertower_bottom.png │ │ ├── bronze_watertower_front_off.png │ │ ├── bronze_watertower_front_on.png │ │ ├── bronze_watertower_side.png │ │ ├── bronze_watertower_top.png │ │ ├── comp_center_side.png │ │ ├── comp_center_top.png │ │ ├── comp_framework_side.png │ │ ├── comp_framework_top.png │ │ ├── crafting_interface_dark.png │ │ ├── crafting_interface_light.png │ │ ├── durasteel_anvil_base.png │ │ ├── durasteel_anvil_top_0.png │ │ ├── durasteel_anvil_top_1.png │ │ ├── durasteel_anvil_top_2.png │ │ ├── durasteel_anvil_top_3.png │ │ ├── durasteel_anvil_top_4.png │ │ ├── durasteel_anvil_top_5.png │ │ ├── durasteel_anvil_top_off.png │ │ ├── durasteel_eblastfurnace_bottom.png │ │ ├── durasteel_eblastfurnace_front_off.png │ │ ├── durasteel_eblastfurnace_front_on.png │ │ ├── durasteel_eblastfurnace_side.png │ │ ├── durasteel_eblastfurnace_top.png │ │ ├── durasteel_frame_side.png │ │ ├── durasteel_frame_top.png │ │ ├── durasteel_furnace_bottom.png │ │ ├── durasteel_furnace_front_off.png │ │ ├── durasteel_furnace_front_on.png │ │ ├── durasteel_furnace_side.png │ │ ├── durasteel_furnace_top.png │ │ ├── insulated_cable_copper.png │ │ ├── insulated_cable_lead.png │ │ ├── insulated_cable_plain.png │ │ ├── insulated_cable_sliver.png │ │ ├── iron_blastfurnace_bottom.png │ │ ├── iron_blastfurnace_front_off.png │ │ ├── iron_blastfurnace_front_on.png │ │ ├── iron_blastfurnace_side.png │ │ ├── iron_blastfurnace_top.png │ │ ├── iron_compressor_bottom.png │ │ ├── iron_compressor_front.png │ │ ├── iron_compressor_side.png │ │ ├── iron_compressor_top.png │ │ ├── iron_frame_side.png │ │ ├── iron_frame_top.png │ │ ├── iron_furnace_bottom.png │ │ ├── iron_furnace_front_off.png │ │ ├── iron_furnace_front_on.png │ │ ├── iron_furnace_side.png │ │ ├── iron_furnace_top.png │ │ ├── iron_macerator_bottom.png │ │ ├── iron_macerator_front_off.png │ │ ├── iron_macerator_side.png │ │ ├── iron_macerator_top.png │ │ ├── iron_noteblock_side.png │ │ ├── iron_noteblock_vertical.png │ │ ├── scaffold_iron.png │ │ └── scaffold_wood.png │ ├── vanilla │ │ ├── dispenser_front_vertical.png │ │ └── dropper_front_vertical.png │ └── vanilla_style │ │ ├── barrel_bottom_oak.png │ │ ├── barrel_bottom_spruce.png │ │ ├── barrel_side_oak.png │ │ ├── barrel_side_spruce.png │ │ ├── barrel_top_fish.png │ │ ├── barrel_top_salmon.png │ │ ├── barrel_top_wheat.png │ │ ├── brick_pink.png │ │ ├── chain.png │ │ ├── cup_ceramic.png │ │ ├── cup_pink.png │ │ ├── fruitcake_bottom.png │ │ ├── fruitcake_inner.png │ │ ├── fruitcake_side.png │ │ ├── fruitcake_top.png │ │ ├── grassy_cobble.png │ │ ├── grassy_stone_side.png │ │ ├── grassy_stone_top.png │ │ ├── log_gilded.png │ │ ├── log_ironwood.png │ │ ├── pumpkin_pie_bottom.png │ │ ├── pumpkin_pie_inner.png │ │ ├── pumpkin_pie_side.png │ │ └── pumpkin_pie_top.png ├── items │ ├── aura_cascade │ │ ├── amulet.png │ │ ├── amuletBlue.png │ │ ├── amuletFood.png │ │ ├── amuletGreen.png │ │ ├── amuletOrange.png │ │ ├── amuletPurple.png │ │ ├── amuletRed.png │ │ ├── amuletYellow.png │ │ ├── angel_axe.png │ │ ├── angel_pickaxe.png │ │ ├── angel_shovel.png │ │ ├── angel_sword.png │ │ ├── angel_swordBlue.png │ │ ├── angel_swordGreen.png │ │ ├── angel_swordOrange.png │ │ ├── angel_swordRed.png │ │ ├── angel_swordViolet.png │ │ ├── angel_swordYellow.png │ │ ├── angelsteel.png │ │ ├── blackCrystal.png │ │ ├── blueCrystal.png │ │ ├── gemBlack.png │ │ ├── gemBlue.png │ │ ├── gemGreen.png │ │ ├── gemOrange.png │ │ ├── gemRed.png │ │ ├── gemViolet.png │ │ ├── gemWhite.png │ │ ├── gemYellow.png │ │ ├── greenCrystal.png │ │ ├── ingotBlack.png │ │ ├── ingotBlue.png │ │ ├── ingotGreen.png │ │ ├── ingotOrange.png │ │ ├── ingotRed.png │ │ ├── ingotViolet.png │ │ ├── ingotWhite.png │ │ ├── ingotYellow.png │ │ ├── orangeCrystal.png │ │ ├── prismWhite.png │ │ ├── redCrystal.png │ │ ├── violetCrystal.png │ │ ├── whiteCrystal.png │ │ └── yellowCrystal.png │ ├── food │ │ ├── beet.png │ │ ├── bowl_clay.png │ │ ├── burger.png │ │ ├── candy_cane.png │ │ ├── candy_chocolate.png │ │ ├── candy_corn.png │ │ ├── candy_wrapped.png │ │ ├── cheese.png │ │ ├── chicken_breast_cooked.png │ │ ├── chicken_breast_raw.png │ │ ├── chicken_drum_cooked.png │ │ ├── chicken_drum_raw.png │ │ ├── chili_pepper.png │ │ ├── chocolate.png │ │ ├── fruitcake.png │ │ ├── hot_dog.png │ │ ├── mincemeat_cooked.png │ │ ├── mincemeat_raw.png │ │ ├── patty_cooked.png │ │ ├── patty_raw.png │ │ ├── potato_golden.png │ │ ├── potato_iron.png │ │ ├── radish.png │ │ ├── radish_rainbow.png │ │ ├── sausage_cooked.png │ │ ├── sausage_raw.png │ │ ├── stew_cheesy.png │ │ ├── stew_chicken.png │ │ ├── stew_mushroom.png │ │ └── taco.png │ ├── magic │ │ ├── arrow_ender.png │ │ ├── arrow_fire.png │ │ ├── drop_ender.png │ │ ├── drop_lava.png │ │ ├── drop_water.png │ │ ├── earmuffs.png │ │ ├── essence_air.png │ │ ├── essence_earth.png │ │ ├── essence_fire.png │ │ ├── essence_water.png │ │ ├── feather_phoenix.png │ │ ├── mithril_axe.png │ │ ├── mithril_boots.png │ │ ├── mithril_chestplate.png │ │ ├── mithril_helmet.png │ │ ├── mithril_hoe.png │ │ ├── mithril_ingot.png │ │ ├── mithril_leggings.png │ │ ├── mithril_pickaxe.png │ │ ├── mithril_shovel.png │ │ ├── mithril_sword.png │ │ ├── mjolnir.png │ │ ├── pixie_dust.png │ │ ├── potion_normal.png │ │ ├── potion_small.png │ │ ├── potion_splash.png │ │ ├── potion_vial.png │ │ ├── sword_nether.png │ │ ├── tome_careofcreatures.png │ │ ├── tome_charms.png │ │ ├── tome_darkarts.png │ │ ├── tome_herbology.png │ │ ├── tome_potions.png │ │ └── tome_transfiguration.png │ ├── other │ │ ├── block_endstone.png │ │ ├── block_ice.png │ │ ├── block_lava.png │ │ ├── block_netherrack.png │ │ └── block_water.png │ ├── tech │ │ ├── battery_blue.png │ │ ├── battery_large.png │ │ ├── battery_lithium_ion.png │ │ ├── battery_redstone.png │ │ ├── battery_small.png │ │ ├── bucket_oil.png │ │ ├── capacitor.png │ │ ├── capacitor_large.png │ │ ├── capacitor_small.png │ │ ├── carbon_fibre.png │ │ ├── carbon_fibre_plate.png │ │ ├── carbon_wing_left.png │ │ ├── carbon_wing_right.png │ │ ├── carbon_wings.png │ │ ├── chipset_blue.png │ │ ├── chipset_copper.png │ │ ├── chipset_gold.png │ │ ├── coal_dust.png │ │ ├── flight_chestplate.png │ │ ├── flight_controller.png │ │ ├── gear_wood.png │ │ ├── gps.png │ │ ├── gravitation_core.png │ │ ├── heating_element.png │ │ ├── integrated_circuit.png │ │ ├── jetpack1_booster.png │ │ ├── jetpack1_flight_controller.png │ │ ├── jetpack1_fuel_cell.png │ │ ├── jetpack2_booster.png │ │ ├── jetpack2_fuel_cell.png │ │ ├── magnet.png │ │ ├── minced_beef.png │ │ ├── minced_chicken.png │ │ ├── minced_fish.png │ │ ├── minced_flesh.png │ │ ├── minced_pork.png │ │ ├── motor.png │ │ ├── motor_blue.png │ │ ├── plastic_bar.png │ │ ├── plastic_sheet.png │ │ ├── reinforced_wing_left.png │ │ ├── resistor.png │ │ ├── rocket_booster.png │ │ ├── silicon.png │ │ ├── silicon_small.png │ │ ├── soldering_iron.png │ │ ├── sword_future.png │ │ ├── titanium_chestplate.png │ │ ├── windmill_plastic.png │ │ └── windmill_wood.png │ ├── vanilla │ │ ├── diamond_boots.png │ │ ├── diamond_chestplate.png │ │ ├── diamond_helmet.png │ │ ├── diamond_leggings.png │ │ ├── gold_boots.png │ │ ├── gold_chestplate.png │ │ ├── gold_helmet.png │ │ ├── gold_leggings.png │ │ ├── stone_sword.png │ │ └── wood_club.png │ └── vanilla_style │ │ ├── arrow_dynamite.png │ │ ├── backpack_ender.png │ │ ├── backpack_gold.png │ │ ├── backpack_iron.png │ │ ├── backpack_void.png │ │ ├── belt.png │ │ ├── belt_potion.png │ │ ├── bone_wither.png │ │ ├── caps_shield.png │ │ ├── chainmail.png │ │ ├── diamond_chain_boots.png │ │ ├── diamond_chain_chestplate.png │ │ ├── diamond_chain_helmet.png │ │ ├── diamond_chain_leggings.png │ │ ├── diamond_nugget.png │ │ ├── dynamite.png │ │ ├── dynamite_firey.png │ │ ├── dynamite_sticky.png │ │ ├── emerald_nugget.png │ │ ├── emerald_on_a_stick.png │ │ ├── ender_pearl_nugget.png │ │ ├── firey_axe.png │ │ ├── firey_boots.png │ │ ├── firey_chestplate.png │ │ ├── firey_helmet.png │ │ ├── firey_hoe.png │ │ ├── firey_ingot.png │ │ ├── firey_leggings.png │ │ ├── firey_pickaxe.png │ │ ├── firey_shovel.png │ │ ├── firey_sword.png │ │ ├── glowing_coal_1.png │ │ ├── glowing_coal_2.png │ │ ├── hide_cow.png │ │ ├── hide_horse.png │ │ ├── hide_mooshroom.png │ │ ├── hide_pig.png │ │ ├── iron_hook.png │ │ ├── leather_chain_boots.png │ │ ├── leather_chain_chestplate.png │ │ ├── leather_chain_helmet.png │ │ ├── leather_chain_leggings.png │ │ ├── leather_cut.png │ │ ├── leather_cut_2.png │ │ ├── leather_strip.png │ │ ├── mushroom_axe.png │ │ ├── mushroom_boots.png │ │ ├── mushroom_chestplate.png │ │ ├── mushroom_helmet.png │ │ ├── mushroom_leggings.png │ │ ├── mushroom_pickaxe.png │ │ ├── mushroom_shovel.png │ │ ├── mushroom_sword.png │ │ ├── portable_portal.png │ │ ├── slingshot.png │ │ ├── soul_sand_dust.png │ │ ├── spear_diamond.png │ │ ├── spear_firey.png │ │ ├── spear_flint.png │ │ └── spear_iron.png └── spritesheets │ ├── Herbology.png │ ├── Herbology.psd │ ├── Tech1.png │ ├── Tech1.psd │ ├── Tech3.png │ ├── Tech3.psd │ ├── VanillaExpanded.png │ ├── VanillaExpanded.psd │ ├── VanillaExpanded2.png │ └── VanillaExpanded2.psd ├── sunconure11 ├── blocks │ ├── decorative │ │ ├── coquinabricks.png │ │ └── soul_bricks.png │ ├── ores │ │ ├── bloodstone_ore.png │ │ └── moldavite_ore.png │ ├── stones │ │ └── coquina.png │ └── storage │ │ ├── bloodstoneBlock.png │ │ ├── moldavite_block.png │ │ ├── shakudo_block.png │ │ └── soulsteelblock.png ├── crops │ ├── amaranth │ │ ├── amaranth1.png │ │ ├── amaranth2.png │ │ ├── amaranth3.png │ │ ├── amaranth4.png │ │ └── amaranth_seed.png │ ├── goji_berry │ │ ├── goji1.png │ │ ├── goji2.png │ │ ├── goji3.png │ │ ├── goji4.png │ │ └── goji_seed.png │ └── lavender │ │ ├── lavender1.png │ │ ├── lavender2.png │ │ ├── lavender3.png │ │ ├── lavender4.png │ │ └── lavender_seed.png └── items │ ├── consumables │ ├── amaranthgrain.png │ ├── amaranthoil.png │ ├── cookedpoi.png │ ├── gojiberry.png │ ├── gojiseedoil.png │ ├── grilled_watermelon.png │ ├── lavenderoil.png │ ├── lavendersprig.png │ ├── lemonoil.png │ ├── linseedoil.png │ ├── orangeoil.png │ ├── pinenuts.png │ ├── poi.png │ ├── roastedpinenuts.png │ ├── salmonroeidea.png │ ├── salmonroeroll.png │ ├── slop.png │ ├── soporslime.png │ ├── spoiledfood.png │ ├── taromash.png │ ├── tricksterjujulime.png │ ├── tricksterjujured.png │ ├── tricksterpop.png │ └── vitalitygel.png │ ├── materials │ ├── bloodstone.png │ ├── boneshards.png │ ├── draconicsteel1.png │ ├── emptyjar.png │ ├── heartgem.png │ ├── moldavite.png │ ├── saintboneingot.png │ ├── saintboneingotunfired.png │ ├── shakudo_ingot.png │ ├── shakudo_nugget.png │ ├── shakudopowder.png │ ├── shibuichi_ingot.png │ ├── shibuichipowder.png │ ├── soulbrickitem.png │ └── soulsteel.png │ ├── misc │ └── ivorytalisman.png │ ├── mob_loot │ ├── cookedhorsemeat.png │ ├── horsemeat.png │ └── reptile_scales.png │ └── weapons │ ├── bostaff.png │ ├── kendosword.png │ └── saintlybonesword.png └── xbony2 ├── blocks ├── cactus_wood.png ├── fakewool.png ├── machineblock.png ├── nyt_block.png ├── nytfurnacefrontlit.png ├── nytfurnacefrontunlit.png ├── nytore.png ├── nyttritfrontlit.png ├── nyttritfrontunlit.png ├── sandstone_brick.png ├── sheenyblock.png ├── tile.blockDarkSteel.png ├── tile.blockInfusedGold.png ├── vice_block.png └── viceore.png └── items ├── basicbattery.png ├── bemeraldaxe.png ├── bemeraldhoe.png ├── bemeraldpick.png ├── bemeraldspade.png ├── bemeraldsword.png ├── bonyiumingot.png ├── bquartzaxe.png ├── bquartzhoe.png ├── bquartzpickaxe.png ├── bquartzspade.png ├── bquartzsword.png ├── cactus_fruit.png ├── darkSteelKinRotor.png ├── ironflint.png ├── item.XBONY2_mixedMetalIngotDarkSteel.png ├── item.crushedFerrous.png ├── item.crushedMana.png ├── item.crushedNyt.png ├── item.crushedPurifiedFerrous.png ├── item.crushedPurifiedMana.png ├── item.crushedPurifiedNyt.png ├── item.crushedPurifiedShiny.png ├── item.crushedPurifiedVice.png ├── item.crushedShiny.png ├── item.crushedVice.png ├── item.diamondbitcoin.png ├── item.diamondstick.png ├── item.dustNyt.png ├── item.dustTinyFerrous.png ├── item.dustTinyMana.png ├── item.dustTinyNyt.png ├── item.dustTinyShiny.png ├── item.dustTinyVice.png ├── item.dustVice.png ├── item.dyeGreen.png ├── item.dyeOrange.png ├── item.emeraldstick.png ├── item.emptyEUbasicBattery.png ├── item.euBasicBattery.png ├── item.gemNyt.png ├── item.gemVice.png ├── item.glowstonestick.png ├── item.goldbitcoin.png ├── item.goldstick.png ├── item.infusednytaxe.png ├── item.infusednytpickaxe.png ├── item.infusednytspade.png ├── item.infusednytsword.png ├── item.infusedviceaxe.png ├── item.infusedvicepickaxe.png ├── item.infusedvicespade.png ├── item.infusedvicesword.png ├── item.ingotDarkSteel.png ├── item.ironbitcoin.png ├── item.ironstick.png ├── item.itemCasingDarkSteel.png ├── item.itemCasingNyt.png ├── item.itemCasingVice.png ├── item.lapisstick.png ├── item.nanoamuletc.png ├── item.nanoringu.png ├── item.nuggetDarkSteel.png ├── item.nuggetNyt.png ├── item.nuggetSteel.png ├── item.nuggetVice.png ├── item.plateDarkSteel.png ├── item.plateDenseDarkSteel.png ├── item.plateDenseNyt.png ├── item.plateDenseVice.png ├── item.plateNyt.png ├── item.plateVice.png ├── item.quantumamuletc.png ├── item.quantumamuletu.png ├── item.quantumbeltc.png ├── item.quantumbeltu.png ├── item.quantumringc.png ├── item.quantumringu.png ├── item.quartzstick.png ├── item.redstonestick.png ├── item.rotorBladeDarkSteel.png ├── item.shaftDarkSteel.png ├── item.stonestick.png ├── item.vicestick.png ├── maize.png ├── nytaxe.png ├── nythoe.png ├── nytitem.png ├── nytpick.png ├── nytspade.png ├── nytstick.png ├── nytsword.png ├── rotorDarkSteelmodel.png ├── rubygem.png ├── sandstone_axe.png ├── sandstone_hoe.png ├── sandstone_pick.png ├── sandstone_spade.png ├── sandstone_sword.png ├── stickcarver.png ├── viceaxe.png ├── vicehoe.png ├── viceitem.png ├── vicepick.png ├── vicespade.png └── vicesword.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/README.md -------------------------------------------------------------------------------- /futureazoo/blocks/magic/aqua_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/aqua_ore.png -------------------------------------------------------------------------------- /futureazoo/blocks/magic/blood_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/blood_1.png -------------------------------------------------------------------------------- /futureazoo/blocks/magic/blood_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/blood_2.png -------------------------------------------------------------------------------- /futureazoo/blocks/magic/brew_cauldron_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/brew_cauldron_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/magic/firey_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/firey_ore.png -------------------------------------------------------------------------------- /futureazoo/blocks/magic/log_slimy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/log_slimy.png -------------------------------------------------------------------------------- /futureazoo/blocks/magic/log_slimy_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/log_slimy_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/magic/soulforgedstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/magic/soulforgedstone.png -------------------------------------------------------------------------------- /futureazoo/blocks/mod/manyullyn_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/mod/manyullyn_block.png -------------------------------------------------------------------------------- /futureazoo/blocks/mod/pig_iron_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/mod/pig_iron_block.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/block_breaker_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/block_breaker_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/block_breaker_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/block_breaker_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_cannon_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_cannon_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_cannon_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_cannon_front.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_cannon_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_cannon_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_cannon_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_cannon_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_furnace_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_furnace_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_furnace_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_furnace_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_furnace_front_on.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_furnace_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_furnace_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_sawmill_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_sawmill_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_sawmill_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_sawmill_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_sawmill_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_sawmill_front_on.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_sawmill_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_sawmill_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_sawmill_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_sawmill_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_watertower_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_watertower_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_watertower_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_watertower_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_watertower_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_watertower_front_on.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_watertower_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_watertower_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/bronze_watertower_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/bronze_watertower_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/comp_center_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/comp_center_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/comp_center_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/comp_center_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/comp_framework_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/comp_framework_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/comp_framework_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/comp_framework_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/crafting_interface_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/crafting_interface_dark.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/crafting_interface_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/crafting_interface_light.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_base.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_top_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_top_0.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_top_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_top_1.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_top_2.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_top_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_top_3.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_top_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_top_4.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_top_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_top_5.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_anvil_top_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_anvil_top_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_eblastfurnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_eblastfurnace_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_eblastfurnace_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_eblastfurnace_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_eblastfurnace_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_eblastfurnace_front_on.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_eblastfurnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_eblastfurnace_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_eblastfurnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_eblastfurnace_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_frame_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_frame_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_frame_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_frame_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_furnace_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_furnace_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_furnace_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_furnace_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_furnace_front_on.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_furnace_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/durasteel_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/durasteel_furnace_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/insulated_cable_copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/insulated_cable_copper.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/insulated_cable_lead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/insulated_cable_lead.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/insulated_cable_plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/insulated_cable_plain.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/insulated_cable_sliver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/insulated_cable_sliver.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_blastfurnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_blastfurnace_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_blastfurnace_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_blastfurnace_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_blastfurnace_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_blastfurnace_front_on.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_blastfurnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_blastfurnace_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_blastfurnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_blastfurnace_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_compressor_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_compressor_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_compressor_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_compressor_front.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_compressor_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_compressor_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_compressor_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_compressor_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_frame_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_frame_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_frame_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_frame_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_furnace_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_furnace_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_furnace_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_furnace_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_furnace_front_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_furnace_front_on.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_furnace_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_furnace_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_furnace_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_furnace_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_macerator_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_macerator_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_macerator_front_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_macerator_front_off.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_macerator_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_macerator_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_macerator_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_macerator_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_noteblock_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_noteblock_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/iron_noteblock_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/iron_noteblock_vertical.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/scaffold_iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/scaffold_iron.png -------------------------------------------------------------------------------- /futureazoo/blocks/tech/scaffold_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/tech/scaffold_wood.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla/dispenser_front_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla/dispenser_front_vertical.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla/dropper_front_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla/dropper_front_vertical.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/barrel_bottom_oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/barrel_bottom_oak.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/barrel_bottom_spruce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/barrel_bottom_spruce.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/barrel_side_oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/barrel_side_oak.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/barrel_side_spruce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/barrel_side_spruce.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/barrel_top_fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/barrel_top_fish.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/barrel_top_salmon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/barrel_top_salmon.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/barrel_top_wheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/barrel_top_wheat.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/brick_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/brick_pink.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/chain.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/cup_ceramic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/cup_ceramic.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/cup_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/cup_pink.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/fruitcake_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/fruitcake_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/fruitcake_inner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/fruitcake_inner.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/fruitcake_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/fruitcake_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/fruitcake_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/fruitcake_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/grassy_cobble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/grassy_cobble.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/grassy_stone_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/grassy_stone_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/grassy_stone_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/grassy_stone_top.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/log_gilded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/log_gilded.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/log_ironwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/log_ironwood.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/pumpkin_pie_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/pumpkin_pie_bottom.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/pumpkin_pie_inner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/pumpkin_pie_inner.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/pumpkin_pie_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/pumpkin_pie_side.png -------------------------------------------------------------------------------- /futureazoo/blocks/vanilla_style/pumpkin_pie_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/blocks/vanilla_style/pumpkin_pie_top.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amulet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amulet.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amuletBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amuletBlue.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amuletFood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amuletFood.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amuletGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amuletGreen.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amuletOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amuletOrange.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amuletPurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amuletPurple.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amuletRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amuletRed.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/amuletYellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/amuletYellow.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_axe.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_pickaxe.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_shovel.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_sword.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_swordBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_swordBlue.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_swordGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_swordGreen.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_swordOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_swordOrange.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_swordRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_swordRed.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_swordViolet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_swordViolet.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angel_swordYellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angel_swordYellow.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/angelsteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/angelsteel.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/blackCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/blackCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/blueCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/blueCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemBlack.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemBlue.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemGreen.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemOrange.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemRed.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemViolet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemViolet.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemWhite.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/gemYellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/gemYellow.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/greenCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/greenCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotBlack.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotBlue.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotGreen.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotOrange.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotRed.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotViolet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotViolet.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotWhite.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/ingotYellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/ingotYellow.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/orangeCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/orangeCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/prismWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/prismWhite.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/redCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/redCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/violetCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/violetCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/whiteCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/whiteCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/aura_cascade/yellowCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/aura_cascade/yellowCrystal.png -------------------------------------------------------------------------------- /futureazoo/items/food/beet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/beet.png -------------------------------------------------------------------------------- /futureazoo/items/food/bowl_clay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/bowl_clay.png -------------------------------------------------------------------------------- /futureazoo/items/food/burger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/burger.png -------------------------------------------------------------------------------- /futureazoo/items/food/candy_cane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/candy_cane.png -------------------------------------------------------------------------------- /futureazoo/items/food/candy_chocolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/candy_chocolate.png -------------------------------------------------------------------------------- /futureazoo/items/food/candy_corn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/candy_corn.png -------------------------------------------------------------------------------- /futureazoo/items/food/candy_wrapped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/candy_wrapped.png -------------------------------------------------------------------------------- /futureazoo/items/food/cheese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/cheese.png -------------------------------------------------------------------------------- /futureazoo/items/food/chicken_breast_cooked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/chicken_breast_cooked.png -------------------------------------------------------------------------------- /futureazoo/items/food/chicken_breast_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/chicken_breast_raw.png -------------------------------------------------------------------------------- /futureazoo/items/food/chicken_drum_cooked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/chicken_drum_cooked.png -------------------------------------------------------------------------------- /futureazoo/items/food/chicken_drum_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/chicken_drum_raw.png -------------------------------------------------------------------------------- /futureazoo/items/food/chili_pepper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/chili_pepper.png -------------------------------------------------------------------------------- /futureazoo/items/food/chocolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/chocolate.png -------------------------------------------------------------------------------- /futureazoo/items/food/fruitcake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/fruitcake.png -------------------------------------------------------------------------------- /futureazoo/items/food/hot_dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/hot_dog.png -------------------------------------------------------------------------------- /futureazoo/items/food/mincemeat_cooked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/mincemeat_cooked.png -------------------------------------------------------------------------------- /futureazoo/items/food/mincemeat_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/mincemeat_raw.png -------------------------------------------------------------------------------- /futureazoo/items/food/patty_cooked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/patty_cooked.png -------------------------------------------------------------------------------- /futureazoo/items/food/patty_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/patty_raw.png -------------------------------------------------------------------------------- /futureazoo/items/food/potato_golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/potato_golden.png -------------------------------------------------------------------------------- /futureazoo/items/food/potato_iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/potato_iron.png -------------------------------------------------------------------------------- /futureazoo/items/food/radish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/radish.png -------------------------------------------------------------------------------- /futureazoo/items/food/radish_rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/radish_rainbow.png -------------------------------------------------------------------------------- /futureazoo/items/food/sausage_cooked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/sausage_cooked.png -------------------------------------------------------------------------------- /futureazoo/items/food/sausage_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/sausage_raw.png -------------------------------------------------------------------------------- /futureazoo/items/food/stew_cheesy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/stew_cheesy.png -------------------------------------------------------------------------------- /futureazoo/items/food/stew_chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/stew_chicken.png -------------------------------------------------------------------------------- /futureazoo/items/food/stew_mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/stew_mushroom.png -------------------------------------------------------------------------------- /futureazoo/items/food/taco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/food/taco.png -------------------------------------------------------------------------------- /futureazoo/items/magic/arrow_ender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/arrow_ender.png -------------------------------------------------------------------------------- /futureazoo/items/magic/arrow_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/arrow_fire.png -------------------------------------------------------------------------------- /futureazoo/items/magic/drop_ender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/drop_ender.png -------------------------------------------------------------------------------- /futureazoo/items/magic/drop_lava.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/drop_lava.png -------------------------------------------------------------------------------- /futureazoo/items/magic/drop_water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/drop_water.png -------------------------------------------------------------------------------- /futureazoo/items/magic/earmuffs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/earmuffs.png -------------------------------------------------------------------------------- /futureazoo/items/magic/essence_air.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/essence_air.png -------------------------------------------------------------------------------- /futureazoo/items/magic/essence_earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/essence_earth.png -------------------------------------------------------------------------------- /futureazoo/items/magic/essence_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/essence_fire.png -------------------------------------------------------------------------------- /futureazoo/items/magic/essence_water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/essence_water.png -------------------------------------------------------------------------------- /futureazoo/items/magic/feather_phoenix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/feather_phoenix.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_axe.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_boots.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_helmet.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_hoe.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_ingot.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_leggings.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_pickaxe.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_shovel.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mithril_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mithril_sword.png -------------------------------------------------------------------------------- /futureazoo/items/magic/mjolnir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/mjolnir.png -------------------------------------------------------------------------------- /futureazoo/items/magic/pixie_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/pixie_dust.png -------------------------------------------------------------------------------- /futureazoo/items/magic/potion_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/potion_normal.png -------------------------------------------------------------------------------- /futureazoo/items/magic/potion_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/potion_small.png -------------------------------------------------------------------------------- /futureazoo/items/magic/potion_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/potion_splash.png -------------------------------------------------------------------------------- /futureazoo/items/magic/potion_vial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/potion_vial.png -------------------------------------------------------------------------------- /futureazoo/items/magic/sword_nether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/sword_nether.png -------------------------------------------------------------------------------- /futureazoo/items/magic/tome_careofcreatures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/tome_careofcreatures.png -------------------------------------------------------------------------------- /futureazoo/items/magic/tome_charms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/tome_charms.png -------------------------------------------------------------------------------- /futureazoo/items/magic/tome_darkarts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/tome_darkarts.png -------------------------------------------------------------------------------- /futureazoo/items/magic/tome_herbology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/tome_herbology.png -------------------------------------------------------------------------------- /futureazoo/items/magic/tome_potions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/tome_potions.png -------------------------------------------------------------------------------- /futureazoo/items/magic/tome_transfiguration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/magic/tome_transfiguration.png -------------------------------------------------------------------------------- /futureazoo/items/other/block_endstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/other/block_endstone.png -------------------------------------------------------------------------------- /futureazoo/items/other/block_ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/other/block_ice.png -------------------------------------------------------------------------------- /futureazoo/items/other/block_lava.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/other/block_lava.png -------------------------------------------------------------------------------- /futureazoo/items/other/block_netherrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/other/block_netherrack.png -------------------------------------------------------------------------------- /futureazoo/items/other/block_water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/other/block_water.png -------------------------------------------------------------------------------- /futureazoo/items/tech/battery_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/battery_blue.png -------------------------------------------------------------------------------- /futureazoo/items/tech/battery_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/battery_large.png -------------------------------------------------------------------------------- /futureazoo/items/tech/battery_lithium_ion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/battery_lithium_ion.png -------------------------------------------------------------------------------- /futureazoo/items/tech/battery_redstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/battery_redstone.png -------------------------------------------------------------------------------- /futureazoo/items/tech/battery_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/battery_small.png -------------------------------------------------------------------------------- /futureazoo/items/tech/bucket_oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/bucket_oil.png -------------------------------------------------------------------------------- /futureazoo/items/tech/capacitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/capacitor.png -------------------------------------------------------------------------------- /futureazoo/items/tech/capacitor_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/capacitor_large.png -------------------------------------------------------------------------------- /futureazoo/items/tech/capacitor_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/capacitor_small.png -------------------------------------------------------------------------------- /futureazoo/items/tech/carbon_fibre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/carbon_fibre.png -------------------------------------------------------------------------------- /futureazoo/items/tech/carbon_fibre_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/carbon_fibre_plate.png -------------------------------------------------------------------------------- /futureazoo/items/tech/carbon_wing_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/carbon_wing_left.png -------------------------------------------------------------------------------- /futureazoo/items/tech/carbon_wing_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/carbon_wing_right.png -------------------------------------------------------------------------------- /futureazoo/items/tech/carbon_wings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/carbon_wings.png -------------------------------------------------------------------------------- /futureazoo/items/tech/chipset_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/chipset_blue.png -------------------------------------------------------------------------------- /futureazoo/items/tech/chipset_copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/chipset_copper.png -------------------------------------------------------------------------------- /futureazoo/items/tech/chipset_gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/chipset_gold.png -------------------------------------------------------------------------------- /futureazoo/items/tech/coal_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/coal_dust.png -------------------------------------------------------------------------------- /futureazoo/items/tech/flight_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/flight_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/tech/flight_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/flight_controller.png -------------------------------------------------------------------------------- /futureazoo/items/tech/gear_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/gear_wood.png -------------------------------------------------------------------------------- /futureazoo/items/tech/gps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/gps.png -------------------------------------------------------------------------------- /futureazoo/items/tech/gravitation_core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/gravitation_core.png -------------------------------------------------------------------------------- /futureazoo/items/tech/heating_element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/heating_element.png -------------------------------------------------------------------------------- /futureazoo/items/tech/integrated_circuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/integrated_circuit.png -------------------------------------------------------------------------------- /futureazoo/items/tech/jetpack1_booster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/jetpack1_booster.png -------------------------------------------------------------------------------- /futureazoo/items/tech/jetpack1_flight_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/jetpack1_flight_controller.png -------------------------------------------------------------------------------- /futureazoo/items/tech/jetpack1_fuel_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/jetpack1_fuel_cell.png -------------------------------------------------------------------------------- /futureazoo/items/tech/jetpack2_booster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/jetpack2_booster.png -------------------------------------------------------------------------------- /futureazoo/items/tech/jetpack2_fuel_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/jetpack2_fuel_cell.png -------------------------------------------------------------------------------- /futureazoo/items/tech/magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/magnet.png -------------------------------------------------------------------------------- /futureazoo/items/tech/minced_beef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/minced_beef.png -------------------------------------------------------------------------------- /futureazoo/items/tech/minced_chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/minced_chicken.png -------------------------------------------------------------------------------- /futureazoo/items/tech/minced_fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/minced_fish.png -------------------------------------------------------------------------------- /futureazoo/items/tech/minced_flesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/minced_flesh.png -------------------------------------------------------------------------------- /futureazoo/items/tech/minced_pork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/minced_pork.png -------------------------------------------------------------------------------- /futureazoo/items/tech/motor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/motor.png -------------------------------------------------------------------------------- /futureazoo/items/tech/motor_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/motor_blue.png -------------------------------------------------------------------------------- /futureazoo/items/tech/plastic_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/plastic_bar.png -------------------------------------------------------------------------------- /futureazoo/items/tech/plastic_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/plastic_sheet.png -------------------------------------------------------------------------------- /futureazoo/items/tech/reinforced_wing_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/reinforced_wing_left.png -------------------------------------------------------------------------------- /futureazoo/items/tech/resistor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/resistor.png -------------------------------------------------------------------------------- /futureazoo/items/tech/rocket_booster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/rocket_booster.png -------------------------------------------------------------------------------- /futureazoo/items/tech/silicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/silicon.png -------------------------------------------------------------------------------- /futureazoo/items/tech/silicon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/silicon_small.png -------------------------------------------------------------------------------- /futureazoo/items/tech/soldering_iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/soldering_iron.png -------------------------------------------------------------------------------- /futureazoo/items/tech/sword_future.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/sword_future.png -------------------------------------------------------------------------------- /futureazoo/items/tech/titanium_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/titanium_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/tech/windmill_plastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/windmill_plastic.png -------------------------------------------------------------------------------- /futureazoo/items/tech/windmill_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/tech/windmill_wood.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/diamond_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/diamond_boots.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/diamond_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/diamond_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/diamond_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/diamond_helmet.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/diamond_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/diamond_leggings.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/gold_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/gold_boots.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/gold_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/gold_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/gold_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/gold_helmet.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/gold_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/gold_leggings.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/stone_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/stone_sword.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla/wood_club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla/wood_club.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/arrow_dynamite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/arrow_dynamite.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/backpack_ender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/backpack_ender.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/backpack_gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/backpack_gold.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/backpack_iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/backpack_iron.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/backpack_void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/backpack_void.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/belt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/belt.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/belt_potion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/belt_potion.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/bone_wither.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/bone_wither.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/caps_shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/caps_shield.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/chainmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/chainmail.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/diamond_chain_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/diamond_chain_boots.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/diamond_chain_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/diamond_chain_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/diamond_chain_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/diamond_chain_helmet.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/diamond_chain_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/diamond_chain_leggings.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/diamond_nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/diamond_nugget.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/dynamite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/dynamite.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/dynamite_firey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/dynamite_firey.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/dynamite_sticky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/dynamite_sticky.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/emerald_nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/emerald_nugget.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/emerald_on_a_stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/emerald_on_a_stick.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/ender_pearl_nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/ender_pearl_nugget.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_axe.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_boots.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_helmet.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_hoe.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_ingot.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_leggings.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_pickaxe.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_shovel.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/firey_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/firey_sword.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/glowing_coal_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/glowing_coal_1.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/glowing_coal_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/glowing_coal_2.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/hide_cow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/hide_cow.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/hide_horse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/hide_horse.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/hide_mooshroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/hide_mooshroom.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/hide_pig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/hide_pig.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/iron_hook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/iron_hook.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/leather_chain_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/leather_chain_boots.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/leather_chain_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/leather_chain_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/leather_chain_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/leather_chain_helmet.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/leather_chain_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/leather_chain_leggings.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/leather_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/leather_cut.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/leather_cut_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/leather_cut_2.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/leather_strip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/leather_strip.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_axe.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_boots.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_chestplate.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_helmet.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_leggings.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_pickaxe.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_shovel.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/mushroom_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/mushroom_sword.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/portable_portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/portable_portal.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/slingshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/slingshot.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/soul_sand_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/soul_sand_dust.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/spear_diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/spear_diamond.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/spear_firey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/spear_firey.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/spear_flint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/spear_flint.png -------------------------------------------------------------------------------- /futureazoo/items/vanilla_style/spear_iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/items/vanilla_style/spear_iron.png -------------------------------------------------------------------------------- /futureazoo/spritesheets/Herbology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/Herbology.png -------------------------------------------------------------------------------- /futureazoo/spritesheets/Herbology.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/Herbology.psd -------------------------------------------------------------------------------- /futureazoo/spritesheets/Tech1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/Tech1.png -------------------------------------------------------------------------------- /futureazoo/spritesheets/Tech1.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/Tech1.psd -------------------------------------------------------------------------------- /futureazoo/spritesheets/Tech3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/Tech3.png -------------------------------------------------------------------------------- /futureazoo/spritesheets/Tech3.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/Tech3.psd -------------------------------------------------------------------------------- /futureazoo/spritesheets/VanillaExpanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/VanillaExpanded.png -------------------------------------------------------------------------------- /futureazoo/spritesheets/VanillaExpanded.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/VanillaExpanded.psd -------------------------------------------------------------------------------- /futureazoo/spritesheets/VanillaExpanded2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/VanillaExpanded2.png -------------------------------------------------------------------------------- /futureazoo/spritesheets/VanillaExpanded2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/futureazoo/spritesheets/VanillaExpanded2.psd -------------------------------------------------------------------------------- /sunconure11/blocks/decorative/coquinabricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/decorative/coquinabricks.png -------------------------------------------------------------------------------- /sunconure11/blocks/decorative/soul_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/decorative/soul_bricks.png -------------------------------------------------------------------------------- /sunconure11/blocks/ores/bloodstone_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/ores/bloodstone_ore.png -------------------------------------------------------------------------------- /sunconure11/blocks/ores/moldavite_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/ores/moldavite_ore.png -------------------------------------------------------------------------------- /sunconure11/blocks/stones/coquina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/stones/coquina.png -------------------------------------------------------------------------------- /sunconure11/blocks/storage/bloodstoneBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/storage/bloodstoneBlock.png -------------------------------------------------------------------------------- /sunconure11/blocks/storage/moldavite_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/storage/moldavite_block.png -------------------------------------------------------------------------------- /sunconure11/blocks/storage/shakudo_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/storage/shakudo_block.png -------------------------------------------------------------------------------- /sunconure11/blocks/storage/soulsteelblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/blocks/storage/soulsteelblock.png -------------------------------------------------------------------------------- /sunconure11/crops/amaranth/amaranth1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/amaranth/amaranth1.png -------------------------------------------------------------------------------- /sunconure11/crops/amaranth/amaranth2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/amaranth/amaranth2.png -------------------------------------------------------------------------------- /sunconure11/crops/amaranth/amaranth3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/amaranth/amaranth3.png -------------------------------------------------------------------------------- /sunconure11/crops/amaranth/amaranth4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/amaranth/amaranth4.png -------------------------------------------------------------------------------- /sunconure11/crops/amaranth/amaranth_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/amaranth/amaranth_seed.png -------------------------------------------------------------------------------- /sunconure11/crops/goji_berry/goji1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/goji_berry/goji1.png -------------------------------------------------------------------------------- /sunconure11/crops/goji_berry/goji2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/goji_berry/goji2.png -------------------------------------------------------------------------------- /sunconure11/crops/goji_berry/goji3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/goji_berry/goji3.png -------------------------------------------------------------------------------- /sunconure11/crops/goji_berry/goji4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/goji_berry/goji4.png -------------------------------------------------------------------------------- /sunconure11/crops/goji_berry/goji_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/goji_berry/goji_seed.png -------------------------------------------------------------------------------- /sunconure11/crops/lavender/lavender1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/lavender/lavender1.png -------------------------------------------------------------------------------- /sunconure11/crops/lavender/lavender2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/lavender/lavender2.png -------------------------------------------------------------------------------- /sunconure11/crops/lavender/lavender3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/lavender/lavender3.png -------------------------------------------------------------------------------- /sunconure11/crops/lavender/lavender4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/lavender/lavender4.png -------------------------------------------------------------------------------- /sunconure11/crops/lavender/lavender_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/crops/lavender/lavender_seed.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/amaranthgrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/amaranthgrain.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/amaranthoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/amaranthoil.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/cookedpoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/cookedpoi.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/gojiberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/gojiberry.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/gojiseedoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/gojiseedoil.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/grilled_watermelon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/grilled_watermelon.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/lavenderoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/lavenderoil.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/lavendersprig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/lavendersprig.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/lemonoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/lemonoil.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/linseedoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/linseedoil.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/orangeoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/orangeoil.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/pinenuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/pinenuts.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/poi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/poi.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/roastedpinenuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/roastedpinenuts.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/salmonroeidea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/salmonroeidea.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/salmonroeroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/salmonroeroll.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/slop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/slop.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/soporslime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/soporslime.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/spoiledfood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/spoiledfood.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/taromash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/taromash.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/tricksterjujulime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/tricksterjujulime.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/tricksterjujured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/tricksterjujured.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/tricksterpop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/tricksterpop.png -------------------------------------------------------------------------------- /sunconure11/items/consumables/vitalitygel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/consumables/vitalitygel.png -------------------------------------------------------------------------------- /sunconure11/items/materials/bloodstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/bloodstone.png -------------------------------------------------------------------------------- /sunconure11/items/materials/boneshards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/boneshards.png -------------------------------------------------------------------------------- /sunconure11/items/materials/draconicsteel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/draconicsteel1.png -------------------------------------------------------------------------------- /sunconure11/items/materials/emptyjar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/emptyjar.png -------------------------------------------------------------------------------- /sunconure11/items/materials/heartgem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/heartgem.png -------------------------------------------------------------------------------- /sunconure11/items/materials/moldavite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/moldavite.png -------------------------------------------------------------------------------- /sunconure11/items/materials/saintboneingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/saintboneingot.png -------------------------------------------------------------------------------- /sunconure11/items/materials/saintboneingotunfired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/saintboneingotunfired.png -------------------------------------------------------------------------------- /sunconure11/items/materials/shakudo_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/shakudo_ingot.png -------------------------------------------------------------------------------- /sunconure11/items/materials/shakudo_nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/shakudo_nugget.png -------------------------------------------------------------------------------- /sunconure11/items/materials/shakudopowder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/shakudopowder.png -------------------------------------------------------------------------------- /sunconure11/items/materials/shibuichi_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/shibuichi_ingot.png -------------------------------------------------------------------------------- /sunconure11/items/materials/shibuichipowder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/shibuichipowder.png -------------------------------------------------------------------------------- /sunconure11/items/materials/soulbrickitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/soulbrickitem.png -------------------------------------------------------------------------------- /sunconure11/items/materials/soulsteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/materials/soulsteel.png -------------------------------------------------------------------------------- /sunconure11/items/misc/ivorytalisman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/misc/ivorytalisman.png -------------------------------------------------------------------------------- /sunconure11/items/mob_loot/cookedhorsemeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/mob_loot/cookedhorsemeat.png -------------------------------------------------------------------------------- /sunconure11/items/mob_loot/horsemeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/mob_loot/horsemeat.png -------------------------------------------------------------------------------- /sunconure11/items/mob_loot/reptile_scales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/mob_loot/reptile_scales.png -------------------------------------------------------------------------------- /sunconure11/items/weapons/bostaff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/weapons/bostaff.png -------------------------------------------------------------------------------- /sunconure11/items/weapons/kendosword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/weapons/kendosword.png -------------------------------------------------------------------------------- /sunconure11/items/weapons/saintlybonesword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/sunconure11/items/weapons/saintlybonesword.png -------------------------------------------------------------------------------- /xbony2/blocks/cactus_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/cactus_wood.png -------------------------------------------------------------------------------- /xbony2/blocks/fakewool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/fakewool.png -------------------------------------------------------------------------------- /xbony2/blocks/machineblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/machineblock.png -------------------------------------------------------------------------------- /xbony2/blocks/nyt_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/nyt_block.png -------------------------------------------------------------------------------- /xbony2/blocks/nytfurnacefrontlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/nytfurnacefrontlit.png -------------------------------------------------------------------------------- /xbony2/blocks/nytfurnacefrontunlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/nytfurnacefrontunlit.png -------------------------------------------------------------------------------- /xbony2/blocks/nytore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/nytore.png -------------------------------------------------------------------------------- /xbony2/blocks/nyttritfrontlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/nyttritfrontlit.png -------------------------------------------------------------------------------- /xbony2/blocks/nyttritfrontunlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/nyttritfrontunlit.png -------------------------------------------------------------------------------- /xbony2/blocks/sandstone_brick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/sandstone_brick.png -------------------------------------------------------------------------------- /xbony2/blocks/sheenyblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/sheenyblock.png -------------------------------------------------------------------------------- /xbony2/blocks/tile.blockDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/tile.blockDarkSteel.png -------------------------------------------------------------------------------- /xbony2/blocks/tile.blockInfusedGold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/tile.blockInfusedGold.png -------------------------------------------------------------------------------- /xbony2/blocks/vice_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/vice_block.png -------------------------------------------------------------------------------- /xbony2/blocks/viceore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/blocks/viceore.png -------------------------------------------------------------------------------- /xbony2/items/basicbattery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/basicbattery.png -------------------------------------------------------------------------------- /xbony2/items/bemeraldaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bemeraldaxe.png -------------------------------------------------------------------------------- /xbony2/items/bemeraldhoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bemeraldhoe.png -------------------------------------------------------------------------------- /xbony2/items/bemeraldpick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bemeraldpick.png -------------------------------------------------------------------------------- /xbony2/items/bemeraldspade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bemeraldspade.png -------------------------------------------------------------------------------- /xbony2/items/bemeraldsword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bemeraldsword.png -------------------------------------------------------------------------------- /xbony2/items/bonyiumingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bonyiumingot.png -------------------------------------------------------------------------------- /xbony2/items/bquartzaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bquartzaxe.png -------------------------------------------------------------------------------- /xbony2/items/bquartzhoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bquartzhoe.png -------------------------------------------------------------------------------- /xbony2/items/bquartzpickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bquartzpickaxe.png -------------------------------------------------------------------------------- /xbony2/items/bquartzspade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bquartzspade.png -------------------------------------------------------------------------------- /xbony2/items/bquartzsword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/bquartzsword.png -------------------------------------------------------------------------------- /xbony2/items/cactus_fruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/cactus_fruit.png -------------------------------------------------------------------------------- /xbony2/items/darkSteelKinRotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/darkSteelKinRotor.png -------------------------------------------------------------------------------- /xbony2/items/ironflint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/ironflint.png -------------------------------------------------------------------------------- /xbony2/items/item.XBONY2_mixedMetalIngotDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.XBONY2_mixedMetalIngotDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedFerrous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedFerrous.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedMana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedMana.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedPurifiedFerrous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedPurifiedFerrous.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedPurifiedMana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedPurifiedMana.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedPurifiedNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedPurifiedNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedPurifiedShiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedPurifiedShiny.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedPurifiedVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedPurifiedVice.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedShiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedShiny.png -------------------------------------------------------------------------------- /xbony2/items/item.crushedVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.crushedVice.png -------------------------------------------------------------------------------- /xbony2/items/item.diamondbitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.diamondbitcoin.png -------------------------------------------------------------------------------- /xbony2/items/item.diamondstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.diamondstick.png -------------------------------------------------------------------------------- /xbony2/items/item.dustNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dustNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.dustTinyFerrous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dustTinyFerrous.png -------------------------------------------------------------------------------- /xbony2/items/item.dustTinyMana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dustTinyMana.png -------------------------------------------------------------------------------- /xbony2/items/item.dustTinyNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dustTinyNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.dustTinyShiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dustTinyShiny.png -------------------------------------------------------------------------------- /xbony2/items/item.dustTinyVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dustTinyVice.png -------------------------------------------------------------------------------- /xbony2/items/item.dustVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dustVice.png -------------------------------------------------------------------------------- /xbony2/items/item.dyeGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dyeGreen.png -------------------------------------------------------------------------------- /xbony2/items/item.dyeOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.dyeOrange.png -------------------------------------------------------------------------------- /xbony2/items/item.emeraldstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.emeraldstick.png -------------------------------------------------------------------------------- /xbony2/items/item.emptyEUbasicBattery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.emptyEUbasicBattery.png -------------------------------------------------------------------------------- /xbony2/items/item.euBasicBattery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.euBasicBattery.png -------------------------------------------------------------------------------- /xbony2/items/item.gemNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.gemNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.gemVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.gemVice.png -------------------------------------------------------------------------------- /xbony2/items/item.glowstonestick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.glowstonestick.png -------------------------------------------------------------------------------- /xbony2/items/item.goldbitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.goldbitcoin.png -------------------------------------------------------------------------------- /xbony2/items/item.goldstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.goldstick.png -------------------------------------------------------------------------------- /xbony2/items/item.infusednytaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusednytaxe.png -------------------------------------------------------------------------------- /xbony2/items/item.infusednytpickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusednytpickaxe.png -------------------------------------------------------------------------------- /xbony2/items/item.infusednytspade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusednytspade.png -------------------------------------------------------------------------------- /xbony2/items/item.infusednytsword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusednytsword.png -------------------------------------------------------------------------------- /xbony2/items/item.infusedviceaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusedviceaxe.png -------------------------------------------------------------------------------- /xbony2/items/item.infusedvicepickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusedvicepickaxe.png -------------------------------------------------------------------------------- /xbony2/items/item.infusedvicespade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusedvicespade.png -------------------------------------------------------------------------------- /xbony2/items/item.infusedvicesword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.infusedvicesword.png -------------------------------------------------------------------------------- /xbony2/items/item.ingotDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.ingotDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.ironbitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.ironbitcoin.png -------------------------------------------------------------------------------- /xbony2/items/item.ironstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.ironstick.png -------------------------------------------------------------------------------- /xbony2/items/item.itemCasingDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.itemCasingDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.itemCasingNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.itemCasingNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.itemCasingVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.itemCasingVice.png -------------------------------------------------------------------------------- /xbony2/items/item.lapisstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.lapisstick.png -------------------------------------------------------------------------------- /xbony2/items/item.nanoamuletc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.nanoamuletc.png -------------------------------------------------------------------------------- /xbony2/items/item.nanoringu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.nanoringu.png -------------------------------------------------------------------------------- /xbony2/items/item.nuggetDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.nuggetDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.nuggetNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.nuggetNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.nuggetSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.nuggetSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.nuggetVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.nuggetVice.png -------------------------------------------------------------------------------- /xbony2/items/item.plateDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.plateDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.plateDenseDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.plateDenseDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.plateDenseNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.plateDenseNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.plateDenseVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.plateDenseVice.png -------------------------------------------------------------------------------- /xbony2/items/item.plateNyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.plateNyt.png -------------------------------------------------------------------------------- /xbony2/items/item.plateVice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.plateVice.png -------------------------------------------------------------------------------- /xbony2/items/item.quantumamuletc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.quantumamuletc.png -------------------------------------------------------------------------------- /xbony2/items/item.quantumamuletu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.quantumamuletu.png -------------------------------------------------------------------------------- /xbony2/items/item.quantumbeltc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.quantumbeltc.png -------------------------------------------------------------------------------- /xbony2/items/item.quantumbeltu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.quantumbeltu.png -------------------------------------------------------------------------------- /xbony2/items/item.quantumringc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.quantumringc.png -------------------------------------------------------------------------------- /xbony2/items/item.quantumringu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.quantumringu.png -------------------------------------------------------------------------------- /xbony2/items/item.quartzstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.quartzstick.png -------------------------------------------------------------------------------- /xbony2/items/item.redstonestick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.redstonestick.png -------------------------------------------------------------------------------- /xbony2/items/item.rotorBladeDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.rotorBladeDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.shaftDarkSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.shaftDarkSteel.png -------------------------------------------------------------------------------- /xbony2/items/item.stonestick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.stonestick.png -------------------------------------------------------------------------------- /xbony2/items/item.vicestick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/item.vicestick.png -------------------------------------------------------------------------------- /xbony2/items/maize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/maize.png -------------------------------------------------------------------------------- /xbony2/items/nytaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/nytaxe.png -------------------------------------------------------------------------------- /xbony2/items/nythoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/nythoe.png -------------------------------------------------------------------------------- /xbony2/items/nytitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/nytitem.png -------------------------------------------------------------------------------- /xbony2/items/nytpick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/nytpick.png -------------------------------------------------------------------------------- /xbony2/items/nytspade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/nytspade.png -------------------------------------------------------------------------------- /xbony2/items/nytstick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/nytstick.png -------------------------------------------------------------------------------- /xbony2/items/nytsword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/nytsword.png -------------------------------------------------------------------------------- /xbony2/items/rotorDarkSteelmodel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/rotorDarkSteelmodel.png -------------------------------------------------------------------------------- /xbony2/items/rubygem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/rubygem.png -------------------------------------------------------------------------------- /xbony2/items/sandstone_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/sandstone_axe.png -------------------------------------------------------------------------------- /xbony2/items/sandstone_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/sandstone_hoe.png -------------------------------------------------------------------------------- /xbony2/items/sandstone_pick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/sandstone_pick.png -------------------------------------------------------------------------------- /xbony2/items/sandstone_spade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/sandstone_spade.png -------------------------------------------------------------------------------- /xbony2/items/sandstone_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/sandstone_sword.png -------------------------------------------------------------------------------- /xbony2/items/stickcarver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/stickcarver.png -------------------------------------------------------------------------------- /xbony2/items/viceaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/viceaxe.png -------------------------------------------------------------------------------- /xbony2/items/vicehoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/vicehoe.png -------------------------------------------------------------------------------- /xbony2/items/viceitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/viceitem.png -------------------------------------------------------------------------------- /xbony2/items/vicepick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/vicepick.png -------------------------------------------------------------------------------- /xbony2/items/vicespade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/vicespade.png -------------------------------------------------------------------------------- /xbony2/items/vicesword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Futureazoo/TextureRepository/HEAD/xbony2/items/vicesword.png --------------------------------------------------------------------------------