├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── LICENSE ├── README.md ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── jsonmodels ├── README.md ├── asparagus_soup │ ├── asparagus_soup.bbmodel │ └── asparagus_soup.png ├── avaj │ ├── avaj.bbmodel │ └── avaj.png ├── bacon_eggs │ ├── bacon_eggs.bbmodel │ └── bacon_eggs.png ├── bone_soup │ ├── bone_soup.bbmodel │ └── bone_soup.png ├── bone_stew │ ├── bone_stew.bbmodel │ └── bone_stew.png ├── breakfast_skillet │ ├── breakfast_skillet.bbmodel │ └── breakfast_skillet.png ├── bunny_stew │ ├── bunny_stew.bbmodel │ └── bunny_stew.png ├── california_roll │ ├── california_roll.bbmodel │ └── california_roll.png ├── candy │ ├── alt │ │ ├── candy_alt.bbmodel │ │ └── candy_alt.png │ ├── candy.bbmodel │ └── candy.png ├── ceviche │ ├── ceviche.bbmodel │ └── ceviche.png ├── fish_sticks │ ├── fish_sticks.bbmodel │ └── fish_sticks.png ├── fish_tacos │ ├── fish_tacos.bbmodel │ └── fish_tacos.png ├── flower_salad │ ├── flower_salad.bbmodel │ └── flower_salad.png ├── froggle_bunwich │ ├── froggle_bunwich.bbmodel │ └── froggle_bunwich.png ├── fruit_medley │ ├── stackable1 │ │ ├── fruit_medley_stackable_1.bbmodel │ │ └── fruit_medley_stackable_1.png │ ├── stackable2 │ │ ├── fruit_medley_stackable_2.bbmodel │ │ └── fruit_medley_stackable_2.png │ └── stackable3 │ │ ├── fruit_medley_stackable_3.bbmodel │ │ └── fruit_medley_stackable_3.png ├── gazpacho │ ├── stackable1 │ │ ├── gazpacho_stackable_1.bbmodel │ │ └── gazpacho_stackable_1.png │ ├── stackable2 │ │ ├── alt │ │ │ ├── gazpacho_stackable_2.bbmodel │ │ │ └── gazpacho_stackable_2.png │ │ ├── gazpacho_stackable_2.bbmodel │ │ └── gazpacho_stackable_2.png │ └── stackable3 │ │ ├── alt │ │ ├── gazpacho_stackable_3.bbmodel │ │ └── gazpacho_stackable_3.png │ │ ├── gazpacho_stackable_3.bbmodel │ │ └── gazpacho_stackable_3.png ├── glow_berry_mousse │ ├── glow_berry_mousse.bbmodel │ └── glow_berry_mousse.png ├── honey_ham │ ├── honey_ham.bbmodel │ └── honey_ham.png ├── honey_nuggets │ ├── alt_1 │ │ ├── honey_nuggets.bbmodel │ │ └── honey_nuggets.png │ ├── alt_2 │ │ ├── honey_nuggets.bbmodel │ │ └── honey_nuggets.png │ ├── honey_nuggets.bbmodel │ └── honey_nuggets.png ├── hot_chili │ ├── hot_chili.bbmodel │ └── hot_chili.png ├── hot_cocoa │ ├── stack1 │ │ ├── hot_cocoa_stackable_1.bbmodel │ │ └── hot_cocoa_stackable_1.png │ ├── stack2 │ │ ├── hot_cocoa_stackable_2.bbmodel │ │ └── hot_cocoa_stackable_2.png │ └── stack3 │ │ ├── hot_cocoa_stackable_3.bbmodel │ │ └── hot_cocoa_stackable_3.png ├── ice_cream │ ├── ice_cream.bbmodel │ └── ice_cream.png ├── iced_tea │ ├── stack1 │ │ ├── iced_tea_stackable_1.bbmodel │ │ └── iced_tea_stackable_1.png │ ├── stack2 │ │ ├── iced_tea_stackable_2.bbmodel │ │ └── iced_tea_stackable_2.png │ └── stack3 │ │ ├── iced_tea_stackable_3.bbmodel │ │ └── iced_tea_stackable_3.png ├── jammy_preserves │ ├── jammy_preserves.bbmodel │ └── jammy_preserves.png ├── kabobs │ ├── kabobs.bbmodel │ └── kabobs.png ├── mashed_potatoes │ ├── stack1 │ │ ├── mashed_potatoes_stackable_1.bbmodel │ │ └── mashed_potatoes_stackable_1.png │ ├── stack2 │ │ ├── mashed_potatoes_stackable_2.bbmodel │ │ └── mashed_potatoes_stackable_2.png │ ├── stack3 │ │ ├── mashed_potatoes_stackable_3.bbmodel │ │ └── mashed_potatoes_stackable_3.png │ └── stack4 │ │ ├── mashed_potatoes_stackable_4.bbmodel │ │ └── mashed_potatoes_stackable_4.png ├── meat_balls │ ├── meat_balls.bbmodel │ └── meat_balls.png ├── monster_lasagna │ ├── alt │ │ ├── monster_lasagna.bbmodel │ │ └── monster_lasagna.png │ ├── alt2 │ │ ├── monster_lasagna.bbmodel │ │ └── monster_lasagna.png │ ├── monster_lasagna.bbmodel │ └── monster_lasagna.png ├── monster_tartare │ ├── monster_tartare.bbmodel │ └── monster_tartare.png ├── moqueca │ ├── moqueca.bbmodel │ └── moqueca.png ├── mushy_cake │ ├── mushy_cake.bbmodel │ └── mushy_cake.png ├── pepper_popper │ ├── alt │ │ ├── pepper_popper.bbmodel │ │ └── pepper_popper.png │ ├── pepper_popper.bbmodel │ └── pepper_popper.png ├── perogies │ ├── perogies.bbmodel │ └── perogies.png ├── plain_omelette │ ├── alt │ │ ├── plain_omelette.bbmodel │ │ └── plain_omelette.png │ ├── plain_omelette.bbmodel │ └── plain_omelette.png ├── potato_souffle │ ├── stack1 │ │ ├── potato_souffle_stackable_1.bbmodel │ │ └── potato_souffle_stackable_1.png │ ├── stack2 │ │ ├── potato_souffle_stackable_2.bbmodel │ │ └── potato_souffle_stackable_2.png │ ├── stack3 │ │ ├── potato_souffle_stackable_3.bbmodel │ │ └── potato_souffle_stackable_3.png │ └── stack4 │ │ ├── potato_souffle_stackable_4.bbmodel │ │ └── potato_souffle_stackable_4.png ├── potato_tornado │ ├── potato_tornado.bbmodel │ └── potato_tornado.png ├── pow_cake │ ├── pow_cake.bbmodel │ └── pow_cake.png ├── pumpkin_cookie │ ├── stack1 │ │ ├── pumpkin_cookie_stackable_1.bbmodel │ │ └── pumpkin_cookie_stackable_1.png │ ├── stack2 │ │ ├── pumpkin_cookie_stackable_2.bbmodel │ │ └── pumpkin_cookie_stackable_2.png │ └── stack3 │ │ ├── pumpkin_cookie_stackable_3.bbmodel │ │ └── pumpkin_cookie_stackable_3.png ├── ratatouille │ ├── ratatouille.bbmodel │ └── ratatouille.png ├── russian_soup │ ├── russian_soup.bbmodel │ └── russian_soup.png ├── salmon_sushi │ ├── stack1 │ │ ├── salmon_sushi_stackable_1.bbmodel │ │ └── salmon_sushi_stackable_1.png │ ├── stack2 │ │ ├── salmon_sushi_stackable_2.bbmodel │ │ └── salmon_sushi_stackable_2.png │ └── stack3 │ │ ├── salmon_sushi_stackable_3.bbmodel │ │ └── salmon_sushi_stackable_3.png ├── salsa │ ├── salsa.bbmodel │ └── salsa.png ├── scotch_egg │ ├── scotch_egg.bbmodel │ └── scotch_egg.png ├── seafood_gumbo │ ├── seafood_gumbo.bbmodel │ └── seafood_gumbo.png ├── stuffed_eggplant │ ├── stuffed_eggplant.bbmodel │ └── stuffed_eggplant.png ├── surf_n_turf │ ├── surf_n_turf.bbmodel │ └── surf_n_turf.png ├── taffy │ ├── taffy.bbmodel │ └── taffy.png ├── tea │ ├── stack1 │ │ ├── tea_stackable_1.bbmodel │ │ └── tea_stackable_1.png │ ├── stack2 │ │ ├── tea_stackable_2.bbmodel │ │ └── tea_stackable_2.png │ └── stack3 │ │ ├── tea_stackable_3.bbmodel │ │ └── tea_stackable_3.png ├── tropical_bouillabaisse │ ├── tropical_bouillabaisse.bbmodel │ └── tropical_bouillabaisse.png ├── turkey_dinner │ ├── alt │ │ ├── turkey_dinner.bbmodel │ │ └── turkey_dinner.png │ ├── turkey_dinner.bbmodel │ └── turkey_dinner.png ├── veg_stinger │ ├── veg_stinger.bbmodel │ └── veg_stinger.png ├── volt_goat_jelly │ ├── alt │ │ ├── volt_goat_jelly.bbmodel │ │ └── volt_goat_jelly.png │ ├── volt_goat_jelly.bbmodel │ └── volt_goat_jelly.png ├── watermelon_icle │ ├── stack1 │ │ ├── watermelon_icle_stackable_1.bbmodel │ │ └── watermelon_icle_stackable_1.png │ ├── stack2 │ │ ├── watermelon_icle_stackable_2.bbmodel │ │ └── watermelon_icle_stackable_2.png │ └── stack3 │ │ ├── watermelon_icle_stackable_3.bbmodel │ │ └── watermelon_icle_stackable_3.png └── wet_goop │ ├── wet_goop.bbmodel │ └── wet_goop.png ├── models ├── README.md ├── asparagus.bbmodel ├── asparagus_soup.bbmodel ├── avaj.bbmodel ├── bacon_eggs.bbmodel ├── bone_soup.bbmodel ├── bone_stew.bbmodel ├── breakfast_skillet.bbmodel ├── bunny_stew.bbmodel ├── california_roll.bbmodel ├── candy.bbmodel ├── ceviche.bbmodel ├── cooked_egg.bbmodel ├── cooked_eggplant.bbmodel ├── creamy_potato_puree.bbmodel ├── fish_sticks.bbmodel ├── fish_tacos.bbmodel ├── flower_salad.bbmodel ├── froggle_bunwich.bbmodel ├── fruit_medley.bbmodel ├── gazpacho.bbmodel ├── glow_berry_mousse.bbmodel ├── honey_ham.bbmodel ├── honey_nuggets.bbmodel ├── hot_chili.bbmodel ├── hot_cocoa.bbmodel ├── ice_cream.bbmodel ├── iced_tea.bbmodel ├── jammy_preserves.bbmodel ├── kabobs.bbmodel ├── meat_balls.bbmodel ├── milk_bottle.bbmodel ├── monster_lasagna.bbmodel ├── monster_tartare.bbmodel ├── moqueca.bbmodel ├── mushy_cake.bbmodel ├── pepper_popper.bbmodel ├── perogies.bbmodel ├── plain_omelette.bbmodel ├── potato_souffle.bbmodel ├── potato_tornado.bbmodel ├── pow_cake.bbmodel ├── pumpkin_cookie.bbmodel ├── ratatouille.bbmodel ├── russian_soup.bbmodel ├── salmon_sushi.bbmodel ├── salsa.bbmodel ├── scotch_egg.bbmodel ├── seafood_gumbo.bbmodel ├── stuffed_eggplant.bbmodel ├── surf_n_turf.bbmodel ├── taffy.bbmodel ├── tea.bbmodel ├── tropical_bouillabaisse.bbmodel ├── turkey_dinner.bbmodel ├── veg_stinger.bbmodel ├── watermelon_icle.bbmodel └── wet_goop.bbmodel ├── settings.gradle └── src ├── generated └── resources │ ├── .cache │ ├── 1deb191a257cc8c4ce96391d9d59f3a0efa1c03d │ ├── 44482f8c436b51ff582aa36da58ff4b482bc77b1 │ ├── 59eb3dbb5f86130e09b3c62d89b9525ee01cf52d │ ├── 717557354109af7bf31f0701e0f4c04d36561d6c │ ├── 735031f3addf80804addae5e3f53249900116f1e │ ├── 7d6ea9f5ba9ddd6c746d8c22f155b10ea26e96c3 │ ├── 97c6b70ffc97f3298645c6671c3a1eb91a5c3664 │ ├── 9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e │ ├── d75d654f49449490d09d888035df4b71d14905ff │ ├── e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0 │ └── ee5e3d97a4a1f8a204b8501fd23acdfbc89080e4 │ ├── assets │ └── crockpot │ │ ├── blockstates │ │ ├── asparagus_soup.json │ │ ├── asparaguses.json │ │ ├── avaj.json │ │ ├── bacon_eggs.json │ │ ├── bone_soup.json │ │ ├── bone_stew.json │ │ ├── breakfast_skillet.json │ │ ├── bunny_stew.json │ │ ├── california_roll.json │ │ ├── candy.json │ │ ├── ceviche.json │ │ ├── corns.json │ │ ├── crock_pot.json │ │ ├── eggplants.json │ │ ├── fish_sticks.json │ │ ├── fish_tacos.json │ │ ├── flower_salad.json │ │ ├── froggle_bunwich.json │ │ ├── fruit_medley.json │ │ ├── garlics.json │ │ ├── gazpacho.json │ │ ├── glow_berry_mousse.json │ │ ├── honey_ham.json │ │ ├── honey_nuggets.json │ │ ├── hot_chili.json │ │ ├── hot_cocoa.json │ │ ├── ice_cream.json │ │ ├── iced_tea.json │ │ ├── jammy_preserves.json │ │ ├── kabobs.json │ │ ├── mashed_potatoes.json │ │ ├── meat_balls.json │ │ ├── monster_lasagna.json │ │ ├── monster_tartare.json │ │ ├── moqueca.json │ │ ├── mushy_cake.json │ │ ├── onions.json │ │ ├── pepper_popper.json │ │ ├── peppers.json │ │ ├── perogies.json │ │ ├── plain_omelette.json │ │ ├── portable_crock_pot.json │ │ ├── potato_souffle.json │ │ ├── potato_tornado.json │ │ ├── pow_cake.json │ │ ├── pumpkin_cookie.json │ │ ├── ratatouille.json │ │ ├── salmon_sushi.json │ │ ├── salsa.json │ │ ├── scotch_egg.json │ │ ├── seafood_gumbo.json │ │ ├── stuffed_eggplant.json │ │ ├── surf_n_turf.json │ │ ├── taffy.json │ │ ├── tea.json │ │ ├── tomatoes.json │ │ ├── tropical_bouillabaisse.json │ │ ├── turkey_dinner.json │ │ ├── unknown_crops.json │ │ ├── veg_stinger.json │ │ ├── volt_goat_jelly.json │ │ ├── watermelon_icle.json │ │ └── wet_goop.json │ │ ├── models │ │ ├── block │ │ │ ├── asparaguses_stage0.json │ │ │ ├── asparaguses_stage1.json │ │ │ ├── asparaguses_stage2.json │ │ │ ├── asparaguses_stage3.json │ │ │ ├── corns_stage0.json │ │ │ ├── corns_stage1.json │ │ │ ├── corns_stage2.json │ │ │ ├── corns_stage3.json │ │ │ ├── corns_stage4.json │ │ │ ├── corns_stage5.json │ │ │ ├── corns_stage6.json │ │ │ ├── corns_stage7.json │ │ │ ├── eggplants_stage0.json │ │ │ ├── eggplants_stage1.json │ │ │ ├── eggplants_stage2.json │ │ │ ├── eggplants_stage3.json │ │ │ ├── garlics_stage0.json │ │ │ ├── garlics_stage1.json │ │ │ ├── garlics_stage2.json │ │ │ ├── garlics_stage3.json │ │ │ ├── onions_stage0.json │ │ │ ├── onions_stage1.json │ │ │ ├── onions_stage2.json │ │ │ ├── onions_stage3.json │ │ │ ├── peppers_stage0.json │ │ │ ├── peppers_stage1.json │ │ │ ├── peppers_stage2.json │ │ │ ├── peppers_stage3.json │ │ │ ├── tomatoes_stage0.json │ │ │ ├── tomatoes_stage1.json │ │ │ ├── tomatoes_stage2.json │ │ │ ├── tomatoes_stage3.json │ │ │ └── unknown_crops.json │ │ └── item │ │ │ ├── asparagus.json │ │ │ ├── asparagus_seeds.json │ │ │ ├── birdcage.json │ │ │ ├── breakfast_skillet.json │ │ │ ├── cooked_eggplant.json │ │ │ ├── corn.json │ │ │ ├── corn_seeds.json │ │ │ ├── crock_pot.json │ │ │ ├── eggplant.json │ │ │ ├── eggplant_seeds.json │ │ │ ├── garlic.json │ │ │ ├── garlic_seeds.json │ │ │ ├── glow_berry_mousse.json │ │ │ ├── onion.json │ │ │ ├── onion_seeds.json │ │ │ ├── pepper.json │ │ │ ├── pepper_seeds.json │ │ │ ├── plain_omelette.json │ │ │ ├── popcorn.json │ │ │ ├── portable_crock_pot.json │ │ │ ├── pot_upgrade_smithing_template.json │ │ │ ├── scotch_egg.json │ │ │ ├── tomato.json │ │ │ ├── tomato_seeds.json │ │ │ ├── unknown_seeds.json │ │ │ ├── volt_goat_horn.json │ │ │ ├── volt_goat_jelly.json │ │ │ └── volt_goat_spawn_egg.json │ │ └── sounds.json │ └── data │ ├── crockpot │ ├── advancements │ │ ├── avaj.json │ │ ├── candy.json │ │ ├── gnaw_will_be_happy.json │ │ ├── meat_balls.json │ │ ├── milk_bottle.json │ │ ├── piglin_bartering.json │ │ ├── recipes │ │ │ ├── food │ │ │ │ ├── campfire_cooking │ │ │ │ │ ├── cooked_egg.json │ │ │ │ │ ├── cooked_egg_by_parrot_eggs.json │ │ │ │ │ ├── cooked_eggplant.json │ │ │ │ │ ├── cooked_frog_legs.json │ │ │ │ │ ├── cooked_hoglin_nose.json │ │ │ │ │ └── popcorn.json │ │ │ │ ├── smelting │ │ │ │ │ ├── cooked_egg.json │ │ │ │ │ ├── cooked_egg_by_parrot_eggs.json │ │ │ │ │ ├── cooked_eggplant.json │ │ │ │ │ ├── cooked_frog_legs.json │ │ │ │ │ ├── cooked_hoglin_nose.json │ │ │ │ │ └── popcorn.json │ │ │ │ └── smoking │ │ │ │ │ ├── cooked_egg.json │ │ │ │ │ ├── cooked_egg_by_parrot_eggs.json │ │ │ │ │ ├── cooked_eggplant.json │ │ │ │ │ ├── cooked_frog_legs.json │ │ │ │ │ ├── cooked_hoglin_nose.json │ │ │ │ │ └── popcorn.json │ │ │ └── misc │ │ │ │ ├── crafting │ │ │ │ ├── asparagus_seeds.json │ │ │ │ ├── birdcage.json │ │ │ │ ├── collected_dust.json │ │ │ │ ├── corn_seeds.json │ │ │ │ ├── crock_pot.json │ │ │ │ ├── eggplant_seeds.json │ │ │ │ ├── garlic_seeds.json │ │ │ │ ├── onion_seeds.json │ │ │ │ ├── pepper_seeds.json │ │ │ │ ├── pot_upgrade_smithing_template.json │ │ │ │ └── tomato_seeds.json │ │ │ │ └── smithing │ │ │ │ └── portable_crock_pot.json │ │ ├── root.json │ │ ├── syrup.json │ │ ├── upgrade_pot.json │ │ ├── wet_goop.json │ │ └── wither_skeleton_skull.json │ ├── loot_modifiers │ │ ├── cooked_frog_legs_from_frog.json │ │ ├── cooked_hoglin_nose_from_hoglin.json │ │ ├── crock_pot_upgrade_smithing_template_from_nether_bridge.json │ │ ├── frog_legs_from_frog.json │ │ ├── hoglin_nose_from_hoglin.json │ │ ├── unknown_seeds_from_grass.json │ │ └── unknown_seeds_from_tall_grass.json │ ├── loot_tables │ │ ├── blocks │ │ │ ├── asparagus_soup.json │ │ │ ├── asparaguses.json │ │ │ ├── avaj.json │ │ │ ├── bacon_eggs.json │ │ │ ├── birdcage.json │ │ │ ├── bone_soup.json │ │ │ ├── bone_stew.json │ │ │ ├── breakfast_skillet.json │ │ │ ├── bunny_stew.json │ │ │ ├── california_roll.json │ │ │ ├── candy.json │ │ │ ├── ceviche.json │ │ │ ├── crock_pot.json │ │ │ ├── eggplants.json │ │ │ ├── fish_sticks.json │ │ │ ├── fish_tacos.json │ │ │ ├── flower_salad.json │ │ │ ├── froggle_bunwich.json │ │ │ ├── fruit_medley.json │ │ │ ├── garlics.json │ │ │ ├── gazpacho.json │ │ │ ├── glow_berry_mousse.json │ │ │ ├── honey_ham.json │ │ │ ├── honey_nuggets.json │ │ │ ├── hot_chili.json │ │ │ ├── hot_cocoa.json │ │ │ ├── ice_cream.json │ │ │ ├── iced_tea.json │ │ │ ├── jammy_preserves.json │ │ │ ├── kabobs.json │ │ │ ├── mashed_potatoes.json │ │ │ ├── meat_balls.json │ │ │ ├── monster_lasagna.json │ │ │ ├── monster_tartare.json │ │ │ ├── moqueca.json │ │ │ ├── mushy_cake.json │ │ │ ├── onions.json │ │ │ ├── pepper_popper.json │ │ │ ├── peppers.json │ │ │ ├── perogies.json │ │ │ ├── plain_omelette.json │ │ │ ├── portable_crock_pot.json │ │ │ ├── potato_souffle.json │ │ │ ├── potato_tornado.json │ │ │ ├── pow_cake.json │ │ │ ├── pumpkin_cookie.json │ │ │ ├── ratatouille.json │ │ │ ├── salmon_sushi.json │ │ │ ├── salsa.json │ │ │ ├── scotch_egg.json │ │ │ ├── seafood_gumbo.json │ │ │ ├── stuffed_eggplant.json │ │ │ ├── surf_n_turf.json │ │ │ ├── taffy.json │ │ │ ├── tea.json │ │ │ ├── tomatoes.json │ │ │ ├── tropical_bouillabaisse.json │ │ │ ├── turkey_dinner.json │ │ │ ├── unknown_crops.json │ │ │ ├── veg_stinger.json │ │ │ ├── volt_goat_jelly.json │ │ │ ├── watermelon_icle.json │ │ │ └── wet_goop.json │ │ └── entities │ │ │ └── volt_goat.json │ ├── recipes │ │ ├── campfire_cooking │ │ │ ├── cooked_egg.json │ │ │ ├── cooked_egg_by_parrot_eggs.json │ │ │ ├── cooked_eggplant.json │ │ │ ├── cooked_frog_legs.json │ │ │ ├── cooked_hoglin_nose.json │ │ │ └── popcorn.json │ │ ├── crafting │ │ │ ├── asparagus_seeds.json │ │ │ ├── birdcage.json │ │ │ ├── collected_dust.json │ │ │ ├── corn_seeds.json │ │ │ ├── crock_pot.json │ │ │ ├── eggplant_seeds.json │ │ │ ├── garlic_seeds.json │ │ │ ├── onion_seeds.json │ │ │ ├── pepper_seeds.json │ │ │ ├── pot_upgrade_smithing_template.json │ │ │ └── tomato_seeds.json │ │ ├── crock_pot_cooking │ │ │ ├── asparagus_soup.json │ │ │ ├── avaj.json │ │ │ ├── bacon_eggs.json │ │ │ ├── bone_soup.json │ │ │ ├── bone_stew.json │ │ │ ├── breakfast_skillet.json │ │ │ ├── bunny_stew.json │ │ │ ├── california_roll.json │ │ │ ├── candy.json │ │ │ ├── ceviche.json │ │ │ ├── fish_sticks.json │ │ │ ├── fish_tacos.json │ │ │ ├── flower_salad.json │ │ │ ├── froggle_bunwich.json │ │ │ ├── fruit_medley.json │ │ │ ├── gazpacho.json │ │ │ ├── glow_berry_mousse.json │ │ │ ├── honey_ham.json │ │ │ ├── honey_nuggets.json │ │ │ ├── hot_chili.json │ │ │ ├── hot_cocoa.json │ │ │ ├── ice_cream.json │ │ │ ├── iced_tea.json │ │ │ ├── jammy_preserves.json │ │ │ ├── kabobs.json │ │ │ ├── mashed_potatoes.json │ │ │ ├── meat_balls.json │ │ │ ├── milkmade_hat.json │ │ │ ├── monster_lasagna.json │ │ │ ├── monster_tartare.json │ │ │ ├── moqueca.json │ │ │ ├── mushy_cake.json │ │ │ ├── netherosia.json │ │ │ ├── pepper_popper.json │ │ │ ├── perogies.json │ │ │ ├── plain_omelette.json │ │ │ ├── potato_souffle.json │ │ │ ├── potato_tornado.json │ │ │ ├── pow_cake.json │ │ │ ├── pumpkin_cookie.json │ │ │ ├── ratatouille.json │ │ │ ├── salmon_sushi.json │ │ │ ├── salsa.json │ │ │ ├── scotch_egg.json │ │ │ ├── seafood_gumbo.json │ │ │ ├── stuffed_eggplant.json │ │ │ ├── surf_n_turf.json │ │ │ ├── syrup.json │ │ │ ├── taffy.json │ │ │ ├── tea.json │ │ │ ├── tropical_bouillabaisse.json │ │ │ ├── turkey_dinner.json │ │ │ ├── veg_stinger.json │ │ │ ├── volt_goat_jelly.json │ │ │ ├── watermelon_icle.json │ │ │ └── wet_goop.json │ │ ├── explosion_crafting │ │ │ └── blackstone_dust.json │ │ ├── parrot_feeding │ │ │ ├── asparagus_seeds.json │ │ │ ├── beetroot_seeds.json │ │ │ ├── corn_seeds.json │ │ │ ├── eggplant_seeds.json │ │ │ ├── garlic_seeds.json │ │ │ ├── melon_seeds.json │ │ │ ├── onion_seeds.json │ │ │ ├── pepper_seeds.json │ │ │ ├── pitcher_pod.json │ │ │ ├── pumpkin_seeds.json │ │ │ ├── tomato_seeds.json │ │ │ ├── torchflower_seeds.json │ │ │ └── wheat_seeds.json │ │ ├── piglin_bartering │ │ │ └── netherosia.json │ │ ├── smelting │ │ │ ├── cooked_egg.json │ │ │ ├── cooked_egg_by_parrot_eggs.json │ │ │ ├── cooked_eggplant.json │ │ │ ├── cooked_frog_legs.json │ │ │ ├── cooked_hoglin_nose.json │ │ │ └── popcorn.json │ │ ├── smithing │ │ │ └── portable_crock_pot.json │ │ └── smoking │ │ │ ├── cooked_egg.json │ │ │ ├── cooked_egg_by_parrot_eggs.json │ │ │ ├── cooked_eggplant.json │ │ │ ├── cooked_frog_legs.json │ │ │ ├── cooked_hoglin_nose.json │ │ │ └── popcorn.json │ └── tags │ │ ├── blocks │ │ ├── crock_pots.json │ │ ├── unknown_crops.json │ │ └── volt_goats_spawnable_on.json │ │ └── items │ │ ├── crock_pots.json │ │ ├── milkmade_hats.json │ │ └── parrot_eggs.json │ ├── curios │ └── tags │ │ └── items │ │ ├── curio.json │ │ └── head.json │ ├── forge │ ├── loot_modifiers │ │ └── global_loot_modifiers.json │ └── tags │ │ └── items │ │ ├── cooked_beef.json │ │ ├── cooked_chicken.json │ │ ├── cooked_fishes.json │ │ ├── cooked_fishes │ │ ├── cod.json │ │ └── salmon.json │ │ ├── cooked_frogs.json │ │ ├── cooked_mutton.json │ │ ├── cooked_pork.json │ │ ├── cooked_rabbit.json │ │ ├── crops.json │ │ ├── crops │ │ ├── asparagus.json │ │ ├── corn.json │ │ ├── eggplant.json │ │ ├── garlic.json │ │ ├── onion.json │ │ ├── pepper.json │ │ └── tomato.json │ │ ├── eggs.json │ │ ├── fruits.json │ │ ├── fruits │ │ └── apple.json │ │ ├── raw_beef.json │ │ ├── raw_chicken.json │ │ ├── raw_fishes.json │ │ ├── raw_fishes │ │ ├── cod.json │ │ ├── salmon.json │ │ └── tropical_fish.json │ │ ├── raw_frogs.json │ │ ├── raw_mutton.json │ │ ├── raw_pork.json │ │ ├── raw_rabbit.json │ │ ├── seeds.json │ │ ├── seeds │ │ ├── asparagus.json │ │ ├── corn.json │ │ ├── eggplant.json │ │ ├── garlic.json │ │ ├── onion.json │ │ ├── pepper.json │ │ └── tomato.json │ │ ├── vegetables.json │ │ └── vegetables │ │ ├── asparagus.json │ │ ├── beetroot.json │ │ ├── carrot.json │ │ ├── corn.json │ │ ├── eggplant.json │ │ ├── garlic.json │ │ ├── onion.json │ │ ├── pepper.json │ │ ├── potato.json │ │ ├── pumpkin.json │ │ └── tomato.json │ └── minecraft │ └── tags │ ├── blocks │ ├── crops.json │ ├── mineable │ │ └── pickaxe.json │ └── needs_iron_tool.json │ ├── damage_type │ ├── bypasses_armor.json │ └── bypasses_effects.json │ └── entity_types │ └── impact_projectiles.json └── main ├── java └── com │ └── sihenzhang │ └── crockpot │ ├── CrockPot.java │ ├── CrockPotConfigs.java │ ├── advancement │ ├── CrockPotCriteriaTriggers.java │ ├── EatFoodTrigger.java │ └── PiglinBarteringTrigger.java │ ├── base │ ├── CrockPotDamageTypes.java │ ├── CrockPotSoundEvents.java │ ├── FoodCategory.java │ └── FoodValues.java │ ├── block │ ├── AbstractCrockPotCropBlock.java │ ├── AbstractCrockPotDoubleCropBlock.java │ ├── BirdcageBlock.java │ ├── CornBlock.java │ ├── CrockPotBlock.java │ ├── CrockPotBlocks.java │ ├── UnknownCropsBlock.java │ ├── entity │ │ ├── BirdcageBlockEntity.java │ │ ├── CrockPotBlockEntities.java │ │ └── CrockPotBlockEntity.java │ └── food │ │ ├── AbstractStackableFoodBlock.java │ │ ├── CrockPot2StacksFoodBlock.java │ │ ├── CrockPot3StacksFoodBlock.java │ │ ├── CrockPot4StacksFoodBlock.java │ │ ├── CrockPot6StacksFoodBlock.java │ │ ├── CrockPotFoodBlock.java │ │ └── PowCakeBlock.java │ ├── capability │ ├── FoodCounter.java │ ├── FoodCounterCapabilityHandler.java │ ├── FoodCounterProvider.java │ └── IFoodCounter.java │ ├── client │ ├── ClientRegistry.java │ ├── FoodValuesTooltip.java │ ├── GnawsGiftHungerOverlay.java │ ├── gui │ │ └── screen │ │ │ └── CrockPotScreen.java │ ├── model │ │ ├── MilkmadeHatModel.java │ │ ├── VoltGoatModel.java │ │ └── geom │ │ │ └── CrockPotModelLayers.java │ └── renderer │ │ └── entity │ │ ├── EmptyRenderer.java │ │ ├── VoltGoatRenderer.java │ │ └── layers │ │ ├── MilkmadeHatLayer.java │ │ └── VoltGoatPowerLayer.java │ ├── data │ ├── CrockPotAdvancementProvider.java │ ├── CrockPotBlockStateProvider.java │ ├── CrockPotBlockTagsProvider.java │ ├── CrockPotDamageTypeTagsProvider.java │ ├── CrockPotEntityTypeTagsProvider.java │ ├── CrockPotGlobalLootModifierProvider.java │ ├── CrockPotItemModelProvider.java │ ├── CrockPotItemTagsProvider.java │ ├── CrockPotLootTableProvider.java │ ├── CrockPotRecipeProvider.java │ ├── CrockPotSoundDefinitionsProvider.java │ ├── DataGen.java │ └── recipes │ │ ├── AbstractFinishedRecipe.java │ │ ├── AbstractRecipeBuilder.java │ │ ├── CrockPotCookingRecipeBuilder.java │ │ ├── ExplosionCraftingRecipeBuilder.java │ │ ├── ParrotFeedingRecipeBuilder.java │ │ └── PiglinBarteringRecipeBuilder.java │ ├── effect │ ├── CrockPotEffect.java │ └── CrockPotEffects.java │ ├── entity │ ├── Birdcage.java │ ├── ChargeableMob.java │ ├── CrockPotEntities.java │ ├── ThrownParrotEgg.java │ └── VoltGoat.java │ ├── event │ ├── AddContentsToCreativeTabsEvent.java │ ├── AnimalsFollowPowcakeEvent.java │ ├── ChickensFollowSeedsEvent.java │ ├── ComposterRecipeEvent.java │ ├── CrockPotEffectsEvent.java │ ├── EntityAttributeEvent.java │ ├── ExplosionCraftingEvent.java │ ├── GnawsCoinSoulboundEvent.java │ ├── GoatConversionEvent.java │ ├── MilkWithBottleEvent.java │ ├── MilkmadeHatRepairEvent.java │ ├── RegisterPacketsEvent.java │ └── SpawnRestrictionEvent.java │ ├── integration │ ├── curios │ │ ├── CuriosUtils.java │ │ ├── GnawsCoinCuriosCapabilityProvider.java │ │ ├── MilkmadeHatCuriosCapabilityProvider.java │ │ ├── ModIntegrationCurios.java │ │ └── renderer │ │ │ └── MilkmadeHatCurioRenderer.java │ ├── jade │ │ ├── BirdcageProvider.java │ │ ├── CrockPotProvider.java │ │ └── ModIntegrationJade.java │ ├── jei │ │ ├── CrockPotCookingRecipeCategory.java │ │ ├── ExplosionCraftingRecipeCategory.java │ │ ├── FoodValuesCategory.java │ │ ├── FoodValuesDefinitionCache.java │ │ ├── JeiUtils.java │ │ ├── ModIntegrationJei.java │ │ ├── ParrotFeedingRecipeCategory.java │ │ ├── ParrotLayingEggsRecipeCategory.java │ │ ├── PiglinBarteringRecipeCategory.java │ │ └── gui │ │ │ ├── DrawableFramed.java │ │ │ ├── DrawableNineSliceResource.java │ │ │ ├── StepTickTimer.java │ │ │ └── requirement │ │ │ ├── AbstractDrawableRequirement.java │ │ │ ├── DrawableRequirementCategoryMax.java │ │ │ ├── DrawableRequirementCategoryMaxExclusive.java │ │ │ ├── DrawableRequirementCategoryMin.java │ │ │ ├── DrawableRequirementCategoryMinExclusive.java │ │ │ ├── DrawableRequirementCombinationAnd.java │ │ │ ├── DrawableRequirementCombinationOr.java │ │ │ ├── DrawableRequirementMustContainIngredient.java │ │ │ └── DrawableRequirementMustContainIngredientLessThan.java │ ├── kubejs │ │ ├── AbstractCrockPotRecipeJS.java │ │ ├── CrockPotCookingRecipeJS.java │ │ ├── ExplosionCraftingRecipeJS.java │ │ ├── FoodValuesDefinitionJS.java │ │ ├── ModIntegrationKubeJS.java │ │ └── PiglinBarteringRecipeJS.java │ └── theoneprobe │ │ ├── BirdcageProbeInfoProvider.java │ │ ├── CrockPotProbeInfoProvider.java │ │ └── ModIntegrationTheOneProbe.java │ ├── inventory │ ├── CrockPotMenu.java │ ├── CrockPotMenuTypes.java │ └── slot │ │ └── SlotCrockPotOutput.java │ ├── item │ ├── CollectedDustItem.java │ ├── CreativeMilkmadeHatItem.java │ ├── CrockPotBaseItem.java │ ├── CrockPotBlockItem.java │ ├── CrockPotItems.java │ ├── CrockPotSeedsItem.java │ ├── GnawsCoinItem.java │ ├── MilkmadeHatItem.java │ ├── NetherosiaItem.java │ ├── ParrotEggItem.java │ └── food │ │ ├── CandyItem.java │ │ ├── CrockPotFoodBlockItem.java │ │ ├── CrockPotFoodItem.java │ │ ├── CrockPotFoodProperties.java │ │ ├── FlowerSaladItem.java │ │ ├── FoodUseDuration.java │ │ └── IceCreamItem.java │ ├── loot │ ├── AddItemModifier.java │ ├── AddItemWithLootingEnchantModifier.java │ └── CrockPotLootModifiers.java │ ├── mixin │ ├── ArmorItemMixin.java │ ├── BubbleColumnBlockMixin.java │ ├── IPiglinAiMixin.java │ ├── PiglinAiMixin.java │ ├── PiglinMixin.java │ ├── RemoveBlockGoalMixin.java │ └── StartAdmiringItemIfSeenMixin.java │ ├── network │ ├── NetworkManager.java │ └── PacketFoodCounter.java │ ├── recipe │ ├── AbstractRecipe.java │ ├── CrockPotRecipeType.java │ ├── CrockPotRecipes.java │ ├── ExplosionCraftingRecipe.java │ ├── FoodValuesDefinition.java │ ├── ParrotFeedingRecipe.java │ ├── PiglinBarteringRecipe.java │ ├── RangedItem.java │ └── cooking │ │ ├── CrockPotCookingRecipe.java │ │ └── requirement │ │ ├── IRequirement.java │ │ ├── RequirementCategoryMax.java │ │ ├── RequirementCategoryMaxExclusive.java │ │ ├── RequirementCategoryMin.java │ │ ├── RequirementCategoryMinExclusive.java │ │ ├── RequirementCombinationAnd.java │ │ ├── RequirementCombinationOr.java │ │ ├── RequirementMustContainIngredient.java │ │ ├── RequirementMustContainIngredientLessThan.java │ │ └── RequirementType.java │ ├── tag │ ├── CrockPotBlockTags.java │ └── CrockPotItemTags.java │ └── util │ ├── I18nUtils.java │ ├── ItemUtils.java │ ├── JsonUtils.java │ ├── MathUtils.java │ ├── NbtUtils.java │ ├── RLUtils.java │ ├── StringUtils.java │ └── TagUtils.java └── resources ├── META-INF ├── accesstransformer.cfg └── mods.toml ├── assets └── crockpot │ ├── blockstates │ └── birdcage.json │ ├── lang │ ├── en_us.json │ ├── zh_cn.json │ └── zh_tw.json │ ├── models │ ├── block │ │ ├── asparagus_soup.json │ │ ├── avaj.json │ │ ├── bacon_eggs.json │ │ ├── birdcage_hanging_lower.json │ │ ├── birdcage_hanging_upper.json │ │ ├── birdcage_lower.json │ │ ├── birdcage_upper.json │ │ ├── bone_soup.json │ │ ├── bone_stew.json │ │ ├── breakfast_skillet.json │ │ ├── bunny_stew.json │ │ ├── california_roll.json │ │ ├── candy.json │ │ ├── candy_1.json │ │ ├── candy_2.json │ │ ├── candy_3.json │ │ ├── candy_4.json │ │ ├── candy_5.json │ │ ├── ceviche.json │ │ ├── crock_pot.json │ │ ├── crock_pot_gui.json │ │ ├── crock_pot_lit.json │ │ ├── crock_pot_open.json │ │ ├── crock_pot_open_lit.json │ │ ├── fish_sticks.json │ │ ├── fish_sticks_1.json │ │ ├── fish_tacos.json │ │ ├── flower_salad.json │ │ ├── froggle_bunwich.json │ │ ├── fruit_medley.json │ │ ├── fruit_medley_1.json │ │ ├── fruit_medley_2.json │ │ ├── gazpacho.json │ │ ├── gazpacho_1.json │ │ ├── gazpacho_2.json │ │ ├── glow_berry_mousse.json │ │ ├── honey_ham.json │ │ ├── honey_nuggets.json │ │ ├── hot_chili.json │ │ ├── hot_cocoa.json │ │ ├── hot_cocoa_1.json │ │ ├── hot_cocoa_2.json │ │ ├── ice_cream.json │ │ ├── iced_tea.json │ │ ├── iced_tea_1.json │ │ ├── iced_tea_2.json │ │ ├── jammy_preserves.json │ │ ├── kabobs.json │ │ ├── kabobs_1.json │ │ ├── kabobs_2.json │ │ ├── mashed_potatoes.json │ │ ├── mashed_potatoes_1.json │ │ ├── mashed_potatoes_2.json │ │ ├── mashed_potatoes_3.json │ │ ├── meat_balls.json │ │ ├── monster_lasagna.json │ │ ├── monster_tartare.json │ │ ├── moqueca.json │ │ ├── mushy_cake.json │ │ ├── pepper_popper.json │ │ ├── perogies.json │ │ ├── plain_omelette.json │ │ ├── portable_crock_pot.json │ │ ├── portable_crock_pot_gui.json │ │ ├── portable_crock_pot_lit.json │ │ ├── portable_crock_pot_open.json │ │ ├── portable_crock_pot_open_lit.json │ │ ├── potato_souffle.json │ │ ├── potato_souffle_1.json │ │ ├── potato_souffle_2.json │ │ ├── potato_souffle_3.json │ │ ├── potato_tornado.json │ │ ├── potato_tornado_1.json │ │ ├── potato_tornado_2.json │ │ ├── pow_cake.json │ │ ├── pumpkin_cookie.json │ │ ├── pumpkin_cookie_1.json │ │ ├── pumpkin_cookie_2.json │ │ ├── ratatouille.json │ │ ├── russian_soup.json │ │ ├── salmon_sushi.json │ │ ├── salmon_sushi_1.json │ │ ├── salmon_sushi_2.json │ │ ├── salsa.json │ │ ├── scotch_egg.json │ │ ├── seafood_gumbo.json │ │ ├── stuffed_eggplant.json │ │ ├── surf_n_turf.json │ │ ├── taffy.json │ │ ├── taffy_1.json │ │ ├── taffy_2.json │ │ ├── taffy_3.json │ │ ├── taffy_4.json │ │ ├── taffy_5.json │ │ ├── tea.json │ │ ├── tea_1.json │ │ ├── tea_2.json │ │ ├── tropical_bouillabaisse.json │ │ ├── turkey_dinner.json │ │ ├── veg_stinger.json │ │ ├── volt_goat_jelly.json │ │ ├── watermelon_icle.json │ │ ├── watermelon_icle_1.json │ │ ├── watermelon_icle_2.json │ │ └── wet_goop.json │ └── item │ │ ├── asparagus_soup.json │ │ ├── avaj.json │ │ ├── bacon_eggs.json │ │ ├── blackstone_dust.json │ │ ├── bone_soup.json │ │ ├── bone_stew.json │ │ ├── book.json │ │ ├── bunny_stew.json │ │ ├── california_roll.json │ │ ├── candy.json │ │ ├── ceviche.json │ │ ├── collected_dust.json │ │ ├── cooked_egg.json │ │ ├── cooked_frog_legs.json │ │ ├── cooked_hoglin_nose.json │ │ ├── creative_milkmade_hat.json │ │ ├── fish_sticks.json │ │ ├── fish_tacos.json │ │ ├── flower_salad.json │ │ ├── food_category_dairy.json │ │ ├── food_category_egg.json │ │ ├── food_category_fish.json │ │ ├── food_category_frozen.json │ │ ├── food_category_fruit.json │ │ ├── food_category_inedible.json │ │ ├── food_category_meat.json │ │ ├── food_category_monster.json │ │ ├── food_category_sweetener.json │ │ ├── food_category_veggie.json │ │ ├── frog_legs.json │ │ ├── froggle_bunwich.json │ │ ├── fruit_medley.json │ │ ├── gazpacho.json │ │ ├── gnaws_coin.json │ │ ├── hoglin_nose.json │ │ ├── honey_ham.json │ │ ├── honey_nuggets.json │ │ ├── hot_chili.json │ │ ├── hot_cocoa.json │ │ ├── ice_cream.json │ │ ├── iced_tea.json │ │ ├── jammy_preserves.json │ │ ├── kabobs.json │ │ ├── mashed_potatoes.json │ │ ├── meat_balls.json │ │ ├── milk_bottle.json │ │ ├── milkmade_hat.json │ │ ├── monster_lasagna.json │ │ ├── monster_tartare.json │ │ ├── moqueca.json │ │ ├── mushy_cake.json │ │ ├── netherosia.json │ │ ├── parrot_egg_blue.json │ │ ├── parrot_egg_gray.json │ │ ├── parrot_egg_green.json │ │ ├── parrot_egg_red_blue.json │ │ ├── parrot_egg_yellow_blue.json │ │ ├── pepper_popper.json │ │ ├── perogies.json │ │ ├── potato_souffle.json │ │ ├── potato_tornado.json │ │ ├── pow_cake.json │ │ ├── pumpkin_cookie.json │ │ ├── ratatouille.json │ │ ├── salmon_sushi.json │ │ ├── salsa.json │ │ ├── seafood_gumbo.json │ │ ├── stuffed_eggplant.json │ │ ├── surf_n_turf.json │ │ ├── syrup.json │ │ ├── taffy.json │ │ ├── tea.json │ │ ├── tropical_bouillabaisse.json │ │ ├── turkey_dinner.json │ │ ├── veg_stinger.json │ │ ├── watermelon_icle.json │ │ └── wet_goop.json │ ├── sounds │ ├── crock_pot_close.ogg │ ├── crock_pot_finish.ogg │ ├── crock_pot_open.ogg │ ├── crock_pot_rattle_1.ogg │ ├── crock_pot_rattle_2.ogg │ ├── crock_pot_rattle_3.ogg │ ├── crock_pot_rattle_4.ogg │ ├── crock_pot_rattle_5.ogg │ ├── crock_pot_rattle_6.ogg │ └── crock_pot_rattle_7.ogg │ └── textures │ ├── README.md │ ├── block │ ├── asparaguses_stage0.png │ ├── asparaguses_stage1.png │ ├── asparaguses_stage2.png │ ├── asparaguses_stage3.png │ ├── birdcage.png │ ├── corns_stage0.png │ ├── corns_stage1.png │ ├── corns_stage2.png │ ├── corns_stage3.png │ ├── corns_stage4.png │ ├── corns_stage5.png │ ├── corns_stage6.png │ ├── corns_stage7.png │ ├── crock_pot.png │ ├── crock_pot_particle.png │ ├── eggplants_stage0.png │ ├── eggplants_stage1.png │ ├── eggplants_stage2.png │ ├── eggplants_stage3.png │ ├── foods │ │ ├── asparagus_soup.png │ │ ├── avaj.png │ │ ├── bacon_eggs.png │ │ ├── bone_soup.png │ │ ├── bone_stew.png │ │ ├── breakfast_skillet.png │ │ ├── bunny_stew.png │ │ ├── california_roll.png │ │ ├── candy.png │ │ ├── ceviche.png │ │ ├── fish_sticks.png │ │ ├── fish_tacos.png │ │ ├── flower_salad.png │ │ ├── froggle_bunwich.png │ │ ├── fruit_medley.png │ │ ├── fruit_medley_1.png │ │ ├── fruit_medley_2.png │ │ ├── gazpacho.png │ │ ├── gazpacho_1.png │ │ ├── gazpacho_2.png │ │ ├── glow_berry_mousse.png │ │ ├── honey_ham.png │ │ ├── honey_nuggets.png │ │ ├── hot_chili.png │ │ ├── hot_cocoa.png │ │ ├── hot_cocoa_1.png │ │ ├── hot_cocoa_2.png │ │ ├── ice_cream.png │ │ ├── iced_tea.png │ │ ├── iced_tea_1.png │ │ ├── iced_tea_2.png │ │ ├── jammy_preserves.png │ │ ├── kabobs.png │ │ ├── mashed_potatoes.png │ │ ├── meat_balls.png │ │ ├── monster_lasagna.png │ │ ├── monster_tartare.png │ │ ├── moqueca.png │ │ ├── mushy_cake.png │ │ ├── pepper_popper.png │ │ ├── perogies.png │ │ ├── plain_omelette.png │ │ ├── potato_souffle.png │ │ ├── potato_tornado.png │ │ ├── pow_cake.png │ │ ├── pumpkin_cookie.png │ │ ├── ratatouille.png │ │ ├── russian_soup.png │ │ ├── salmon_sushi.png │ │ ├── salsa.png │ │ ├── scotch_egg.png │ │ ├── seafood_gumbo.png │ │ ├── stuffed_eggplant.png │ │ ├── surf_n_turf.png │ │ ├── taffy.png │ │ ├── tea.png │ │ ├── tea_2.png │ │ ├── tropical_bouillabaisse.png │ │ ├── turkey_dinner.png │ │ ├── veg_stinger.png │ │ ├── volt_goat_jelly.png │ │ ├── watermelon_icle.png │ │ ├── watermelon_icle_2.png │ │ └── wet_goop.png │ ├── garlics_stage0.png │ ├── garlics_stage1.png │ ├── garlics_stage2.png │ ├── garlics_stage3.png │ ├── onions_stage0.png │ ├── onions_stage1.png │ ├── onions_stage2.png │ ├── onions_stage3.png │ ├── peppers_stage0.png │ ├── peppers_stage1.png │ ├── peppers_stage2.png │ ├── peppers_stage3.png │ ├── portable_crock_pot.png │ ├── portable_crock_pot_particle.png │ ├── tomatoes_stage0.png │ ├── tomatoes_stage1.png │ ├── tomatoes_stage2.png │ ├── tomatoes_stage3.png │ └── unknown_crops.png │ ├── entity │ ├── milkmade_hat.png │ └── volt_goat.png │ ├── gui │ ├── advancements │ │ └── background.png │ ├── crock_pot.png │ ├── gnaws_gift.png │ ├── jei │ │ ├── crock_pot_cooking.png │ │ ├── explosion_crafting.png │ │ ├── icons.png │ │ ├── parrot_feeding.png │ │ ├── piglin_bartering.png │ │ └── requirement_background.png │ └── patchouli │ │ ├── explosion_crafting.png │ │ ├── foodie_in_the_flames.png │ │ ├── gnaw.png │ │ ├── page_filler.png │ │ ├── piglin_bartering.png │ │ └── priority.png │ ├── item │ ├── asparagus.png │ ├── asparagus_seeds.png │ ├── asparagus_soup.png │ ├── avaj.png │ ├── bacon_eggs.png │ ├── birdcage.png │ ├── blackstone_dust.png │ ├── bone_soup.png │ ├── bone_stew.png │ ├── book.png │ ├── breakfast_skillet.png │ ├── bunny_stew.png │ ├── california_roll.png │ ├── candy.png │ ├── carrot_seeds.png │ ├── ceviche.png │ ├── collected_dust.png │ ├── cooked_egg.png │ ├── cooked_eggplant.png │ ├── cooked_frog_legs.png │ ├── cooked_hoglin_nose.png │ ├── corn.png │ ├── corn_seeds.png │ ├── crock_pot_advanced.png │ ├── crock_pot_basic.png │ ├── crock_pot_ultimate.png │ ├── eggplant.png │ ├── eggplant_seeds.png │ ├── empty_slot_block.png │ ├── empty_slot_pot.png │ ├── fish_sticks.png │ ├── fish_tacos.png │ ├── flower_salad.png │ ├── food_category │ │ ├── food_category_dairy.png │ │ ├── food_category_egg.png │ │ ├── food_category_fish.png │ │ ├── food_category_frozen.png │ │ ├── food_category_fruit.png │ │ ├── food_category_inedible.png │ │ ├── food_category_meat.png │ │ ├── food_category_monster.png │ │ ├── food_category_sweetener.png │ │ └── food_category_veggie.png │ ├── frog_legs.png │ ├── froggle_bunwich.png │ ├── fruit_medley.png │ ├── garlic.png │ ├── garlic_seeds.png │ ├── gazpacho.png │ ├── glow_berry_mousse.png │ ├── gnaws_coin.png │ ├── golden_donut.png │ ├── guano.png │ ├── hoglin_nose.png │ ├── honey_ham.png │ ├── honey_nuggets.png │ ├── hot_chili.png │ ├── hot_cocoa.png │ ├── ice_cream.png │ ├── iced_tea.png │ ├── jammy_preserves.png │ ├── kabobs.png │ ├── mashed_potatoes.png │ ├── meat_balls.png │ ├── milk_bottle.png │ ├── milkmade_hat.png │ ├── monster_lasagna.png │ ├── monster_tartare.png │ ├── moqueca.png │ ├── mushy_cake.png │ ├── netherosia.png │ ├── onion.png │ ├── onion_seeds.png │ ├── parrot_egg_blue.png │ ├── parrot_egg_gray.png │ ├── parrot_egg_green.png │ ├── parrot_egg_red_blue.png │ ├── parrot_egg_yellow_blue.png │ ├── pepper.png │ ├── pepper_popper.png │ ├── pepper_seeds.png │ ├── perogies.png │ ├── plain_omelette.png │ ├── popcorn.png │ ├── pot_upgrade_smithing_template.png │ ├── potato_seeds.png │ ├── potato_souffle.png │ ├── potato_tornado.png │ ├── pow_cake.png │ ├── pumpkin_cookie.png │ ├── purple_corn.png │ ├── ratatouille.png │ ├── red_ingot.png │ ├── russian_soup.png │ ├── salmon_sushi.png │ ├── salsa.png │ ├── scotch_egg.png │ ├── seafood_gumbo.png │ ├── stuffed_eggplant.png │ ├── surf_n_turf.png │ ├── syrup.png │ ├── taffy.png │ ├── tea.png │ ├── tomato.png │ ├── tomato_seeds.png │ ├── tropical_bouillabaisse.png │ ├── turkey_dinner.png │ ├── unknown_seeds.png │ ├── veg_stinger.png │ ├── volt_goat_horn.png │ ├── volt_goat_horn.png.mcmeta │ ├── volt_goat_jelly.png │ ├── watermelon_icle.png │ └── wet_goop.png │ └── mob_effect │ ├── charge.png │ ├── gnaws_gift.png │ ├── ocean_affinity.png │ ├── well_fed.png │ └── wither_resistance.png ├── banner.png ├── crockpot.mixins.json ├── data ├── create │ └── tags │ │ └── items │ │ └── upright_on_belt.json ├── crockpot │ ├── curios │ │ └── entities │ │ │ └── slots.json │ ├── damage_type │ │ ├── candy.json │ │ ├── monster_food.json │ │ ├── pow_cake.json │ │ ├── spicy.json │ │ └── taffy.json │ ├── forge │ │ └── biome_modifier │ │ │ └── volt_goat_spawns.json │ ├── loot_tables │ │ ├── blocks │ │ │ └── corns.json │ │ └── gnaws_coin.json │ ├── potato_cannon_projectile_types │ │ ├── asparagus.json │ │ ├── cooked_eggplant.json │ │ ├── corn.json │ │ ├── eggplant.json │ │ ├── garlic.json │ │ ├── onion.json │ │ ├── pepper.json │ │ ├── popcorn.json │ │ ├── tomato.json │ │ └── wet_goop.json │ └── recipes │ │ ├── crock_pot_cooking │ │ └── integration │ │ │ └── turkey_dinner_with_autumnity_turkey_piece.json │ │ ├── food_values │ │ ├── default_set │ │ │ ├── apple.json │ │ │ ├── asparagus.json │ │ │ ├── bamboo.json │ │ │ ├── beef.json │ │ │ ├── beetroot.json │ │ │ ├── bone.json │ │ │ ├── carrot.json │ │ │ ├── chicken.json │ │ │ ├── chorus_flower.json │ │ │ ├── chorus_fruit.json │ │ │ ├── cocoa_beans.json │ │ │ ├── cod.json │ │ │ ├── collected_dust.json │ │ │ ├── corn.json │ │ │ ├── crimson_fungus.json │ │ │ ├── eggplant.json │ │ │ ├── eggs.json │ │ │ ├── fern.json │ │ │ ├── flower.json │ │ │ ├── frog_legs.json │ │ │ ├── garlic.json │ │ │ ├── glow_berries.json │ │ │ ├── hoglin_nose.json │ │ │ ├── honey_bottle.json │ │ │ ├── honeycomb.json │ │ │ ├── ice.json │ │ │ ├── kelp.json │ │ │ ├── melon.json │ │ │ ├── melon_slice.json │ │ │ ├── milk_bottle.json │ │ │ ├── milk_bucket.json │ │ │ ├── mutton.json │ │ │ ├── onion.json │ │ │ ├── pepper.json │ │ │ ├── poisonous_potato.json │ │ │ ├── porkchop.json │ │ │ ├── potato.json │ │ │ ├── pufferfish.json │ │ │ ├── rabbit.json │ │ │ ├── rotten_flesh.json │ │ │ ├── salmon.json │ │ │ ├── sniffer_egg.json │ │ │ ├── snows.json │ │ │ ├── spider_eye.json │ │ │ ├── stick.json │ │ │ ├── sweet_berries.json │ │ │ ├── syrup.json │ │ │ ├── tomato.json │ │ │ ├── tropical_fish.json │ │ │ ├── turtle_egg.json │ │ │ ├── volt_goat_horn.json │ │ │ └── warped_fungus.json │ │ ├── integration_set │ │ │ ├── abnormals_delight │ │ │ │ ├── duck_fillet.json │ │ │ │ ├── perch_slice.json │ │ │ │ ├── pike_slice.json │ │ │ │ └── venison_shanks.json │ │ │ ├── additionaladditions │ │ │ │ └── fried_egg.json │ │ │ ├── aether │ │ │ │ ├── no-value.json │ │ │ │ ├── skyroot_milk_bucket.json │ │ │ │ └── skyroot_powder_snow_bucket.json │ │ │ ├── aether_redux │ │ │ │ └── zanberry.json │ │ │ ├── aethersdelight │ │ │ │ ├── cooked_parsnip.json │ │ │ │ ├── fried_moa_egg.json │ │ │ │ ├── meats-s.json │ │ │ │ └── moa.json │ │ │ ├── alexscaves │ │ │ │ ├── dinosaur_chop.json │ │ │ │ ├── dinosaur_nugget.json │ │ │ │ ├── lanternfish.json │ │ │ │ ├── mussel.json │ │ │ │ ├── radgill.json │ │ │ │ ├── sea_pig.json │ │ │ │ ├── trilocaris_tail.json │ │ │ │ └── vesper_wing.json │ │ │ ├── alexsdelight │ │ │ │ ├── catfish_slice.json │ │ │ │ ├── meats-m.json │ │ │ │ └── meats-s.json │ │ │ ├── alexsmobs │ │ │ │ ├── banana.json │ │ │ │ ├── blobfish.json │ │ │ │ ├── cosmic_cod.json │ │ │ │ ├── eggs-l.json │ │ │ │ ├── fishmeats.json │ │ │ │ ├── kangaroo_meat.json │ │ │ │ └── moose_ribs.json │ │ │ ├── animalium │ │ │ │ ├── bear_meat.json │ │ │ │ ├── piranha_steak.json │ │ │ │ └── rat_meat.json │ │ │ ├── aquaculture │ │ │ │ ├── algae.json │ │ │ │ ├── fishes.json │ │ │ │ ├── fishmeats-l.json │ │ │ │ ├── fishmeats-s.json │ │ │ │ ├── fishmeats-xl.json │ │ │ │ ├── jellyfish.json │ │ │ │ ├── meats-s.json │ │ │ │ └── shrooma.json │ │ │ ├── ars_nouveau │ │ │ │ └── source_berry.json │ │ │ ├── atmospheric │ │ │ │ ├── aloe_leaves.json │ │ │ │ ├── fruits.json │ │ │ │ └── yellow_blossoms.json │ │ │ ├── atum │ │ │ │ ├── camel.json │ │ │ │ ├── date.json │ │ │ │ ├── quail.json │ │ │ │ └── quail_egg.json │ │ │ ├── autumnity │ │ │ │ ├── foul_berries.json │ │ │ │ ├── sap_bottle.json │ │ │ │ ├── turkey.json │ │ │ │ └── turkey_piece.json │ │ │ ├── bayou_blues │ │ │ │ └── gooseberries.json │ │ │ ├── beachparty │ │ │ │ ├── coconut.json │ │ │ │ └── mussel_meat.json │ │ │ ├── betteranimalsplus │ │ │ │ ├── calamari.json │ │ │ │ ├── fishmeats-s.json │ │ │ │ ├── fried_egg.json │ │ │ │ ├── pheasant.json │ │ │ │ ├── turkey_leg.json │ │ │ │ └── venison.json │ │ │ ├── betterdefaultbiomes │ │ │ │ ├── duck.json │ │ │ │ ├── frog_leg.json │ │ │ │ └── frozen_flesh.json │ │ │ ├── betterend │ │ │ │ ├── cave_pumpkin.json │ │ │ │ ├── fruits-s.json │ │ │ │ └── veggies-s.json │ │ │ ├── biomemakeover │ │ │ │ ├── bat_wing.json │ │ │ │ ├── bulbus_root.json │ │ │ │ ├── glowfish.json │ │ │ │ ├── petals.json │ │ │ │ ├── toad.json │ │ │ │ └── veggies-s.json │ │ │ ├── biomeswevegone │ │ │ │ ├── blueberries.json │ │ │ │ ├── fruits.json │ │ │ │ ├── oddion_bulb.json │ │ │ │ └── white_puffball_cap.json │ │ │ ├── blue_skies │ │ │ │ ├── crescent_fruit.json │ │ │ │ ├── cryo_root.json │ │ │ │ ├── fishmeats-s.json │ │ │ │ ├── fruits-s.json │ │ │ │ ├── grittle_flatfish.json │ │ │ │ ├── meats.json │ │ │ │ ├── ventium_milk_bucket.json │ │ │ │ └── winter_leaves.json │ │ │ ├── bonappetit │ │ │ │ ├── fried_egg.json │ │ │ │ └── scallion.json │ │ │ ├── born_in_chaos_v1 │ │ │ │ ├── monsterfish-s.json │ │ │ │ └── monstermeat-s.json │ │ │ ├── braziliandelight │ │ │ │ ├── fruits-s.json │ │ │ │ ├── fruits.json │ │ │ │ ├── garlic_clove.json │ │ │ │ ├── no-value.json │ │ │ │ ├── shrimp.json │ │ │ │ └── veggies.json │ │ │ ├── byg │ │ │ │ ├── crimson_berries.json │ │ │ │ ├── fruits-s.json │ │ │ │ ├── fruits.json │ │ │ │ └── monsterveggies-s.json │ │ │ ├── caupona │ │ │ │ └── fruits-s.json │ │ │ ├── cnb │ │ │ │ └── lilytad_flower.json │ │ │ ├── collectorsreap │ │ │ │ ├── baked_portobello_cap.json │ │ │ │ ├── fishes-s.json │ │ │ │ ├── fishes.json │ │ │ │ ├── fruits-s.json │ │ │ │ ├── platinum_bass.json │ │ │ │ ├── platinum_bass_slice.json │ │ │ │ ├── pomegranate.json │ │ │ │ ├── portobello_colony.json │ │ │ │ ├── uni.json │ │ │ │ └── urchin.json │ │ │ ├── croptopia │ │ │ │ ├── bacon.json │ │ │ │ ├── calamari.json │ │ │ │ ├── fishes.json │ │ │ │ ├── fishmeats-s.json │ │ │ │ ├── frog_legs.json │ │ │ │ ├── no-value.json │ │ │ │ ├── saguaro.json │ │ │ │ ├── sea_lettuce.json │ │ │ │ ├── sunny_side_eggs.json │ │ │ │ └── veggies.json │ │ │ ├── culturaldelights │ │ │ │ ├── avocado.json │ │ │ │ ├── calamari.json │ │ │ │ ├── cut_avocado.json │ │ │ │ ├── squid.json │ │ │ │ ├── veggies-s.json │ │ │ │ └── veggies.json │ │ │ ├── darkerdepths │ │ │ │ └── glowshroom.json │ │ │ ├── deep_aether │ │ │ │ ├── aerglow_fish.json │ │ │ │ ├── goldenleaf_berries.json │ │ │ │ ├── quail.json │ │ │ │ ├── quail_egg.json │ │ │ │ ├── squash.json │ │ │ │ └── squash_slice.json │ │ │ ├── delightful │ │ │ │ ├── fruits.json │ │ │ │ ├── meats-s.json │ │ │ │ └── no-value.json │ │ │ ├── dropthemeat │ │ │ │ ├── fishes.json │ │ │ │ ├── fishmeats-l.json │ │ │ │ ├── fishmeats-s.json │ │ │ │ ├── meats-s.json │ │ │ │ ├── meats.json │ │ │ │ └── monstermeat-s.json │ │ │ ├── eanimod │ │ │ │ └── meats-s.json │ │ │ ├── ecofriendly │ │ │ │ └── bilberry_ym.json │ │ │ ├── ecologics │ │ │ │ ├── coconut_slice.json │ │ │ │ ├── crab_meat.json │ │ │ │ ├── no-value.json │ │ │ │ ├── prickly_pear.json │ │ │ │ └── thin_ice.json │ │ │ ├── endergetic │ │ │ │ └── bolloom_fruit.json │ │ │ ├── endersdelight │ │ │ │ └── shulker_mollusk.json │ │ │ ├── endreborn │ │ │ │ └── ogana.json │ │ │ ├── ends_delight │ │ │ │ ├── dragon_egg.json │ │ │ │ ├── dragon_meat.json │ │ │ │ ├── meats.json │ │ │ │ ├── shulker_meat.json │ │ │ │ └── veggies-s.json │ │ │ ├── enhanced_mushrooms │ │ │ │ └── roasted_mushrooms.json │ │ │ ├── environmental │ │ │ │ ├── duck.json │ │ │ │ ├── fried_egg.json │ │ │ │ └── venison.json │ │ │ ├── exoticbirds │ │ │ │ └── birdmeat.json │ │ │ ├── extcaves │ │ │ │ └── veggies-s.json │ │ │ ├── farm_and_charm │ │ │ │ ├── bacon.json │ │ │ │ ├── chicken_parts.json │ │ │ │ ├── lamb_ham.json │ │ │ │ └── stawberry.json │ │ │ ├── farmersdelight │ │ │ │ ├── cabbage_leaf.json │ │ │ │ ├── cod_slice.json │ │ │ │ ├── fried_egg.json │ │ │ │ ├── ham.json │ │ │ │ ├── meats-m.json │ │ │ │ ├── meats-s.json │ │ │ │ ├── mushroom_colony.json │ │ │ │ ├── pumpkin_slice.json │ │ │ │ └── salmon_slice.json │ │ │ ├── farmersplus │ │ │ │ ├── beef_tongue.json │ │ │ │ ├── boiled_egg.json │ │ │ │ ├── dried_cod_slice.json │ │ │ │ ├── dried_salmon_slice.json │ │ │ │ ├── meats-s.json │ │ │ │ └── meats.json │ │ │ ├── farmlife │ │ │ │ ├── galliraptor.json │ │ │ │ └── tribull_shank.json │ │ │ ├── finsandtails │ │ │ │ ├── fishes-s.json │ │ │ │ ├── fishmeats-l.json │ │ │ │ ├── fishmeats-s.json │ │ │ │ ├── fishmeats.json │ │ │ │ └── night_light_squid.json │ │ │ ├── food_enhancements │ │ │ │ ├── bat_wing.json │ │ │ │ ├── boiled_egg.json │ │ │ │ ├── cooked_mushroom.json │ │ │ │ ├── fried_egg.json │ │ │ │ ├── green_apple.json │ │ │ │ ├── monstermeats.json │ │ │ │ └── squid_tentacle.json │ │ │ ├── foodexpansion │ │ │ │ ├── bat_wing.json │ │ │ │ ├── cactus_fruit.json │ │ │ │ ├── cooked_mushroom.json │ │ │ │ ├── fried_egg.json │ │ │ │ ├── meats-s.json │ │ │ │ └── squid.json │ │ │ ├── foragecraft │ │ │ │ └── leek.json │ │ │ ├── forbidden_arcanus │ │ │ │ ├── bat_wing.json │ │ │ │ ├── cherry_peach.json │ │ │ │ └── tentacle.json │ │ │ ├── fruitful │ │ │ │ └── baked_apple.json │ │ │ ├── fruitsdelight │ │ │ │ ├── durian.json │ │ │ │ ├── durian_flesh.json │ │ │ │ ├── fruits-s.json │ │ │ │ └── fruits.json │ │ │ ├── futurepack │ │ │ │ ├── erse.json │ │ │ │ ├── hufsteak.json │ │ │ │ └── mendel_berry.json │ │ │ ├── goety │ │ │ │ └── feet_of_frog.json │ │ │ ├── good_nights_sleep │ │ │ │ └── rainbow_berries.json │ │ │ ├── greekfantasy │ │ │ │ └── pomegranate.json │ │ │ ├── grimoireofgaia │ │ │ │ ├── honeydew.json │ │ │ │ ├── meat.json │ │ │ │ ├── rotten_heart.json │ │ │ │ └── taproot.json │ │ │ ├── habitat │ │ │ │ └── fairy_ring_mushroom.json │ │ │ ├── hexerei │ │ │ │ └── belladonna_berries.json │ │ │ ├── iceandfire │ │ │ │ ├── deathworm_egg_giant.json │ │ │ │ ├── hippogryph_egg.json │ │ │ │ ├── ice_dragon_flesh.json │ │ │ │ ├── meats.json │ │ │ │ └── monstereggs.json │ │ │ ├── immersiveengineering │ │ │ │ └── no-value.json │ │ │ ├── inferno │ │ │ │ ├── luminous_fungus.json │ │ │ │ └── raw_hogchop.json │ │ │ ├── insatiable │ │ │ │ ├── game_meat.json │ │ │ │ ├── light_meat.json │ │ │ │ └── strange_meat.json │ │ │ ├── inspirations │ │ │ │ └── heartbeet.json │ │ │ ├── integrateddynamics │ │ │ │ └── menril_berries.json │ │ │ ├── lightmeals │ │ │ │ ├── cactus_fruit.json │ │ │ │ ├── cooked_mushroom.json │ │ │ │ ├── cooked_turtle_egg.json │ │ │ │ ├── egg.json │ │ │ │ ├── fishes-s.json │ │ │ │ ├── meats-s.json │ │ │ │ └── meats.json │ │ │ ├── meadow │ │ │ │ ├── buffalo_meat.json │ │ │ │ └── wooden_milk_bucket.json │ │ │ ├── miners_delight │ │ │ │ ├── arthropod.json │ │ │ │ ├── bat_wing.json │ │ │ │ ├── cave_carrot.json │ │ │ │ ├── squid.json │ │ │ │ └── tentacles.json │ │ │ ├── mynethersdelight │ │ │ │ ├── boiled_egg.json │ │ │ │ ├── bullet_pepper.json │ │ │ │ ├── fungus_colony.json │ │ │ │ ├── hoglin_ear.json │ │ │ │ ├── hoglin_loin.json │ │ │ │ ├── hoglin_sausage.json │ │ │ │ └── strider_slice.json │ │ │ ├── mysticalworld │ │ │ │ ├── aubergine.json │ │ │ │ ├── cooked_beetroot.json │ │ │ │ ├── squid.json │ │ │ │ └── venison.json │ │ │ ├── mythicbotany │ │ │ │ └── dream_cherry.json │ │ │ ├── naturalist │ │ │ │ ├── eggs.json │ │ │ │ └── meats-s.json │ │ │ ├── nature_expansion │ │ │ │ ├── sloeberries.json │ │ │ │ └── yucca.json │ │ │ ├── neapolitan │ │ │ │ ├── banana.json │ │ │ │ ├── banana_bundle.json │ │ │ │ └── strawberries.json │ │ │ ├── netherexp │ │ │ │ ├── cerebrage.json │ │ │ │ └── hogham.json │ │ │ ├── nethersdelight │ │ │ │ ├── fungus_colony.json │ │ │ │ ├── hoglin_ear.json │ │ │ │ ├── hoglin_loin.json │ │ │ │ ├── propelpearl.json │ │ │ │ └── strider_slice.json │ │ │ ├── njs │ │ │ │ ├── chili_pepper.json │ │ │ │ ├── cooked_brown_mushroom.json │ │ │ │ ├── cooked_egg.json │ │ │ │ ├── cooked_tropical_fish.json │ │ │ │ └── squid.json │ │ │ ├── nourished_end │ │ │ │ ├── floatberry.json │ │ │ │ ├── luck_root.json │ │ │ │ ├── raw_stalker.json │ │ │ │ ├── stalker_eye.json │ │ │ │ └── starfruit.json │ │ │ ├── nourished_nether │ │ │ │ └── hoglin_meat.json │ │ │ ├── ob_aquamirae │ │ │ │ └── spinefish.json │ │ │ ├── outer_end │ │ │ │ ├── azure_berries.json │ │ │ │ └── stalker_meat.json │ │ │ ├── pamhc2crops │ │ │ │ ├── no-value.json │ │ │ │ ├── veggies-s.json │ │ │ │ └── veggies.json │ │ │ ├── pamhc2foodcore │ │ │ │ └── eggs.json │ │ │ ├── pamhc2foodextended │ │ │ │ └── no-value.json │ │ │ ├── pamhc2trees │ │ │ │ └── fruits-s.json │ │ │ ├── pandoras_creatures │ │ │ │ ├── bufflon_beef.json │ │ │ │ ├── crab_meat.json │ │ │ │ └── seahorse.json │ │ │ ├── pattysmorestuff │ │ │ │ └── fried_egg.json │ │ │ ├── phantasm │ │ │ │ ├── behemoth_meat.json │ │ │ │ ├── oblifruit.json │ │ │ │ └── pream_berry.json │ │ │ ├── projectvibrantjourneys │ │ │ │ ├── bark_mushroom.json │ │ │ │ ├── clam.json │ │ │ │ ├── cracked_coconut.json │ │ │ │ ├── glowcap.json │ │ │ │ └── juniper_berries.json │ │ │ ├── quark │ │ │ │ ├── ancient_fruit.json │ │ │ │ ├── crab_leg.json │ │ │ │ └── egg_parrot.json │ │ │ ├── rankine │ │ │ │ ├── coconut.json │ │ │ │ ├── no-value.json │ │ │ │ ├── pineapple.json │ │ │ │ └── veggies.json │ │ │ ├── rats │ │ │ │ ├── rat.json │ │ │ │ └── ratfish.json │ │ │ ├── rediscovered │ │ │ │ └── fish.json │ │ │ ├── regions_unexplored │ │ │ │ ├── alpha_dandelion.json │ │ │ │ ├── duskmelon_slice.json │ │ │ │ └── salmonberry.json │ │ │ ├── seasonals │ │ │ │ └── roasted_pumpkin.json │ │ │ ├── silents_mechanisms │ │ │ │ ├── cod_jerky.json │ │ │ │ ├── meats-s.json │ │ │ │ ├── meats.json │ │ │ │ └── salmon_jerky.json │ │ │ ├── simplefarming │ │ │ │ ├── cooked_egg.json │ │ │ │ ├── fruits.json │ │ │ │ ├── meats-m.json │ │ │ │ ├── meats-s.json │ │ │ │ ├── meats.json │ │ │ │ ├── no-value.json │ │ │ │ ├── veggies-s.json │ │ │ │ └── veggies.json │ │ │ ├── snowpig │ │ │ │ ├── frozen_ham.json │ │ │ │ └── frozen_porkchop.json │ │ │ ├── spelunkery │ │ │ │ ├── crimini.json │ │ │ │ └── portabella.json │ │ │ ├── survivalplus │ │ │ │ ├── baked_apple.json │ │ │ │ ├── fried_egg.json │ │ │ │ └── veggies.json │ │ │ ├── sushigocrafting │ │ │ │ ├── cucumber.json │ │ │ │ └── shrimp.json │ │ │ ├── terraincognita │ │ │ │ ├── fiddlehead.json │ │ │ │ └── roots.json │ │ │ ├── thermal │ │ │ │ ├── cooked_mushroom.json │ │ │ │ ├── frost_melon.json │ │ │ │ ├── frost_melon_slice.json │ │ │ │ ├── syrup_bottle.json │ │ │ │ └── veggies.json │ │ │ ├── toadterror │ │ │ │ └── toad_chops.json │ │ │ ├── twilightdelight │ │ │ │ ├── experiment_110.json │ │ │ │ ├── experiment_113.json │ │ │ │ ├── meats-m.json │ │ │ │ ├── mushgloom_colony.json │ │ │ │ └── tomahawk_smeak.json │ │ │ ├── twilightforest │ │ │ │ ├── experiment_115.json │ │ │ │ ├── meats.json │ │ │ │ ├── mushgloom.json │ │ │ │ └── torchberries.json │ │ │ ├── undergarden │ │ │ │ ├── blisterberry.json │ │ │ │ ├── glitterkelp.json │ │ │ │ ├── gwibling.json │ │ │ │ ├── meats.json │ │ │ │ ├── monsterveggies-s.json │ │ │ │ └── veggies.json │ │ │ ├── unnamedanimalmod │ │ │ │ ├── fishmeats-s.json │ │ │ │ ├── fried_prairie_chicken_egg.json │ │ │ │ ├── frog_legs.json │ │ │ │ ├── mangrove_fruit.json │ │ │ │ ├── musk_ox_shank.json │ │ │ │ └── rocket_killifish.json │ │ │ ├── untamedwilds │ │ │ │ ├── food_aardvark_cucumber.json │ │ │ │ ├── food_bear.json │ │ │ │ ├── food_pachyderm.json │ │ │ │ └── food_turtle.json │ │ │ ├── untitledduckmod │ │ │ │ ├── duck.json │ │ │ │ └── goose.json │ │ │ ├── unusualfishmod │ │ │ │ ├── fishmeats-l.json │ │ │ │ ├── fishmeats.json │ │ │ │ └── no-value.json │ │ │ ├── unusualprehistory │ │ │ │ ├── austro.json │ │ │ │ ├── coty.json │ │ │ │ ├── mammoth.json │ │ │ │ ├── no-value.json │ │ │ │ └── scau.json │ │ │ ├── upgrade_aquatic │ │ │ │ ├── lionfish.json │ │ │ │ ├── mulberry.json │ │ │ │ ├── pickerelweed.json │ │ │ │ ├── pike.json │ │ │ │ └── prismarine_rod.json │ │ │ ├── vanillacookbook │ │ │ │ ├── baked_apple.json │ │ │ │ ├── cooked_beetroot.json │ │ │ │ ├── cooked_egg.json │ │ │ │ ├── cooked_sniffer_egg.json │ │ │ │ ├── cooked_turtle_egg.json │ │ │ │ └── grilled_melon.json │ │ │ ├── vanillafoodpantry │ │ │ │ ├── bear.json │ │ │ │ ├── crystalized_honey.json │ │ │ │ ├── guardian_meat.json │ │ │ │ ├── meats-s.json │ │ │ │ ├── no-value.json │ │ │ │ ├── phantom_meat.json │ │ │ │ ├── raftugli_fruit.json │ │ │ │ ├── ravager_meat.json │ │ │ │ └── squidd.json │ │ │ ├── vanillatweaks │ │ │ │ └── friedegg.json │ │ │ ├── veggie_way │ │ │ │ ├── cooked_beetroot.json │ │ │ │ ├── cooked_carrot.json │ │ │ │ ├── fried_egg.json │ │ │ │ └── no-value.json │ │ │ ├── vintagedelight │ │ │ │ ├── fruits-s.json │ │ │ │ └── no-value.json │ │ │ ├── voidscape │ │ │ │ └── ethereal_fruit.json │ │ │ ├── watersource │ │ │ │ └── coconut.json │ │ │ ├── wildernature │ │ │ │ ├── meats-s.json │ │ │ │ └── meats.json │ │ │ ├── windswept │ │ │ │ ├── frozen_flesh.json │ │ │ │ ├── fruits-s.json │ │ │ │ └── goat.json │ │ │ ├── wyrmroost │ │ │ │ ├── apex_meat.json │ │ │ │ ├── behemoth_meat.json │ │ │ │ ├── common_meat.json │ │ │ │ ├── desert_wyrm.json │ │ │ │ ├── dragon_egg.json │ │ │ │ └── lowtier_meat.json │ │ │ ├── xercamod │ │ │ │ └── item_fried_egg.json │ │ │ └── xlfoodmod │ │ │ │ ├── flesh.json │ │ │ │ ├── fried_egg.json │ │ │ │ └── onion_rings.json │ │ └── tag_set │ │ │ ├── c │ │ │ └── fruits.json │ │ │ ├── forge │ │ │ ├── berries.json │ │ │ ├── bottles │ │ │ │ └── milk.json │ │ │ ├── crops │ │ │ │ ├── fruits-s.json │ │ │ │ ├── fruits.json │ │ │ │ ├── no-value.json │ │ │ │ ├── veggies-s.json │ │ │ │ └── veggies.json │ │ │ ├── dairys.json │ │ │ ├── eggs.json │ │ │ ├── fishmeats-s.json │ │ │ ├── foods │ │ │ │ ├── eggs.json │ │ │ │ └── meats-s.json │ │ │ ├── fruits.json │ │ │ ├── fruits │ │ │ │ ├── fruits-s.json │ │ │ │ ├── fruits.json │ │ │ │ └── no-values.json │ │ │ ├── grains │ │ │ │ └── veggies.json │ │ │ ├── inedibles.json │ │ │ ├── rods │ │ │ │ └── wooden.json │ │ │ ├── vegetables │ │ │ │ ├── no-values.json │ │ │ │ └── veggies.json │ │ │ ├── veggies-s.json │ │ │ └── veggies.json │ │ │ └── minecraft │ │ │ └── fishes.json │ │ ├── jeed │ │ └── gnaws_gift.json │ │ └── parrot_feeding │ │ └── integration │ │ ├── abnormals │ │ ├── foul_berry_pips.json │ │ ├── glow_berry_pips.json │ │ ├── mint_sprout.json │ │ ├── strawberry_pips_1.json │ │ ├── strawberry_pips_2.json │ │ └── sweet_berry_pips.json │ │ ├── blue_skies │ │ ├── fiery_bean_seeds.json │ │ ├── pine_fruit_seeds.json │ │ ├── scalefruit_seeds.json │ │ └── winter_leaf_seeds.json │ │ ├── collectorsreap │ │ ├── lime_seeds_1.json │ │ ├── lime_seeds_2.json │ │ ├── pomegranate_seeds_1.json │ │ └── pomegranate_seeds_2.json │ │ ├── delightful │ │ ├── cantaloupe_seeds.json │ │ └── salmonberry_pips.json │ │ ├── farmersdelight │ │ ├── cabbage_seeds.json │ │ ├── rice.json │ │ └── tomato_seeds.json │ │ ├── hauntedharvest │ │ └── kernels.json │ │ ├── snowyspirit │ │ └── ginger_flower.json │ │ ├── sushigocrafting │ │ ├── cucumber_seeds.json │ │ ├── rice_seeds.json │ │ ├── soy_seeds.json │ │ └── wasabi_seeds.json │ │ ├── thermal │ │ ├── amaranth_seeds.json │ │ ├── barley_seeds.json │ │ ├── bell_pepper_seeds.json │ │ ├── coffee_seeds.json │ │ ├── corn_seeds.json │ │ ├── eggplant_seeds.json │ │ ├── frost_melon_seeds.json │ │ ├── green_bean_seeds.json │ │ ├── hops_seeds.json │ │ ├── onion_seeds.json │ │ ├── peanut_seeds.json │ │ ├── radish_seeds.json │ │ ├── rice_seeds.json │ │ ├── sadiroot_seeds.json │ │ ├── spinach_seeds.json │ │ ├── strawberry_seeds.json │ │ ├── tea_seeds.json │ │ └── tomato_seeds.json │ │ ├── undergarden │ │ └── gloomgourd_seeds.json │ │ └── vintagedelight │ │ ├── cucumber_seeds.json │ │ ├── ghost_pepper_seeds.json │ │ └── oat_seeds.json ├── sereneseasons │ └── tags │ │ ├── blocks │ │ ├── autumn_crops.json │ │ ├── spring_crops.json │ │ ├── summer_crops.json │ │ ├── unbreakable_infertile_crops.json │ │ └── winter_crops.json │ │ └── items │ │ ├── autumn_crops.json │ │ ├── spring_crops.json │ │ ├── summer_crops.json │ │ └── winter_crops.json └── supplementaries │ └── tags │ ├── entity_types │ └── cage_baby_catchable.json │ └── items │ ├── cookies.json │ └── pancake_syrup.json ├── kubejs.plugins.txt ├── logo.png └── pack.mcmeta /.gitattributes: -------------------------------------------------------------------------------- 1 | # Disable autocrlf on generated files, they always generate with LF 2 | # Add any extra files or paths here to make git stop saying they 3 | # are changed when only line endings change. 4 | src/generated/**/.cache/cache text eol=lf 5 | src/generated/**/*.json text eol=lf 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CrockPot 2 | Bring Crock Pot from Don't Starve to Minecraft. 3 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip 4 | networkTimeout=10000 5 | zipStoreBase=GRADLE_USER_HOME 6 | zipStorePath=wrapper/dists 7 | -------------------------------------------------------------------------------- /jsonmodels/asparagus_soup/asparagus_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/asparagus_soup/asparagus_soup.png -------------------------------------------------------------------------------- /jsonmodels/avaj/avaj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/avaj/avaj.png -------------------------------------------------------------------------------- /jsonmodels/bacon_eggs/bacon_eggs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/bacon_eggs/bacon_eggs.png -------------------------------------------------------------------------------- /jsonmodels/bone_soup/bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/bone_soup/bone_soup.png -------------------------------------------------------------------------------- /jsonmodels/bone_stew/bone_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/bone_stew/bone_stew.png -------------------------------------------------------------------------------- /jsonmodels/breakfast_skillet/breakfast_skillet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/breakfast_skillet/breakfast_skillet.png -------------------------------------------------------------------------------- /jsonmodels/bunny_stew/bunny_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/bunny_stew/bunny_stew.png -------------------------------------------------------------------------------- /jsonmodels/california_roll/california_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/california_roll/california_roll.png -------------------------------------------------------------------------------- /jsonmodels/candy/alt/candy_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/candy/alt/candy_alt.png -------------------------------------------------------------------------------- /jsonmodels/candy/candy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/candy/candy.png -------------------------------------------------------------------------------- /jsonmodels/ceviche/ceviche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/ceviche/ceviche.png -------------------------------------------------------------------------------- /jsonmodels/fish_sticks/fish_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/fish_sticks/fish_sticks.png -------------------------------------------------------------------------------- /jsonmodels/fish_tacos/fish_tacos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/fish_tacos/fish_tacos.png -------------------------------------------------------------------------------- /jsonmodels/flower_salad/flower_salad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/flower_salad/flower_salad.png -------------------------------------------------------------------------------- /jsonmodels/froggle_bunwich/froggle_bunwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/froggle_bunwich/froggle_bunwich.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stackable1/fruit_medley_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/fruit_medley/stackable1/fruit_medley_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stackable2/fruit_medley_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/fruit_medley/stackable2/fruit_medley_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stackable3/fruit_medley_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/fruit_medley/stackable3/fruit_medley_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stackable1/gazpacho_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/gazpacho/stackable1/gazpacho_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stackable2/alt/gazpacho_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/gazpacho/stackable2/alt/gazpacho_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stackable2/gazpacho_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/gazpacho/stackable2/gazpacho_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stackable3/alt/gazpacho_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/gazpacho/stackable3/alt/gazpacho_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stackable3/gazpacho_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/gazpacho/stackable3/gazpacho_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/glow_berry_mousse/glow_berry_mousse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/glow_berry_mousse/glow_berry_mousse.png -------------------------------------------------------------------------------- /jsonmodels/honey_ham/honey_ham.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/honey_ham/honey_ham.png -------------------------------------------------------------------------------- /jsonmodels/honey_nuggets/alt_1/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/honey_nuggets/alt_1/honey_nuggets.png -------------------------------------------------------------------------------- /jsonmodels/honey_nuggets/alt_2/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/honey_nuggets/alt_2/honey_nuggets.png -------------------------------------------------------------------------------- /jsonmodels/honey_nuggets/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/honey_nuggets/honey_nuggets.png -------------------------------------------------------------------------------- /jsonmodels/hot_chili/hot_chili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/hot_chili/hot_chili.png -------------------------------------------------------------------------------- /jsonmodels/hot_cocoa/stack1/hot_cocoa_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/hot_cocoa/stack1/hot_cocoa_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/hot_cocoa/stack2/hot_cocoa_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/hot_cocoa/stack2/hot_cocoa_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/hot_cocoa/stack3/hot_cocoa_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/hot_cocoa/stack3/hot_cocoa_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/ice_cream/ice_cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/ice_cream/ice_cream.png -------------------------------------------------------------------------------- /jsonmodels/iced_tea/stack1/iced_tea_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/iced_tea/stack1/iced_tea_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/iced_tea/stack2/iced_tea_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/iced_tea/stack2/iced_tea_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/iced_tea/stack3/iced_tea_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/iced_tea/stack3/iced_tea_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/jammy_preserves/jammy_preserves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/jammy_preserves/jammy_preserves.png -------------------------------------------------------------------------------- /jsonmodels/kabobs/kabobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/kabobs/kabobs.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack1/mashed_potatoes_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/mashed_potatoes/stack1/mashed_potatoes_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack2/mashed_potatoes_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/mashed_potatoes/stack2/mashed_potatoes_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack3/mashed_potatoes_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/mashed_potatoes/stack3/mashed_potatoes_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack4/mashed_potatoes_stackable_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/mashed_potatoes/stack4/mashed_potatoes_stackable_4.png -------------------------------------------------------------------------------- /jsonmodels/meat_balls/meat_balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/meat_balls/meat_balls.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/alt/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/monster_lasagna/alt/monster_lasagna.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/alt2/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/monster_lasagna/alt2/monster_lasagna.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/monster_lasagna/monster_lasagna.png -------------------------------------------------------------------------------- /jsonmodels/monster_tartare/monster_tartare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/monster_tartare/monster_tartare.png -------------------------------------------------------------------------------- /jsonmodels/moqueca/moqueca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/moqueca/moqueca.png -------------------------------------------------------------------------------- /jsonmodels/mushy_cake/mushy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/mushy_cake/mushy_cake.png -------------------------------------------------------------------------------- /jsonmodels/pepper_popper/alt/pepper_popper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/pepper_popper/alt/pepper_popper.png -------------------------------------------------------------------------------- /jsonmodels/pepper_popper/pepper_popper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/pepper_popper/pepper_popper.png -------------------------------------------------------------------------------- /jsonmodels/perogies/perogies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/perogies/perogies.png -------------------------------------------------------------------------------- /jsonmodels/plain_omelette/alt/plain_omelette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/plain_omelette/alt/plain_omelette.png -------------------------------------------------------------------------------- /jsonmodels/plain_omelette/plain_omelette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/plain_omelette/plain_omelette.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack1/potato_souffle_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/potato_souffle/stack1/potato_souffle_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack2/potato_souffle_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/potato_souffle/stack2/potato_souffle_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack3/potato_souffle_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/potato_souffle/stack3/potato_souffle_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack4/potato_souffle_stackable_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/potato_souffle/stack4/potato_souffle_stackable_4.png -------------------------------------------------------------------------------- /jsonmodels/potato_tornado/potato_tornado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/potato_tornado/potato_tornado.png -------------------------------------------------------------------------------- /jsonmodels/pow_cake/pow_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/pow_cake/pow_cake.png -------------------------------------------------------------------------------- /jsonmodels/pumpkin_cookie/stack1/pumpkin_cookie_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/pumpkin_cookie/stack1/pumpkin_cookie_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/pumpkin_cookie/stack2/pumpkin_cookie_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/pumpkin_cookie/stack2/pumpkin_cookie_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/pumpkin_cookie/stack3/pumpkin_cookie_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/pumpkin_cookie/stack3/pumpkin_cookie_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/ratatouille/ratatouille.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/ratatouille/ratatouille.png -------------------------------------------------------------------------------- /jsonmodels/russian_soup/russian_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/russian_soup/russian_soup.png -------------------------------------------------------------------------------- /jsonmodels/salmon_sushi/stack1/salmon_sushi_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/salmon_sushi/stack1/salmon_sushi_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/salmon_sushi/stack2/salmon_sushi_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/salmon_sushi/stack2/salmon_sushi_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/salmon_sushi/stack3/salmon_sushi_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/salmon_sushi/stack3/salmon_sushi_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/salsa/salsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/salsa/salsa.png -------------------------------------------------------------------------------- /jsonmodels/scotch_egg/scotch_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/scotch_egg/scotch_egg.png -------------------------------------------------------------------------------- /jsonmodels/seafood_gumbo/seafood_gumbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/seafood_gumbo/seafood_gumbo.png -------------------------------------------------------------------------------- /jsonmodels/stuffed_eggplant/stuffed_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/stuffed_eggplant/stuffed_eggplant.png -------------------------------------------------------------------------------- /jsonmodels/surf_n_turf/surf_n_turf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/surf_n_turf/surf_n_turf.png -------------------------------------------------------------------------------- /jsonmodels/taffy/taffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/taffy/taffy.png -------------------------------------------------------------------------------- /jsonmodels/tea/stack1/tea_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/tea/stack1/tea_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/tea/stack2/tea_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/tea/stack2/tea_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/tea/stack3/tea_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/tea/stack3/tea_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/tropical_bouillabaisse/tropical_bouillabaisse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/tropical_bouillabaisse/tropical_bouillabaisse.png -------------------------------------------------------------------------------- /jsonmodels/turkey_dinner/alt/turkey_dinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/turkey_dinner/alt/turkey_dinner.png -------------------------------------------------------------------------------- /jsonmodels/turkey_dinner/turkey_dinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/turkey_dinner/turkey_dinner.png -------------------------------------------------------------------------------- /jsonmodels/veg_stinger/veg_stinger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/veg_stinger/veg_stinger.png -------------------------------------------------------------------------------- /jsonmodels/volt_goat_jelly/alt/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/volt_goat_jelly/alt/volt_goat_jelly.png -------------------------------------------------------------------------------- /jsonmodels/volt_goat_jelly/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/volt_goat_jelly/volt_goat_jelly.png -------------------------------------------------------------------------------- /jsonmodels/watermelon_icle/stack1/watermelon_icle_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/watermelon_icle/stack1/watermelon_icle_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/watermelon_icle/stack2/watermelon_icle_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/watermelon_icle/stack2/watermelon_icle_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/watermelon_icle/stack3/watermelon_icle_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/watermelon_icle/stack3/watermelon_icle_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/wet_goop/wet_goop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/jsonmodels/wet_goop/wet_goop.png -------------------------------------------------------------------------------- /src/generated/resources/.cache/735031f3addf80804addae5e3f53249900116f1e: -------------------------------------------------------------------------------- 1 | // 1.20.1 2023-10-06T00:38:18.0718352 Sound Definitions 2 | 79b37ec0bdbd595e3a71ca56c44a5e6010daacc0 assets/crockpot/sounds.json 3 | -------------------------------------------------------------------------------- /src/generated/resources/.cache/7d6ea9f5ba9ddd6c746d8c22f155b10ea26e96c3: -------------------------------------------------------------------------------- 1 | // 1.20.1 2023-07-08T19:16:25.6551901 CrockPot Entity Type Tags 2 | 5f862dae0c76736bda7b6c3f60df915a69c539b7 data/minecraft/tags/entity_types/impact_projectiles.json 3 | -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/blockstates/unknown_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "crockpot:block/unknown_crops" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/asparaguses_stage0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/asparaguses_stage0" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/asparaguses_stage1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/asparaguses_stage1" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/asparaguses_stage2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/asparaguses_stage2" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/asparaguses_stage3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/asparaguses_stage3" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage0" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage1" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage2" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage3" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage4" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage5.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage5" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage6.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage6" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/corns_stage7.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/corns_stage7" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/eggplants_stage0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/eggplants_stage0" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/eggplants_stage1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/eggplants_stage1" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/eggplants_stage2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/eggplants_stage2" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/eggplants_stage3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/eggplants_stage3" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/garlics_stage0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/garlics_stage0" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/garlics_stage1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/garlics_stage1" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/garlics_stage2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/garlics_stage2" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/garlics_stage3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/garlics_stage3" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/onions_stage0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/onions_stage0" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/onions_stage1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/onions_stage1" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/onions_stage2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/onions_stage2" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/onions_stage3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/onions_stage3" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/peppers_stage0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/peppers_stage0" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/peppers_stage1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/peppers_stage1" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/peppers_stage2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/peppers_stage2" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/peppers_stage3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/peppers_stage3" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/tomatoes_stage0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "cross": "crockpot:block/tomatoes_stage0" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/tomatoes_stage1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "cross": "crockpot:block/tomatoes_stage1" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/tomatoes_stage2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "cross": "crockpot:block/tomatoes_stage2" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/tomatoes_stage3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "cross": "crockpot:block/tomatoes_stage3" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/block/unknown_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/crop", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "crop": "crockpot:block/unknown_crops" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/asparagus.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/asparagus" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/asparagus_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/asparagus_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/birdcage.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/birdcage" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/breakfast_skillet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/breakfast_skillet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/cooked_eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/cooked_eggplant" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/corn" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/corn_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/corn_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/crock_pot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "crockpot:block/crock_pot_gui" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/eggplant" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/eggplant_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/eggplant_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/garlic.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/garlic" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/garlic_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/garlic_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/glow_berry_mousse.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/glow_berry_mousse" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/onion.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/onion" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/onion_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/onion_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/pepper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/pepper" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/pepper_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/pepper_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/plain_omelette.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/plain_omelette" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/popcorn.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/popcorn" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/portable_crock_pot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "crockpot:block/portable_crock_pot_gui" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/pot_upgrade_smithing_template.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/pot_upgrade_smithing_template" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/scotch_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/scotch_egg" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/tomato.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/tomato" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/tomato_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/tomato_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/unknown_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/unknown_seeds" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/volt_goat_horn.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/volt_goat_horn" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/volt_goat_jelly.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/volt_goat_jelly" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/volt_goat_spawn_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/template_spawn_egg" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/campfire_cooking/cooked_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "food", 4 | "cookingtime": 600, 5 | "experience": 0.35, 6 | "ingredient": { 7 | "item": "minecraft:egg" 8 | }, 9 | "result": "crockpot:cooked_egg" 10 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/campfire_cooking/popcorn.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:campfire_cooking", 3 | "category": "food", 4 | "cookingtime": 600, 5 | "experience": 0.35, 6 | "ingredient": { 7 | "item": "crockpot:corn" 8 | }, 9 | "result": "crockpot:popcorn" 10 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/crafting/corn_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "ingredients": [ 5 | { 6 | "item": "crockpot:corn" 7 | } 8 | ], 9 | "result": { 10 | "item": "crockpot:corn_seeds" 11 | } 12 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/crafting/garlic_seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:crafting_shapeless", 3 | "category": "misc", 4 | "ingredients": [ 5 | { 6 | "item": "crockpot:garlic" 7 | } 8 | ], 9 | "result": { 10 | "item": "crockpot:garlic_seeds" 11 | } 12 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/crock_pot_cooking/wet_goop.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:crock_pot_cooking", 3 | "cookingtime": 200, 4 | "potlevel": 0, 5 | "priority": -10, 6 | "requirements": [], 7 | "result": "crockpot:wet_goop" 8 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/explosion_crafting/blackstone_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:explosion_crafting", 3 | "ingredient": { 4 | "item": "minecraft:blackstone" 5 | }, 6 | "lossrate": 0.75, 7 | "onlyblock": true, 8 | "result": "crockpot:blackstone_dust" 9 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/smelting/cooked_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "food", 4 | "cookingtime": 200, 5 | "experience": 0.35, 6 | "ingredient": { 7 | "item": "minecraft:egg" 8 | }, 9 | "result": "crockpot:cooked_egg" 10 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/smelting/popcorn.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smelting", 3 | "category": "food", 4 | "cookingtime": 200, 5 | "experience": 0.35, 6 | "ingredient": { 7 | "item": "crockpot:corn" 8 | }, 9 | "result": "crockpot:popcorn" 10 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/smoking/cooked_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "food", 4 | "cookingtime": 100, 5 | "experience": 0.35, 6 | "ingredient": { 7 | "item": "minecraft:egg" 8 | }, 9 | "result": "crockpot:cooked_egg" 10 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/recipes/smoking/popcorn.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:smoking", 3 | "category": "food", 4 | "cookingtime": 100, 5 | "experience": 0.35, 6 | "ingredient": { 7 | "item": "crockpot:corn" 8 | }, 9 | "result": "crockpot:popcorn" 10 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/tags/blocks/crock_pots.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:crock_pot", 4 | "crockpot:portable_crock_pot" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/tags/blocks/unknown_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:asparaguses", 4 | "crockpot:corns", 5 | "crockpot:eggplants", 6 | "crockpot:garlics", 7 | "crockpot:onions", 8 | "crockpot:peppers", 9 | "crockpot:tomatoes" 10 | ] 11 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/tags/items/crock_pots.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:crock_pot", 4 | "crockpot:portable_crock_pot" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/tags/items/milkmade_hats.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:milkmade_hat", 4 | "crockpot:creative_milkmade_hat" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/crockpot/tags/items/parrot_eggs.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:parrot_egg_red_blue", 4 | "crockpot:parrot_egg_blue", 5 | "crockpot:parrot_egg_green", 6 | "crockpot:parrot_egg_yellow_blue", 7 | "crockpot:parrot_egg_gray" 8 | ] 9 | } -------------------------------------------------------------------------------- /src/generated/resources/data/curios/tags/items/curio.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:gnaws_coin" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/curios/tags/items/head.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:milkmade_hat", 4 | "crockpot:creative_milkmade_hat" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_beef.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_beef" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_chicken.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_chicken" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_fishes.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "#forge:cooked_fishes/cod", 4 | "#forge:cooked_fishes/salmon" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_fishes/cod.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_cod" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_fishes/salmon.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_salmon" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_frogs.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:cooked_frog_legs" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_mutton.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_mutton" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_pork.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_porkchop" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/cooked_rabbit.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_rabbit" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/crops/asparagus.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:asparagus" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/crops/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:corn" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/crops/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:eggplant" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/crops/garlic.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:garlic" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/crops/onion.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:onion" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/crops/pepper.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:pepper" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/crops/tomato.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:tomato" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/eggs.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "#crockpot:parrot_eggs" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/fruits.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "#forge:fruits/apple" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/fruits/apple.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:apple" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_beef.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:beef" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_chicken.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:chicken" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_fishes.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "#forge:raw_fishes/cod", 4 | "#forge:raw_fishes/salmon", 5 | "#forge:raw_fishes/tropical_fish" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_fishes/cod.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cod" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_fishes/salmon.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:salmon" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_fishes/tropical_fish.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:tropical_fish" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_frogs.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:frog_legs" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_mutton.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:mutton" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_pork.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:porkchop" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_rabbit.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:rabbit" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/seeds/asparagus.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:asparagus_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/seeds/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:corn_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/seeds/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:eggplant_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/seeds/garlic.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:garlic_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/seeds/onion.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:onion_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/seeds/pepper.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:pepper_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/seeds/tomato.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:tomato_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/asparagus.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:asparagus" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/beetroot.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:beetroot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/carrot.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:carrot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:corn" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:eggplant" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/garlic.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:garlic" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/onion.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:onion" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/pepper.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:pepper" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/potato.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:potato" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/pumpkin.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:pumpkin" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/tomato.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:tomato" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:crock_pot", 4 | "crockpot:portable_crock_pot", 5 | "crockpot:birdcage" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:birdcage" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/damage_type/bypasses_armor.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:candy", 4 | "crockpot:monster_food", 5 | "crockpot:pow_cake", 6 | "crockpot:spicy", 7 | "crockpot:taffy" 8 | ] 9 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/damage_type/bypasses_effects.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:candy", 4 | "crockpot:monster_food", 5 | "crockpot:pow_cake", 6 | "crockpot:spicy", 7 | "crockpot:taffy" 8 | ] 9 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/entity_types/impact_projectiles.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:parrot_egg" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/asparagus_soup.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/asparagus_soup" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/avaj.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/avaj" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/bacon_eggs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/bacon_eggs" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/blackstone_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/blackstone_dust" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/bone_soup.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/bone_soup" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/bone_stew.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/bone_stew" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/book.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/book" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/bunny_stew.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/bunny_stew" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/california_roll.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/california_roll" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/candy.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/candy" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/ceviche.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/ceviche" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/collected_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/collected_dust" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/cooked_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/cooked_egg" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/cooked_frog_legs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/cooked_frog_legs" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/cooked_hoglin_nose.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/cooked_hoglin_nose" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/fish_sticks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/fish_sticks" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/fish_tacos.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/fish_tacos" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/flower_salad.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/flower_salad" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_dairy.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_dairy" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_egg" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_fish.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_fish" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_frozen.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_frozen" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_fruit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_fruit" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_inedible.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_inedible" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_meat.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_meat" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_monster.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_monster" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_sweetener.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_sweetener" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/food_category_veggie.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/food_category/food_category_veggie" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/frog_legs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/frog_legs" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/froggle_bunwich.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/froggle_bunwich" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/fruit_medley.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/fruit_medley" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/gazpacho.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/gazpacho" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/gnaws_coin.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/gnaws_coin" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/hoglin_nose.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/hoglin_nose" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/honey_ham.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/honey_ham" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/honey_nuggets.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/honey_nuggets" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/hot_chili.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/hot_chili" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/hot_cocoa.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/hot_cocoa" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/ice_cream.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/ice_cream" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/iced_tea.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/iced_tea" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/jammy_preserves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/jammy_preserves" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/kabobs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/kabobs" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/mashed_potatoes.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/mashed_potatoes" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/meat_balls.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/meat_balls" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/milk_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/milk_bottle" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/monster_lasagna.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/monster_lasagna" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/monster_tartare.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/monster_tartare" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/moqueca.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/moqueca" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/mushy_cake.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/mushy_cake" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/netherosia.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/netherosia" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/parrot_egg_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/parrot_egg_blue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/parrot_egg_gray.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/parrot_egg_gray" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/parrot_egg_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/parrot_egg_green" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/parrot_egg_red_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/parrot_egg_red_blue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/parrot_egg_yellow_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/parrot_egg_yellow_blue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/pepper_popper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/pepper_popper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/perogies.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/perogies" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/potato_souffle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/potato_souffle" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/potato_tornado.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/potato_tornado" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/pow_cake.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/pow_cake" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/pumpkin_cookie.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/pumpkin_cookie" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/ratatouille.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/ratatouille" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/salmon_sushi.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/salmon_sushi" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/salsa.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/salsa" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/seafood_gumbo.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/seafood_gumbo" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/stuffed_eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/stuffed_eggplant" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/surf_n_turf.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/surf_n_turf" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/syrup.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/syrup" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/taffy.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/taffy" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/tea.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/tea" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/tropical_bouillabaisse.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/tropical_bouillabaisse" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/turkey_dinner.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/turkey_dinner" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/veg_stinger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/veg_stinger" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/watermelon_icle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/watermelon_icle" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/models/item/wet_goop.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/wet_goop" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_close.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_close.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_finish.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_finish.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_open.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_open.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_4.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_5.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_6.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_7.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_7.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/asparaguses_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/asparaguses_stage0.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/asparaguses_stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/asparaguses_stage1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/asparaguses_stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/asparaguses_stage2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/asparaguses_stage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/asparaguses_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/birdcage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/birdcage.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage0.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage4.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage5.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage6.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/corns_stage7.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/crock_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/crock_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/crock_pot_particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/crock_pot_particle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/eggplants_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/eggplants_stage0.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/eggplants_stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/eggplants_stage1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/eggplants_stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/eggplants_stage2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/eggplants_stage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/eggplants_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/avaj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/avaj.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/bone_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bone_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/bone_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/breakfast_skillet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/breakfast_skillet.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bunny_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/bunny_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/california_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/california_roll.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/candy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/candy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ceviche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/ceviche.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fish_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/fish_sticks.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fish_tacos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/fish_tacos.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/flower_salad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/flower_salad.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fruit_medley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/fruit_medley.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fruit_medley_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/fruit_medley_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fruit_medley_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/fruit_medley_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gazpacho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/gazpacho.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gazpacho_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/gazpacho_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gazpacho_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/gazpacho_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_ham.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/honey_ham.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_chili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/hot_chili.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ice_cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/ice_cream.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/iced_tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/iced_tea.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/iced_tea_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/iced_tea_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/iced_tea_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/iced_tea_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/kabobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/kabobs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/meat_balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/meat_balls.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/monster_lasagna.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/monster_tartare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/monster_tartare.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/moqueca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/moqueca.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mushy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/mushy_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pepper_popper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/pepper_popper.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/perogies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/perogies.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/plain_omelette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/plain_omelette.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/potato_souffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/potato_souffle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/potato_tornado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/potato_tornado.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pow_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/pow_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ratatouille.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/ratatouille.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/russian_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/russian_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/salsa.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/scotch_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/scotch_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/taffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/taffy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/tea.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tea_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/tea_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tropical_bouillabaisse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/tropical_bouillabaisse.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/veg_stinger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/veg_stinger.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/volt_goat_jelly.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/wet_goop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/foods/wet_goop.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/garlics_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/garlics_stage0.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/garlics_stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/garlics_stage1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/garlics_stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/garlics_stage2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/garlics_stage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/garlics_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/onions_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/onions_stage0.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/onions_stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/onions_stage1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/onions_stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/onions_stage2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/onions_stage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/onions_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/peppers_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/peppers_stage0.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/peppers_stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/peppers_stage1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/peppers_stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/peppers_stage2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/peppers_stage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/peppers_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/portable_crock_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/portable_crock_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/portable_crock_pot_particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/portable_crock_pot_particle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/tomatoes_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/tomatoes_stage0.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/tomatoes_stage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/tomatoes_stage1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/tomatoes_stage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/tomatoes_stage2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/tomatoes_stage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/tomatoes_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/unknown_crops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/block/unknown_crops.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/entity/milkmade_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/entity/milkmade_hat.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/entity/volt_goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/entity/volt_goat.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/advancements/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/advancements/background.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/crock_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/crock_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/gnaws_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/gnaws_gift.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/crock_pot_cooking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/jei/crock_pot_cooking.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/explosion_crafting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/jei/explosion_crafting.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/jei/icons.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/parrot_feeding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/jei/parrot_feeding.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/piglin_bartering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/jei/piglin_bartering.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/requirement_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/jei/requirement_background.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/explosion_crafting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/patchouli/explosion_crafting.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/foodie_in_the_flames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/patchouli/foodie_in_the_flames.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/gnaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/patchouli/gnaw.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/page_filler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/patchouli/page_filler.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/piglin_bartering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/patchouli/piglin_bartering.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/priority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/gui/patchouli/priority.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/asparagus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/asparagus.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/asparagus_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/asparagus_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/asparagus_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/asparagus_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/avaj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/avaj.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/bacon_eggs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/bacon_eggs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/birdcage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/birdcage.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/blackstone_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/blackstone_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/bone_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/bone_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/bone_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/book.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/breakfast_skillet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/breakfast_skillet.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/bunny_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/bunny_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/california_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/california_roll.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/candy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/candy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/carrot_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/carrot_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/ceviche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/ceviche.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/collected_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/collected_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/cooked_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/cooked_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/cooked_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/cooked_eggplant.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/cooked_frog_legs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/cooked_frog_legs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/cooked_hoglin_nose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/cooked_hoglin_nose.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/corn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/corn.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/corn_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/corn_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/crock_pot_advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/crock_pot_advanced.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/crock_pot_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/crock_pot_basic.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/crock_pot_ultimate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/crock_pot_ultimate.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/eggplant.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/eggplant_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/eggplant_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/empty_slot_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/empty_slot_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/empty_slot_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/empty_slot_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/fish_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/fish_sticks.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/fish_tacos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/fish_tacos.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/flower_salad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/flower_salad.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_dairy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_dairy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_fish.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_frozen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_frozen.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_fruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_fruit.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_inedible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_inedible.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_meat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_meat.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_monster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_monster.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_sweetener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_sweetener.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/food_category/food_category_veggie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/food_category/food_category_veggie.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/frog_legs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/frog_legs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/froggle_bunwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/froggle_bunwich.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/fruit_medley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/fruit_medley.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/garlic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/garlic.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/garlic_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/garlic_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/gazpacho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/gazpacho.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/glow_berry_mousse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/glow_berry_mousse.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/gnaws_coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/gnaws_coin.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/golden_donut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/golden_donut.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/guano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/guano.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/hoglin_nose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/hoglin_nose.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/honey_ham.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/honey_ham.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/honey_nuggets.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/hot_chili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/hot_chili.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/hot_cocoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/hot_cocoa.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/ice_cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/ice_cream.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/iced_tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/iced_tea.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/jammy_preserves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/jammy_preserves.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/kabobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/kabobs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/mashed_potatoes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/mashed_potatoes.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/meat_balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/meat_balls.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/milk_bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/milk_bottle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/milkmade_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/milkmade_hat.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/monster_lasagna.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/monster_tartare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/monster_tartare.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/moqueca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/moqueca.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/mushy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/mushy_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/netherosia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/netherosia.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/onion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/onion.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/onion_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/onion_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/parrot_egg_blue.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/parrot_egg_gray.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/parrot_egg_green.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_red_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/parrot_egg_red_blue.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_yellow_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/parrot_egg_yellow_blue.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pepper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/pepper.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pepper_popper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/pepper_popper.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pepper_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/pepper_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/perogies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/perogies.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/plain_omelette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/plain_omelette.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/popcorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/popcorn.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pot_upgrade_smithing_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/pot_upgrade_smithing_template.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/potato_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/potato_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/potato_souffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/potato_souffle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/potato_tornado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/potato_tornado.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pow_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/pow_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pumpkin_cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/pumpkin_cookie.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/purple_corn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/purple_corn.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/ratatouille.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/ratatouille.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/red_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/red_ingot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/russian_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/russian_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/salmon_sushi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/salmon_sushi.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/salsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/salsa.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/scotch_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/scotch_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/seafood_gumbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/seafood_gumbo.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/stuffed_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/stuffed_eggplant.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/surf_n_turf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/surf_n_turf.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/syrup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/syrup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/taffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/taffy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/tea.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/tomato.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/tomato_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/tomato_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/tropical_bouillabaisse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/tropical_bouillabaisse.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/turkey_dinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/turkey_dinner.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/unknown_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/unknown_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/veg_stinger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/veg_stinger.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/volt_goat_horn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/volt_goat_horn.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/volt_goat_horn.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frames": [{"index": 0, "time": 82}, 1, 2, 3, 3, 4, 4, 5, 5, 0, 6, 6, 0, 7, 7, 0, 0, 8, 8], 4 | "frametime": 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/volt_goat_jelly.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/watermelon_icle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/watermelon_icle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/wet_goop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/item/wet_goop.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/mob_effect/charge.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/gnaws_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/mob_effect/gnaws_gift.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/ocean_affinity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/mob_effect/ocean_affinity.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/well_fed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/mob_effect/well_fed.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/wither_resistance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/assets/crockpot/textures/mob_effect/wither_resistance.png -------------------------------------------------------------------------------- /src/main/resources/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/banner.png -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/curios/entities/slots.json: -------------------------------------------------------------------------------- 1 | { 2 | "entities": [ 3 | "player" 4 | ], 5 | "slots": [ 6 | "head", 7 | "charm" 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/damage_type/candy.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "crockpot.candy", 4 | "scaling": "when_caused_by_living_non_player" 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/damage_type/monster_food.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "crockpot.monster_food", 4 | "scaling": "when_caused_by_living_non_player" 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/damage_type/pow_cake.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "crockpot.pow_cake", 4 | "scaling": "when_caused_by_living_non_player" 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/damage_type/spicy.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "crockpot.spicy", 4 | "scaling": "when_caused_by_living_non_player" 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/damage_type/taffy.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "crockpot.taffy", 4 | "scaling": "when_caused_by_living_non_player" 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/forge/biome_modifier/volt_goat_spawns.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "forge:add_spawns", 3 | "biomes": "#minecraft:is_badlands", 4 | "spawners": { 5 | "type": "crockpot:volt_goat", 6 | "weight": 50, 7 | "minCount": 1, 8 | "maxCount": 3 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/loot_tables/gnaws_coin.json: -------------------------------------------------------------------------------- 1 | { 2 | "pools": [ 3 | { 4 | "rolls": 1.0, 5 | "entries": [ 6 | { 7 | "type": "minecraft:item", 8 | "name": "crockpot:gnaws_coin" 9 | } 10 | ] 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/asparagus.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:asparagus" 4 | ], 5 | "damage": 3, 6 | "reload_ticks": 15, 7 | "knockback": 1.5, 8 | "velocity_multiplier": 1.5 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/cooked_eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:cooked_eggplant" 4 | ], 5 | "damage": 5, 6 | "reload_ticks": 10, 7 | "knockback": 1.5, 8 | "velocity_multiplier": 1.0, 9 | "sound_pitch": 1.2 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:corn" 4 | ], 5 | "damage": 8, 6 | "reload_ticks": 20, 7 | "knockback": 1.5, 8 | "velocity_multiplier": 1.5, 9 | "sound_pitch": 0.8 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:eggplant" 4 | ], 5 | "damage": 4, 6 | "reload_ticks": 10, 7 | "knockback": 1.5, 8 | "velocity_multiplier": 1.5, 9 | "sound_pitch": 1.2 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/garlic.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:garlic" 4 | ], 5 | "damage": 3, 6 | "reload_ticks": 8, 7 | "knockback": 0.8, 8 | "velocity_multiplier": 2.0, 9 | "sound_pitch": 1.4 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/onion.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:onion" 4 | ], 5 | "damage": 5, 6 | "reload_ticks": 15, 7 | "velocity_multiplier": 1.2 8 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/pepper.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:pepper" 4 | ], 5 | "damage": 3, 6 | "reload_ticks": 8, 7 | "knockback": 0.1, 8 | "split": 2, 9 | "velocity_multiplier": 2.0, 10 | "sound_pitch": 1.4 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/tomato.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:tomato" 4 | ], 5 | "damage": 2, 6 | "reload_ticks": 10, 7 | "knockback": 0.8, 8 | "velocity_multiplier": 1.5, 9 | "sound_pitch": 1.2 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/potato_cannon_projectile_types/wet_goop.json: -------------------------------------------------------------------------------- 1 | { 2 | "items": [ 3 | "crockpot:wet_goop" 4 | ], 5 | "damage": 1, 6 | "reload_ticks": 10, 7 | "knockback": 0.1, 8 | "velocity_multiplier": 1.2, 9 | "gravity_multiplier": 1.6, 10 | "sticky": true 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/apple.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:apple" 5 | ], 6 | "values": { 7 | "FRUIT": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/asparagus.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:asparagus" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/bamboo.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:bamboo" 5 | ], 6 | "values": { 7 | "INEDIBLE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/beef.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:beef", 5 | "minecraft:cooked_beef" 6 | ], 7 | "values": { 8 | "MEAT": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/beetroot.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:beetroot" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/bone.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:bone" 5 | ], 6 | "values": { 7 | "INEDIBLE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/carrot.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:carrot" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/chicken.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:chicken", 5 | "minecraft:cooked_chicken" 6 | ], 7 | "values": { 8 | "MEAT": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/chorus_flower.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:chorus_flower" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/chorus_fruit.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:chorus_fruit" 5 | ], 6 | "values": { 7 | "FRUIT": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/cocoa_beans.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:cocoa_beans" 5 | ], 6 | "values": { 7 | "FRUIT": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/cod.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:cod", 5 | "minecraft:cooked_cod" 6 | ], 7 | "values": { 8 | "FISH": 0.5, 9 | "MEAT": 0.5 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/collected_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:collected_dust" 5 | ], 6 | "values": { 7 | "INEDIBLE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:corn", 5 | "crockpot:popcorn" 6 | ], 7 | "values": { 8 | "VEGGIE": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/crimson_fungus.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:crimson_fungus" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.5, 8 | "MONSTER": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:eggplant", 5 | "crockpot:cooked_eggplant" 6 | ], 7 | "values": { 8 | "VEGGIE": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/fern.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:fern" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.25 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/flower.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:dandelion" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.25 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/frog_legs.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:frog_legs", 5 | "crockpot:cooked_frog_legs" 6 | ], 7 | "values": { 8 | "MEAT": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/garlic.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:garlic" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/glow_berries.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:glow_berries" 5 | ], 6 | "values": { 7 | "FRUIT": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/hoglin_nose.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:hoglin_nose", 5 | "crockpot:cooked_hoglin_nose" 6 | ], 7 | "values": { 8 | "MEAT": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/honey_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:honey_bottle" 5 | ], 6 | "values": { 7 | "SWEETENER": 1.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/honeycomb.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:honeycomb" 5 | ], 6 | "values": { 7 | "SWEETENER": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:ice", 5 | "minecraft:blue_ice", 6 | "minecraft:packed_ice" 7 | ], 8 | "values": { 9 | "FROZEN": 1 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/kelp.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:dried_kelp", 5 | "minecraft:kelp" 6 | ], 7 | "values": { 8 | "VEGGIE": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/melon.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:melon" 5 | ], 6 | "values": { 7 | "FRUIT": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/melon_slice.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:melon_slice" 5 | ], 6 | "values": { 7 | "FRUIT": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/milk_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:milk_bottle" 5 | ], 6 | "values": { 7 | "DAIRY": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/milk_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:milk_bucket" 5 | ], 6 | "values": { 7 | "DAIRY": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/mutton.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:mutton", 5 | "minecraft:cooked_mutton" 6 | ], 7 | "values": { 8 | "MEAT": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/onion.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:onion" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/pepper.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:pepper" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/poisonous_potato.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:poisonous_potato" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/porkchop.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:porkchop", 5 | "minecraft:cooked_porkchop" 6 | ], 7 | "values": { 8 | "MEAT": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/potato.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:potato", 5 | "minecraft:baked_potato" 6 | ], 7 | "values": { 8 | "VEGGIE": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/pufferfish.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:pufferfish" 5 | ], 6 | "values": { 7 | "FISH": 0.5, 8 | "MONSTER": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/rabbit.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:rabbit", 5 | "minecraft:cooked_rabbit", 6 | "minecraft:rabbit_foot" 7 | ], 8 | "values": { 9 | "MEAT": 0.5 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/rotten_flesh.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:rotten_flesh" 5 | ], 6 | "values": { 7 | "MEAT": 0.5, 8 | "MONSTER": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/salmon.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:salmon", 5 | "minecraft:cooked_salmon" 6 | ], 7 | "values": { 8 | "FISH": 1, 9 | "MEAT": 0.5 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/sniffer_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:sniffer_egg" 5 | ], 6 | "values": { 7 | "EGG": 4 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/snows.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:powder_snow_bucket", 5 | "minecraft:snow_block" 6 | ], 7 | "values": { 8 | "FROZEN": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/spider_eye.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:spider_eye" 5 | ], 6 | "values": { 7 | "MEAT": 0.5, 8 | "MONSTER": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/stick.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:stick" 5 | ], 6 | "values": { 7 | "INEDIBLE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/sweet_berries.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:sweet_berries" 5 | ], 6 | "values": { 7 | "FRUIT": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/syrup.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:syrup" 5 | ], 6 | "values": { 7 | "SWEETENER": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/tomato.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:tomato" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/tropical_fish.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:tropical_fish" 5 | ], 6 | "values": { 7 | "FISH": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/turtle_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:turtle_egg" 5 | ], 6 | "values": { 7 | "EGG": 2 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/volt_goat_horn.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "crockpot:volt_goat_horn" 5 | ], 6 | "values": { 7 | "INEDIBLE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/warped_fungus.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:warped_fungus" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.5, 8 | "MONSTER": 1 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/c/fruits.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "c:fruits" 5 | ], 6 | "values": { 7 | "FRUIT": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/berries.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:berries" 5 | ], 6 | "values": { 7 | "FRUIT": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/bottles/milk.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:bottles/milk" 5 | ], 6 | "values": { 7 | "DAIRY": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/crops/veggies-s.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:crops/whitemushroom" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/dairys.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:butter", 5 | "forge:butters", 6 | "forge:milk" 7 | ], 8 | "values": { 9 | "DAIRY": 1 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/eggs.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:cooked_eggs", 5 | "forge:eggs", 6 | "forge:fried_eggs" 7 | ], 8 | "values": { 9 | "EGG": 1 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/fishmeats-s.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:crab_meats" 5 | ], 6 | "values": { 7 | "FISH": 0.5, 8 | "MEAT": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/foods/eggs.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:foods/cooked_eggs", 5 | "forge:foods/eggs", 6 | "forge:foods/fried_eggs" 7 | ], 8 | "values": { 9 | "EGG": 1 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/foods/meats-s.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:foods/cooked_meats", 5 | "forge:foods/raw_meats" 6 | ], 7 | "values": { 8 | "MEAT": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/fruits.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:fruits" 5 | ], 6 | "values": { 7 | "FRUIT": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/fruits/no-values.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:fruits/nut", 5 | "forge:fruits/nuts", 6 | "forge:fruits/olive", 7 | "forge:fruits/olives" 8 | ], 9 | "values": {} 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/grains/veggies.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:grains/corn" 5 | ], 6 | "values": { 7 | "VEGGIE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/inedibles.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:bones" 5 | ], 6 | "values": { 7 | "INEDIBLE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/rods/wooden.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:rods/wooden" 5 | ], 6 | "values": { 7 | "INEDIBLE": 1 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/vegetables/no-values.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:vegetables/soybeans" 5 | ], 6 | "values": {} 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/forge/veggies-s.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:mushrooms" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/tag_set/minecraft/fishes.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "minecraft:fishes" 5 | ], 6 | "values": { 7 | "FISH": 1, 8 | "MEAT": 0.5 9 | } 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/jeed/gnaws_gift.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "jeed:effect_provider", 3 | "effect": "crockpot:gnaws_gift", 4 | "providers": [ 5 | { 6 | "item": "crockpot:gnaws_coin" 7 | } 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/blocks/autumn_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:corns", 5 | "crockpot:eggplants", 6 | "crockpot:onions", 7 | "crockpot:peppers", 8 | "crockpot:unknown_crops" 9 | ] 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/blocks/spring_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:asparaguses", 5 | "crockpot:onions", 6 | "crockpot:unknown_crops" 7 | ] 8 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/blocks/summer_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:corns", 5 | "crockpot:garlics", 6 | "crockpot:peppers", 7 | "crockpot:tomatoes", 8 | "crockpot:unknown_crops" 9 | ] 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/blocks/unbreakable_infertile_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:unknown_crops" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/blocks/winter_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:asparaguses", 5 | "crockpot:unknown_crops" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/items/autumn_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:corn_seeds", 5 | "crockpot:eggplant_seeds", 6 | "crockpot:onion_seeds", 7 | "crockpot:pepper_seeds", 8 | "crockpot:unknown_seeds" 9 | ] 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/items/spring_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:asparagus_seeds", 5 | "crockpot:onion_seeds", 6 | "crockpot:unknown_seeds" 7 | ] 8 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/items/summer_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:corn_seeds", 5 | "crockpot:garlic_seeds", 6 | "crockpot:pepper_seeds", 7 | "crockpot:tomato_seeds", 8 | "crockpot:unknown_seeds" 9 | ] 10 | } -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/items/winter_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:unknown_seeds", 5 | "crockpot:asparagus_seeds" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/supplementaries/tags/entity_types/cage_baby_catchable.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:volt_goat" 5 | ] 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/data/supplementaries/tags/items/cookies.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:pumpkin_cookie" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/data/supplementaries/tags/items/pancake_syrup.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:syrup" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/kubejs.plugins.txt: -------------------------------------------------------------------------------- 1 | com.sihenzhang.crockpot.integration.kubejs.ModIntegrationKubeJS -------------------------------------------------------------------------------- /src/main/resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/54a0dc8e07c3d4b72867097d0f119d16414a88d5/src/main/resources/logo.png -------------------------------------------------------------------------------- /src/main/resources/pack.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "pack": { 3 | "description": { 4 | "text": "${mod_id} resources" 5 | }, 6 | "pack_format": 15 7 | } 8 | } --------------------------------------------------------------------------------