├── src └── main │ ├── resources │ ├── data │ │ ├── minecraft │ │ │ ├── structures │ │ │ │ ├── village │ │ │ │ │ ├── desert │ │ │ │ │ │ ├── villagers │ │ │ │ │ │ │ ├── baby.nbt │ │ │ │ │ │ │ ├── nitwit.nbt │ │ │ │ │ │ │ └── unemployed.nbt │ │ │ │ │ │ ├── houses │ │ │ │ │ │ │ ├── desert_farm_1.nbt │ │ │ │ │ │ │ ├── desert_farm_2.nbt │ │ │ │ │ │ │ ├── desert_large_farm_1.nbt │ │ │ │ │ │ │ ├── desert_medium_house_1.nbt │ │ │ │ │ │ │ ├── desert_medium_house_2.nbt │ │ │ │ │ │ │ ├── desert_small_house_1.nbt │ │ │ │ │ │ │ ├── desert_small_house_2.nbt │ │ │ │ │ │ │ ├── desert_small_house_3.nbt │ │ │ │ │ │ │ ├── desert_small_house_4.nbt │ │ │ │ │ │ │ ├── desert_small_house_5.nbt │ │ │ │ │ │ │ ├── desert_small_house_6.nbt │ │ │ │ │ │ │ ├── desert_small_house_7.nbt │ │ │ │ │ │ │ └── desert_small_house_8.nbt │ │ │ │ │ │ ├── streets │ │ │ │ │ │ │ ├── turn_01.nbt │ │ │ │ │ │ │ ├── corner_01.nbt │ │ │ │ │ │ │ ├── corner_02.nbt │ │ │ │ │ │ │ ├── square_01.nbt │ │ │ │ │ │ │ ├── square_02.nbt │ │ │ │ │ │ │ ├── straight_01.nbt │ │ │ │ │ │ │ ├── straight_02.nbt │ │ │ │ │ │ │ ├── straight_03.nbt │ │ │ │ │ │ │ ├── crossroad_01.nbt │ │ │ │ │ │ │ ├── crossroad_02.nbt │ │ │ │ │ │ │ └── crossroad_03.nbt │ │ │ │ │ │ ├── terminators │ │ │ │ │ │ │ └── terminator_02.nbt │ │ │ │ │ │ └── town_centers │ │ │ │ │ │ │ ├── desert_meeting_point_1.nbt │ │ │ │ │ │ │ ├── desert_meeting_point_2.nbt │ │ │ │ │ │ │ └── desert_meeting_point_3.nbt │ │ │ │ │ ├── snowy │ │ │ │ │ │ ├── villagers │ │ │ │ │ │ │ ├── baby.nbt │ │ │ │ │ │ │ ├── nitwit.nbt │ │ │ │ │ │ │ └── unemployed.nbt │ │ │ │ │ │ ├── houses │ │ │ │ │ │ │ ├── snowy_farm_1.nbt │ │ │ │ │ │ │ ├── snowy_farm_2.nbt │ │ │ │ │ │ │ ├── snowy_medium_house_1.nbt │ │ │ │ │ │ │ ├── snowy_medium_house_2.nbt │ │ │ │ │ │ │ ├── snowy_medium_house_3.nbt │ │ │ │ │ │ │ ├── snowy_small_house_1.nbt │ │ │ │ │ │ │ ├── snowy_small_house_2.nbt │ │ │ │ │ │ │ ├── snowy_small_house_3.nbt │ │ │ │ │ │ │ ├── snowy_small_house_4.nbt │ │ │ │ │ │ │ ├── snowy_small_house_5.nbt │ │ │ │ │ │ │ ├── snowy_small_house_6.nbt │ │ │ │ │ │ │ ├── snowy_small_house_7.nbt │ │ │ │ │ │ │ └── snowy_small_house_8.nbt │ │ │ │ │ │ ├── streets │ │ │ │ │ │ │ ├── turn_01.nbt │ │ │ │ │ │ │ ├── corner_01.nbt │ │ │ │ │ │ │ ├── corner_02.nbt │ │ │ │ │ │ │ ├── corner_03.nbt │ │ │ │ │ │ │ ├── square_01.nbt │ │ │ │ │ │ │ ├── crossroad_01.nbt │ │ │ │ │ │ │ ├── crossroad_02.nbt │ │ │ │ │ │ │ ├── crossroad_03.nbt │ │ │ │ │ │ │ ├── crossroad_04.nbt │ │ │ │ │ │ │ ├── crossroad_05.nbt │ │ │ │ │ │ │ ├── crossroad_06.nbt │ │ │ │ │ │ │ ├── straight_01.nbt │ │ │ │ │ │ │ ├── straight_02.nbt │ │ │ │ │ │ │ ├── straight_03.nbt │ │ │ │ │ │ │ ├── straight_04.nbt │ │ │ │ │ │ │ ├── straight_06.nbt │ │ │ │ │ │ │ └── straight_08.nbt │ │ │ │ │ │ └── town_centers │ │ │ │ │ │ │ ├── snowy_meeting_point_1.nbt │ │ │ │ │ │ │ ├── snowy_meeting_point_2.nbt │ │ │ │ │ │ │ └── snowy_meeting_point_3.nbt │ │ │ │ │ ├── taiga │ │ │ │ │ │ ├── villagers │ │ │ │ │ │ │ ├── baby.nbt │ │ │ │ │ │ │ ├── nitwit.nbt │ │ │ │ │ │ │ └── unemployed.nbt │ │ │ │ │ │ ├── houses │ │ │ │ │ │ │ ├── taiga_large_farm_1.nbt │ │ │ │ │ │ │ ├── taiga_small_farm_1.nbt │ │ │ │ │ │ │ ├── taiga_library_1.nbt │ │ │ │ │ │ │ ├── taiga_temple_1.nbt │ │ │ │ │ │ │ ├── taiga_large_farm_2.nbt │ │ │ │ │ │ │ ├── taiga_tool_smith_1.nbt │ │ │ │ │ │ │ ├── taiga_medium_house_1.nbt │ │ │ │ │ │ │ ├── taiga_medium_house_2.nbt │ │ │ │ │ │ │ ├── taiga_medium_house_3.nbt │ │ │ │ │ │ │ ├── taiga_medium_house_4.nbt │ │ │ │ │ │ │ ├── taiga_small_house_1.nbt │ │ │ │ │ │ │ ├── taiga_small_house_2.nbt │ │ │ │ │ │ │ ├── taiga_small_house_3.nbt │ │ │ │ │ │ │ ├── taiga_small_house_4.nbt │ │ │ │ │ │ │ ├── taiga_small_house_5.nbt │ │ │ │ │ │ │ ├── taiga_weaponsmith_2.nbt │ │ │ │ │ │ │ ├── taiga_fisher_cottage_1.nbt │ │ │ │ │ │ │ ├── taiga_shepherds_house_1.nbt │ │ │ │ │ │ │ └── taiga_cartographer_house_1.nbt │ │ │ │ │ │ ├── streets │ │ │ │ │ │ │ ├── turn_01.nbt │ │ │ │ │ │ │ ├── corner_01.nbt │ │ │ │ │ │ │ ├── corner_02.nbt │ │ │ │ │ │ │ ├── corner_03.nbt │ │ │ │ │ │ │ ├── crossroad_01.nbt │ │ │ │ │ │ │ ├── crossroad_02.nbt │ │ │ │ │ │ │ ├── crossroad_03.nbt │ │ │ │ │ │ │ ├── crossroad_04.nbt │ │ │ │ │ │ │ ├── crossroad_05.nbt │ │ │ │ │ │ │ ├── crossroad_06.nbt │ │ │ │ │ │ │ ├── straight_01.nbt │ │ │ │ │ │ │ ├── straight_02.nbt │ │ │ │ │ │ │ ├── straight_03.nbt │ │ │ │ │ │ │ ├── straight_04.nbt │ │ │ │ │ │ │ ├── straight_05.nbt │ │ │ │ │ │ │ └── straight_06.nbt │ │ │ │ │ │ └── town_centers │ │ │ │ │ │ │ ├── taiga_meeting_point_1.nbt │ │ │ │ │ │ │ └── taiga_meeting_point_2.nbt │ │ │ │ │ ├── savanna │ │ │ │ │ │ ├── villagers │ │ │ │ │ │ │ ├── baby.nbt │ │ │ │ │ │ │ ├── nitwit.nbt │ │ │ │ │ │ │ └── unemployed.nbt │ │ │ │ │ │ ├── houses │ │ │ │ │ │ │ ├── savanna_large_farm_1.nbt │ │ │ │ │ │ │ ├── savanna_small_farm.nbt │ │ │ │ │ │ │ ├── savanna_animal_pen_2.nbt │ │ │ │ │ │ │ ├── savanna_animal_pen_3.nbt │ │ │ │ │ │ │ ├── savanna_large_farm_2.nbt │ │ │ │ │ │ │ ├── savanna_small_house_1.nbt │ │ │ │ │ │ │ ├── savanna_small_house_2.nbt │ │ │ │ │ │ │ ├── savanna_small_house_3.nbt │ │ │ │ │ │ │ ├── savanna_small_house_4.nbt │ │ │ │ │ │ │ ├── savanna_small_house_5.nbt │ │ │ │ │ │ │ ├── savanna_small_house_6.nbt │ │ │ │ │ │ │ ├── savanna_small_house_7.nbt │ │ │ │ │ │ │ ├── savanna_small_house_8.nbt │ │ │ │ │ │ │ ├── savanna_medium_house_1.nbt │ │ │ │ │ │ │ └── savanna_medium_house_2.nbt │ │ │ │ │ │ ├── streets │ │ │ │ │ │ │ ├── turn_01.nbt │ │ │ │ │ │ │ ├── corner_01.nbt │ │ │ │ │ │ │ ├── corner_03.nbt │ │ │ │ │ │ │ ├── split_01.nbt │ │ │ │ │ │ │ ├── split_02.nbt │ │ │ │ │ │ │ ├── crossroad_02.nbt │ │ │ │ │ │ │ ├── crossroad_03.nbt │ │ │ │ │ │ │ ├── crossroad_04.nbt │ │ │ │ │ │ │ ├── crossroad_05.nbt │ │ │ │ │ │ │ ├── crossroad_06.nbt │ │ │ │ │ │ │ ├── crossroad_07.nbt │ │ │ │ │ │ │ ├── straight_02.nbt │ │ │ │ │ │ │ ├── straight_04.nbt │ │ │ │ │ │ │ ├── straight_05.nbt │ │ │ │ │ │ │ ├── straight_06.nbt │ │ │ │ │ │ │ ├── straight_08.nbt │ │ │ │ │ │ │ ├── straight_09.nbt │ │ │ │ │ │ │ ├── straight_10.nbt │ │ │ │ │ │ │ └── straight_11.nbt │ │ │ │ │ │ ├── terminators │ │ │ │ │ │ │ └── terminator_05.nbt │ │ │ │ │ │ └── town_centers │ │ │ │ │ │ │ ├── savanna_meeting_point_1.nbt │ │ │ │ │ │ │ ├── savanna_meeting_point_2.nbt │ │ │ │ │ │ │ ├── savanna_meeting_point_3.nbt │ │ │ │ │ │ │ └── savanna_meeting_point_4.nbt │ │ │ │ │ ├── common │ │ │ │ │ │ ├── iron_golem.nbt │ │ │ │ │ │ └── animals │ │ │ │ │ │ │ ├── cows_1.nbt │ │ │ │ │ │ │ ├── pigs_1.nbt │ │ │ │ │ │ │ ├── cat_red.nbt │ │ │ │ │ │ │ ├── horses_1.nbt │ │ │ │ │ │ │ ├── horses_2.nbt │ │ │ │ │ │ │ ├── horses_3.nbt │ │ │ │ │ │ │ ├── horses_4.nbt │ │ │ │ │ │ │ ├── horses_5.nbt │ │ │ │ │ │ │ ├── sheep_1.nbt │ │ │ │ │ │ │ ├── sheep_2.nbt │ │ │ │ │ │ │ ├── cat_black.nbt │ │ │ │ │ │ │ ├── cat_british.nbt │ │ │ │ │ │ │ ├── cat_calico.nbt │ │ │ │ │ │ │ ├── cat_jellie.nbt │ │ │ │ │ │ │ ├── cat_persian.nbt │ │ │ │ │ │ │ ├── cat_ragdoll.nbt │ │ │ │ │ │ │ ├── cat_siamese.nbt │ │ │ │ │ │ │ ├── cat_tabby.nbt │ │ │ │ │ │ │ └── cat_white.nbt │ │ │ │ │ └── plains │ │ │ │ │ │ ├── villagers │ │ │ │ │ │ ├── baby.nbt │ │ │ │ │ │ ├── nitwit.nbt │ │ │ │ │ │ └── unemployed.nbt │ │ │ │ │ │ ├── streets │ │ │ │ │ │ ├── turn_01.nbt │ │ │ │ │ │ ├── corner_01.nbt │ │ │ │ │ │ ├── corner_02.nbt │ │ │ │ │ │ ├── corner_03.nbt │ │ │ │ │ │ ├── straight_01.nbt │ │ │ │ │ │ ├── straight_02.nbt │ │ │ │ │ │ ├── straight_03.nbt │ │ │ │ │ │ ├── straight_04.nbt │ │ │ │ │ │ ├── straight_05.nbt │ │ │ │ │ │ ├── straight_06.nbt │ │ │ │ │ │ ├── crossroad_01.nbt │ │ │ │ │ │ ├── crossroad_02.nbt │ │ │ │ │ │ ├── crossroad_03.nbt │ │ │ │ │ │ ├── crossroad_04.nbt │ │ │ │ │ │ ├── crossroad_05.nbt │ │ │ │ │ │ └── crossroad_06.nbt │ │ │ │ │ │ ├── houses │ │ │ │ │ │ ├── plains_stable_1.nbt │ │ │ │ │ │ ├── plains_animal_pen_3.nbt │ │ │ │ │ │ ├── plains_big_house_1.nbt │ │ │ │ │ │ ├── plains_large_farm_1.nbt │ │ │ │ │ │ ├── plains_small_farm_1.nbt │ │ │ │ │ │ ├── plains_butcher_shop_2.nbt │ │ │ │ │ │ ├── plains_medium_house_1.nbt │ │ │ │ │ │ ├── plains_medium_house_2.nbt │ │ │ │ │ │ ├── plains_meeting_point_4.nbt │ │ │ │ │ │ ├── plains_meeting_point_5.nbt │ │ │ │ │ │ ├── plains_small_house_1.nbt │ │ │ │ │ │ ├── plains_small_house_2.nbt │ │ │ │ │ │ ├── plains_small_house_3.nbt │ │ │ │ │ │ ├── plains_small_house_4.nbt │ │ │ │ │ │ ├── plains_small_house_5.nbt │ │ │ │ │ │ ├── plains_small_house_6.nbt │ │ │ │ │ │ ├── plains_small_house_7.nbt │ │ │ │ │ │ ├── plains_small_house_8.nbt │ │ │ │ │ │ ├── plains_fletcher_house_1.nbt │ │ │ │ │ │ └── plains_shepherds_house_1.nbt │ │ │ │ │ │ └── town_centers │ │ │ │ │ │ ├── plains_fountain_01.nbt │ │ │ │ │ │ ├── plains_meeting_point_1.nbt │ │ │ │ │ │ ├── plains_meeting_point_2.nbt │ │ │ │ │ │ └── plains_meeting_point_3.nbt │ │ │ │ └── pillager_outpost │ │ │ │ │ ├── feature_cage1.nbt │ │ │ │ │ └── feature_cage2.nbt │ │ │ ├── tags │ │ │ │ └── blocks │ │ │ │ │ ├── needs_stone_tool.json │ │ │ │ │ └── mineable │ │ │ │ │ ├── axe.json │ │ │ │ │ └── pickaxe.json │ │ │ └── recipes │ │ │ │ ├── stone_axe.json │ │ │ │ ├── stone_hoe.json │ │ │ │ ├── stone_sword.json │ │ │ │ ├── wooden_axe.json │ │ │ │ ├── wooden_hoe.json │ │ │ │ ├── stone_pickaxe.json │ │ │ │ ├── stone_shovel.json │ │ │ │ ├── wooden_pickaxe.json │ │ │ │ ├── wheat.json │ │ │ │ ├── bone_meal.json │ │ │ │ ├── hay_block.json │ │ │ │ └── torch.json │ │ └── hcs │ │ │ └── recipes │ │ │ ├── petals_salad.json │ │ │ ├── spiked_club.json │ │ │ ├── hot_water_bottle.json │ │ │ ├── pour_out_content.json │ │ │ ├── sapling_to_stick.json │ │ │ ├── cold_water_bottle.json │ │ │ ├── extract_water_from_snow.json │ │ │ ├── extract_water_from_bamboo.json │ │ │ ├── tinder_2.json │ │ │ ├── tinder_1.json │ │ │ ├── tinder_3.json │ │ │ ├── ashes_smoker.json │ │ │ ├── cactus_flesh.json │ │ │ ├── flint_cone.json │ │ │ ├── stone_cone.json │ │ │ ├── ashes_furnace.json │ │ │ ├── fiber_string_2.json │ │ │ ├── jerky_smoker.json │ │ │ ├── jerky_furnace.json │ │ │ ├── pumpkin_seeds.json │ │ │ ├── ashes_campfire.json │ │ │ ├── cooked_meat_smoker.json │ │ │ ├── fried_egg_furnace.json │ │ │ ├── fried_egg_smoker.json │ │ │ ├── jerky_campfire.json │ │ │ ├── roasted_worm_furnace.json │ │ │ ├── roasted_worm_smoker.json │ │ │ ├── cooked_meat_furnace.json │ │ │ ├── short_stick.json │ │ │ ├── cooked_carrot_furnace.json │ │ │ ├── cooked_carrot_smoker.json │ │ │ ├── fried_egg_campfire.json │ │ │ ├── pumpkin_slice.json │ │ │ ├── roasted_worm_campfire.json │ │ │ ├── small_jerky_furnace.json │ │ │ ├── small_jerky_smoker.json │ │ │ ├── wheat_seeds.json │ │ │ ├── boil_water_furnace.json │ │ │ ├── boil_water_smoker.json │ │ │ ├── brick_campfire.json │ │ │ ├── cooked_meat_campfire.json │ │ │ ├── roasted_bat_wings_furnace.json │ │ │ ├── roasted_bat_wings_smoker.json │ │ │ ├── cooked_bamboo_shoot_smoker.json │ │ │ ├── cooked_cactus_flesh_smoker.json │ │ │ ├── cooked_carrot_campfire.json │ │ │ ├── distill_water_smoker.json │ │ │ ├── roasted_seeds_furnace_melon.json │ │ │ ├── roasted_seeds_furnace_wheat.json │ │ │ ├── roasted_seeds_smoker_melon.json │ │ │ ├── roasted_seeds_smoker_wheat.json │ │ │ ├── small_jerky_campfire.json │ │ │ ├── boil_water_campfire.json │ │ │ ├── cooked_bamboo_shoot_furnace.json │ │ │ ├── cooked_cactus_flesh_furnace.json │ │ │ ├── cooked_pumpkin_slice_furnace.json │ │ │ ├── cooked_pumpkin_slice_smoker.json │ │ │ ├── distill_water_furnace.json │ │ │ ├── fire_plough.json │ │ │ ├── heat_hot_water_bottle_furnace.json │ │ │ ├── heat_hot_water_bottle_smoker.json │ │ │ ├── roasted_bat_wings_campfire.json │ │ │ ├── roasted_seeds_furnace_pumpkin.json │ │ │ ├── roasted_seeds_smoker_beetroot.json │ │ │ ├── roasted_seeds_smoker_pumpkin.json │ │ │ ├── cooked_animal_viscera_furnace.json │ │ │ ├── cooked_animal_viscera_smoker.json │ │ │ ├── cooked_glow_berries_furnace.json │ │ │ ├── cooked_glow_berries_smoker.json │ │ │ ├── cooked_sweet_berries_smoker.json │ │ │ ├── roasted_seeds_campfire_melon.json │ │ │ ├── roasted_seeds_campfire_wheat.json │ │ │ ├── roasted_seeds_furnace_beetroot.json │ │ │ ├── cooked_bamboo_shoot_campfire.json │ │ │ ├── cooked_cactus_flesh_campfire.json │ │ │ ├── cooked_pumpkin_slice_campfire.json │ │ │ ├── cooked_sweet_berries_furnace.json │ │ │ ├── heat_hot_water_bottle_campfire.json │ │ │ ├── roasted_seeds_campfire_beetroot.json │ │ │ ├── roasted_seeds_campfire_pumpkin.json │ │ │ ├── sharp_rock.json │ │ │ ├── cooked_animal_viscera_campfire.json │ │ │ ├── cooked_glow_berries_campfire.json │ │ │ ├── cooked_sweet_berries_campfire.json │ │ │ ├── woolen_hood.json │ │ │ ├── wooden_boots.json │ │ │ ├── woolen_boots.json │ │ │ ├── burning_crude_torch.json │ │ │ ├── sharp_flint.json │ │ │ ├── wooden_helmet.json │ │ │ ├── cactus_juice.json │ │ │ ├── copper_boots.json │ │ │ ├── copper_helmet.json │ │ │ ├── furnace.json │ │ │ ├── garland.json │ │ │ ├── woolen_coat.json │ │ │ ├── woolen_trousers.json │ │ │ ├── improvised_shield.json │ │ │ ├── wooden_chestplate.json │ │ │ ├── wooden_leggings.json │ │ │ ├── copper_leggings.json │ │ │ └── copper_chestplate.json │ └── assets │ │ ├── hcs │ │ ├── models │ │ │ ├── item │ │ │ │ ├── icebox.json │ │ │ │ ├── burnt_campfire.json │ │ │ │ ├── smoldering_campfire.json │ │ │ │ ├── rot.json │ │ │ │ ├── ashes.json │ │ │ │ ├── bark.json │ │ │ │ ├── ginger.json │ │ │ │ ├── jerky.json │ │ │ │ ├── orange.json │ │ │ │ ├── rock.json │ │ │ │ ├── splint.json │ │ │ │ ├── tinder.json │ │ │ │ ├── worm.json │ │ │ │ ├── bandage.json │ │ │ │ ├── fire_bow.json │ │ │ │ ├── firewood.json │ │ │ │ ├── garland.json │ │ │ │ ├── potherb.json │ │ │ │ ├── raw_meat.json │ │ │ │ ├── bat_wings.json │ │ │ │ ├── berry_bush.json │ │ │ │ ├── cooked_kelp.json │ │ │ │ ├── cooked_meat.json │ │ │ │ ├── copper_axe.json │ │ │ │ ├── copper_hoe.json │ │ │ │ ├── fire_plough.json │ │ │ │ ├── flint_knife.json │ │ │ │ ├── flint_spear.json │ │ │ │ ├── fried_egg.json │ │ │ │ ├── grass_fiber.json │ │ │ │ ├── raw_jerky.json │ │ │ │ ├── selaginella.json │ │ │ │ ├── sharp_flint.json │ │ │ │ ├── sharp_rock.json │ │ │ │ ├── short_stick.json │ │ │ │ ├── small_jerky.json │ │ │ │ ├── spiked_club.json │ │ │ │ ├── stone_knife.json │ │ │ │ ├── stone_spear.json │ │ │ │ ├── willow_bark.json │ │ │ │ ├── woolen_coat.json │ │ │ │ ├── woolen_hood.json │ │ │ │ ├── bamboo_shoot.json │ │ │ │ ├── booster_shot.json │ │ │ │ ├── cactus_flesh.json │ │ │ │ ├── cactus_juice.json │ │ │ │ ├── cooked_carrot.json │ │ │ │ ├── copper_boots.json │ │ │ │ ├── copper_helmet.json │ │ │ │ ├── copper_pickaxe.json │ │ │ │ ├── copper_shovel.json │ │ │ │ ├── copper_sword.json │ │ │ │ ├── crude_torch.json │ │ │ │ ├── fiber_string.json │ │ │ │ ├── flint_hatchet.json │ │ │ │ ├── healing_salve.json │ │ │ │ ├── petals_salad.json │ │ │ │ ├── pumpkin_slice.json │ │ │ │ ├── roasted_seeds.json │ │ │ │ ├── roasted_worm.json │ │ │ │ ├── spider_gland.json │ │ │ │ ├── unlit_torch.json │ │ │ │ ├── wooden_boots.json │ │ │ │ ├── wooden_helmet.json │ │ │ │ ├── woolen_boots.json │ │ │ │ ├── animal_viscera.json │ │ │ │ ├── copper_leggings.json │ │ │ │ ├── glowstone_torch.json │ │ │ │ ├── hot_water_bottle.json │ │ │ │ ├── raw_small_jerky.json │ │ │ │ ├── saltwater_bottle.json │ │ │ │ ├── wooden_leggings.json │ │ │ │ ├── woolen_trousers.json │ │ │ │ ├── cold_water_bottle.json │ │ │ │ ├── copper_chestplate.json │ │ │ │ ├── fearlessness_herb.json │ │ │ │ ├── improvised_bandage.json │ │ │ │ ├── raw_copper_powder.json │ │ │ │ ├── roasted_bat_wings.json │ │ │ │ ├── sharp_broken_bone.json │ │ │ │ ├── wooden_chestplate.json │ │ │ │ ├── burning_crude_torch.json │ │ │ │ ├── cooked_animal_viscera.json │ │ │ │ ├── cooked_bamboo_shoot.json │ │ │ │ ├── cooked_cactus_flesh.json │ │ │ │ ├── cooked_pumpkin_slice.json │ │ │ │ ├── cooked_sweet_berries.json │ │ │ │ ├── extinguished_campfire.json │ │ │ │ ├── purified_water_bottle.json │ │ │ │ ├── improvised_shield_blocking.json │ │ │ │ └── improvised_shield.json │ │ │ └── block │ │ │ │ ├── burnt_torch.json │ │ │ │ ├── crude_torch.json │ │ │ │ ├── unlit_torch.json │ │ │ │ ├── glowstone_torch.json │ │ │ │ ├── wall_burnt_torch.json │ │ │ │ ├── wall_crude_torch.json │ │ │ │ ├── wall_unlit_torch.json │ │ │ │ ├── burning_crude_torch.json │ │ │ │ ├── wall_glowstone_torch.json │ │ │ │ ├── wall_burning_crude_torch.json │ │ │ │ ├── burnt_campfire.json │ │ │ │ └── smoldering_campfire.json │ │ ├── textures │ │ │ ├── misc │ │ │ │ ├── panic_blur.png.mcmeta │ │ │ │ ├── darkness.png.mcmeta │ │ │ │ ├── hurt_blur.mcmeta │ │ │ │ ├── heatstroke_blur.png.mcmeta │ │ │ │ ├── insanity_outline.png.mcmeta │ │ │ │ ├── darkness_jump_scare.png.mcmeta │ │ │ │ ├── darkness.png │ │ │ │ ├── hurt_blur.png │ │ │ │ ├── panic_blur.png │ │ │ │ ├── heatstroke_blur.png │ │ │ │ ├── insanity_outline.png │ │ │ │ └── darkness_jump_scare.png │ │ │ ├── block │ │ │ │ ├── smoldering_campfire.png.mcmeta │ │ │ │ ├── smoldering_campfire_base.png.mcmeta │ │ │ │ ├── icebox.png │ │ │ │ ├── burnt_torch.png │ │ │ │ ├── crude_torch.png │ │ │ │ ├── drying_rack.png │ │ │ │ ├── unlit_torch.png │ │ │ │ ├── burnt_campfire.png │ │ │ │ ├── glowstone_torch.png │ │ │ │ ├── burning_crude_torch.png │ │ │ │ ├── burnt_campfire_base.png │ │ │ │ ├── smoldering_campfire.png │ │ │ │ └── smoldering_campfire_base.png │ │ │ ├── gui │ │ │ │ ├── empty.png │ │ │ │ └── hcs_stat.png │ │ │ ├── item │ │ │ │ ├── ashes.png │ │ │ │ ├── bark.png │ │ │ │ ├── club.png │ │ │ │ ├── jerky.png │ │ │ │ ├── rock.png │ │ │ │ ├── rot.png │ │ │ │ ├── worm.png │ │ │ │ ├── bandage.png │ │ │ │ ├── garland.png │ │ │ │ ├── ginger.png │ │ │ │ ├── orange.png │ │ │ │ ├── potherb.png │ │ │ │ ├── splint.png │ │ │ │ ├── tinder.png │ │ │ │ ├── bat_wings.png │ │ │ │ ├── berry_bush.png │ │ │ │ ├── copper_axe.png │ │ │ │ ├── copper_hoe.png │ │ │ │ ├── fire_bow.png │ │ │ │ ├── firewood.png │ │ │ │ ├── flint_cone.png │ │ │ │ ├── fried_egg.png │ │ │ │ ├── raw_jerky.png │ │ │ │ ├── raw_meat.png │ │ │ │ ├── sharp_rock.png │ │ │ │ ├── stone_cone.png │ │ │ │ ├── bamboo_shoot.png │ │ │ │ ├── booster_shot.png │ │ │ │ ├── cactus_flesh.png │ │ │ │ ├── cactus_juice.png │ │ │ │ ├── cooked_kelp.png │ │ │ │ ├── cooked_meat.png │ │ │ │ ├── copper_boots.png │ │ │ │ ├── copper_sword.png │ │ │ │ ├── fiber_string.png │ │ │ │ ├── fire_plough.png │ │ │ │ ├── flint_knife.png │ │ │ │ ├── flint_spear.png │ │ │ │ ├── grass_fiber.png │ │ │ │ ├── petals_salad.png │ │ │ │ ├── roasted_worm.png │ │ │ │ ├── selaginella.png │ │ │ │ ├── sharp_flint.png │ │ │ │ ├── short_stick.png │ │ │ │ ├── small_jerky.png │ │ │ │ ├── spider_gland.png │ │ │ │ ├── spiked_club.png │ │ │ │ ├── stone_knife.png │ │ │ │ ├── stone_spear.png │ │ │ │ ├── willow_bark.png │ │ │ │ ├── wooden_boots.png │ │ │ │ ├── woolen_boots.png │ │ │ │ ├── woolen_coat.png │ │ │ │ ├── woolen_hood.png │ │ │ │ ├── animal_viscera.png │ │ │ │ ├── chinese_cabbage.png │ │ │ │ ├── cooked_carrot.png │ │ │ │ ├── copper_helmet.png │ │ │ │ ├── copper_leggings.png │ │ │ │ ├── copper_pickaxe.png │ │ │ │ ├── copper_shovel.png │ │ │ │ ├── flint_hatchet.png │ │ │ │ ├── healing_salve.png │ │ │ │ ├── pumpkin_slice.png │ │ │ │ ├── raw_small_jerky.png │ │ │ │ ├── roasted_seeds.png │ │ │ │ ├── wooden_helmet.png │ │ │ │ ├── wooden_leggings.png │ │ │ │ ├── woolen_trousers.png │ │ │ │ ├── cold_water_bottle.png │ │ │ │ ├── copper_chestplate.png │ │ │ │ ├── fearlessness_herb.png │ │ │ │ ├── hot_water_bottle.png │ │ │ │ ├── raw_copper_powder.png │ │ │ │ ├── roasted_bat_wings.png │ │ │ │ ├── saltwater_bottle.png │ │ │ │ ├── sharp_broken_bone.png │ │ │ │ ├── wooden_chestplate.png │ │ │ │ ├── cooked_bamboo_shoot.png │ │ │ │ ├── cooked_cactus_flesh.png │ │ │ │ ├── cooked_pumpkin_slice.png │ │ │ │ ├── cooked_sweet_berries.png │ │ │ │ ├── improvised_bandage.png │ │ │ │ ├── cooked_animal_viscera.png │ │ │ │ ├── extinguished_campfire.png │ │ │ │ └── purified_water_bottle.png │ │ │ ├── mob_effect │ │ │ │ ├── cold.png │ │ │ │ ├── pain.png │ │ │ │ ├── wet.png │ │ │ │ ├── injury.png │ │ │ │ ├── panic.png │ │ │ │ ├── return.png │ │ │ │ ├── thirst.png │ │ │ │ ├── bleeding.png │ │ │ │ ├── diarrhea.png │ │ │ │ ├── exhausted.png │ │ │ │ ├── fracture.png │ │ │ │ ├── insanity.png │ │ │ │ ├── ironskin.png │ │ │ │ ├── overeaten.png │ │ │ │ ├── starving.png │ │ │ │ ├── unhappy.png │ │ │ │ ├── chilly_wind.png │ │ │ │ ├── dehydrated.png │ │ │ │ ├── heatstroke.png │ │ │ │ ├── heavy_load.png │ │ │ │ ├── hypothermia.png │ │ │ │ ├── strong_sun.png │ │ │ │ ├── fearlessness.png │ │ │ │ ├── food_poisoning.png │ │ │ │ ├── malnutrition.png │ │ │ │ ├── pain_killing.png │ │ │ │ ├── soul_impaired.png │ │ │ │ ├── darkness_enveloped.png │ │ │ │ ├── parasite_infection.png │ │ │ │ └── constant_temperature.png │ │ │ └── entity │ │ │ │ ├── improvised_shield_base.png │ │ │ │ └── improvised_shield_base_nopattern.png │ │ ├── icon.png │ │ └── blockstates │ │ │ ├── burnt_torch.json │ │ │ ├── crude_torch.json │ │ │ ├── unlit_torch.json │ │ │ ├── glowstone_torch.json │ │ │ ├── burning_crude_torch.json │ │ │ ├── icebox.json │ │ │ └── drying_rack.json │ │ └── minecraft │ │ ├── models │ │ ├── item │ │ │ └── wooden_sword.json │ │ └── block │ │ │ ├── campfire_flame_size_1.json │ │ │ ├── campfire_flame_size_10.json │ │ │ ├── campfire_flame_size_2.json │ │ │ ├── campfire_flame_size_3.json │ │ │ ├── campfire_flame_size_4.json │ │ │ ├── campfire_flame_size_5.json │ │ │ ├── campfire_flame_size_6.json │ │ │ ├── campfire_flame_size_7.json │ │ │ ├── campfire_flame_size_8.json │ │ │ └── campfire_flame_size_9.json │ │ ├── textures │ │ └── models │ │ │ └── armor │ │ │ ├── hcs_none_layer_1.png │ │ │ ├── hcs_wood_layer_1.png │ │ │ ├── hcs_wood_layer_2.png │ │ │ ├── hcs_wool_layer_1.png │ │ │ ├── hcs_wool_layer_2.png │ │ │ ├── hcs_copper_layer_1.png │ │ │ ├── hcs_copper_layer_2.png │ │ │ └── hcs_none_layer_2 .png │ │ └── atlases │ │ └── shield_patterns.json │ └── java │ └── biz │ └── coolpage │ └── hcs │ └── status │ └── accessor │ ├── IKickCoolDown.java │ ├── ILivingEntity.java │ └── ICampfireBlockEntity.java ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties └── settings.gradle /src/main/resources/data/minecraft/structures/village/desert/villagers/baby.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/villagers/baby.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/villagers/baby.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/villagers/baby.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_farm_1.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_farm_2.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_farm_1.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_farm_2.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_large_farm_1.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_farm_1.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/petals_salad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_petals_salad" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_large_farm_1.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_large_farm_1.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_farm.nbt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/icebox.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "hcs:block/icebox" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/spiked_club.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_spiked_club_recipe" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/hot_water_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_hot_water_bottle_recipe" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/pour_out_content.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_pour_out_content_recipe" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/sapling_to_stick.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_sapling_to_stick_recipe" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/burnt_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "hcs:block/burnt_campfire" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cold_water_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_cold_water_bottle_recipe" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/extract_water_from_snow.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_extract_water_from_snow" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/smoldering_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "hcs:block/smoldering_campfire" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/panic_blur.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/extract_water_from_bamboo.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs_extract_water_from_bamboo" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/darkness.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/hurt_blur.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/blocks/needs_stone_tool.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | ] 5 | } -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/heatstroke_blur.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/insanity_outline.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/icon.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/smoldering_campfire.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/darkness_jump_scare.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "texture": { 3 | "blur": true 4 | } 5 | } 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/smoldering_campfire_base.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/blocks/mineable/axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "hcs:drying_rack" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "hcs:icebox" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/blockstates/burnt_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "hcs:block/burnt_torch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/blockstates/crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "hcs:block/crude_torch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/blockstates/unlit_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "hcs:block/unlit_torch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/rot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/rot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/blockstates/glowstone_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "hcs:block/glowstone_torch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/ashes.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/ashes" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/bark.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/bark" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/ginger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/ginger" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/jerky.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/jerky" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/orange" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/rock.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/rock" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/splint.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/splint" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/tinder.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/tinder" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/worm.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/worm" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/bandage.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/bandage" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/fire_bow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/fire_bow" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/firewood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/firewood" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/garland.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/garland" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/potherb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/potherb" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/raw_meat.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/raw_meat" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/gui/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/gui/empty.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/ashes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/ashes.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/bark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/bark.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/club.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/jerky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/jerky.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/rock.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/rot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/rot.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/worm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/worm.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/blockstates/burning_crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "hcs:block/burning_crude_torch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/bat_wings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/bat_wings" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/berry_bush.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/berry_bush" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_kelp.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_kelp" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_meat.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_meat" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/copper_axe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/copper_hoe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/fire_plough.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/fire_plough" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/flint_knife.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/flint_knife" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/flint_spear.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/flint_spear" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/fried_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/fried_egg" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/grass_fiber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/grass_fiber" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/raw_jerky.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/raw_jerky" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/selaginella.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/selaginella" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/sharp_flint.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/sharp_flint" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/sharp_rock.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/sharp_rock" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/short_stick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/short_stick" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/small_jerky.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/small_jerky" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/spiked_club.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/spiked_club" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/stone_knife.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/stone_knife" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/stone_spear.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/stone_spear" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/willow_bark.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/willow_bark" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/woolen_coat.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/woolen_coat" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/woolen_hood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/woolen_hood" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/icebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/icebox.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/gui/hcs_stat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/gui/hcs_stat.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/bandage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/bandage.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/garland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/garland.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/ginger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/ginger.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/orange.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/potherb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/potherb.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/splint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/splint.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/tinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/tinder.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/item/wooden_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/club" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/bamboo_shoot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/bamboo_shoot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/booster_shot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/booster_shot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cactus_flesh.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cactus_flesh" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cactus_juice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cactus_juice" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_carrot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_carrot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/copper_boots" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/copper_helmet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/copper_pickaxe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/copper_shovel" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/copper_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:block/crude_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/fiber_string.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/fiber_string" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/flint_hatchet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/flint_hatchet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/healing_salve.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/healing_salve" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/petals_salad.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/petals_salad" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/pumpkin_slice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/pumpkin_slice" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/roasted_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/roasted_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/roasted_worm.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/roasted_worm" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/spider_gland.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/spider_gland" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/unlit_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:block/unlit_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/wooden_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/wooden_boots" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/wooden_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/wooden_helmet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/woolen_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/woolen_boots" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/bat_wings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/bat_wings.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/berry_bush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/berry_bush.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_hoe.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/fire_bow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/fire_bow.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/firewood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/firewood.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/flint_cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/flint_cone.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/fried_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/fried_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/raw_jerky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/raw_jerky.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/raw_meat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/raw_meat.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/sharp_rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/sharp_rock.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/stone_cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/stone_cone.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/darkness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/misc/darkness.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/hurt_blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/misc/hurt_blur.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/panic_blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/misc/panic_blur.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/cold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/cold.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/pain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/pain.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/wet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/wet.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/burnt_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch", 3 | "textures": { 4 | "torch": "hcs:block/burnt_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch", 3 | "textures": { 4 | "torch": "hcs:block/crude_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/unlit_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch", 3 | "textures": { 4 | "torch": "hcs:block/unlit_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/animal_viscera.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/animal_viscera" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/copper_leggings" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/glowstone_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:block/glowstone_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/hot_water_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/hot_water_bottle" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/raw_small_jerky.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/raw_small_jerky" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/saltwater_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/saltwater_bottle" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/wooden_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/wooden_leggings" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/woolen_trousers.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/woolen_trousers" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/burnt_torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/burnt_torch.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/crude_torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/crude_torch.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/drying_rack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/drying_rack.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/unlit_torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/unlit_torch.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/bamboo_shoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/bamboo_shoot.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/booster_shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/booster_shot.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cactus_flesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cactus_flesh.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cactus_juice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cactus_juice.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_kelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_kelp.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_meat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_meat.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_boots.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_sword.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/fiber_string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/fiber_string.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/fire_plough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/fire_plough.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/flint_knife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/flint_knife.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/flint_spear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/flint_spear.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/grass_fiber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/grass_fiber.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/petals_salad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/petals_salad.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/roasted_worm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/roasted_worm.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/selaginella.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/selaginella.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/sharp_flint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/sharp_flint.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/short_stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/short_stick.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/small_jerky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/small_jerky.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/spider_gland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/spider_gland.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/spiked_club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/spiked_club.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/stone_knife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/stone_knife.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/stone_spear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/stone_spear.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/willow_bark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/willow_bark.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/wooden_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/wooden_boots.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/woolen_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/woolen_boots.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/woolen_coat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/woolen_coat.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/woolen_hood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/woolen_hood.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/injury.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/injury.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/panic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/panic.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/return.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/thirst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/thirst.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/glowstone_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch", 3 | "textures": { 4 | "torch": "hcs:block/glowstone_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cold_water_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cold_water_bottle" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/copper_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/copper_chestplate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/fearlessness_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/fearlessness_herb" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/improvised_bandage.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/improvised_bandage" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/raw_copper_powder.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/raw_copper_powder" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/roasted_bat_wings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/roasted_bat_wings" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/sharp_broken_bone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "hcs:item/sharp_broken_bone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/wooden_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/wooden_chestplate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/burnt_campfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/burnt_campfire.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/animal_viscera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/animal_viscera.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/chinese_cabbage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/chinese_cabbage.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_carrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_carrot.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_helmet.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_leggings.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_pickaxe.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_shovel.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/flint_hatchet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/flint_hatchet.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/healing_salve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/healing_salve.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/pumpkin_slice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/pumpkin_slice.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/raw_small_jerky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/raw_small_jerky.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/roasted_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/roasted_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/wooden_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/wooden_helmet.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/wooden_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/wooden_leggings.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/woolen_trousers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/woolen_trousers.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/heatstroke_blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/misc/heatstroke_blur.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/bleeding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/bleeding.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/diarrhea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/diarrhea.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/exhausted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/exhausted.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/fracture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/fracture.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/insanity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/insanity.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/ironskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/ironskin.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/overeaten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/overeaten.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/starving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/starving.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/unhappy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/unhappy.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/wall_burnt_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch_wall", 3 | "textures": { 4 | "torch": "hcs:block/burnt_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/wall_crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch_wall", 3 | "textures": { 4 | "torch": "hcs:block/crude_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/wall_unlit_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch_wall", 3 | "textures": { 4 | "torch": "hcs:block/unlit_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/burning_crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:block/burning_crude_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_animal_viscera.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_animal_viscera" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_bamboo_shoot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_bamboo_shoot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_cactus_flesh.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_cactus_flesh" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_pumpkin_slice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_pumpkin_slice" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/cooked_sweet_berries.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/cooked_sweet_berries" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/extinguished_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/extinguished_campfire" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/purified_water_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "hcs:item/purified_water_bottle" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/glowstone_torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/glowstone_torch.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cold_water_bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cold_water_bottle.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/copper_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/copper_chestplate.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/fearlessness_herb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/fearlessness_herb.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/hot_water_bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/hot_water_bottle.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/raw_copper_powder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/raw_copper_powder.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/roasted_bat_wings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/roasted_bat_wings.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/saltwater_bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/saltwater_bottle.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/sharp_broken_bone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/sharp_broken_bone.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/wooden_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/wooden_chestplate.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/insanity_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/misc/insanity_outline.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/chilly_wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/chilly_wind.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/dehydrated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/dehydrated.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/heatstroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/heatstroke.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/heavy_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/heavy_load.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/hypothermia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/hypothermia.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/strong_sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/strong_sun.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/burning_crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch", 3 | "textures": { 4 | "torch": "hcs:block/burning_crude_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/wall_glowstone_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch_wall", 3 | "textures": { 4 | "torch": "hcs:block/glowstone_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/burning_crude_torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/burning_crude_torch.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/burnt_campfire_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/burnt_campfire_base.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/smoldering_campfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/smoldering_campfire.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_bamboo_shoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_bamboo_shoot.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_cactus_flesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_cactus_flesh.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_pumpkin_slice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_pumpkin_slice.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_sweet_berries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_sweet_berries.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/improvised_bandage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/improvised_bandage.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/misc/darkness_jump_scare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/misc/darkness_jump_scare.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/fearlessness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/fearlessness.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/food_poisoning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/food_poisoning.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/malnutrition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/malnutrition.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/pain_killing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/pain_killing.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/soul_impaired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/soul_impaired.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/cooked_animal_viscera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/cooked_animal_viscera.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/extinguished_campfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/extinguished_campfire.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/item/purified_water_bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/item/purified_water_bottle.png -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | pluginManagement { 2 | repositories { 3 | maven { 4 | name = 'Fabric' 5 | url = 'https://maven.fabricmc.net/' 6 | } 7 | mavenCentral() 8 | gradlePluginPortal() 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/wall_burning_crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_torch_wall", 3 | "textures": { 4 | "torch": "hcs:block/burning_crude_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/improvised_shield_blocking.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/shield_blocking", 3 | "textures": { 4 | "particle": "minecraft:block/oak_planks" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/block/smoldering_campfire_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/block/smoldering_campfire_base.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/entity/improvised_shield_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/entity/improvised_shield_base.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/darkness_enveloped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/darkness_enveloped.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/parasite_infection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/parasite_infection.png -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/mob_effect/constant_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/mob_effect/constant_temperature.png -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/iron_golem.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/iron_golem.nbt -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_none_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_none_layer_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_wood_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_wood_layer_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_wood_layer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_wood_layer_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_wool_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_wool_layer_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_wool_layer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_wool_layer_2.png -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cows_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cows_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/pigs_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/pigs_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/villagers/baby.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/villagers/baby.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/turn_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/turn_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/turn_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/turn_01.nbt -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_copper_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_copper_layer_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_copper_layer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_copper_layer_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/hcs_none_layer_2 .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/minecraft/textures/models/armor/hcs_none_layer_2 .png -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/pillager_outpost/feature_cage1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/pillager_outpost/feature_cage1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/pillager_outpost/feature_cage2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/pillager_outpost/feature_cage2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_red.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_red.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/horses_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/horses_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/horses_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/horses_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/horses_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/horses_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/horses_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/horses_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/horses_5.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/horses_5.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/sheep_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/sheep_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/sheep_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/sheep_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/turn_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/turn_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/villagers/nitwit.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/villagers/nitwit.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/turn_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/turn_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/villagers/nitwit.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/villagers/nitwit.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/turn_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/turn_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/corner_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/corner_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/corner_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/corner_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/corner_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/corner_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/square_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/square_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/villagers/nitwit.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/villagers/nitwit.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/corner_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/corner_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/corner_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/corner_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/corner_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/corner_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/villagers/nitwit.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/villagers/nitwit.nbt -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/textures/entity/improvised_shield_base_nopattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/assets/hcs/textures/entity/improvised_shield_base_nopattern.png -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_black.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_black.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_british.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_british.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_calico.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_calico.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_jellie.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_jellie.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_persian.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_persian.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_ragdoll.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_ragdoll.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_siamese.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_siamese.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_tabby.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_tabby.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/common/animals/cat_white.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/common/animals/cat_white.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/corner_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/corner_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/corner_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/corner_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/square_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/square_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/square_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/square_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/straight_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/straight_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/straight_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/straight_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/straight_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/straight_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/corner_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/corner_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/corner_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/corner_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/corner_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/corner_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/straight_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/straight_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/straight_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/straight_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/straight_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/straight_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/straight_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/straight_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/straight_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/straight_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/straight_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/straight_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/corner_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/corner_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/corner_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/corner_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/split_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/split_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/split_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/split_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/villagers/nitwit.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/villagers/nitwit.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/crossroad_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/straight_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/straight_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/straight_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/straight_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/straight_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/straight_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/straight_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/straight_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/straight_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/straight_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/streets/straight_08.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/streets/straight_08.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/villagers/unemployed.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/villagers/unemployed.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/crossroad_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/straight_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/straight_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/straight_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/straight_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/straight_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/straight_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/straight_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/straight_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/straight_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/straight_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/streets/straight_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/streets/straight_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/villagers/unemployed.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/villagers/unemployed.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/crossroad_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/crossroad_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/crossroad_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/crossroad_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/streets/crossroad_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/streets/crossroad_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/villagers/unemployed.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/villagers/unemployed.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/streets/crossroad_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/villagers/unemployed.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/villagers/unemployed.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_03.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_03.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_07.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/crossroad_07.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_04.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_04.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_06.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_06.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_08.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_08.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_09.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_09.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_10.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_10.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/streets/straight_11.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/streets/straight_11.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/villagers/unemployed.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/villagers/unemployed.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_library_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_library_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_temple_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_temple_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_stable_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_stable_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_large_farm_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_large_farm_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_tool_smith_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_tool_smith_1.nbt -------------------------------------------------------------------------------- /src/main/java/biz/coolpage/hcs/status/accessor/IKickCoolDown.java: -------------------------------------------------------------------------------- 1 | package biz.coolpage.hcs.status.accessor; 2 | 3 | public interface IKickCoolDown { 4 | boolean canKick(); 5 | void notifyKick(); 6 | void updateCooldown(); 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/terminators/terminator_02.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/terminators/terminator_02.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_animal_pen_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_animal_pen_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_big_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_big_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_large_farm_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_large_farm_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_farm_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_farm_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/terminators/terminator_05.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/terminators/terminator_05.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_medium_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_medium_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_medium_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_medium_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_medium_house_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_medium_house_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_5.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_5.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_6.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_6.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_7.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_7.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_8.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/houses/snowy_small_house_8.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_medium_house_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_5.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_small_house_5.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_weaponsmith_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_weaponsmith_2.nbt -------------------------------------------------------------------------------- /src/main/java/biz/coolpage/hcs/status/accessor/ILivingEntity.java: -------------------------------------------------------------------------------- 1 | package biz.coolpage.hcs.status.accessor; 2 | 3 | import net.minecraft.entity.LivingEntity; 4 | 5 | public interface ILivingEntity { 6 | LivingEntity getHcsLastAttacker(); 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_medium_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_medium_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_medium_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_medium_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_5.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_5.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_6.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_6.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_7.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_7.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_8.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/houses/desert_small_house_8.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_butcher_shop_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_butcher_shop_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_medium_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_medium_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_medium_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_medium_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_meeting_point_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_meeting_point_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_meeting_point_5.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_meeting_point_5.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_5.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_5.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_6.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_6.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_7.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_7.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_8.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_small_house_8.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_animal_pen_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_animal_pen_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_animal_pen_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_animal_pen_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_large_farm_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_large_farm_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_5.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_5.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_6.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_6.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_7.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_7.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_8.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_small_house_8.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_fisher_cottage_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_fisher_cottage_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_shepherds_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_shepherds_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_fletcher_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_fletcher_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/houses/plains_shepherds_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/houses/plains_shepherds_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_fountain_01.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_fountain_01.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_medium_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_medium_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_medium_house_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/houses/savanna_medium_house_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/town_centers/snowy_meeting_point_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/town_centers/snowy_meeting_point_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/town_centers/snowy_meeting_point_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/town_centers/snowy_meeting_point_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/snowy/town_centers/snowy_meeting_point_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/snowy/town_centers/snowy_meeting_point_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_cartographer_house_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/houses/taiga_cartographer_house_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/town_centers/taiga_meeting_point_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/town_centers/taiga_meeting_point_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/taiga/town_centers/taiga_meeting_point_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/taiga/town_centers/taiga_meeting_point_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/town_centers/desert_meeting_point_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/town_centers/desert_meeting_point_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/town_centers/desert_meeting_point_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/town_centers/desert_meeting_point_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/desert/town_centers/desert_meeting_point_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/desert/town_centers/desert_meeting_point_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_meeting_point_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_meeting_point_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_meeting_point_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_meeting_point_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_meeting_point_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/plains/town_centers/plains_meeting_point_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenRainDev/Hardcore-Survival/HEAD/src/main/resources/data/minecraft/structures/village/savanna/town_centers/savanna_meeting_point_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/stone_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:stone_axe" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/stone_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:stone_hoe" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/stone_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:stone_sword" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/wooden_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:wooden_axe" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/wooden_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:wooden_hoe" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_1", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_10.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_10", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_2", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_3", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_4", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_5", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_6.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_6", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_7.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_7", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_8", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/models/block/campfire_flame_size_9.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_campfire_flame_size_9", 3 | "textures": { 4 | "fire": "minecraft:block/campfire_fire", 5 | "lit_log": "minecraft:block/campfire_log_lit" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/stone_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:stone_pickaxe" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/stone_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:stone_shovel" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/wooden_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "ingredients": [ 4 | { 5 | "item": "minecraft:barrier" 6 | } 7 | ], 8 | "result": { 9 | "item": "minecraft:wooden_pickaxe" 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/burnt_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "hcs:block/template_burnt_campfire", 3 | "textures": { 4 | "log_base": "hcs:block/burnt_campfire_base", 5 | "log": "hcs:block/burnt_campfire", 6 | "particle": "hcs:block/burnt_campfire_base" 7 | } 8 | } -------------------------------------------------------------------------------- /src/main/java/biz/coolpage/hcs/status/accessor/ICampfireBlockEntity.java: -------------------------------------------------------------------------------- 1 | package biz.coolpage.hcs.status.accessor; 2 | 3 | public interface ICampfireBlockEntity { 4 | long getBurnOutTime(); 5 | 6 | void resetBurnOutTime(); 7 | 8 | boolean setBurnOutTime(long val); 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/tinder_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "hcs:bark" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:tinder" 12 | } 13 | } -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/block/smoldering_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "hcs:block/template_burnt_campfire", 3 | "textures": { 4 | "log_base": "hcs:block/smoldering_campfire_base", 5 | "log": "hcs:block/smoldering_campfire", 6 | "particle": "hcs:block/smoldering_campfire_base" 7 | } 8 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/tinder_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "hcs:grass_fiber" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:tinder" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/tinder_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "hcs:willow_bark" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:tinder" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/wheat.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "ingredients": [ 5 | { 6 | "item": "minecraft:hay_block" 7 | } 8 | ], 9 | "result": { 10 | "count": 9, 11 | "item": "hcs:grass_fiber" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/ashes_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:tinder" 8 | } 9 | ], 10 | "result": "hcs:ashes", 11 | "experience": 0.0, 12 | "cookingtime": 25 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cactus_flesh.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:cactus" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:cactus_flesh" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/flint_cone.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "hcs:sharp_flint" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:flint_cone" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/stone_cone.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "hcs:sharp_rock" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:stone_cone" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/ashes_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:tinder" 8 | } 9 | ], 10 | "result": "hcs:ashes", 11 | "experience": 0.0, 12 | "cookingtime": 50 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/fiber_string_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:string" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:fiber_string" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/jerky_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_jerky" 8 | } 9 | ], 10 | "result": "hcs:jerky", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/jerky_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_jerky" 8 | } 9 | ], 10 | "result": "hcs:jerky", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/pumpkin_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "hcs:pumpkin_slice" 8 | } 9 | ], 10 | "result": { 11 | "item": "minecraft:pumpkin_seeds" 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/ashes_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:tinder" 8 | } 9 | ], 10 | "result": "hcs:ashes", 11 | "experience": 0.0, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_meat_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_meat" 8 | } 9 | ], 10 | "result": "hcs:cooked_meat", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/fried_egg_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:egg" 8 | } 9 | ], 10 | "result": "hcs:fried_egg", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/fried_egg_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:egg" 8 | } 9 | ], 10 | "result": "hcs:fried_egg", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/jerky_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_jerky" 8 | } 9 | ], 10 | "result": "hcs:jerky", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_worm_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:worm" 8 | } 9 | ], 10 | "result": "hcs:roasted_worm", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_worm_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:worm" 8 | } 9 | ], 10 | "result": "hcs:roasted_worm", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_meat_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_meat" 8 | } 9 | ], 10 | "result": "hcs:cooked_meat", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/short_stick.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:stick" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:short_stick", 12 | "count": 2 13 | } 14 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/bone_meal.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "group": "bonemeal", 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:bone" 8 | } 9 | ], 10 | "result": { 11 | "count": 1, 12 | "item": "minecraft:bone_meal" 13 | } 14 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_carrot_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:carrot" 8 | } 9 | ], 10 | "result": "hcs:cooked_carrot", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_carrot_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:carrot" 8 | } 9 | ], 10 | "result": "hcs:cooked_carrot", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/fried_egg_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:egg" 8 | } 9 | ], 10 | "result": "hcs:fried_egg", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/pumpkin_slice.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:pumpkin" 8 | } 9 | ], 10 | "result": { 11 | "item": "hcs:pumpkin_slice", 12 | "count": 9 13 | } 14 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_worm_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:worm" 8 | } 9 | ], 10 | "result": "hcs:roasted_worm", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/small_jerky_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_small_jerky" 8 | } 9 | ], 10 | "result": "hcs:small_jerky", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/small_jerky_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_small_jerky" 8 | } 9 | ], 10 | "result": "hcs:small_jerky", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/wheat_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:wheat" 8 | } 9 | ], 10 | "result": { 11 | "count": 2, 12 | "item": "minecraft:wheat_seeds" 13 | } 14 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/boil_water_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:potion" 8 | } 9 | ], 10 | "result": "hcs:purified_water_bottle", 11 | "experience": 0.1, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/boil_water_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:potion" 8 | } 9 | ], 10 | "result": "hcs:purified_water_bottle", 11 | "experience": 0.1, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/brick_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:clay_ball" 8 | } 9 | ], 10 | "result": "minecraft:brick", 11 | "experience": 0.35, 12 | "cookingtime": 1200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_meat_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_meat" 8 | } 9 | ], 10 | "result": "hcs:cooked_meat", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_bat_wings_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:bat_wings" 8 | } 9 | ], 10 | "result": "hcs:roasted_bat_wings", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_bat_wings_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:bat_wings" 8 | } 9 | ], 10 | "result": "hcs:roasted_bat_wings", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_bamboo_shoot_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:bamboo_shoot" 8 | } 9 | ], 10 | "result": "hcs:cooked_bamboo_shoot", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_cactus_flesh_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:cactus_flesh" 8 | } 9 | ], 10 | "result": "hcs:cooked_cactus_flesh", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_carrot_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:carrot" 8 | } 9 | ], 10 | "result": "hcs:cooked_carrot", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/distill_water_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:saltwater_bottle" 8 | } 9 | ], 10 | "result": "hcs:purified_water_bottle", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_furnace_melon.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:melon_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_furnace_wheat.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:wheat_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_smoker_melon.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:melon_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 50 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_smoker_wheat.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:wheat_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 50 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/small_jerky_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:raw_small_jerky" 8 | } 9 | ], 10 | "result": "hcs:small_jerky", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/models/item/improvised_shield.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/shield", 3 | "textures": { 4 | "particle": "minecraft:block/oak_planks" 5 | }, 6 | "overrides": [ 7 | { 8 | "predicate": { 9 | "blocking": 1 10 | }, 11 | "model": "item/shield_blocking" 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/boil_water_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:potion" 8 | } 9 | ], 10 | "result": "hcs:purified_water_bottle", 11 | "experience": 0.1, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_bamboo_shoot_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:bamboo_shoot" 8 | } 9 | ], 10 | "result": "hcs:cooked_bamboo_shoot", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_cactus_flesh_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:cactus_flesh" 8 | } 9 | ], 10 | "result": "hcs:cooked_cactus_flesh", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_pumpkin_slice_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:pumpkin_slice" 8 | } 9 | ], 10 | "result": "hcs:cooked_pumpkin_slice", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_pumpkin_slice_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:pumpkin_slice" 8 | } 9 | ], 10 | "result": "hcs:cooked_pumpkin_slice", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/distill_water_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:saltwater_bottle" 8 | } 9 | ], 10 | "result": "hcs:purified_water_bottle", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/fire_plough.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "SS" 7 | ], 8 | "key": { 9 | "S": { 10 | "item": "minecraft:stick" 11 | } 12 | }, 13 | "result": { 14 | "item": "hcs:fire_plough" 15 | } 16 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/heat_hot_water_bottle_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:hot_water_bottle" 8 | } 9 | ], 10 | "result": "hcs:hot_water_bottle", 11 | "experience": 0.0, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/heat_hot_water_bottle_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:hot_water_bottle" 8 | } 9 | ], 10 | "result": "hcs:hot_water_bottle", 11 | "experience": 0.0, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_bat_wings_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:bat_wings" 8 | } 9 | ], 10 | "result": "hcs:roasted_bat_wings", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_furnace_pumpkin.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:pumpkin_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_smoker_beetroot.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:beetroot_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 50 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_smoker_pumpkin.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:pumpkin_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 50 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_animal_viscera_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:animal_viscera" 8 | } 9 | ], 10 | "result": "hcs:cooked_animal_viscera", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_animal_viscera_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:animal_viscera" 8 | } 9 | ], 10 | "result": "hcs:cooked_animal_viscera", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_glow_berries_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:glow_berries" 8 | } 9 | ], 10 | "result": "hcs:cooked_sweet_berries", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_glow_berries_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:glow_berries" 8 | } 9 | ], 10 | "result": "hcs:cooked_sweet_berries", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_sweet_berries_smoker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:sweet_berries" 8 | } 9 | ], 10 | "result": "hcs:cooked_sweet_berries", 11 | "experience": 0.35, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_campfire_melon.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:melon_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 300 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_campfire_wheat.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:wheat_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 300 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_furnace_beetroot.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:beetroot_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 100 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/hay_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "misc", 4 | "key": { 5 | "#": { 6 | "item": "hcs:grass_fiber" 7 | } 8 | }, 9 | "pattern": [ 10 | "###", 11 | "###", 12 | "###" 13 | ], 14 | "result": { 15 | "item": "minecraft:hay_block" 16 | } 17 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/atlases/shield_patterns.json: -------------------------------------------------------------------------------- 1 | { 2 | "sources": [ 3 | { 4 | "type": "single", 5 | "resource": "hcs:entity/improvised_shield_base" 6 | }, 7 | { 8 | "type": "single", 9 | "resource": "hcs:entity/improvised_shield_base_nopattern" 10 | } 11 | ] 12 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_bamboo_shoot_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:bamboo_shoot" 8 | } 9 | ], 10 | "result": "hcs:cooked_bamboo_shoot", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_cactus_flesh_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:cactus_flesh" 8 | } 9 | ], 10 | "result": "hcs:cooked_cactus_flesh", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_pumpkin_slice_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:pumpkin_slice" 8 | } 9 | ], 10 | "result": "hcs:cooked_pumpkin_slice", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_sweet_berries_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:sweet_berries" 8 | } 9 | ], 10 | "result": "hcs:cooked_sweet_berries", 11 | "experience": 0.35, 12 | "cookingtime": 200 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/heat_hot_water_bottle_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:hot_water_bottle" 8 | } 9 | ], 10 | "result": "hcs:hot_water_bottle", 11 | "experience": 0.0, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_campfire_beetroot.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:beetroot_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 300 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/roasted_seeds_campfire_pumpkin.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:pumpkin_seeds" 8 | } 9 | ], 10 | "result": "hcs:roasted_seeds", 11 | "experience": 0.1, 12 | "cookingtime": 300 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/sharp_rock.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "hcs:rock" 8 | }, 9 | { 10 | "item": "hcs:rock" 11 | } 12 | ], 13 | "result": { 14 | "item": "hcs:sharp_rock" 15 | } 16 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_animal_viscera_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "hcs:animal_viscera" 8 | } 9 | ], 10 | "result": "hcs:cooked_animal_viscera", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_glow_berries_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:glow_berries" 8 | } 9 | ], 10 | "result": "hcs:cooked_sweet_berries", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cooked_sweet_berries_campfire.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredient": [ 6 | { 7 | "item": "minecraft:sweet_berries" 8 | } 9 | ], 10 | "result": "hcs:cooked_sweet_berries", 11 | "experience": 0.35, 12 | "cookingtime": 400 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/woolen_hood.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "WWW", 7 | "W W" 8 | ], 9 | "key": { 10 | "W": { 11 | "tag": "minecraft:wool" 12 | } 13 | }, 14 | "result": { 15 | "item": "hcs:woolen_hood" 16 | } 17 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/recipes/torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs:torch_ignite", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:flint_and_steel" 8 | }, 9 | { 10 | "item": "hcs:unlit_torch" 11 | } 12 | ], 13 | "result": { 14 | "item": "minecraft:torch" 15 | } 16 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/wooden_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "P P", 7 | "P P" 8 | ], 9 | "key": { 10 | "P": { 11 | "tag": "minecraft:planks" 12 | } 13 | }, 14 | "result": { 15 | "item": "hcs:wooden_boots" 16 | } 17 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/woolen_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "W W", 7 | "W W" 8 | ], 9 | "key": { 10 | "W": { 11 | "tag": "minecraft:wool" 12 | } 13 | }, 14 | "result": { 15 | "item": "hcs:woolen_boots" 16 | } 17 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/burning_crude_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "hcs:torch_ignite", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:flint_and_steel" 8 | }, 9 | { 10 | "item": "hcs:crude_torch" 11 | } 12 | ], 13 | "result": { 14 | "item": "minecraft:torch" 15 | } 16 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/sharp_flint.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:flint" 8 | }, 9 | { 10 | "item": "minecraft:flint" 11 | } 12 | ], 13 | "result": { 14 | "item": "hcs:sharp_flint" 15 | } 16 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/wooden_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "PPP", 7 | "P P" 8 | ], 9 | "key": { 10 | "P": { 11 | "tag": "minecraft:planks" 12 | } 13 | }, 14 | "result": { 15 | "item": "hcs:wooden_helmet" 16 | } 17 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/cactus_juice.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "show_notification": true, 5 | "ingredients": [ 6 | { 7 | "item": "minecraft:cactus" 8 | }, 9 | { 10 | "item": "minecraft:glass_bottle" 11 | } 12 | ], 13 | "result": { 14 | "item": "hcs:cactus_juice" 15 | } 16 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/copper_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "C C", 7 | "C C" 8 | ], 9 | "key": { 10 | "C": { 11 | "item": "minecraft:copper_ingot" 12 | } 13 | }, 14 | "result": { 15 | "item": "hcs:copper_boots" 16 | } 17 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/copper_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "CCC", 7 | "C C" 8 | ], 9 | "key": { 10 | "C": { 11 | "item": "minecraft:copper_ingot" 12 | } 13 | }, 14 | "result": { 15 | "item": "hcs:copper_helmet" 16 | } 17 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "misc", 4 | "show_notification": true, 5 | "pattern": [ 6 | "BBB", 7 | "B B", 8 | "BBB" 9 | ], 10 | "key": { 11 | "B": { 12 | "item": "minecraft:bricks" 13 | } 14 | }, 15 | "result": { 16 | "item": "minecraft:furnace" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/garland.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "FFF", 7 | "F F", 8 | "FFF" 9 | ], 10 | "key": { 11 | "F": { 12 | "tag": "minecraft:flowers" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:garland" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/blockstates/icebox.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "facing=north": { "model": "hcs:block/icebox", "uvlock": false }, 4 | "facing=east": { "model": "hcs:block/icebox", "y": 90, "uvlock": false }, 5 | "facing=south": { "model": "hcs:block/icebox", "y": 180, "uvlock": false }, 6 | "facing=west": { "model": "hcs:block/icebox", "y": 270, "uvlock": false } 7 | } 8 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/woolen_coat.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "W W", 7 | "WWW", 8 | "WWW" 9 | ], 10 | "key": { 11 | "W": { 12 | "tag": "minecraft:wool" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:woolen_coat" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/woolen_trousers.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "WWW", 7 | "W W", 8 | "W W" 9 | ], 10 | "key": { 11 | "W": { 12 | "tag": "minecraft:wool" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:woolen_trousers" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/improvised_shield.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "P P", 7 | "PPP", 8 | " P " 9 | ], 10 | "key": { 11 | "P": { 12 | "tag": "minecraft:planks" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:improvised_shield" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/wooden_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "P P", 7 | "PPP", 8 | "PPP" 9 | ], 10 | "key": { 11 | "P": { 12 | "tag": "minecraft:planks" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:wooden_chestplate" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/wooden_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "PPP", 7 | "P P", 8 | "P P" 9 | ], 10 | "key": { 11 | "P": { 12 | "tag": "minecraft:planks" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:wooden_leggings" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/copper_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "CCC", 7 | "C C", 8 | "C C" 9 | ], 10 | "key": { 11 | "C": { 12 | "item": "minecraft:copper_ingot" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:copper_leggings" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/data/hcs/recipes/copper_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shaped", 3 | "category": "equipment", 4 | "show_notification": true, 5 | "pattern": [ 6 | "C C", 7 | "CCC", 8 | "CCC" 9 | ], 10 | "key": { 11 | "C": { 12 | "item": "minecraft:copper_ingot" 13 | } 14 | }, 15 | "result": { 16 | "item": "hcs:copper_chestplate" 17 | } 18 | } -------------------------------------------------------------------------------- /src/main/resources/assets/hcs/blockstates/drying_rack.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "facing=north": { "model": "hcs:block/drying_rack", "uvlock": false }, 4 | "facing=east": { "model": "hcs:block/drying_rack", "y": 90, "uvlock": false }, 5 | "facing=south": { "model": "hcs:block/drying_rack", "y": 180, "uvlock": false }, 6 | "facing=west": { "model": "hcs:block/drying_rack", "y": 270, "uvlock": false } 7 | } 8 | } --------------------------------------------------------------------------------