├── README.txt ├── src └── main │ ├── resources │ └── assets │ │ └── iceandfire │ │ ├── models │ │ ├── item │ │ │ ├── ghost_chest.json │ │ │ ├── goldpile.json │ │ │ ├── dread_spawner.json │ │ │ ├── dread_stone.json │ │ │ ├── silverpile.json │ │ │ ├── dread_stone_slab.json │ │ │ ├── dread_stone_stairs.json │ │ │ ├── monster_spawner.json │ │ │ ├── dragon_bone_block.json │ │ │ ├── dread_stone_bricks.json │ │ │ ├── dread_stone_slab_double.json │ │ │ ├── dread_stone_tile.json │ │ │ ├── dreadwood_planks.json │ │ │ ├── desert_myrmex_resin.json │ │ │ ├── dread_stone_face.json │ │ │ ├── jungle_myrmex_resin.json │ │ │ ├── dragon_bone_wall.json │ │ │ ├── dreadwood_planks_lock.json │ │ │ ├── ancient_dragon_bone_block.json │ │ │ ├── dread_stone_bricks_mossy.json │ │ │ ├── myrmex_desert_resin_block.json │ │ │ ├── myrmex_jungle_resin_block.json │ │ │ ├── desert_myrmex_resin_sticky.json │ │ │ ├── dread_stone_bricks_chiseled.json │ │ │ ├── dread_stone_bricks_cracked.json │ │ │ ├── jungle_myrmex_resin_sticky.json │ │ │ ├── myrmex_desert_resin_glass.json │ │ │ ├── myrmex_jungle_resin_glass.json │ │ │ ├── ancient_dragon_bone_wall.json │ │ │ ├── jar.json │ │ │ ├── chain.json │ │ │ ├── jar_0.json │ │ │ ├── jar_1.json │ │ │ ├── jar_2.json │ │ │ ├── jar_3.json │ │ │ ├── jar_4.json │ │ │ ├── ruby_gem.json │ │ │ ├── ambrosia.json │ │ │ ├── bestiary.json │ │ │ ├── dread_sword.json │ │ │ ├── earplugs.json │ │ │ ├── amethyst_gem.json │ │ │ ├── blindfold.json │ │ │ ├── chain_link.json │ │ │ ├── copper_axe.json │ │ │ ├── copper_hoe.json │ │ │ ├── cyclops_eye.json │ │ │ ├── dread_key.json │ │ │ ├── dread_shard.json │ │ │ ├── fire_lily.json │ │ │ ├── fire_stew.json │ │ │ ├── frost_lily.json │ │ │ ├── frost_stew.json │ │ │ ├── ghost_ingot.json │ │ │ ├── ghost_sword.json │ │ │ ├── hydra_arrow.json │ │ │ ├── hydra_fang.json │ │ │ ├── hydra_heart.json │ │ │ ├── hydra_skull.json │ │ │ ├── manuscript.json │ │ │ ├── pixie_dust.json │ │ │ ├── rotten_egg.json │ │ │ ├── sapphire_gem.json │ │ │ ├── sheep_boots.json │ │ │ ├── silver_axe.json │ │ │ ├── silver_hoe.json │ │ │ ├── troll_skull.json │ │ │ ├── troll_tusk.json │ │ │ ├── witherbone.json │ │ │ ├── bronze_alloy.json │ │ │ ├── copper_ingot.json │ │ │ ├── copper_nugget.json │ │ │ ├── copper_pickaxe.json │ │ │ ├── copper_shovel.json │ │ │ ├── copper_sword.json │ │ │ ├── cyclops_skull.json │ │ │ ├── deathworm_egg.json │ │ │ ├── dragon_collar.json │ │ │ ├── dragon_flute.json │ │ │ ├── dragon_meal.json │ │ │ ├── dragonbone.json │ │ │ ├── dragonbone_axe.json │ │ │ ├── dragonbone_hoe.json │ │ │ ├── dragonscales_red.json │ │ │ ├── dread_torch.json │ │ │ ├── sheep_helmet.json │ │ │ ├── shiny_scales.json │ │ │ ├── silver_ingot.json │ │ │ ├── silver_nugget.json │ │ │ ├── silver_pickaxe.json │ │ │ ├── silver_shovel.json │ │ │ ├── silver_sword.json │ │ │ ├── stone_statue.json │ │ │ ├── wither_shard.json │ │ │ ├── amphithere_arrow.json │ │ │ ├── amphithere_skull.json │ │ │ ├── armor_blue_boots.json │ │ │ ├── armor_gray_boots.json │ │ │ ├── armor_red_boots.json │ │ │ ├── armor_red_helmet.json │ │ │ ├── cockatrice_skull.json │ │ │ ├── deathworm_tongue.json │ │ │ ├── dragonbone_pickaxe.json │ │ │ ├── dragonbone_shovel.json │ │ │ ├── dragonegg_black.json │ │ │ ├── dragonegg_blue.json │ │ │ ├── dragonegg_bronze.json │ │ │ ├── dragonegg_copper.json │ │ │ ├── dragonegg_red.json │ │ │ ├── dragonegg_silver.json │ │ │ ├── dragonegg_white.json │ │ │ ├── dragonscales_bronze.json │ │ │ ├── dragonscales_gray.json │ │ │ ├── dragonscales_green.json │ │ │ ├── dragonscales_white.json │ │ │ ├── hippocampus_fin.json │ │ │ ├── hippogryph_egg.json │ │ │ ├── hippogryph_skull.json │ │ │ ├── hippogryph_sword.json │ │ │ ├── hippogryph_talon.json │ │ │ ├── ice_dragon_blood.json │ │ │ ├── ice_dragon_heart.json │ │ │ ├── lightning_lily.json │ │ │ ├── lightning_stew.json │ │ │ ├── myrmex_stinger.json │ │ │ ├── seaserpent_skull.json │ │ │ ├── sheep_chestplate.json │ │ │ ├── sheep_leggings.json │ │ │ ├── tide_blue_boots.json │ │ │ ├── tide_blue_helmet.json │ │ │ ├── tide_green_boots.json │ │ │ ├── tide_red_boots.json │ │ │ ├── tide_red_helmet.json │ │ │ ├── tide_teal_boots.json │ │ │ ├── tide_teal_helmet.json │ │ │ ├── amphithere_feather.json │ │ │ ├── armor_black_boots.json │ │ │ ├── armor_black_helmet.json │ │ │ ├── armor_bronze_boots.json │ │ │ ├── armor_copper_boots.json │ │ │ ├── armor_gray_helmet.json │ │ │ ├── armor_green_boots.json │ │ │ ├── armor_green_helmet.json │ │ │ ├── armor_silver_boots.json │ │ │ ├── armor_white_boots.json │ │ │ ├── armor_white_helmet.json │ │ │ ├── dragon_skull_fire.json │ │ │ ├── dragon_skull_ice.json │ │ │ ├── dragonbone_arrow.json │ │ │ ├── dragonegg_amethyst.json │ │ │ ├── dragonegg_electric.json │ │ │ ├── dragonegg_gray.json │ │ │ ├── dragonegg_green.json │ │ │ ├── dragonegg_sapphire.json │ │ │ ├── dragonscales_black.json │ │ │ ├── dragonscales_blue.json │ │ │ ├── dragonscales_copper.json │ │ │ ├── dragonscales_sapphire.json │ │ │ ├── dragonscales_silver.json │ │ │ ├── dread_knight_sword.json │ │ │ ├── fire_dragon_flesh.json │ │ │ ├── hippocampus_slapper.json │ │ │ ├── ice_dragon_flesh.json │ │ │ ├── myrmex_desert_axe.json │ │ │ ├── myrmex_desert_egg.json │ │ │ ├── myrmex_desert_hoe.json │ │ │ ├── myrmex_desert_sword.json │ │ │ ├── myrmex_jungle_axe.json │ │ │ ├── myrmex_jungle_egg.json │ │ │ ├── myrmex_jungle_hoe.json │ │ │ ├── myrmex_jungle_swarm.json │ │ │ ├── myrmex_jungle_sword.json │ │ │ ├── sea_serpent_arrow.json │ │ │ ├── sea_serpent_fang.json │ │ │ ├── stymphalian_arrow.json │ │ │ ├── stymphalian_skull.json │ │ │ ├── tide_blue_leggings.json │ │ │ ├── tide_bronze_boots.json │ │ │ ├── tide_bronze_helmet.json │ │ │ ├── tide_green_helmet.json │ │ │ ├── tide_purple_boots.json │ │ │ ├── tide_purple_helmet.json │ │ │ ├── tide_red_leggings.json │ │ │ ├── tide_teal_leggings.json │ │ │ ├── armor_amethyst_boots.json │ │ │ ├── armor_amethyst_helmet.json │ │ │ ├── armor_black_leggings.json │ │ │ ├── armor_blue_chestplate.json │ │ │ ├── armor_blue_helmet.json │ │ │ ├── armor_bronze_helmet.json │ │ │ ├── armor_copper_helmet.json │ │ │ ├── armor_copper_leggings.json │ │ │ ├── armor_electric_boots.json │ │ │ ├── armor_electric_helmet.json │ │ │ ├── armor_gray_chestplate.json │ │ │ ├── armor_gray_leggings.json │ │ │ ├── armor_green_leggings.json │ │ │ ├── armor_red_chestplate.json │ │ │ ├── armor_red_leggings.json │ │ │ ├── armor_sapphire_boots.json │ │ │ ├── armor_sapphire_helmet.json │ │ │ ├── armor_silver_helmet.json │ │ │ ├── armor_silver_leggings.json │ │ │ ├── armor_white_leggings.json │ │ │ ├── deathworm_chitin_red.json │ │ │ ├── deathworm_egg_giant.json │ │ │ ├── deathworm_red_boots.json │ │ │ ├── deathworm_red_helmet.json │ │ │ ├── deathworm_white_boots.json │ │ │ ├── dragon_ice_spikes.json │ │ │ ├── dragonarmor_gold_body.json │ │ │ ├── dragonarmor_gold_head.json │ │ │ ├── dragonarmor_iron_body.json │ │ │ ├── dragonarmor_iron_head.json │ │ │ ├── dragonarmor_iron_neck.json │ │ │ ├── dragonarmor_iron_tail.json │ │ │ ├── dragonscales_amethyst.json │ │ │ ├── dragonscales_electric.json │ │ │ ├── fire_dragon_blood.json │ │ │ ├── fire_dragon_heart.json │ │ │ ├── gold_hippogryph_armor.json │ │ │ ├── iron_hippogryph_armor.json │ │ │ ├── myrmex_desert_boots.json │ │ │ ├── myrmex_desert_chitin.json │ │ │ ├── myrmex_desert_helmet.json │ │ │ ├── myrmex_desert_pickaxe.json │ │ │ ├── myrmex_desert_resin.json │ │ │ ├── myrmex_desert_shovel.json │ │ │ ├── myrmex_desert_swarm.json │ │ │ ├── myrmex_jungle_boots.json │ │ │ ├── myrmex_jungle_chitin.json │ │ │ ├── myrmex_jungle_helmet.json │ │ │ ├── myrmex_jungle_pickaxe.json │ │ │ ├── myrmex_jungle_resin.json │ │ │ ├── myrmex_jungle_shovel.json │ │ │ ├── sickly_dragon_meal.json │ │ │ ├── tide_blue_chestplate.json │ │ │ ├── tide_bronze_leggings.json │ │ │ ├── tide_deepblue_boots.json │ │ │ ├── tide_deepblue_helmet.json │ │ │ ├── tide_green_chestplate.json │ │ │ ├── tide_green_leggings.json │ │ │ ├── tide_purple_leggings.json │ │ │ ├── tide_red_chestplate.json │ │ │ ├── tide_teal_chestplate.json │ │ │ ├── troll_leather_forest.json │ │ │ └── troll_leather_frost.json │ │ └── block │ │ │ ├── jar_empty.json │ │ │ ├── jar_pixie.json │ │ │ ├── ash.json │ │ │ ├── ghost_chest.json │ │ │ ├── nest.json │ │ │ ├── pixie_house.json │ │ │ ├── fire_lily.json │ │ │ ├── fulgurite.json │ │ │ ├── ruby_ore.json │ │ │ ├── chared_dirt.json │ │ │ ├── copper_ore.json │ │ │ ├── dragon_ice.json │ │ │ ├── dread_stone.json │ │ │ ├── dread_torch.json │ │ │ ├── frost_lily.json │ │ │ ├── frozen_dirt.json │ │ │ ├── ruby_block.json │ │ │ ├── silver_ore.json │ │ │ ├── amethyst_block.json │ │ │ ├── amethyst_ore.json │ │ │ ├── chared_gravel.json │ │ │ ├── chared_stone.json │ │ │ ├── copper_block.json │ │ │ ├── crackled_dirt.json │ │ │ ├── crackled_stone.json │ │ │ ├── dread_spawner.json │ │ │ ├── frozen_gravel.json │ │ │ ├── frozen_stone.json │ │ │ ├── goldpile_height16.json │ │ │ ├── lightning_lily.json │ │ │ ├── sapphire_block.json │ │ │ ├── sapphire_ore.json │ │ │ ├── silver_block.json │ │ │ ├── chared_ruby_ore.json │ │ │ ├── copperpile_height16.json │ │ │ ├── crackled_gravel.json │ │ │ ├── diamondpile_height16.json │ │ │ ├── dragon_ice_spikes.json │ │ │ ├── dragonforge_core.json │ │ │ ├── dread_stone_tile.json │ │ │ ├── dread_torch_wall.json │ │ │ ├── dreadwood_planks.json │ │ │ ├── frozen_splinters.json │ │ │ ├── lightning_stone.json │ │ │ ├── monster_spawner.json │ │ │ ├── silverpile_height16.json │ │ │ ├── chared_cobblestone.json │ │ │ ├── desert_myrmex_resin.json │ │ │ ├── dragonforge_bricks.json │ │ │ ├── dragonforge_input.json │ │ │ ├── dread_stone_bricks.json │ │ │ ├── dread_stone_face_item.json │ │ │ ├── frozen_cobblestone.json │ │ │ ├── frozen_sapphire_ore.json │ │ │ ├── jungle_myrmex_resin.json │ │ │ ├── myrmex_desert_resin.json │ │ │ ├── myrmex_jungle_resin.json │ │ │ ├── crackled_amethyst_ore.json │ │ │ ├── crackled_cobblestone.json │ │ │ ├── dragonforge_core_fire.json │ │ │ ├── dragonforge_core_ice.json │ │ │ └── dragonforge_input_ice.json │ │ ├── lang │ │ └── bestiary │ │ │ ├── zh_CN │ │ │ ├── firedragon_3.txt │ │ │ └── icedragon_3.txt │ │ │ ├── en_US │ │ │ ├── firedragon_3.txt │ │ │ ├── icedragon_3.txt │ │ │ └── siren_2.txt │ │ │ ├── es_MX │ │ │ ├── firedragon_3.txt │ │ │ └── icedragon_3.txt │ │ │ └── es_ES │ │ │ ├── firedragon_3.txt │ │ │ └── icedragon_3.txt │ │ ├── blockstates │ │ ├── egginice.json │ │ ├── ash.json │ │ ├── nest.json │ │ ├── ruby_ore.json │ │ ├── copper_ore.json │ │ ├── dragon_ice.json │ │ ├── fire_lily.json │ │ ├── frost_lily.json │ │ ├── fulgurite.json │ │ ├── jar_empty.json │ │ ├── jar_pixie.json │ │ ├── ruby_block.json │ │ ├── silver_ore.json │ │ ├── amethyst_ore.json │ │ ├── chared_dirt.json │ │ ├── chared_grass.json │ │ ├── chared_gravel.json │ │ ├── chared_stone.json │ │ ├── copper_block.json │ │ ├── crackled_dirt.json │ │ ├── dread_spawner.json │ │ ├── dread_stone.json │ │ ├── frozen_dirt.json │ │ ├── frozen_grass.json │ │ ├── frozen_gravel.json │ │ ├── frozen_stone.json │ │ ├── sapphire_ore.json │ │ ├── silver_block.json │ │ ├── amethyst_block.json │ │ ├── chared_ruby_ore.json │ │ ├── crackled_grass.json │ │ ├── crackled_gravel.json │ │ ├── crackled_stone.json │ │ ├── lightning_lily.json │ │ ├── lightning_stone.json │ │ ├── monster_spawner.json │ │ ├── sapphire_block.json │ │ ├── chared_cobblestone.json │ │ ├── chared_grass_path.json │ │ ├── dragon_ice_spikes.json │ │ ├── dragonforge_core.json │ │ ├── dread_stone_bricks.json │ │ ├── dread_stone_tile.json │ │ ├── dreadwood_planks.json │ │ ├── frozen_cobblestone.json │ │ ├── frozen_grass_path.json │ │ ├── frozen_splinters.json │ │ ├── crackled_cobblestone.json │ │ ├── crackled_grass_path.json │ │ ├── desert_myrmex_cocoon.json │ │ ├── dragonforge_core_ice.json │ │ ├── dread_stone_slab_double.json │ │ ├── frozen_sapphire_ore.json │ │ ├── jungle_myrmex_cocoon.json │ │ ├── crackled_amethyst_ore.json │ │ ├── dragonforge_core_fire.json │ │ ├── dreadwood_planks_lock.json │ │ └── dread_stone_bricks_mossy.json │ │ ├── textures │ │ ├── models │ │ │ ├── lightningdragon │ │ │ │ ├── wisp_large.png.mcmeta │ │ │ │ └── wisp_small.png.mcmeta │ │ │ └── misc │ │ │ │ ├── artsy.png │ │ │ │ ├── eagle.png │ │ │ │ └── ice.png │ │ ├── items │ │ │ ├── armor_blue_boots_iced.png.mcmeta │ │ │ ├── armor_blue_helmet_iced.png.mcmeta │ │ │ ├── armor_blue_leggings_iced.png.mcmeta │ │ │ ├── armor_gray_boots_flamed.png.mcmeta │ │ │ ├── armor_gray_helmet_flamed.png.mcmeta │ │ │ ├── armor_green_boots_flamed.png.mcmeta │ │ │ ├── armor_red_boots_flamed.png.mcmeta │ │ │ ├── armor_red_helmet_flamed.png.mcmeta │ │ │ ├── armor_silver_boots_iced.png.mcmeta │ │ │ ├── armor_silver_helmet_iced.png.mcmeta │ │ │ ├── armor_white_boots_iced.png.mcmeta │ │ │ ├── armor_white_helmet_iced.png.mcmeta │ │ │ ├── dragon_sword_lightning.png.mcmeta │ │ │ ├── armor_amethyst_boots_shocked.png.mcmeta │ │ │ ├── armor_amethyst_helmet_shocked.png.mcmeta │ │ │ ├── armor_black_boots_shocked.png.mcmeta │ │ │ ├── armor_black_helmet_shocked.png.mcmeta │ │ │ ├── armor_black_leggings_shocked.png.mcmeta │ │ │ ├── armor_blue_chestplate_iced.png.mcmeta │ │ │ ├── armor_bronze_boots_flamed.png.mcmeta │ │ │ ├── armor_bronze_helmet_flamed.png.mcmeta │ │ │ ├── armor_bronze_leggings_flamed.png.mcmeta │ │ │ ├── armor_copper_boots_shocked.png.mcmeta │ │ │ ├── armor_copper_helmet_shocked.png.mcmeta │ │ │ ├── armor_copper_leggings_shocked.png.mcmeta │ │ │ ├── armor_electric_boots_shocked.png.mcmeta │ │ │ ├── armor_electric_helmet_shocked.png.mcmeta │ │ │ ├── armor_gray_chestplate_flamed.png.mcmeta │ │ │ ├── armor_gray_leggings_flamed.png.mcmeta │ │ │ ├── armor_green_chestplate_flamed.png.mcmeta │ │ │ ├── armor_green_helmet_flamed.png.mcmeta │ │ │ ├── armor_green_leggings_flamed.png.mcmeta │ │ │ ├── armor_red_chestplate_flamed.png.mcmeta │ │ │ ├── armor_red_leggings_flamed.png.mcmeta │ │ │ ├── armor_sapphire_boots_iced.png.mcmeta │ │ │ ├── armor_sapphire_helmet_iced.png.mcmeta │ │ │ ├── armor_sapphire_leggings_iced.png.mcmeta │ │ │ ├── armor_silver_chestplate_iced.png.mcmeta │ │ │ ├── armor_silver_leggings_iced.png.mcmeta │ │ │ ├── armor_white_chestplate_iced.png.mcmeta │ │ │ ├── armor_white_leggings_iced.png.mcmeta │ │ │ ├── dragonbone_arrow_fire.png.mcmeta │ │ │ ├── dragonbone_arrow_ice.png.mcmeta │ │ │ ├── dragonbone_bow_fire.png.mcmeta │ │ │ ├── dragonbone_bow_ice.png.mcmeta │ │ │ ├── armor_amethyst_chestplate_shocked.png.mcmeta │ │ │ ├── armor_amethyst_leggings_shocked.png.mcmeta │ │ │ ├── armor_black_chestplate_shocked.png.mcmeta │ │ │ ├── armor_bronze_chestplate_flamed.png.mcmeta │ │ │ ├── armor_copper_chestplate_shocked.png.mcmeta │ │ │ ├── armor_electric_chestplate_shocked.png.mcmeta │ │ │ ├── armor_electric_leggings_shocked.png.mcmeta │ │ │ ├── armor_sapphire_chestplate_iced.png.mcmeta │ │ │ ├── dragonbone_arrow_lightning.png.mcmeta │ │ │ ├── dragonbone_bow_lightning.png.mcmeta │ │ │ ├── dragonbone_bow_fire_pulling_0.png.mcmeta │ │ │ ├── dragonbone_bow_fire_pulling_1.png.mcmeta │ │ │ ├── dragonbone_bow_fire_pulling_2.png.mcmeta │ │ │ ├── dragonbone_bow_ice_pulling_0.png.mcmeta │ │ │ ├── dragonbone_bow_ice_pulling_1.png.mcmeta │ │ │ ├── dragonbone_bow_ice_pulling_2.png.mcmeta │ │ │ ├── dragonbone_bow_lightning_pulling_0.png.mcmeta │ │ │ ├── dragonbone_bow_lightning_pulling_1.png.mcmeta │ │ │ ├── dragonbone_bow_lightning_pulling_2.png.mcmeta │ │ │ ├── jar.png │ │ │ ├── chain.png │ │ │ ├── jar_0.png │ │ │ ├── jar_1.png │ │ │ ├── jar_2.png │ │ │ ├── jar_3.png │ │ │ ├── jar_4.png │ │ │ ├── ruby.png │ │ │ ├── ambrosia.png │ │ │ ├── amethyst.png │ │ │ ├── bestiary.png │ │ │ ├── earplugs.png │ │ │ ├── sapphire.png │ │ │ ├── blindfold.png │ │ │ ├── chain_link.png │ │ │ ├── copper_axe.png │ │ │ ├── copper_hoe.png │ │ │ ├── cyclops_eye.png │ │ │ ├── dragon_axe.png │ │ │ ├── dragon_hoe.png │ │ │ ├── dragon_horn.png │ │ │ ├── dragon_meal.png │ │ │ ├── dragonbone.png │ │ │ ├── dread_key.png │ │ │ ├── dread_shard.png │ │ │ ├── dread_sword.png │ │ │ ├── fire_stew.png │ │ │ ├── frost_stew.png │ │ │ ├── ghost_ingot.png │ │ │ ├── ghost_sword.png │ │ │ ├── gorgon_head.png │ │ │ ├── hydra_arrow.png │ │ │ ├── hydra_fang.png │ │ │ ├── hydra_heart.png │ │ │ ├── hydra_skull.png │ │ │ ├── lich_staff.png │ │ │ ├── manuscript.png │ │ │ ├── pixie_dust.png │ │ │ ├── rotten_egg.png │ │ │ ├── scales_blue.png │ │ │ ├── scales_gray.png │ │ │ ├── scales_red.png │ │ │ ├── sheep_boots.png │ │ │ ├── silver_axe.png │ │ │ ├── silver_hoe.png │ │ │ ├── troll_skull.png │ │ │ ├── troll_tusk.png │ │ │ └── witherbone.png │ │ ├── logo.png │ │ ├── blocks │ │ │ ├── ash.png │ │ │ ├── nest.png │ │ │ ├── frozen.png │ │ │ ├── lectern.png │ │ │ ├── copper_ore.png │ │ │ ├── copperpile.png │ │ │ ├── crackled.png │ │ │ ├── dragon_ice.png │ │ │ ├── fire_lily.png │ │ │ ├── frost_lily.png │ │ │ ├── fulgurite.png │ │ │ ├── goldpile.png │ │ │ ├── jar_bottom.png │ │ │ ├── jar_side.png │ │ │ ├── ruby_block.png │ │ │ ├── ruby_ore.png │ │ │ ├── silver_ore.png │ │ │ └── silverpile.png │ │ ├── gui │ │ │ ├── dragon.png │ │ │ ├── lectern.png │ │ │ ├── podium.png │ │ │ ├── hippogryph.png │ │ │ └── panorama_0.png │ │ ├── potions │ │ │ └── acid.png │ │ ├── font │ │ │ └── bestiary.png │ │ └── particles │ │ │ ├── ember.png │ │ │ └── flame.png │ │ ├── sounds │ │ ├── egg_hatch.ogg │ │ ├── hydra_die.ogg │ │ ├── naga_die.ogg │ │ ├── naga_idle.ogg │ │ ├── troll_die.ogg │ │ ├── gorgon_die.ogg │ │ ├── mermaid_die.ogg │ │ ├── myrmex_die.ogg │ │ ├── myrmex_walk.ogg │ │ ├── naga_attack.ogg │ │ ├── naga_hurt_0.ogg │ │ ├── naga_hurt_1.ogg │ │ ├── siren_song.ogg │ │ ├── troll_roar.ogg │ │ ├── turn_stone.ogg │ │ ├── cockatrice_cry.ogg │ │ ├── cyclops_bite.ogg │ │ ├── cyclops_hurt_0.ogg │ │ ├── cyclops_hurt_1.ogg │ │ ├── cyclops_idle.ogg │ │ ├── cyclops_swipe.ogg │ │ ├── deathworm_die.ogg │ │ ├── dragon_flute.ogg │ │ ├── ghost │ │ │ ├── attack_0.ogg │ │ │ ├── attack_1.ogg │ │ │ ├── hurt_0.ogg │ │ │ ├── hurt_1.ogg │ │ │ ├── idle_0.ogg │ │ │ ├── idle_1.ogg │ │ │ ├── idle_2.ogg │ │ │ └── jumpscare.ogg │ │ ├── gold_pile_step.ogg │ │ ├── gorgon_attack.ogg │ │ ├── gorgon_hurt_0.ogg │ │ ├── gorgon_hurt_1.ogg │ │ ├── gorgon_idle_0.ogg │ │ ├── gorgon_idle_1.ogg │ │ ├── gorgon_idle_2.ogg │ │ ├── gorgon_petrify.ogg │ │ ├── hydra_hurt_0.ogg │ │ ├── hydra_hurt_1.ogg │ │ ├── hydra_hurt_2.ogg │ │ ├── hydra_idle_0.ogg │ │ ├── hydra_idle_1.ogg │ │ ├── hydra_idle_2.ogg │ │ ├── hydra_spit_0.ogg │ │ ├── hydra_spit_1.ogg │ │ ├── mermaid_hurt_0.ogg │ │ ├── mermaid_hurt_1.ogg │ │ ├── mermaid_idle_0.ogg │ │ ├── mermaid_idle_1.ogg │ │ ├── mermaid_idle_2.ogg │ │ ├── mermaid_idle_3.ogg │ │ ├── mermaid_idle_4.ogg │ │ ├── myrmex_bite_0.ogg │ │ ├── myrmex_bite_1.ogg │ │ ├── myrmex_hurt_0.ogg │ │ ├── myrmex_hurt_1.ogg │ │ ├── myrmex_idle_0.ogg │ │ ├── myrmex_idle_1.ogg │ │ ├── myrmex_idle_2.ogg │ │ ├── myrmex_sting_0.ogg │ │ ├── myrmex_sting_1.ogg │ │ ├── pixie_death_0.ogg │ │ ├── pixie_hurt_0.ogg │ │ ├── pixie_hurt_1.ogg │ │ ├── pixie_hurt_2.ogg │ │ ├── pixie_hurt_3.ogg │ │ ├── pixie_idle_0.ogg │ │ ├── pixie_idle_1.ogg │ │ ├── pixie_idle_2.ogg │ │ ├── pixie_idle_3.ogg │ │ ├── pixie_idle_4.ogg │ │ ├── pixie_taunt_0.ogg │ │ ├── pixie_taunt_1.ogg │ │ ├── troll_hurt_0.ogg │ │ ├── troll_hurt_1.ogg │ │ ├── troll_idle_0.ogg │ │ ├── troll_idle_1.ogg │ │ ├── amphithere_bite.ogg │ │ ├── amphithere_die_0.ogg │ │ ├── amphithere_die_1.ogg │ │ ├── amphithere_gust.ogg │ │ ├── cockatrice_die_0.ogg │ │ ├── cockatrice_die_1.ogg │ │ ├── cyclops_blinded.ogg │ │ ├── deathworm_hurt_0.ogg │ │ ├── deathworm_hurt_1.ogg │ │ ├── deathworm_idle_0.ogg │ │ ├── deathworm_idle_1.ogg │ │ ├── dragon_flight_0.ogg │ │ ├── dragon_flight_1.ogg │ │ ├── dragon_flight_2.ogg │ │ ├── dragon_flight_3.ogg │ │ ├── gold_pile_break.ogg │ │ ├── hippocampus_die.ogg │ │ ├── hippogryph_die_0.ogg │ │ ├── hippogryph_die_1.ogg │ │ ├── hydra_regen_head.ogg │ │ ├── icedragon_breath.ogg │ │ ├── sea_serpent_bite.ogg │ │ ├── sea_serpent_die.ogg │ │ ├── sea_serpent_roar.ogg │ │ ├── amphithere_hurt_0.ogg │ │ ├── amphithere_hurt_1.ogg │ │ ├── amphithere_hurt_2.ogg │ │ ├── amphithere_idle_0.ogg │ │ ├── amphithere_idle_1.ogg │ │ ├── amphithere_idle_2.ogg │ │ ├── amphithere_idle_3.ogg │ │ ├── amphithere_idle_4.ogg │ │ ├── cockatrice_hurt_0.ogg │ │ ├── cockatrice_hurt_1.ogg │ │ ├── cockatrice_idle_0.ogg │ │ ├── cockatrice_idle_1.ogg │ │ ├── cockatrice_idle_2.ogg │ │ ├── deathworm_attack_0.ogg │ │ ├── deathworm_attack_1.ogg │ │ ├── deathworm_giant_die.ogg │ │ ├── dread_ghoul_idle_0.ogg │ │ ├── dread_ghoul_idle_1.ogg │ │ ├── dread_lich_summon_0.ogg │ │ ├── dread_lich_summon_1.ogg │ │ ├── firedragon_breath.ogg │ │ ├── hippocampus_hurt_0.ogg │ │ ├── hippocampus_hurt_1.ogg │ │ ├── hippocampus_hurt_2.ogg │ │ ├── hippocampus_idle_0.ogg │ │ ├── hippocampus_idle_1.ogg │ │ ├── hippocampus_idle_2.ogg │ │ ├── hippocampus_idle_3.ogg │ │ ├── hippogryph_hurt_0.ogg │ │ ├── hippogryph_hurt_1.ogg │ │ ├── hippogryph_hurt_2.ogg │ │ ├── hippogryph_idle_0.ogg │ │ ├── hippogryph_idle_1.ogg │ │ ├── hippogryph_idle_2.ogg │ │ ├── hippogryph_idle_3.ogg │ │ ├── hippogryph_idle_4.ogg │ │ ├── hippogryph_idle_5.ogg │ │ ├── lightning_strike_0.ogg │ │ ├── lightning_strike_1.ogg │ │ ├── lightning_strike_2.ogg │ │ ├── lightning_strike_3.ogg │ │ ├── lightning_strike_4.ogg │ │ ├── sea_serpent_breath.ogg │ │ ├── sea_serpent_hurt_0.ogg │ │ ├── sea_serpent_hurt_1.ogg │ │ ├── sea_serpent_hurt_2.ogg │ │ ├── sea_serpent_idle_0.ogg │ │ ├── sea_serpent_idle_1.ogg │ │ └── sea_serpent_splash.ogg │ │ └── structures │ │ ├── dread_mausoleum.nbt │ │ └── gorgon_temple.nbt │ └── java │ └── com │ └── github │ └── alexthe666 │ └── iceandfire │ ├── entity │ ├── IHumanoid.java │ └── util │ │ ├── IHearsSiren.java │ │ ├── IDragonProjectile.java │ │ ├── IDeadMob.java │ │ └── IDropArmor.java │ ├── block │ └── IDragonProof.java │ └── item │ └── ICustomRendered.java └── gradle └── wrapper └── gradle-wrapper.jar /README.txt: -------------------------------------------------------------------------------- 1 | Dragons, Hypogriffs, Pixies, Oh my! 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ghost_chest.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/chest" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/zh_CN/firedragon_3.txt: -------------------------------------------------------------------------------- 1 | 火龙的生命历程同样值得关注。 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/jar_empty.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/jar" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/jar_pixie.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/jar" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/zh_CN/icedragon_3.txt: -------------------------------------------------------------------------------- 1 | 冰龙的生命历程同样值得关注。 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/goldpile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/goldpile_height2" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_spawner.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_spawner" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silverpile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/silverpile_height2" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_slab.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_slab" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_stairs" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/monster_spawner.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/monster_spawner" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_bone_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dragon_bone_block" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_bricks" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_slab_double.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_bricks" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_tile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_tile" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dreadwood_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dreadwood_planks" 3 | } 4 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/desert_myrmex_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/desert_myrmex_resin" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_face.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_face_item" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jungle_myrmex_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/jungle_myrmex_resin" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_bone_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dragon_bone_wall_inventory" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dreadwood_planks_lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dreadwood_planks_lock" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ancient_dragon_bone_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/ancient_dragon_bone_block" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_bricks_mossy.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_bricks_mossy" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_resin_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/myrmex_desert_resin_all" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_resin_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/myrmex_jungle_resin_all" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/egginice.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "ice" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/desert_myrmex_resin_sticky.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/desert_myrmex_resin_sticky" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_bricks_chiseled.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_bricks_chiseled" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_stone_bricks_cracked.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/dread_stone_bricks_cracked" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jungle_myrmex_resin_sticky.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/jungle_myrmex_resin_sticky" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_resin_glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/myrmex_desert_resin_glass_all" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_resin_glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/myrmex_jungle_resin_glass_all" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/models/lightningdragon/wisp_large.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/models/lightningdragon/wisp_small.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/ash.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:ash" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ancient_dragon_bone_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "iceandfire:block/ancient_dragon_bone_wall_inventory" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/java/com/github/alexthe666/iceandfire/entity/IHumanoid.java: -------------------------------------------------------------------------------- 1 | package com.github.alexthe666.iceandfire.entity; 2 | 3 | public interface IHumanoid { 4 | } 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/nest.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:nest" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/en_US/firedragon_3.txt: -------------------------------------------------------------------------------- 1 | Another thing one should note 2 | about fire dragons is their 3 | different life stages. 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/en_US/icedragon_3.txt: -------------------------------------------------------------------------------- 1 | Another thing one should note 2 | about ice dragons is their 3 | different life stages. 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/es_MX/firedragon_3.txt: -------------------------------------------------------------------------------- 1 | Otra cosa a notar de los Dragones 2 | de fuego son sus diferentes 3 | etapas de desarrollo. -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/es_MX/icedragon_3.txt: -------------------------------------------------------------------------------- 1 | Otra cosa a notar de los Dragones 2 | de hielo son sus diferentes 3 | etapas de desarrollo. 4 | -------------------------------------------------------------------------------- /src/main/java/com/github/alexthe666/iceandfire/block/IDragonProof.java: -------------------------------------------------------------------------------- 1 | package com.github.alexthe666.iceandfire.block; 2 | 3 | public interface IDragonProof { 4 | } 5 | -------------------------------------------------------------------------------- /src/main/java/com/github/alexthe666/iceandfire/item/ICustomRendered.java: -------------------------------------------------------------------------------- 1 | package com.github.alexthe666.iceandfire.item; 2 | 3 | public interface ICustomRendered { 4 | } 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/ruby_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:ruby_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/es_ES/firedragon_3.txt: -------------------------------------------------------------------------------- 1 | Otra cosa que uno debería notar 2 | sobre dragones de fuego son sus 3 | diferentes etapas de la vida -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/ash.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/ash" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/ghost_chest.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "blocks/planks_oak" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/nest.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/nest" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jar.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/jar" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_blue_boots_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_blue_helmet_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_blue_leggings_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_gray_boots_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_gray_helmet_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_green_boots_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_red_boots_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_red_helmet_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_silver_boots_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_silver_helmet_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_white_boots_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_white_helmet_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragon_sword_lightning.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/copper_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:copper_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dragon_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dragon_ice" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/fire_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:fire_lily" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frost_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frost_lily" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/fulgurite.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:fulgurite" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/jar_empty.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:jar_empty" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/jar_pixie.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:jar_pixie" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/ruby_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:ruby_block" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/silver_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:silver_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/es_ES/icedragon_3.txt: -------------------------------------------------------------------------------- 1 | Otra cosa que uno debería notar 2 | sobre dragones de hielo son sus 3 | diferentes etapas de la vida 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/pixie_house.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": { 3 | "particle": "blocks/mushroom_block_skin_stem" 4 | }, 5 | "elements": [] 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/chain.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/chain" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jar_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/jar_0" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jar_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/jar_1" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jar_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/jar_2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jar_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/jar_3" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/jar_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/jar_4" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ruby_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/ruby" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_amethyst_boots_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_amethyst_helmet_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_black_boots_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_black_helmet_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_black_leggings_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_blue_chestplate_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_bronze_boots_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_bronze_helmet_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_bronze_leggings_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_copper_boots_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_copper_helmet_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_copper_leggings_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_electric_boots_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_electric_helmet_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_gray_chestplate_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_gray_leggings_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_green_chestplate_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_green_helmet_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_green_leggings_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_red_chestplate_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_red_leggings_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_sapphire_boots_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_sapphire_helmet_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_sapphire_leggings_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_silver_chestplate_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_silver_leggings_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_white_chestplate_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_white_leggings_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_arrow_fire.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_arrow_ice.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_fire.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_ice.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/java/com/github/alexthe666/iceandfire/entity/util/IHearsSiren.java: -------------------------------------------------------------------------------- 1 | package com.github.alexthe666.iceandfire.entity.util; 2 | 3 | public interface IHearsSiren { 4 | } 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/amethyst_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:amethyst_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/chared_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:chared_dirt" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/chared_grass.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:chared_grass" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/chared_gravel.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:chared_gravel" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/chared_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:chared_stone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/copper_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:copper_block" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/crackled_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:crackled_dirt" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dread_spawner.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dread_spawner" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dread_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dread_stone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_dirt" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_grass.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_grass" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_gravel.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_gravel" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_stone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/sapphire_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:sapphire_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/silver_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:silver_block" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/fire_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cross", 3 | "textures": { 4 | "cross": "iceandfire:blocks/fire_lily" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/fulgurite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/fulgurite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/ruby_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/ruby_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ambrosia.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/ambrosia" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/bestiary.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/bestiary" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/dread_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/earplugs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/earplugs" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_amethyst_chestplate_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_amethyst_leggings_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_black_chestplate_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_bronze_chestplate_flamed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_copper_chestplate_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_electric_chestplate_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_electric_leggings_shocked.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/armor_sapphire_chestplate_iced.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": yes 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_arrow_lightning.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_lightning.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/logo.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/amethyst_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:amethyst_block" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/chared_ruby_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:chared_ruby_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/crackled_grass.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:crackled_grass" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/crackled_gravel.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:crackled_gravel" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/crackled_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:crackled_stone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/lightning_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:lightning_lily" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/lightning_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:lightning_stone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/monster_spawner.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:monster_spawner" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/sapphire_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:sapphire_block" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/chared_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/chared_dirt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/copper_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/copper_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragon_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dragon_ice" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dread_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dread_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dread_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/torch", 3 | "textures": { 4 | "torch": "iceandfire:blocks/dread_torch" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/frost_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cross", 3 | "textures": { 4 | "cross": "iceandfire:blocks/frost_lily" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/frozen_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/frozen_dirt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/ruby_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/ruby_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/silver_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/silver_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/amethyst_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/amethyst" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/blindfold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/blindfold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/chain_link.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/chain_link" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/copper_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/copper_axe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/copper_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/copper_hoe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/cyclops_eye.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/cyclops_eye" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_key.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dread_key" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dread_shard" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/fire_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:blocks/fire_lily" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/fire_stew.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/fire_stew" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/frost_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:blocks/frost_lily" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/frost_stew.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/frost_stew" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ghost_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/ghost_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ghost_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/ghost_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hydra_arrow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hydra_arrow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hydra_fang.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hydra_fang" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hydra_heart.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hydra_heart" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hydra_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hydra_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/manuscript.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/manuscript" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/pixie_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/pixie_dust" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/rotten_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/rotten_egg" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sapphire_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sapphire" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sheep_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sheep_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silver_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/silver_axe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silver_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/silver_hoe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/troll_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/troll_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/troll_tusk.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/troll_tusk" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/witherbone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/witherbone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/egg_hatch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/egg_hatch.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/naga_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/naga_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/naga_idle.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/naga_idle.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/troll_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/troll_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_fire_pulling_0.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_fire_pulling_1.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_fire_pulling_2.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_ice_pulling_0.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_ice_pulling_1.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_ice_pulling_2.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": false 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/java/com/github/alexthe666/iceandfire/entity/util/IDragonProjectile.java: -------------------------------------------------------------------------------- 1 | package com.github.alexthe666.iceandfire.entity.util; 2 | 3 | public interface IDragonProjectile { 4 | } 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/chared_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:chared_cobblestone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/chared_grass_path.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:chared_grass_path" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dragon_ice_spikes.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dragon_ice_spikes" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dragonforge_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dragonforge_core" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dread_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dread_stone_bricks" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dread_stone_tile.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dread_stone_tile" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dreadwood_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dreadwood_planks" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_cobblestone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_grass_path.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_grass_path" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_splinters.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_splinters" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/amethyst_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/amethyst_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/amethyst_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/amethyst_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/chared_gravel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/chared_gravel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/chared_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/chared_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/copper_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/copper_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/crackled_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/crackled_dirt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/crackled_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/crackled_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dread_spawner.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dread_spawner" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/frozen_gravel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/frozen_gravel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/frozen_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/frozen_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/goldpile_height16.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/goldpile" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/lightning_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cross", 3 | "textures": { 4 | "cross": "iceandfire:blocks/lightning_lily" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/sapphire_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/sapphire_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/sapphire_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/sapphire_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/silver_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/silver_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/bronze_alloy.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/bronze_alloy" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/copper_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/copper_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/copper_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/copper_nugget" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/copper_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/copper_pickaxe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/copper_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/copper_shovel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/copper_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/copper_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/cyclops_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/cyclops_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/deathworm_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/deathworm_egg" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_collar.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_collar" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_flute.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_flute" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_meal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_meal" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonbone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonbone" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonbone_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_axe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonbone_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_hoe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_red" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:blocks/dread_torch" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sheep_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sheep_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/shiny_scales.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/shiny_scales" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silver_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/silver_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silver_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/silver_nugget" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silver_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/silver_pickaxe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silver_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/silver_shovel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/silver_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/silver_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/stone_statue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/stone_statue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/wither_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/wither_shard" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_walk.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_walk.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/naga_attack.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/naga_attack.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/naga_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/naga_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/naga_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/naga_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/siren_song.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/siren_song.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/troll_roar.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/troll_roar.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/turn_stone.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/turn_stone.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_lightning_pulling_0.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_lightning_pulling_1.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone_bow_lightning_pulling_2.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": 3 | { 4 | "frametime": 2, 5 | "interpolate": true 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/jar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/jar.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/crackled_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:crackled_cobblestone" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/crackled_grass_path.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:crackled_grass_path" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/desert_myrmex_cocoon.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:desert_myrmex_cocoon" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dragonforge_core_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dragonforge_core_ice" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dread_stone_slab_double.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dread_stone_bricks" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/frozen_sapphire_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:frozen_sapphire_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/jungle_myrmex_cocoon.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:jungle_myrmex_cocoon" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/chared_ruby_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/chared_ruby_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/copperpile_height16.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/copperpile" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/crackled_gravel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/crackled_gravel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/diamondpile_height16.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/diamondpile" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragon_ice_spikes.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/crop", 3 | "textures": { 4 | "crop": "iceandfire:blocks/dragon_ice_spikes" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragonforge_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dragonforge_core" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dread_stone_tile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dread_stone_tile" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dread_torch_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/torch_wall", 3 | "textures": { 4 | "torch": "iceandfire:blocks/dread_torch" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dreadwood_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dreadwood_planks" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/frozen_splinters.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/frozen_splinters" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/lightning_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/lightning_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/monster_spawner.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/monster_spawner" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/silverpile_height16.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/silverpile" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/amphithere_arrow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/amphithere_arrow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/amphithere_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/amphithere_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_blue_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_blue_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_gray_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_gray_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_red_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_red_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_red_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_red_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/cockatrice_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/cockatrice_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/deathworm_tongue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/deathworm_tongue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonbone_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_pickaxe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonbone_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_shovel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_black.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_black" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_blue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_bronze.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_bronze" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_copper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_copper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_red" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_silver" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_white.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_white" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_bronze.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_bronze" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_gray.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_gray" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_green" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_white.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_white" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hippocampus_fin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hippocampus_fin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hippogryph_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hippogryph_egg" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hippogryph_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hippogryph_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hippogryph_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/hippogryph_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hippogryph_talon.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/hippogryph_talon" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ice_dragon_blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/ice_dragon_blood" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ice_dragon_heart.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/ice_dragon_heart" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/lightning_lily.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:blocks/lightning_lily" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/lightning_stew.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/lightning_stew" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_stinger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_stinger" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/seaserpent_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/seaserpent_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sheep_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sheep_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sheep_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sheep_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_blue_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_blue_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_blue_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_blue_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_green_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_green_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_red_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_red_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_red_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_red_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_teal_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_teal_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_teal_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_teal_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_cry.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_cry.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cyclops_bite.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cyclops_bite.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cyclops_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cyclops_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cyclops_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cyclops_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cyclops_idle.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cyclops_idle.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cyclops_swipe.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cyclops_swipe.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dragon_flute.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dragon_flute.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/attack_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/attack_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/attack_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/attack_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gold_pile_step.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gold_pile_step.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_attack.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_attack.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gorgon_petrify.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gorgon_petrify.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_spit_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_spit_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_spit_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_spit_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_idle_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_idle_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/mermaid_idle_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/mermaid_idle_4.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_bite_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_bite_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_bite_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_bite_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_sting_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_sting_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/myrmex_sting_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/myrmex_sting_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_death_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_death_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_hurt_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_hurt_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_idle_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_idle_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_idle_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_idle_4.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_taunt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_taunt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/pixie_taunt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/pixie_taunt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/troll_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/troll_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/troll_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/troll_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/troll_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/troll_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/troll_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/troll_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/ash.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/nest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/nest.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/gui/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/gui/dragon.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/gui/lectern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/gui/lectern.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/gui/podium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/gui/podium.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/chain.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/jar_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/jar_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/jar_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/jar_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/jar_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/jar_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/jar_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/jar_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/jar_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/jar_4.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/ruby.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/potions/acid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/potions/acid.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/crackled_amethyst_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:crackled_amethyst_ore" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dragonforge_core_fire.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dragonforge_core_fire" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dreadwood_planks_lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dreadwood_planks_lock" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/lang/bestiary/en_US/siren_2.txt: -------------------------------------------------------------------------------- 1 | These shiny scales, when mixed 2 | with a water bottle in a 3 | brewing stand, can be turned 4 | into potions of water 5 | breathing. -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/chared_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/chared_cobblestone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/desert_myrmex_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/desert_myrmex_resin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragonforge_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dragonforge_bricks" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragonforge_input.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dragonforge_input" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dread_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dread_stone_bricks" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dread_stone_face_item.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dread_stone_face" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/frozen_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/frozen_cobblestone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/frozen_sapphire_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/frozen_sapphire_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/jungle_myrmex_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/jungle_myrmex_resin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/myrmex_desert_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/myrmex_desert_resin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/myrmex_jungle_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/myrmex_jungle_resin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/amphithere_feather.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/amphithere_feather" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_black_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_black_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_black_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_black_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_bronze_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_bronze_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_copper_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_copper_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_gray_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_gray_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_green_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_green_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_green_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_green_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_silver_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_silver_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_white_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_white_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_white_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_white_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_skull_fire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_skull_fire" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_skull_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragon_skull_ice" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonbone_arrow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonbone_arrow" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_amethyst.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_amethyst" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_electric.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_electric" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_gray.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_gray" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_green" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonegg_sapphire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonegg_sapphire" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_black.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_black" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_blue" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_copper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_copper" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_sapphire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_sapphire" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_silver" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dread_knight_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/dread_knight_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/fire_dragon_flesh.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/fire_dragon_meat" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/hippocampus_slapper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/hippocampus_slapper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/ice_dragon_flesh.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/ice_dragon_meat" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_axe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_egg" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_hoe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_axe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_egg" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_hoe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_swarm.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_swarm" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sea_serpent_arrow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sea_serpent_arrow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sea_serpent_fang.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sea_serpent_tooth" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/stymphalian_arrow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/stymphalian_arrow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/stymphalian_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/stymphalian_skull" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_blue_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_blue_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_bronze_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_bronze_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_bronze_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_bronze_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_green_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_green_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_purple_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_purple_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_purple_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_purple_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_red_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_red_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_teal_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_teal_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_bite.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_bite.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_die_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_die_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_die_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_die_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_gust.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_gust.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_die_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_die_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_die_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_die_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cyclops_blinded.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cyclops_blinded.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dragon_flight_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dragon_flight_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dragon_flight_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dragon_flight_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dragon_flight_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dragon_flight_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dragon_flight_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dragon_flight_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/ghost/jumpscare.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/ghost/jumpscare.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/gold_pile_break.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/gold_pile_break.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_die_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_die_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_die_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_die_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hydra_regen_head.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hydra_regen_head.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/icedragon_breath.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/icedragon_breath.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_bite.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_bite.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_roar.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_roar.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/frozen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/frozen.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/lectern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/lectern.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/font/bestiary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/font/bestiary.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/gui/hippogryph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/gui/hippogryph.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/gui/panorama_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/gui/panorama_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/ambrosia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/ambrosia.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/amethyst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/amethyst.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/bestiary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/bestiary.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/earplugs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/earplugs.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/sapphire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/sapphire.png -------------------------------------------------------------------------------- /src/main/java/com/github/alexthe666/iceandfire/entity/util/IDeadMob.java: -------------------------------------------------------------------------------- 1 | package com.github.alexthe666.iceandfire.entity.util; 2 | 3 | public interface IDeadMob { 4 | 5 | boolean isMobDead(); 6 | } 7 | -------------------------------------------------------------------------------- /src/main/java/com/github/alexthe666/iceandfire/entity/util/IDropArmor.java: -------------------------------------------------------------------------------- 1 | package com.github.alexthe666.iceandfire.entity.util; 2 | 3 | public interface IDropArmor { 4 | 5 | void dropArmor(); 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/blockstates/dread_stone_bricks_mossy.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { 4 | "model": "iceandfire:dread_stone_bricks_mossy" 5 | } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/crackled_amethyst_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/crackled_amethyst_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/crackled_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/crackled_cobblestone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragonforge_core_fire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dragonforge_core_fire" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragonforge_core_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dragonforge_core_ice" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/block/dragonforge_input_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "iceandfire:blocks/dragonforge_input_ice" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_amethyst_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_amethyst_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_amethyst_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_amethyst_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_black_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_black_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_blue_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_blue_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_blue_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_blue_helmet" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_bronze_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_bronze_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_copper_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_copper_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_copper_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_copper_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_electric_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_electric_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_electric_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_electric_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_gray_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_gray_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_gray_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_gray_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_green_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_green_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_red_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_red_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_red_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_red_leggings" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_sapphire_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_sapphire_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_sapphire_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_sapphire_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_silver_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_silver_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_silver_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_silver_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/armor_white_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/armor_white_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/deathworm_chitin_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/deathworm_chitin_red" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/deathworm_egg_giant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/deathworm_egg_giant" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/deathworm_red_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/deathworm_red_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/deathworm_red_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/deathworm_red_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/deathworm_white_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/deathworm_white_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragon_ice_spikes.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:blocks/dragon_ice_spikes" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonarmor_gold_body.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonarmor_gold_body" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonarmor_gold_head.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonarmor_gold_head" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonarmor_iron_body.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonarmor_iron_body" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonarmor_iron_head.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonarmor_iron_head" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonarmor_iron_neck.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonarmor_iron_neck" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonarmor_iron_tail.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/dragonarmor_iron_tail" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_amethyst.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_amethyst" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/dragonscales_electric.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/scales_electric" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/fire_dragon_blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/fire_dragon_blood" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/fire_dragon_heart.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/fire_dragon_heart" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/gold_hippogryph_armor.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/gold_hippogryph_armor" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/iron_hippogryph_armor.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/iron_hippogryph_armor" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_chitin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_chitin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_pickaxe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_resin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_shovel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_desert_swarm.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_desert_swarm" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_chitin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_chitin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_pickaxe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_resin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_resin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/myrmex_jungle_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "iceandfire:items/myrmex_jungle_shovel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/sickly_dragon_meal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/sickly_dragon_meal" 5 | } 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_blue_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_blue_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_bronze_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_bronze_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_deepblue_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_deepblue_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_deepblue_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_deepblue_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_green_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_green_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_green_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_green_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_purple_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_purple_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_red_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_red_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/tide_teal_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/tide_teal_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/troll_leather_forest.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/troll_leather_forest" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/troll_leather_frost.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "iceandfire:items/troll_leather_frost" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_idle_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_idle_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/amphithere_idle_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/amphithere_idle_4.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/cockatrice_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/cockatrice_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_attack_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_attack_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_attack_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_attack_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/deathworm_giant_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/deathworm_giant_die.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dread_ghoul_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dread_ghoul_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dread_ghoul_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dread_ghoul_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dread_lich_summon_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dread_lich_summon_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/dread_lich_summon_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/dread_lich_summon_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/firedragon_breath.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/firedragon_breath.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippocampus_idle_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippocampus_idle_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_idle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_idle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_idle_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_idle_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_idle_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_idle_4.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/hippogryph_idle_5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/hippogryph_idle_5.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/lightning_strike_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/lightning_strike_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/lightning_strike_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/lightning_strike_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/lightning_strike_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/lightning_strike_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/lightning_strike_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/lightning_strike_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/lightning_strike_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/lightning_strike_4.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_breath.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_breath.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_hurt_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_hurt_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_idle_0.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_idle_0.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_idle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_idle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/sounds/sea_serpent_splash.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/sounds/sea_serpent_splash.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/structures/dread_mausoleum.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/structures/dread_mausoleum.nbt -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/structures/gorgon_temple.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/structures/gorgon_temple.nbt -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/copper_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/copper_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/copperpile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/copperpile.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/crackled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/crackled.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/dragon_ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/dragon_ice.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/fire_lily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/fire_lily.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/frost_lily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/frost_lily.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/fulgurite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/fulgurite.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/goldpile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/goldpile.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/jar_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/jar_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/jar_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/jar_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/ruby_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/ruby_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/ruby_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/ruby_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/silver_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/silver_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/blocks/silverpile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/blocks/silverpile.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/blindfold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/blindfold.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/chain_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/chain_link.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/copper_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/copper_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/copper_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/copper_hoe.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/cyclops_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/cyclops_eye.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragon_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dragon_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragon_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dragon_hoe.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragon_horn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dragon_horn.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragon_meal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dragon_meal.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dragonbone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dragonbone.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dread_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dread_key.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dread_shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dread_shard.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/dread_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/dread_sword.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/fire_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/fire_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/frost_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/frost_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/ghost_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/ghost_ingot.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/ghost_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/ghost_sword.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/gorgon_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/gorgon_head.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/hydra_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/hydra_arrow.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/hydra_fang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/hydra_fang.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/hydra_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/hydra_heart.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/hydra_skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/hydra_skull.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/lich_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/lich_staff.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/manuscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/manuscript.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/pixie_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/pixie_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/rotten_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/rotten_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/scales_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/scales_blue.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/scales_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/scales_gray.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/scales_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/scales_red.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/sheep_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/sheep_boots.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/silver_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/silver_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/silver_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/silver_hoe.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/troll_skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/troll_skull.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/troll_tusk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/troll_tusk.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/items/witherbone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/items/witherbone.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/models/misc/artsy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/models/misc/artsy.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/models/misc/eagle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/models/misc/eagle.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/models/misc/ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/models/misc/ice.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/particles/ember.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/particles/ember.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/textures/particles/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kotlin-programmer/Ice_and_Fire_RLCraft/HEAD/src/main/resources/assets/iceandfire/textures/particles/flame.png --------------------------------------------------------------------------------