├── README.md ├── jsonmodels ├── avaj │ └── avaj.png ├── candy │ ├── candy.png │ └── alt │ │ └── candy_alt.png ├── taffy │ └── taffy.png ├── tea │ ├── stack1 │ │ └── tea.png │ ├── stack2 │ │ └── tea_1.png │ └── stack3 │ │ └── tea_2.png ├── pow_cake │ └── pow_cake.png ├── salsa │ ├── stack1 │ │ └── salsa.png │ ├── stack2 │ │ └── salsa_1.png │ └── stack3 │ │ └── salsa_2.png ├── kabobs │ ├── stack1 │ │ └── kabobs.png │ ├── stack2 │ │ └── kabobs_1.png │ └── stack3 │ │ └── kabobs_2.png ├── netherosia │ └── netherosia.png ├── ceviche │ ├── stack1 │ │ └── ceviche.png │ ├── stack2 │ │ └── ceviche_1.png │ └── stack3 │ │ └── ceviche_2.png ├── gazpacho │ ├── stack1 │ │ └── gazpacho.png │ ├── stack2 │ │ ├── gazpacho_2.png │ │ └── alt │ │ │ └── gazpacho_stackable_2.png │ └── stack3 │ │ ├── gazpacho_3.png │ │ └── alt │ │ └── gazpacho_stackable_3.png ├── iced_tea │ ├── stack1 │ │ └── iced_tea.png │ ├── stack2 │ │ └── iced_tea_1.png │ └── stack3 │ │ └── iced_tea_2.png ├── moqueca │ ├── stack1 │ │ └── moqueca.png │ ├── stack2 │ │ └── moqueca_1.png │ └── stack3 │ │ └── moqueca_2.png ├── perogies │ ├── stack1 │ │ └── perogies.png │ ├── stack2 │ │ └── perogies_1.png │ └── stack3 │ │ └── perogies_2.png ├── wet_goop │ ├── stack1 │ │ └── wet_goop.png │ ├── stack2 │ │ └── wet_goop_1.png │ └── stack3 │ │ └── wet_goop_2.png ├── bone_soup │ ├── stack1 │ │ └── bone_soup.png │ ├── stack2 │ │ └── bone_soup_1.png │ └── stack3 │ │ └── bone_soup_2.png ├── bone_stew │ ├── stack1 │ │ └── bone_stew.png │ ├── stack2 │ │ └── bone_stew_1.png │ └── stack3 │ │ └── bone_stew_2.png ├── honey_ham │ ├── stack1 │ │ └── honey_ham.png │ ├── stack2 │ │ └── honey_ham_1.png │ └── stack3 │ │ └── honey_ham_2.png ├── hot_chili │ ├── stack1 │ │ └── hot_chili.png │ ├── stack2 │ │ └── hot_chili_1.png │ └── stack3 │ │ └── hot_chili_2.png ├── hot_cocoa │ ├── stack1 │ │ └── hot_cocoa.png │ ├── stack2 │ │ └── hot_cocoa_1.png │ └── stack3 │ │ └── hot_cocoa_2.png ├── ice_cream │ ├── stack1 │ │ └── ice_cream.png │ ├── stack2 │ │ └── ice_cream_1.png │ └── stack3 │ │ └── ice_cream_2.png ├── bacon_eggs │ ├── stack1 │ │ └── bacon_eggs.png │ ├── stack2 │ │ └── bacon_eggs_1.png │ └── stack3 │ │ └── bacon_eggs_2.png ├── bunny_stew │ ├── stack1 │ │ └── bunny_stew.png │ ├── stack2 │ │ └── bunny_stew_1.png │ └── stack3 │ │ └── bunny_stew_2.png ├── fish_tacos │ ├── stack1 │ │ └── fish_tacos.png │ ├── stack2 │ │ └── fish_tacos_1.png │ └── stack3 │ │ └── fish_tacos_2.png ├── gummy_cake │ ├── stack1 │ │ └── gummy_cake.png │ ├── stack2 │ │ └── gummy_cake_1.png │ └── stack3 │ │ └── gummy_cake_2.png ├── meat_balls │ ├── stack1 │ │ └── meat_balls.png │ ├── stack2 │ │ └── meat_balls_1.png │ └── stack3 │ │ └── meat_balls_2.png ├── mushy_cake │ ├── stack1 │ │ └── mushy_cake.png │ ├── stack2 │ │ └── mushy_cake_1.png │ └── stack3 │ │ └── mushy_cake_2.png ├── scotch_egg │ ├── stack1 │ │ └── scotch_egg.png │ ├── stack2 │ │ └── scotch_egg_1.png │ └── stack3 │ │ └── scotch_egg_2.png ├── steamed_sticks │ └── steamed_sticks.png ├── fish_sticks │ ├── stack1 │ │ └── fish_sticks.png │ ├── stack2 │ │ └── fish_sticks_1.png │ └── stack3 │ │ └── fish_sticks_2.png ├── ratatouille │ ├── stack1 │ │ └── ratatouille.png │ ├── stack2 │ │ └── ratatouille_1.png │ └── stack3 │ │ └── ratatouille_2.png ├── surf_n_turf │ ├── stack1 │ │ └── surf_n_turf.png │ ├── stack2 │ │ └── surf_n_turf_1.png │ └── stack3 │ │ └── surf_n_turf_2.png ├── veg_stinger │ ├── stack1 │ │ └── veg_stinger.png │ ├── stack2 │ │ └── veg_stinger_1.png │ └── stack3 │ │ └── veg_stinger_2.png ├── flower_salad │ ├── stack1 │ │ └── flower_salad.png │ ├── stack2 │ │ └── flower_salad_1.png │ └── stack3 │ │ └── flower_salad_2.png ├── fruit_medley │ ├── stack1 │ │ ├── fruit_medley.png │ │ └── alt │ │ │ └── fruit_medley_stackable_1.png │ ├── stack2 │ │ ├── fruit_medley_1.png │ │ └── alt │ │ │ └── fruit_medley_stackable_2.png │ └── stack3 │ │ ├── fruit_medley_2.png │ │ └── alt │ │ └── fruit_medley_stackable_3.png ├── honey_nuggets │ ├── stack1 │ │ └── honey_nuggets.png │ ├── stack2 │ │ └── honey_nuggets_1.png │ └── stack3 │ │ └── honey_nuggets_2.png ├── pepper_popper │ ├── stack1 │ │ └── pepper_popper.png │ ├── stack2 │ │ └── pepper_popper_1.png │ └── stack3 │ │ └── pepper_popper_2.png ├── russian_soup │ └── stack1 │ │ └── russian_soup.png ├── salmon_sushi │ ├── stack1 │ │ └── salmon_sushi.png │ ├── stack2 │ │ └── salmon_sushi_1.png │ └── stack3 │ │ └── salmon_sushi_2.png ├── seafood_gumbo │ ├── stack1 │ │ └── seafood_gumbo.png │ ├── stack2 │ │ └── seafood_gumbo_1.png │ └── stack3 │ │ └── seafood_gumbo_2.png ├── turkey_dinner │ ├── stack1 │ │ └── turkey_dinner.png │ ├── stack2 │ │ └── turkey_dinner_1.png │ └── stack3 │ │ └── turkey_dinner_2.png ├── asparagus_soup │ ├── stack1 │ │ └── asparagus_soup.png │ ├── stack2 │ │ └── asparagus_soup_1.png │ └── stack3 │ │ └── asparagus_soup_2.png ├── plain_omelette │ ├── stack1 │ │ └── plain_omelette.png │ ├── stack2 │ │ └── plain_omelette_1.png │ └── stack3 │ │ └── plain_omelette_2.png ├── potato_souffle │ ├── stack1 │ │ └── potato_souffle.png │ ├── stack2 │ │ └── potato_souffle_1.png │ ├── stack3 │ │ └── potato_souffle_2.png │ └── stack4 │ │ └── potato_souffle_3.png ├── potato_tornado │ ├── stack1 │ │ └── potato_tornado.png │ ├── stack2 │ │ └── potato_tornado_1.png │ └── stack3 │ │ └── potato_tornado_2.png ├── pumpkin_cookie │ ├── stack1 │ │ └── pumpkin_cookie.png │ ├── stack2 │ │ └── pumpkin_cookie_1.png │ └── stack3 │ │ └── pumpkin_cookie_2.png ├── volt_goat_jelly │ ├── alt │ │ └── volt_goat_jelly.png │ ├── stack1 │ │ └── volt_goat_jelly.png │ ├── stack2 │ │ └── volt_goat_jelly_1.png │ └── stack3 │ │ └── volt_goat_jelly_2.png ├── california_roll │ ├── stack1 │ │ └── california_roll.png │ ├── stack2 │ │ └── california_roll_1.png │ └── stack3 │ │ └── california_roll_2.png ├── froggle_bunwich │ ├── stack1 │ │ └── froggle_bunwich.png │ ├── stack2 │ │ └── froggle_bunwich_1.png │ └── stack3 │ │ └── froggle_bunwich_2.png ├── jammy_preserves │ ├── stack1 │ │ └── jammy_preserves.png │ ├── stack2 │ │ └── jammy_preserves_1.png │ └── stack3 │ │ └── jammy_preserves_2.png ├── mashed_potatoes │ ├── stack1 │ │ └── mashed_potatoes.png │ ├── stack2 │ │ └── mashed_potatoes_1.png │ ├── stack3 │ │ └── mashed_potatoes_2.png │ └── stack4 │ │ └── mashed_potatoes_3.png ├── monster_lasagna │ ├── stack1 │ │ ├── monster_lasagna.png │ │ ├── alt │ │ │ └── monster_lasagna.png │ │ ├── alt2 │ │ │ └── monster_lasagna.png │ │ └── alt3 │ │ │ └── monster_lasagna.png │ ├── stack2 │ │ └── monster_lasagna_1.png │ └── stack3 │ │ └── monster_lasagna_2.png ├── monster_tartare │ ├── stack1 │ │ └── monster_tartare.png │ ├── stack2 │ │ └── monster_tartare_1.png │ └── stack3 │ │ └── monster_tartare_2.png ├── snake_bone_soup │ ├── stack1 │ │ └── snake_bone_soup.png │ ├── stack2 │ │ └── snake_bone_soup_1.png │ └── stack3 │ │ └── snake_bone_soup_2.png ├── watermelon_icle │ ├── stack1 │ │ └── watermelon_icle.png │ ├── stack2 │ │ └── watermelon_icle_1.png │ └── stack3 │ │ └── watermelon_icle_2.png ├── stuffed_eggplant │ ├── stack1 │ │ └── stuffed_eggplant.png │ ├── stack2 │ │ └── stuffed_eggplant_1.png │ └── stack3 │ │ └── stuffed_eggplant_2.png ├── breakfast_skillet │ ├── stack1 │ │ └── breakfast_skillet.png │ ├── stack2 │ │ └── breakfast_skillet_1.png │ └── stack3 │ │ └── breakfast_skillet_2.png ├── glow_berry_mousse │ ├── stack1 │ │ └── glow_berry_mousse.png │ ├── stack2 │ │ └── glow_berry_mousse_1.png │ └── stack3 │ │ └── glow_berry_mousse_2.png ├── steamed_ham_sandwich │ ├── stack1 │ │ └── steamed_ham_sandwich.png │ ├── stack2 │ │ └── steamed_ham_sandwich_1.png │ └── stack3 │ │ └── steamed_ham_sandwich_2.png └── tropical_bouillabaisse │ ├── stack1 │ └── tropical_bouillabaisse.png │ ├── stack2 │ └── tropical_bouillabaisse_1.png │ └── stack3 │ └── tropical_bouillabaisse_2.png ├── src ├── main │ └── resources │ │ ├── kubejs.plugins.txt │ │ ├── banner.png │ │ ├── logo.png │ │ ├── data │ │ ├── supplementaries │ │ │ └── tags │ │ │ │ ├── items │ │ │ │ ├── pancake_syrup.json │ │ │ │ └── cookies.json │ │ │ │ └── entity_types │ │ │ │ └── cage_baby_catchable.json │ │ ├── crockpot │ │ │ ├── tags │ │ │ │ └── items │ │ │ │ │ └── ingredients │ │ │ │ │ ├── volt.json │ │ │ │ │ ├── tropical_fish.json │ │ │ │ │ ├── kelp.json │ │ │ │ │ ├── honey.json │ │ │ │ │ └── bone.json │ │ │ ├── damage_type │ │ │ │ ├── candy.json │ │ │ │ ├── spicy.json │ │ │ │ ├── taffy.json │ │ │ │ ├── pow_cake.json │ │ │ │ └── monster_food.json │ │ │ ├── curios │ │ │ │ └── entities │ │ │ │ │ └── slots.json │ │ │ ├── recipes │ │ │ │ └── food_values │ │ │ │ │ ├── default_set │ │ │ │ │ ├── no-value.json │ │ │ │ │ ├── apple.json │ │ │ │ │ ├── bone.json │ │ │ │ │ ├── fern.json │ │ │ │ │ ├── melon.json │ │ │ │ │ └── onion.json │ │ │ │ │ └── tag_set │ │ │ │ │ ├── c │ │ │ │ │ └── fruits.json │ │ │ │ │ └── forge │ │ │ │ │ ├── fruits.json │ │ │ │ │ └── vegetables │ │ │ │ │ └── no-values.json │ │ │ └── potato_cannon_projectile_types │ │ │ │ └── onion.json │ │ └── sereneseasons │ │ │ └── tags │ │ │ ├── blocks │ │ │ ├── unbreakable_infertile_crops.json │ │ │ ├── winter_crops.json │ │ │ └── spring_crops.json │ │ │ └── items │ │ │ └── winter_crops.json │ │ ├── pack.mcmeta │ │ └── assets │ │ └── crockpot │ │ ├── models │ │ └── item │ │ │ ├── tea.json │ │ │ ├── avaj.json │ │ │ ├── book.json │ │ │ ├── candy.json │ │ │ ├── kabobs.json │ │ │ ├── salsa.json │ │ │ ├── syrup.json │ │ │ ├── taffy.json │ │ │ ├── ceviche.json │ │ │ ├── gazpacho.json │ │ │ ├── iced_tea.json │ │ │ ├── moqueca.json │ │ │ ├── perogies.json │ │ │ ├── pow_cake.json │ │ │ ├── wet_goop.json │ │ │ ├── bacon_eggs.json │ │ │ ├── bone_soup.json │ │ │ ├── bone_stew.json │ │ │ ├── bunny_stew.json │ │ │ ├── cooked_egg.json │ │ │ ├── fish_sticks.json │ │ │ ├── fish_tacos.json │ │ │ ├── frog_legs.json │ │ │ ├── gnaws_coin.json │ │ │ ├── hoglin_nose.json │ │ │ ├── honey_ham.json │ │ │ ├── hot_chili.json │ │ │ ├── hot_cocoa.json │ │ │ ├── ice_cream.json │ │ │ ├── meat_balls.json │ │ │ ├── milk_bottle.json │ │ │ ├── mushy_cake.json │ │ │ ├── netherosia.json │ │ │ ├── ratatouille.json │ │ │ ├── surf_n_turf.json │ │ │ ├── veg_stinger.json │ │ │ ├── flower_salad.json │ │ │ ├── fruit_medley.json │ │ │ ├── honey_nuggets.json │ │ │ ├── pepper_popper.json │ │ │ ├── salmon_sushi.json │ │ │ ├── seafood_gumbo.json │ │ │ ├── turkey_dinner.json │ │ │ ├── asparagus_soup.json │ │ │ ├── blackstone_dust.json │ │ │ ├── california_roll.json │ │ │ ├── collected_dust.json │ │ │ ├── cooked_frog_legs.json │ │ │ ├── froggle_bunwich.json │ │ │ ├── jammy_preserves.json │ │ │ ├── mashed_potatoes.json │ │ │ ├── monster_lasagna.json │ │ │ ├── monster_tartare.json │ │ │ ├── parrot_egg_blue.json │ │ │ ├── parrot_egg_gray.json │ │ │ ├── parrot_egg_green.json │ │ │ ├── potato_souffle.json │ │ │ ├── potato_tornado.json │ │ │ ├── pumpkin_cookie.json │ │ │ ├── stuffed_eggplant.json │ │ │ ├── watermelon_icle.json │ │ │ ├── cooked_hoglin_nose.json │ │ │ ├── parrot_egg_red_blue.json │ │ │ ├── parrot_egg_yellow_blue.json │ │ │ ├── tropical_bouillabaisse.json │ │ │ ├── food_category_dairy.json │ │ │ ├── food_category_egg.json │ │ │ ├── food_category_fish.json │ │ │ ├── food_category_fruit.json │ │ │ ├── food_category_meat.json │ │ │ ├── food_category_frozen.json │ │ │ ├── food_category_monster.json │ │ │ ├── food_category_veggie.json │ │ │ ├── food_category_inedible.json │ │ │ └── food_category_sweetener.json │ │ ├── textures │ │ ├── item │ │ │ ├── tea.png │ │ │ ├── avaj.png │ │ │ ├── book.png │ │ │ ├── candy.png │ │ │ ├── corn.png │ │ │ ├── garlic.png │ │ │ ├── guano.png │ │ │ ├── kabobs.png │ │ │ ├── onion.png │ │ │ ├── pepper.png │ │ │ ├── salsa.png │ │ │ ├── syrup.png │ │ │ ├── taffy.png │ │ │ ├── tomato.png │ │ │ ├── birdcage.png │ │ │ ├── ceviche.png │ │ │ ├── eggplant.png │ │ │ ├── gazpacho.png │ │ │ ├── iced_tea.png │ │ │ ├── moqueca.png │ │ │ ├── perogies.png │ │ │ ├── popcorn.png │ │ │ ├── pow_cake.png │ │ │ ├── wet_goop.png │ │ │ ├── asparagus.png │ │ │ ├── bacon_eggs.png │ │ │ ├── bone_soup.png │ │ │ ├── bone_stew.png │ │ │ ├── bunny_stew.png │ │ │ ├── cooked_egg.png │ │ │ ├── corn_seeds.png │ │ │ ├── fish_sticks.png │ │ │ ├── fish_tacos.png │ │ │ ├── frog_legs.png │ │ │ ├── gnaws_coin.png │ │ │ ├── gummy_cake.png │ │ │ ├── hoglin_nose.png │ │ │ ├── honey_ham.png │ │ │ ├── hot_chili.png │ │ │ ├── hot_cocoa.png │ │ │ ├── ice_cream.png │ │ │ ├── meat_balls.png │ │ │ ├── milk_bottle.png │ │ │ ├── mushy_cake.png │ │ │ ├── netherosia.png │ │ │ ├── onion_seeds.png │ │ │ ├── purple_corn.png │ │ │ ├── ratatouille.png │ │ │ ├── red_ingot.png │ │ │ ├── scotch_egg.png │ │ │ ├── surf_n_turf.png │ │ │ ├── veg_stinger.png │ │ │ ├── carrot_seeds.png │ │ │ ├── flower_salad.png │ │ │ ├── fruit_medley.png │ │ │ ├── garlic_seeds.png │ │ │ ├── golden_donut.png │ │ │ ├── honey_nuggets.png │ │ │ ├── milkmade_hat.png │ │ │ ├── pepper_popper.png │ │ │ ├── pepper_seeds.png │ │ │ ├── potato_seeds.png │ │ │ ├── russian_soup.png │ │ │ ├── salmon_sushi.png │ │ │ ├── seafood_gumbo.png │ │ │ ├── tomato_seeds.png │ │ │ ├── turkey_dinner.png │ │ │ ├── unknown_seeds.png │ │ │ ├── asparagus_seeds.png │ │ │ ├── asparagus_soup.png │ │ │ ├── blackstone_dust.png │ │ │ ├── california_roll.png │ │ │ ├── collected_dust.png │ │ │ ├── cooked_eggplant.png │ │ │ ├── cooked_frog_legs.png │ │ │ ├── crock_pot_basic.png │ │ │ ├── eggplant_seeds.png │ │ │ ├── empty_slot_block.png │ │ │ ├── empty_slot_pot.png │ │ │ ├── froggle_bunwich.png │ │ │ ├── jammy_preserves.png │ │ │ ├── mashed_potatoes.png │ │ │ ├── monster_lasagna.png │ │ │ ├── monster_tartare.png │ │ │ ├── parrot_egg_blue.png │ │ │ ├── parrot_egg_gray.png │ │ │ ├── parrot_egg_green.png │ │ │ ├── plain_omelette.png │ │ │ ├── potato_souffle.png │ │ │ ├── potato_tornado.png │ │ │ ├── pumpkin_cookie.png │ │ │ ├── snake_bone_soup.png │ │ │ ├── steamed_sticks.png │ │ │ ├── stuffed_eggplant.png │ │ │ ├── volt_goat_horn.png │ │ │ ├── volt_goat_jelly.png │ │ │ ├── watermelon_icle.png │ │ │ ├── breakfast_skillet.png │ │ │ ├── cooked_hoglin_nose.png │ │ │ ├── crock_pot_advanced.png │ │ │ ├── crock_pot_ultimate.png │ │ │ ├── glow_berry_mousse.png │ │ │ ├── parrot_egg_red_blue.png │ │ │ ├── steamed_ham_sandwich.png │ │ │ ├── parrot_egg_yellow_blue.png │ │ │ └── tropical_bouillabaisse.png │ │ ├── gui │ │ │ ├── crock_pot.png │ │ │ ├── jei │ │ │ │ ├── icons.png │ │ │ │ ├── parrot_feeding.png │ │ │ │ ├── crock_pot_cooking.png │ │ │ │ ├── explosion_crafting.png │ │ │ │ ├── piglin_bartering.png │ │ │ │ └── requirement_background.png │ │ │ ├── gnaws_gift.png │ │ │ ├── patchouli │ │ │ │ ├── gnaw.png │ │ │ │ ├── priority.png │ │ │ │ ├── page_filler.png │ │ │ │ ├── piglin_bartering.png │ │ │ │ └── explosion_crafting.png │ │ │ └── advancements │ │ │ │ └── background.png │ │ ├── block │ │ │ ├── birdcage.png │ │ │ ├── crock_pot.png │ │ │ ├── foods │ │ │ │ ├── avaj.png │ │ │ │ ├── tea.png │ │ │ │ ├── candy.png │ │ │ │ ├── kabobs.png │ │ │ │ ├── salsa.png │ │ │ │ ├── taffy.png │ │ │ │ ├── tea_1.png │ │ │ │ ├── tea_2.png │ │ │ │ ├── bone_soup.png │ │ │ │ ├── bone_stew.png │ │ │ │ ├── ceviche.png │ │ │ │ ├── ceviche_1.png │ │ │ │ ├── ceviche_2.png │ │ │ │ ├── gazpacho.png │ │ │ │ ├── honey_ham.png │ │ │ │ ├── hot_chili.png │ │ │ │ ├── hot_cocoa.png │ │ │ │ ├── ice_cream.png │ │ │ │ ├── iced_tea.png │ │ │ │ ├── kabobs_1.png │ │ │ │ ├── kabobs_2.png │ │ │ │ ├── moqueca.png │ │ │ │ ├── moqueca_1.png │ │ │ │ ├── moqueca_2.png │ │ │ │ ├── perogies.png │ │ │ │ ├── pow_cake.png │ │ │ │ ├── salsa_1.png │ │ │ │ ├── salsa_2.png │ │ │ │ ├── wet_goop.png │ │ │ │ ├── bacon_eggs.png │ │ │ │ ├── bone_soup_1.png │ │ │ │ ├── bone_soup_2.png │ │ │ │ ├── bone_stew_1.png │ │ │ │ ├── bone_stew_2.png │ │ │ │ ├── bunny_stew.png │ │ │ │ ├── fish_sticks.png │ │ │ │ ├── fish_tacos.png │ │ │ │ ├── gazpacho_1.png │ │ │ │ ├── gazpacho_2.png │ │ │ │ ├── gummy_cake.png │ │ │ │ ├── honey_ham_1.png │ │ │ │ ├── honey_ham_2.png │ │ │ │ ├── hot_chili_1.png │ │ │ │ ├── hot_chili_2.png │ │ │ │ ├── hot_cocoa_1.png │ │ │ │ ├── hot_cocoa_2.png │ │ │ │ ├── ice_cream_1.png │ │ │ │ ├── ice_cream_2.png │ │ │ │ ├── iced_tea_1.png │ │ │ │ ├── iced_tea_2.png │ │ │ │ ├── meat_balls.png │ │ │ │ ├── mushy_cake.png │ │ │ │ ├── netherosia.png │ │ │ │ ├── perogies_1.png │ │ │ │ ├── perogies_2.png │ │ │ │ ├── ratatouille.png │ │ │ │ ├── scotch_egg.png │ │ │ │ ├── surf_n_turf.png │ │ │ │ ├── veg_stinger.png │ │ │ │ ├── wet_goop_1.png │ │ │ │ ├── wet_goop_2.png │ │ │ │ ├── asparagus_soup.png │ │ │ │ ├── bacon_eggs_1.png │ │ │ │ ├── bacon_eggs_2.png │ │ │ │ ├── bunny_stew_1.png │ │ │ │ ├── bunny_stew_2.png │ │ │ │ ├── fish_sticks_1.png │ │ │ │ ├── fish_sticks_2.png │ │ │ │ ├── fish_tacos_1.png │ │ │ │ ├── fish_tacos_2.png │ │ │ │ ├── flower_salad.png │ │ │ │ ├── flower_salad_1.png │ │ │ │ ├── flower_salad_2.png │ │ │ │ ├── fruit_medley.png │ │ │ │ ├── fruit_medley_1.png │ │ │ │ ├── fruit_medley_2.png │ │ │ │ ├── gummy_cake_1.png │ │ │ │ ├── gummy_cake_2.png │ │ │ │ ├── honey_nuggets.png │ │ │ │ ├── meat_balls_1.png │ │ │ │ ├── meat_balls_2.png │ │ │ │ ├── mushy_cake_1.png │ │ │ │ ├── mushy_cake_2.png │ │ │ │ ├── pepper_popper.png │ │ │ │ ├── plain_omelette.png │ │ │ │ ├── potato_souffle.png │ │ │ │ ├── potato_tornado.png │ │ │ │ ├── pumpkin_cookie.png │ │ │ │ ├── ratatouille_1.png │ │ │ │ ├── ratatouille_2.png │ │ │ │ ├── salmon_sushi.png │ │ │ │ ├── salmon_sushi_1.png │ │ │ │ ├── salmon_sushi_2.png │ │ │ │ ├── scotch_egg_1.png │ │ │ │ ├── scotch_egg_2.png │ │ │ │ ├── seafood_gumbo.png │ │ │ │ ├── steamed_sticks.png │ │ │ │ ├── surf_n_turf_1.png │ │ │ │ ├── surf_n_turf_2.png │ │ │ │ ├── turkey_dinner.png │ │ │ │ ├── veg_stinger_1.png │ │ │ │ ├── veg_stinger_2.png │ │ │ │ ├── asparagus_soup_1.png │ │ │ │ ├── asparagus_soup_2.png │ │ │ │ ├── california_roll.png │ │ │ │ ├── froggle_bunwich.png │ │ │ │ ├── honey_nuggets_1.png │ │ │ │ ├── honey_nuggets_2.png │ │ │ │ ├── jammy_preserves.png │ │ │ │ ├── mashed_potatoes.png │ │ │ │ ├── monster_lasagna.png │ │ │ │ ├── monster_tartare.png │ │ │ │ ├── pepper_popper_1.png │ │ │ │ ├── pepper_popper_2.png │ │ │ │ ├── plain_omelette_1.png │ │ │ │ ├── plain_omelette_2.png │ │ │ │ ├── potato_souffle_1.png │ │ │ │ ├── potato_souffle_2.png │ │ │ │ ├── potato_souffle_3.png │ │ │ │ ├── potato_tornado_1.png │ │ │ │ ├── potato_tornado_2.png │ │ │ │ ├── pumpkin_cookie_1.png │ │ │ │ ├── pumpkin_cookie_2.png │ │ │ │ ├── seafood_gumbo_1.png │ │ │ │ ├── seafood_gumbo_2.png │ │ │ │ ├── snake_bone_soup.png │ │ │ │ ├── stuffed_eggplant.png │ │ │ │ ├── turkey_dinner_1.png │ │ │ │ ├── turkey_dinner_2.png │ │ │ │ ├── volt_goat_jelly.png │ │ │ │ ├── watermelon_icle.png │ │ │ │ ├── breakfast_skillet.png │ │ │ │ ├── breakfast_skillet_1.png │ │ │ │ ├── breakfast_skillet_2.png │ │ │ │ ├── california_roll_1.png │ │ │ │ ├── california_roll_2.png │ │ │ │ ├── froggle_bunwich_1.png │ │ │ │ ├── froggle_bunwich_2.png │ │ │ │ ├── glow_berry_mousse.png │ │ │ │ ├── glow_berry_mousse_1.png │ │ │ │ ├── glow_berry_mousse_2.png │ │ │ │ ├── jammy_preserves_1.png │ │ │ │ ├── jammy_preserves_2.png │ │ │ │ ├── mashed_potatoes_1.png │ │ │ │ ├── mashed_potatoes_2.png │ │ │ │ ├── mashed_potatoes_3.png │ │ │ │ ├── monster_lasagna_1.png │ │ │ │ ├── monster_lasagna_2.png │ │ │ │ ├── monster_tartare_1.png │ │ │ │ ├── monster_tartare_2.png │ │ │ │ ├── snake_bone_soup_1.png │ │ │ │ ├── snake_bone_soup_2.png │ │ │ │ ├── stuffed_eggplant_1.png │ │ │ │ ├── stuffed_eggplant_2.png │ │ │ │ ├── volt_goat_jelly_1.png │ │ │ │ ├── volt_goat_jelly_2.png │ │ │ │ ├── watermelon_icle_1.png │ │ │ │ ├── watermelon_icle_2.png │ │ │ │ ├── steamed_ham_sandwich.png │ │ │ │ ├── steamed_ham_sandwich_1.png │ │ │ │ ├── steamed_ham_sandwich_2.png │ │ │ │ ├── tropical_bouillabaisse.png │ │ │ │ └── tropical_bouillabaisse_1.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 │ │ │ ├── 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 │ │ │ ├── tomatoes_stage0.png │ │ │ ├── tomatoes_stage1.png │ │ │ ├── tomatoes_stage2.png │ │ │ ├── tomatoes_stage3.png │ │ │ ├── unknown_crops.png │ │ │ ├── eggplants_stage0.png │ │ │ ├── eggplants_stage1.png │ │ │ ├── eggplants_stage2.png │ │ │ ├── eggplants_stage3.png │ │ │ ├── asparaguses_stage0.png │ │ │ ├── asparaguses_stage1.png │ │ │ ├── asparaguses_stage2.png │ │ │ ├── asparaguses_stage3.png │ │ │ ├── crock_pot_particle.png │ │ │ ├── portable_crock_pot.png │ │ │ └── portable_crock_pot_particle.png │ │ ├── entity │ │ │ ├── volt_goat.png │ │ │ └── milkmade_hat.png │ │ └── mob_effect │ │ │ ├── charge.png │ │ │ ├── gnaws_gift.png │ │ │ ├── well_fed.png │ │ │ ├── ocean_affinity.png │ │ │ └── wither_resistance.png │ │ └── sounds │ │ ├── crock_pot_close.ogg │ │ ├── crock_pot_open.ogg │ │ ├── crock_pot_finish.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 └── generated │ └── resources │ ├── data │ ├── forge │ │ └── tags │ │ │ └── items │ │ │ ├── crops │ │ │ ├── corn.json │ │ │ ├── garlic.json │ │ │ ├── onion.json │ │ │ ├── pepper.json │ │ │ ├── tomato.json │ │ │ ├── asparagus.json │ │ │ └── eggplant.json │ │ │ ├── raw_beef.json │ │ │ ├── eggs.json │ │ │ ├── fruits.json │ │ │ ├── fruits │ │ │ └── apple.json │ │ │ ├── milk.json │ │ │ ├── raw_chicken.json │ │ │ ├── raw_fishes │ │ │ ├── cod.json │ │ │ ├── salmon.json │ │ │ └── tropical_fish.json │ │ │ ├── raw_frogs.json │ │ │ ├── raw_mutton.json │ │ │ ├── raw_pork.json │ │ │ ├── raw_rabbit.json │ │ │ ├── vegetables │ │ │ ├── corn.json │ │ │ ├── carrot.json │ │ │ ├── garlic.json │ │ │ ├── onion.json │ │ │ ├── pepper.json │ │ │ ├── potato.json │ │ │ ├── tomato.json │ │ │ ├── asparagus.json │ │ │ ├── beetroot.json │ │ │ ├── eggplant.json │ │ │ └── pumpkin.json │ │ │ ├── cooked_beef.json │ │ │ ├── cooked_eggs.json │ │ │ ├── seeds │ │ │ ├── corn.json │ │ │ ├── garlic.json │ │ │ ├── onion.json │ │ │ ├── pepper.json │ │ │ ├── tomato.json │ │ │ ├── eggplant.json │ │ │ └── asparagus.json │ │ │ ├── cooked_chicken.json │ │ │ ├── cooked_fishes │ │ │ ├── cod.json │ │ │ └── salmon.json │ │ │ ├── cooked_frogs.json │ │ │ ├── cooked_mutton.json │ │ │ ├── cooked_pork.json │ │ │ ├── cooked_rabbit.json │ │ │ ├── milk │ │ │ └── milk_bottle.json │ │ │ ├── cooked_fishes.json │ │ │ └── raw_fishes.json │ ├── curios │ │ └── tags │ │ │ └── items │ │ │ ├── curio.json │ │ │ └── head.json │ ├── minecraft │ │ └── tags │ │ │ ├── blocks │ │ │ ├── needs_iron_tool.json │ │ │ └── mineable │ │ │ │ └── pickaxe.json │ │ │ └── entity_types │ │ │ └── impact_projectiles.json │ └── crockpot │ │ └── tags │ │ ├── blocks │ │ └── crock_pots.json │ │ └── items │ │ ├── crock_pots.json │ │ └── milkmade_hats.json │ ├── assets │ └── crockpot │ │ ├── models │ │ └── item │ │ │ ├── crock_pot.json │ │ │ ├── portable_crock_pot.json │ │ │ ├── volt_goat_spawn_egg.json │ │ │ ├── corn.json │ │ │ ├── garlic.json │ │ │ ├── onion.json │ │ │ ├── pepper.json │ │ │ ├── tomato.json │ │ │ ├── birdcage.json │ │ │ ├── eggplant.json │ │ │ ├── popcorn.json │ │ │ ├── asparagus.json │ │ │ ├── corn_seeds.json │ │ │ ├── gummy_cake.json │ │ │ ├── onion_seeds.json │ │ │ ├── scotch_egg.json │ │ │ ├── garlic_seeds.json │ │ │ ├── pepper_seeds.json │ │ │ ├── tomato_seeds.json │ │ │ ├── unknown_seeds.json │ │ │ ├── asparagus_seeds.json │ │ │ ├── cooked_eggplant.json │ │ │ ├── eggplant_seeds.json │ │ │ ├── plain_omelette.json │ │ │ ├── snake_bone_soup.json │ │ │ ├── steamed_sticks.json │ │ │ ├── volt_goat_horn.json │ │ │ ├── volt_goat_jelly.json │ │ │ ├── breakfast_skillet.json │ │ │ ├── glow_berry_mousse.json │ │ │ └── steamed_ham_sandwich.json │ │ └── blockstates │ │ └── unknown_crops.json │ └── .cache │ └── 735031f3addf80804addae5e3f53249900116f1e └── gradle └── wrapper └── gradle-wrapper.jar /README.md: -------------------------------------------------------------------------------- 1 | # CrockPot 2 | Bring Crock Pot from Don't Starve to Minecraft. 3 | -------------------------------------------------------------------------------- /jsonmodels/avaj/avaj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/avaj/avaj.png -------------------------------------------------------------------------------- /src/main/resources/kubejs.plugins.txt: -------------------------------------------------------------------------------- 1 | com.sihenzhang.crockpot.integration.kubejs.ModIntegrationKubeJS -------------------------------------------------------------------------------- /jsonmodels/candy/candy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/candy/candy.png -------------------------------------------------------------------------------- /jsonmodels/taffy/taffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/taffy/taffy.png -------------------------------------------------------------------------------- /jsonmodels/tea/stack1/tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/tea/stack1/tea.png -------------------------------------------------------------------------------- /src/main/resources/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/banner.png -------------------------------------------------------------------------------- /src/main/resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/logo.png -------------------------------------------------------------------------------- /jsonmodels/tea/stack2/tea_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/tea/stack2/tea_1.png -------------------------------------------------------------------------------- /jsonmodels/tea/stack3/tea_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/tea/stack3/tea_2.png -------------------------------------------------------------------------------- /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/raw_beef.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:beef" 4 | ] 5 | } -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /jsonmodels/candy/alt/candy_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/candy/alt/candy_alt.png -------------------------------------------------------------------------------- /jsonmodels/pow_cake/pow_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/pow_cake/pow_cake.png -------------------------------------------------------------------------------- /jsonmodels/salsa/stack1/salsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/salsa/stack1/salsa.png -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/crock_pot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "crockpot:block/crock_pot_gui" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/data/curios/tags/items/curio.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:gnaws_coin" 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/milk.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "#forge:milk/milk_bottle" 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/cod.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cod" 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/vegetables/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:corn" 4 | ] 5 | } -------------------------------------------------------------------------------- /jsonmodels/kabobs/stack1/kabobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/kabobs/stack1/kabobs.png -------------------------------------------------------------------------------- /jsonmodels/netherosia/netherosia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/netherosia/netherosia.png -------------------------------------------------------------------------------- /jsonmodels/salsa/stack2/salsa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/salsa/stack2/salsa_1.png -------------------------------------------------------------------------------- /jsonmodels/salsa/stack3/salsa_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/salsa/stack3/salsa_2.png -------------------------------------------------------------------------------- /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_eggs.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:cooked_egg" 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/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:eggplant" 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/seeds/corn.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:corn_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/carrot.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:carrot" 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/tomato.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:tomato" 4 | ] 5 | } -------------------------------------------------------------------------------- /jsonmodels/ceviche/stack1/ceviche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ceviche/stack1/ceviche.png -------------------------------------------------------------------------------- /jsonmodels/ceviche/stack2/ceviche_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ceviche/stack2/ceviche_1.png -------------------------------------------------------------------------------- /jsonmodels/ceviche/stack3/ceviche_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ceviche/stack3/ceviche_2.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stack1/gazpacho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gazpacho/stack1/gazpacho.png -------------------------------------------------------------------------------- /jsonmodels/iced_tea/stack1/iced_tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/iced_tea/stack1/iced_tea.png -------------------------------------------------------------------------------- /jsonmodels/kabobs/stack2/kabobs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/kabobs/stack2/kabobs_1.png -------------------------------------------------------------------------------- /jsonmodels/kabobs/stack3/kabobs_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/kabobs/stack3/kabobs_2.png -------------------------------------------------------------------------------- /jsonmodels/moqueca/stack1/moqueca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/moqueca/stack1/moqueca.png -------------------------------------------------------------------------------- /jsonmodels/moqueca/stack2/moqueca_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/moqueca/stack2/moqueca_1.png -------------------------------------------------------------------------------- /jsonmodels/moqueca/stack3/moqueca_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/moqueca/stack3/moqueca_2.png -------------------------------------------------------------------------------- /jsonmodels/perogies/stack1/perogies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/perogies/stack1/perogies.png -------------------------------------------------------------------------------- /jsonmodels/wet_goop/stack1/wet_goop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/wet_goop/stack1/wet_goop.png -------------------------------------------------------------------------------- /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/cod.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:cooked_cod" 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/milk/milk_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:milk_bottle" 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/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/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:eggplant" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/vegetables/pumpkin.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:pumpkin" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:birdcage" 4 | ] 5 | } -------------------------------------------------------------------------------- /jsonmodels/bone_soup/stack1/bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bone_soup/stack1/bone_soup.png -------------------------------------------------------------------------------- /jsonmodels/bone_stew/stack1/bone_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bone_stew/stack1/bone_stew.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stack2/gazpacho_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gazpacho/stack2/gazpacho_2.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stack3/gazpacho_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gazpacho/stack3/gazpacho_3.png -------------------------------------------------------------------------------- /jsonmodels/honey_ham/stack1/honey_ham.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/honey_ham/stack1/honey_ham.png -------------------------------------------------------------------------------- /jsonmodels/hot_chili/stack1/hot_chili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/hot_chili/stack1/hot_chili.png -------------------------------------------------------------------------------- /jsonmodels/hot_cocoa/stack1/hot_cocoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/hot_cocoa/stack1/hot_cocoa.png -------------------------------------------------------------------------------- /jsonmodels/ice_cream/stack1/ice_cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ice_cream/stack1/ice_cream.png -------------------------------------------------------------------------------- /jsonmodels/iced_tea/stack2/iced_tea_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/iced_tea/stack2/iced_tea_1.png -------------------------------------------------------------------------------- /jsonmodels/iced_tea/stack3/iced_tea_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/iced_tea/stack3/iced_tea_2.png -------------------------------------------------------------------------------- /jsonmodels/perogies/stack2/perogies_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/perogies/stack2/perogies_1.png -------------------------------------------------------------------------------- /jsonmodels/perogies/stack3/perogies_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/perogies/stack3/perogies_2.png -------------------------------------------------------------------------------- /jsonmodels/wet_goop/stack2/wet_goop_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/wet_goop/stack2/wet_goop_1.png -------------------------------------------------------------------------------- /jsonmodels/wet_goop/stack3/wet_goop_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/wet_goop/stack3/wet_goop_2.png -------------------------------------------------------------------------------- /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/volt_goat_spawn_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/template_spawn_egg" 3 | } -------------------------------------------------------------------------------- /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/seeds/asparagus.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:asparagus_seeds" 4 | ] 5 | } -------------------------------------------------------------------------------- /jsonmodels/bacon_eggs/stack1/bacon_eggs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bacon_eggs/stack1/bacon_eggs.png -------------------------------------------------------------------------------- /jsonmodels/bone_soup/stack2/bone_soup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bone_soup/stack2/bone_soup_1.png -------------------------------------------------------------------------------- /jsonmodels/bone_soup/stack3/bone_soup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bone_soup/stack3/bone_soup_2.png -------------------------------------------------------------------------------- /jsonmodels/bone_stew/stack2/bone_stew_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bone_stew/stack2/bone_stew_1.png -------------------------------------------------------------------------------- /jsonmodels/bone_stew/stack3/bone_stew_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bone_stew/stack3/bone_stew_2.png -------------------------------------------------------------------------------- /jsonmodels/bunny_stew/stack1/bunny_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bunny_stew/stack1/bunny_stew.png -------------------------------------------------------------------------------- /jsonmodels/fish_tacos/stack1/fish_tacos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fish_tacos/stack1/fish_tacos.png -------------------------------------------------------------------------------- /jsonmodels/gummy_cake/stack1/gummy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gummy_cake/stack1/gummy_cake.png -------------------------------------------------------------------------------- /jsonmodels/honey_ham/stack2/honey_ham_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/honey_ham/stack2/honey_ham_1.png -------------------------------------------------------------------------------- /jsonmodels/honey_ham/stack3/honey_ham_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/honey_ham/stack3/honey_ham_2.png -------------------------------------------------------------------------------- /jsonmodels/hot_chili/stack2/hot_chili_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/hot_chili/stack2/hot_chili_1.png -------------------------------------------------------------------------------- /jsonmodels/hot_chili/stack3/hot_chili_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/hot_chili/stack3/hot_chili_2.png -------------------------------------------------------------------------------- /jsonmodels/hot_cocoa/stack2/hot_cocoa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/hot_cocoa/stack2/hot_cocoa_1.png -------------------------------------------------------------------------------- /jsonmodels/hot_cocoa/stack3/hot_cocoa_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/hot_cocoa/stack3/hot_cocoa_2.png -------------------------------------------------------------------------------- /jsonmodels/ice_cream/stack2/ice_cream_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ice_cream/stack2/ice_cream_1.png -------------------------------------------------------------------------------- /jsonmodels/ice_cream/stack3/ice_cream_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ice_cream/stack3/ice_cream_2.png -------------------------------------------------------------------------------- /jsonmodels/meat_balls/stack1/meat_balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/meat_balls/stack1/meat_balls.png -------------------------------------------------------------------------------- /jsonmodels/mushy_cake/stack1/mushy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/mushy_cake/stack1/mushy_cake.png -------------------------------------------------------------------------------- /jsonmodels/scotch_egg/stack1/scotch_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/scotch_egg/stack1/scotch_egg.png -------------------------------------------------------------------------------- /jsonmodels/steamed_sticks/steamed_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/steamed_sticks/steamed_sticks.png -------------------------------------------------------------------------------- /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/minecraft/tags/entity_types/impact_projectiles.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:parrot_egg" 4 | ] 5 | } -------------------------------------------------------------------------------- /jsonmodels/bacon_eggs/stack2/bacon_eggs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bacon_eggs/stack2/bacon_eggs_1.png -------------------------------------------------------------------------------- /jsonmodels/bacon_eggs/stack3/bacon_eggs_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bacon_eggs/stack3/bacon_eggs_2.png -------------------------------------------------------------------------------- /jsonmodels/bunny_stew/stack2/bunny_stew_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bunny_stew/stack2/bunny_stew_1.png -------------------------------------------------------------------------------- /jsonmodels/bunny_stew/stack3/bunny_stew_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/bunny_stew/stack3/bunny_stew_2.png -------------------------------------------------------------------------------- /jsonmodels/fish_sticks/stack1/fish_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fish_sticks/stack1/fish_sticks.png -------------------------------------------------------------------------------- /jsonmodels/fish_tacos/stack2/fish_tacos_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fish_tacos/stack2/fish_tacos_1.png -------------------------------------------------------------------------------- /jsonmodels/fish_tacos/stack3/fish_tacos_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fish_tacos/stack3/fish_tacos_2.png -------------------------------------------------------------------------------- /jsonmodels/gummy_cake/stack2/gummy_cake_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gummy_cake/stack2/gummy_cake_1.png -------------------------------------------------------------------------------- /jsonmodels/gummy_cake/stack3/gummy_cake_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gummy_cake/stack3/gummy_cake_2.png -------------------------------------------------------------------------------- /jsonmodels/meat_balls/stack2/meat_balls_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/meat_balls/stack2/meat_balls_1.png -------------------------------------------------------------------------------- /jsonmodels/meat_balls/stack3/meat_balls_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/meat_balls/stack3/meat_balls_2.png -------------------------------------------------------------------------------- /jsonmodels/mushy_cake/stack2/mushy_cake_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/mushy_cake/stack2/mushy_cake_1.png -------------------------------------------------------------------------------- /jsonmodels/mushy_cake/stack3/mushy_cake_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/mushy_cake/stack3/mushy_cake_2.png -------------------------------------------------------------------------------- /jsonmodels/ratatouille/stack1/ratatouille.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ratatouille/stack1/ratatouille.png -------------------------------------------------------------------------------- /jsonmodels/scotch_egg/stack2/scotch_egg_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/scotch_egg/stack2/scotch_egg_1.png -------------------------------------------------------------------------------- /jsonmodels/scotch_egg/stack3/scotch_egg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/scotch_egg/stack3/scotch_egg_2.png -------------------------------------------------------------------------------- /jsonmodels/surf_n_turf/stack1/surf_n_turf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/surf_n_turf/stack1/surf_n_turf.png -------------------------------------------------------------------------------- /jsonmodels/veg_stinger/stack1/veg_stinger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/veg_stinger/stack1/veg_stinger.png -------------------------------------------------------------------------------- /jsonmodels/fish_sticks/stack2/fish_sticks_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fish_sticks/stack2/fish_sticks_1.png -------------------------------------------------------------------------------- /jsonmodels/fish_sticks/stack3/fish_sticks_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fish_sticks/stack3/fish_sticks_2.png -------------------------------------------------------------------------------- /jsonmodels/flower_salad/stack1/flower_salad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/flower_salad/stack1/flower_salad.png -------------------------------------------------------------------------------- /jsonmodels/flower_salad/stack2/flower_salad_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/flower_salad/stack2/flower_salad_1.png -------------------------------------------------------------------------------- /jsonmodels/flower_salad/stack3/flower_salad_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/flower_salad/stack3/flower_salad_2.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stack1/fruit_medley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fruit_medley/stack1/fruit_medley.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stack2/fruit_medley_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fruit_medley/stack2/fruit_medley_1.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stack3/fruit_medley_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fruit_medley/stack3/fruit_medley_2.png -------------------------------------------------------------------------------- /jsonmodels/honey_nuggets/stack1/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/honey_nuggets/stack1/honey_nuggets.png -------------------------------------------------------------------------------- /jsonmodels/pepper_popper/stack1/pepper_popper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/pepper_popper/stack1/pepper_popper.png -------------------------------------------------------------------------------- /jsonmodels/ratatouille/stack2/ratatouille_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ratatouille/stack2/ratatouille_1.png -------------------------------------------------------------------------------- /jsonmodels/ratatouille/stack3/ratatouille_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/ratatouille/stack3/ratatouille_2.png -------------------------------------------------------------------------------- /jsonmodels/russian_soup/stack1/russian_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/russian_soup/stack1/russian_soup.png -------------------------------------------------------------------------------- /jsonmodels/salmon_sushi/stack1/salmon_sushi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/salmon_sushi/stack1/salmon_sushi.png -------------------------------------------------------------------------------- /jsonmodels/salmon_sushi/stack2/salmon_sushi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/salmon_sushi/stack2/salmon_sushi_1.png -------------------------------------------------------------------------------- /jsonmodels/salmon_sushi/stack3/salmon_sushi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/salmon_sushi/stack3/salmon_sushi_2.png -------------------------------------------------------------------------------- /jsonmodels/seafood_gumbo/stack1/seafood_gumbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/seafood_gumbo/stack1/seafood_gumbo.png -------------------------------------------------------------------------------- /jsonmodels/surf_n_turf/stack2/surf_n_turf_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/surf_n_turf/stack2/surf_n_turf_1.png -------------------------------------------------------------------------------- /jsonmodels/surf_n_turf/stack3/surf_n_turf_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/surf_n_turf/stack3/surf_n_turf_2.png -------------------------------------------------------------------------------- /jsonmodels/turkey_dinner/stack1/turkey_dinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/turkey_dinner/stack1/turkey_dinner.png -------------------------------------------------------------------------------- /jsonmodels/veg_stinger/stack2/veg_stinger_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/veg_stinger/stack2/veg_stinger_1.png -------------------------------------------------------------------------------- /jsonmodels/veg_stinger/stack3/veg_stinger_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/veg_stinger/stack3/veg_stinger_2.png -------------------------------------------------------------------------------- /src/main/resources/data/supplementaries/tags/items/pancake_syrup.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:syrup" 5 | ] 6 | } -------------------------------------------------------------------------------- /jsonmodels/asparagus_soup/stack1/asparagus_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/asparagus_soup/stack1/asparagus_soup.png -------------------------------------------------------------------------------- /jsonmodels/honey_nuggets/stack2/honey_nuggets_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/honey_nuggets/stack2/honey_nuggets_1.png -------------------------------------------------------------------------------- /jsonmodels/honey_nuggets/stack3/honey_nuggets_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/honey_nuggets/stack3/honey_nuggets_2.png -------------------------------------------------------------------------------- /jsonmodels/pepper_popper/stack2/pepper_popper_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/pepper_popper/stack2/pepper_popper_1.png -------------------------------------------------------------------------------- /jsonmodels/pepper_popper/stack3/pepper_popper_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/pepper_popper/stack3/pepper_popper_2.png -------------------------------------------------------------------------------- /jsonmodels/plain_omelette/stack1/plain_omelette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/plain_omelette/stack1/plain_omelette.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack1/potato_souffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/potato_souffle/stack1/potato_souffle.png -------------------------------------------------------------------------------- /jsonmodels/potato_tornado/stack1/potato_tornado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/potato_tornado/stack1/potato_tornado.png -------------------------------------------------------------------------------- /jsonmodels/pumpkin_cookie/stack1/pumpkin_cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/pumpkin_cookie/stack1/pumpkin_cookie.png -------------------------------------------------------------------------------- /jsonmodels/seafood_gumbo/stack2/seafood_gumbo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/seafood_gumbo/stack2/seafood_gumbo_1.png -------------------------------------------------------------------------------- /jsonmodels/seafood_gumbo/stack3/seafood_gumbo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/seafood_gumbo/stack3/seafood_gumbo_2.png -------------------------------------------------------------------------------- /jsonmodels/turkey_dinner/stack2/turkey_dinner_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/turkey_dinner/stack2/turkey_dinner_1.png -------------------------------------------------------------------------------- /jsonmodels/turkey_dinner/stack3/turkey_dinner_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/turkey_dinner/stack3/turkey_dinner_2.png -------------------------------------------------------------------------------- /jsonmodels/volt_goat_jelly/alt/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/volt_goat_jelly/alt/volt_goat_jelly.png -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/tags/items/ingredients/volt.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:volt_goat_horn" 5 | ] 6 | } -------------------------------------------------------------------------------- /jsonmodels/asparagus_soup/stack2/asparagus_soup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/asparagus_soup/stack2/asparagus_soup_1.png -------------------------------------------------------------------------------- /jsonmodels/asparagus_soup/stack3/asparagus_soup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/asparagus_soup/stack3/asparagus_soup_2.png -------------------------------------------------------------------------------- /jsonmodels/california_roll/stack1/california_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/california_roll/stack1/california_roll.png -------------------------------------------------------------------------------- /jsonmodels/froggle_bunwich/stack1/froggle_bunwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/froggle_bunwich/stack1/froggle_bunwich.png -------------------------------------------------------------------------------- /jsonmodels/jammy_preserves/stack1/jammy_preserves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/jammy_preserves/stack1/jammy_preserves.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack1/mashed_potatoes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/mashed_potatoes/stack1/mashed_potatoes.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/stack1/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_lasagna/stack1/monster_lasagna.png -------------------------------------------------------------------------------- /jsonmodels/monster_tartare/stack1/monster_tartare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_tartare/stack1/monster_tartare.png -------------------------------------------------------------------------------- /jsonmodels/plain_omelette/stack2/plain_omelette_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/plain_omelette/stack2/plain_omelette_1.png -------------------------------------------------------------------------------- /jsonmodels/plain_omelette/stack3/plain_omelette_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/plain_omelette/stack3/plain_omelette_2.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack2/potato_souffle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/potato_souffle/stack2/potato_souffle_1.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack3/potato_souffle_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/potato_souffle/stack3/potato_souffle_2.png -------------------------------------------------------------------------------- /jsonmodels/potato_souffle/stack4/potato_souffle_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/potato_souffle/stack4/potato_souffle_3.png -------------------------------------------------------------------------------- /jsonmodels/potato_tornado/stack2/potato_tornado_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/potato_tornado/stack2/potato_tornado_1.png -------------------------------------------------------------------------------- /jsonmodels/potato_tornado/stack3/potato_tornado_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/potato_tornado/stack3/potato_tornado_2.png -------------------------------------------------------------------------------- /jsonmodels/pumpkin_cookie/stack2/pumpkin_cookie_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/pumpkin_cookie/stack2/pumpkin_cookie_1.png -------------------------------------------------------------------------------- /jsonmodels/pumpkin_cookie/stack3/pumpkin_cookie_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/pumpkin_cookie/stack3/pumpkin_cookie_2.png -------------------------------------------------------------------------------- /jsonmodels/snake_bone_soup/stack1/snake_bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/snake_bone_soup/stack1/snake_bone_soup.png -------------------------------------------------------------------------------- /jsonmodels/volt_goat_jelly/stack1/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/volt_goat_jelly/stack1/volt_goat_jelly.png -------------------------------------------------------------------------------- /jsonmodels/watermelon_icle/stack1/watermelon_icle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/watermelon_icle/stack1/watermelon_icle.png -------------------------------------------------------------------------------- /src/generated/resources/data/curios/tags/items/head.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:milkmade_hat", 4 | "crockpot:creative_milkmade_hat" 5 | ] 6 | } -------------------------------------------------------------------------------- /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/pack.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "pack": { 3 | "description": { 4 | "text": "${mod_id} resources" 5 | }, 6 | "pack_format": 15 7 | } 8 | } -------------------------------------------------------------------------------- /jsonmodels/california_roll/stack2/california_roll_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/california_roll/stack2/california_roll_1.png -------------------------------------------------------------------------------- /jsonmodels/california_roll/stack3/california_roll_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/california_roll/stack3/california_roll_2.png -------------------------------------------------------------------------------- /jsonmodels/froggle_bunwich/stack2/froggle_bunwich_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/froggle_bunwich/stack2/froggle_bunwich_1.png -------------------------------------------------------------------------------- /jsonmodels/froggle_bunwich/stack3/froggle_bunwich_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/froggle_bunwich/stack3/froggle_bunwich_2.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stack2/alt/gazpacho_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gazpacho/stack2/alt/gazpacho_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/gazpacho/stack3/alt/gazpacho_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/gazpacho/stack3/alt/gazpacho_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/jammy_preserves/stack2/jammy_preserves_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/jammy_preserves/stack2/jammy_preserves_1.png -------------------------------------------------------------------------------- /jsonmodels/jammy_preserves/stack3/jammy_preserves_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/jammy_preserves/stack3/jammy_preserves_2.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack2/mashed_potatoes_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/mashed_potatoes/stack2/mashed_potatoes_1.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack3/mashed_potatoes_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/mashed_potatoes/stack3/mashed_potatoes_2.png -------------------------------------------------------------------------------- /jsonmodels/mashed_potatoes/stack4/mashed_potatoes_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/mashed_potatoes/stack4/mashed_potatoes_3.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/stack2/monster_lasagna_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_lasagna/stack2/monster_lasagna_1.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/stack3/monster_lasagna_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_lasagna/stack3/monster_lasagna_2.png -------------------------------------------------------------------------------- /jsonmodels/monster_tartare/stack2/monster_tartare_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_tartare/stack2/monster_tartare_1.png -------------------------------------------------------------------------------- /jsonmodels/monster_tartare/stack3/monster_tartare_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_tartare/stack3/monster_tartare_2.png -------------------------------------------------------------------------------- /jsonmodels/snake_bone_soup/stack2/snake_bone_soup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/snake_bone_soup/stack2/snake_bone_soup_1.png -------------------------------------------------------------------------------- /jsonmodels/snake_bone_soup/stack3/snake_bone_soup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/snake_bone_soup/stack3/snake_bone_soup_2.png -------------------------------------------------------------------------------- /jsonmodels/stuffed_eggplant/stack1/stuffed_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/stuffed_eggplant/stack1/stuffed_eggplant.png -------------------------------------------------------------------------------- /jsonmodels/volt_goat_jelly/stack2/volt_goat_jelly_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/volt_goat_jelly/stack2/volt_goat_jelly_1.png -------------------------------------------------------------------------------- /jsonmodels/volt_goat_jelly/stack3/volt_goat_jelly_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/volt_goat_jelly/stack3/volt_goat_jelly_2.png -------------------------------------------------------------------------------- /jsonmodels/watermelon_icle/stack2/watermelon_icle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/watermelon_icle/stack2/watermelon_icle_1.png -------------------------------------------------------------------------------- /jsonmodels/watermelon_icle/stack3/watermelon_icle_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/watermelon_icle/stack3/watermelon_icle_2.png -------------------------------------------------------------------------------- /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/items/crock_pots.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "crockpot:crock_pot", 4 | "crockpot:portable_crock_pot" 5 | ] 6 | } -------------------------------------------------------------------------------- /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/textures/item/tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/tea.png -------------------------------------------------------------------------------- /jsonmodels/breakfast_skillet/stack1/breakfast_skillet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/breakfast_skillet/stack1/breakfast_skillet.png -------------------------------------------------------------------------------- /jsonmodels/breakfast_skillet/stack2/breakfast_skillet_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/breakfast_skillet/stack2/breakfast_skillet_1.png -------------------------------------------------------------------------------- /jsonmodels/breakfast_skillet/stack3/breakfast_skillet_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/breakfast_skillet/stack3/breakfast_skillet_2.png -------------------------------------------------------------------------------- /jsonmodels/glow_berry_mousse/stack1/glow_berry_mousse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/glow_berry_mousse/stack1/glow_berry_mousse.png -------------------------------------------------------------------------------- /jsonmodels/glow_berry_mousse/stack2/glow_berry_mousse_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/glow_berry_mousse/stack2/glow_berry_mousse_1.png -------------------------------------------------------------------------------- /jsonmodels/glow_berry_mousse/stack3/glow_berry_mousse_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/glow_berry_mousse/stack3/glow_berry_mousse_2.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/stack1/alt/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_lasagna/stack1/alt/monster_lasagna.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/stack1/alt2/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_lasagna/stack1/alt2/monster_lasagna.png -------------------------------------------------------------------------------- /jsonmodels/monster_lasagna/stack1/alt3/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/monster_lasagna/stack1/alt3/monster_lasagna.png -------------------------------------------------------------------------------- /jsonmodels/stuffed_eggplant/stack2/stuffed_eggplant_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/stuffed_eggplant/stack2/stuffed_eggplant_1.png -------------------------------------------------------------------------------- /jsonmodels/stuffed_eggplant/stack3/stuffed_eggplant_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/stuffed_eggplant/stack3/stuffed_eggplant_2.png -------------------------------------------------------------------------------- /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/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/book.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/book" 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/kabobs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/kabobs" 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/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/textures/item/avaj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/avaj.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/book.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/candy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/candy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/corn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/corn.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/garlic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/garlic.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/guano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/guano.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/kabobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/kabobs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/onion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/onion.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pepper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/pepper.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/salsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/salsa.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/syrup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/syrup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/taffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/taffy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/tomato.png -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/tags/items/ingredients/tropical_fish.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:tropical_fish" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/data/sereneseasons/tags/blocks/unbreakable_infertile_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:unknown_crops" 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/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/gazpacho.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/gazpacho" 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/moqueca.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/moqueca" 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/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/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/HEAD/src/main/resources/assets/crockpot/sounds/crock_pot_close.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_open.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/sounds/crock_pot_open.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/crock_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/crock_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/jei/icons.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/birdcage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/birdcage.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/ceviche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/ceviche.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/eggplant.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/gazpacho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/gazpacho.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/iced_tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/iced_tea.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/moqueca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/moqueca.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/perogies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/perogies.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/popcorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/popcorn.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pow_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/pow_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/wet_goop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/wet_goop.png -------------------------------------------------------------------------------- /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/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/supplementaries/tags/entity_types/cage_baby_catchable.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:volt_goat" 5 | ] 6 | } 7 | 8 | -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stack1/alt/fruit_medley_stackable_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fruit_medley/stack1/alt/fruit_medley_stackable_1.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stack2/alt/fruit_medley_stackable_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fruit_medley/stack2/alt/fruit_medley_stackable_2.png -------------------------------------------------------------------------------- /jsonmodels/fruit_medley/stack3/alt/fruit_medley_stackable_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/fruit_medley/stack3/alt/fruit_medley_stackable_3.png -------------------------------------------------------------------------------- /jsonmodels/steamed_ham_sandwich/stack1/steamed_ham_sandwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/steamed_ham_sandwich/stack1/steamed_ham_sandwich.png -------------------------------------------------------------------------------- /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/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/garlic.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/garlic" 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/pepper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/pepper" 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/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/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/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/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/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/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/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/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/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/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/ratatouille.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/ratatouille" 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/veg_stinger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/veg_stinger" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_finish.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/sounds/crock_pot_finish.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/sounds/crock_pot_rattle_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/sounds/crock_pot_rattle_7.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/birdcage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/birdcage.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/crock_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/crock_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/avaj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/avaj.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/tea.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/entity/volt_goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/entity/volt_goat.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/gnaws_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/gnaws_gift.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/asparagus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/asparagus.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/bacon_eggs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/bacon_eggs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/bone_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/bunny_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/bunny_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/cooked_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/cooked_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/corn_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/corn_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/fish_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/fish_tacos.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/frog_legs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/frog_legs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/gnaws_coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/gnaws_coin.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/gummy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/gummy_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/hoglin_nose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/honey_ham.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/hot_chili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/ice_cream.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/meat_balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/milk_bottle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/mushy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/netherosia.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/onion_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/onion_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/purple_corn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/red_ingot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/scotch_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/scotch_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/surf_n_turf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/surf_n_turf.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/veg_stinger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/veg_stinger.png -------------------------------------------------------------------------------- /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/tags/items/ingredients/kelp.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:dried_kelp", 5 | "minecraft:kelp" 6 | ] 7 | } -------------------------------------------------------------------------------- /jsonmodels/steamed_ham_sandwich/stack2/steamed_ham_sandwich_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/steamed_ham_sandwich/stack2/steamed_ham_sandwich_1.png -------------------------------------------------------------------------------- /jsonmodels/steamed_ham_sandwich/stack3/steamed_ham_sandwich_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/steamed_ham_sandwich/stack3/steamed_ham_sandwich_2.png -------------------------------------------------------------------------------- /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/eggplant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/eggplant" 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/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/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/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/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/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/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/turkey_dinner.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/turkey_dinner" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/corns_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/corns_stage7.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/candy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/candy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/kabobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/kabobs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/salsa.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/taffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/taffy.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tea_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/tea_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tea_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/tea_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/gnaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/patchouli/gnaw.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/carrot_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/carrot_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/flower_salad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/flower_salad.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/fruit_medley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/fruit_medley.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/garlic_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/garlic_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/golden_donut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/golden_donut.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/honey_nuggets.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/milkmade_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/milkmade_hat.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pepper_popper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/pepper_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/potato_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/potato_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/russian_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/salmon_sushi.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/seafood_gumbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/seafood_gumbo.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/tomato_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/tomato_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/turkey_dinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/unknown_seeds.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/mob_effect/charge.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/tags/items/ingredients/honey.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:honey_bottle", 5 | "minecraft:honeycomb" 6 | ] 7 | } -------------------------------------------------------------------------------- /jsonmodels/tropical_bouillabaisse/stack1/tropical_bouillabaisse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/tropical_bouillabaisse/stack1/tropical_bouillabaisse.png -------------------------------------------------------------------------------- /jsonmodels/tropical_bouillabaisse/stack2/tropical_bouillabaisse_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/tropical_bouillabaisse/stack2/tropical_bouillabaisse_1.png -------------------------------------------------------------------------------- /jsonmodels/tropical_bouillabaisse/stack3/tropical_bouillabaisse_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/jsonmodels/tropical_bouillabaisse/stack3/tropical_bouillabaisse_2.png -------------------------------------------------------------------------------- /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/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/gummy_cake.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/gummy_cake" 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/scotch_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/scotch_egg" 5 | } 6 | } -------------------------------------------------------------------------------- /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/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/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/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_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/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/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/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/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/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/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/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/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/watermelon_icle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/watermelon_icle" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bone_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ceviche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ceviche.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ceviche_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ceviche_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ceviche_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ceviche_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gazpacho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/gazpacho.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_ham.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/honey_ham.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_chili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ice_cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/iced_tea.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/kabobs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/kabobs_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/kabobs_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/kabobs_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/moqueca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/moqueca.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/moqueca_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/moqueca_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/moqueca_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/moqueca_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/perogies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/perogies.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pow_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/pow_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salsa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/salsa_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salsa_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/salsa_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/wet_goop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/peppers_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/tomatoes_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/entity/milkmade_hat.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/asparagus_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/asparagus_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/blackstone_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/blackstone_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/california_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/california_roll.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/collected_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/collected_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/cooked_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/cooked_frog_legs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/crock_pot_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/crock_pot_basic.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/eggplant_seeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/empty_slot_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/froggle_bunwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/froggle_bunwich.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/jammy_preserves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/jammy_preserves.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/mashed_potatoes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/mashed_potatoes.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/monster_tartare.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/parrot_egg_green.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/plain_omelette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/plain_omelette.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/potato_souffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/potato_tornado.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/pumpkin_cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/pumpkin_cookie.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/snake_bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/snake_bone_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/steamed_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/steamed_sticks.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/stuffed_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/stuffed_eggplant.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/volt_goat_horn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/volt_goat_horn.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/item/watermelon_icle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/gnaws_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/mob_effect/gnaws_gift.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/well_fed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/mob_effect/well_fed.png -------------------------------------------------------------------------------- /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/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/winter_crops.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "crockpot:unknown_seeds", 5 | "crockpot:asparagus_seeds" 6 | ] 7 | } -------------------------------------------------------------------------------- /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/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/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/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/textures/block/eggplants_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/eggplants_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bone_soup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bone_soup_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bone_soup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bone_soup_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bone_stew_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bone_stew_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bone_stew_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bone_stew_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bunny_stew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bunny_stew.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fish_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/fish_tacos.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gazpacho_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/gazpacho_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gummy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/gummy_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_ham_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/honey_ham_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_ham_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/honey_ham_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_chili_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/hot_chili_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_chili_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/hot_chili_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/hot_cocoa_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ice_cream_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ice_cream_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ice_cream_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ice_cream_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/iced_tea_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/iced_tea_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/meat_balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/meat_balls.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mushy_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/mushy_cake.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/netherosia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/netherosia.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/perogies_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/perogies_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/perogies_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/perogies_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ratatouille.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ratatouille.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/scotch_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/scotch_egg.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/veg_stinger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/veg_stinger.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/wet_goop_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/wet_goop_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/wet_goop_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/wet_goop_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/parrot_feeding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/jei/parrot_feeding.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/priority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/patchouli/priority.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/breakfast_skillet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/breakfast_skillet.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/cooked_hoglin_nose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/cooked_hoglin_nose.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/crock_pot_advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/crock_pot_advanced.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/crock_pot_ultimate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/crock_pot_ultimate.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/glow_berry_mousse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/glow_berry_mousse.png -------------------------------------------------------------------------------- /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/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/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/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/snake_bone_soup.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/snake_bone_soup" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/crockpot/models/item/steamed_sticks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/steamed_sticks" 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/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/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/textures/block/asparaguses_stage0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/asparaguses_stage3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/crock_pot_particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/crock_pot_particle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bacon_eggs_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bunny_stew_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bunny_stew_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/bunny_stew_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/bunny_stew_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fish_sticks_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/fish_sticks_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fish_sticks_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/fish_sticks_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fish_tacos_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/fish_tacos_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fish_tacos_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/fish_tacos_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/flower_salad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/flower_salad.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/flower_salad_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/flower_salad_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/flower_salad_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/flower_salad_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/fruit_medley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/fruit_medley_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gummy_cake_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/gummy_cake_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/gummy_cake_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/gummy_cake_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/meat_balls_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/meat_balls_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/meat_balls_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/meat_balls_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mushy_cake_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/mushy_cake_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mushy_cake_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/mushy_cake_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pepper_popper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/pepper_popper.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/plain_omelette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/potato_tornado.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ratatouille_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ratatouille_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/ratatouille_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/ratatouille_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/salmon_sushi_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/scotch_egg_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/scotch_egg_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/scotch_egg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/scotch_egg_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/steamed_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/steamed_sticks.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/surf_n_turf_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/veg_stinger_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/veg_stinger_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/veg_stinger_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/veg_stinger_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/portable_crock_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/portable_crock_pot.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/crock_pot_cooking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/gui/jei/explosion_crafting.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/piglin_bartering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/jei/piglin_bartering.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/page_filler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/patchouli/page_filler.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_red_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/parrot_egg_red_blue.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/steamed_ham_sandwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/steamed_ham_sandwich.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/ocean_affinity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/mob_effect/ocean_affinity.png -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/recipes/food_values/default_set/no-value.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:carved_pumpkin" 5 | ], 6 | "values": {} 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/crockpot/tags/items/ingredients/bone.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:bone", 5 | {"id":"#forge:bones","required":false} 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /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/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/glow_berry_mousse.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/glow_berry_mousse" 5 | } 6 | } -------------------------------------------------------------------------------- /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/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/tropical_bouillabaisse.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/tropical_bouillabaisse" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/asparagus_soup_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/california_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/california_roll.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/honey_nuggets_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/monster_lasagna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/monster_tartare.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pepper_popper_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/pepper_popper_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pepper_popper_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/pepper_popper_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/plain_omelette_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/plain_omelette_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/plain_omelette_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/plain_omelette_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/potato_souffle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/potato_souffle_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/potato_souffle_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/potato_souffle_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/potato_souffle_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/potato_souffle_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/potato_tornado_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/potato_tornado_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/potato_tornado_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/potato_tornado_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/pumpkin_cookie_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/seafood_gumbo_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/snake_bone_soup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/snake_bone_soup.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/turkey_dinner_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/volt_goat_jelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/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/HEAD/src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/advancements/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/advancements/background.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/parrot_egg_yellow_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/parrot_egg_yellow_blue.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/item/tropical_bouillabaisse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/item/tropical_bouillabaisse.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/mob_effect/wither_resistance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/mob_effect/wither_resistance.png -------------------------------------------------------------------------------- /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/generated/resources/assets/crockpot/models/item/steamed_ham_sandwich.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "crockpot:item/steamed_ham_sandwich" 5 | } 6 | } -------------------------------------------------------------------------------- /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_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_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/textures/block/foods/breakfast_skillet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/breakfast_skillet.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/breakfast_skillet_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/breakfast_skillet_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/breakfast_skillet_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/breakfast_skillet_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/california_roll_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/california_roll_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/california_roll_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/california_roll_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/froggle_bunwich_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/glow_berry_mousse_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/jammy_preserves_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/mashed_potatoes_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/monster_lasagna_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/monster_lasagna_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/monster_lasagna_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/monster_lasagna_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/monster_tartare_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/monster_tartare_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/monster_tartare_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/monster_tartare_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/snake_bone_soup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/snake_bone_soup_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/snake_bone_soup_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/snake_bone_soup_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/stuffed_eggplant_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/volt_goat_jelly_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/volt_goat_jelly_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/volt_goat_jelly_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/volt_goat_jelly_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/watermelon_icle_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/jei/requirement_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/jei/requirement_background.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/piglin_bartering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/patchouli/piglin_bartering.png -------------------------------------------------------------------------------- /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/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_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_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/textures/block/foods/steamed_ham_sandwich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/steamed_ham_sandwich.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/portable_crock_pot_particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/portable_crock_pot_particle.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/gui/patchouli/explosion_crafting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/gui/patchouli/explosion_crafting.png -------------------------------------------------------------------------------- /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/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/fern.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "items": [ 4 | "minecraft:fern" 5 | ], 6 | "values": { 7 | "VEGGIE": 0.5 8 | } 9 | } -------------------------------------------------------------------------------- /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/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/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/vegetables/no-values.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "crockpot:food_values", 3 | "tags": [ 4 | "forge:vegetables/soybeans" 5 | ], 6 | "values": {} 7 | } -------------------------------------------------------------------------------- /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/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_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/textures/block/foods/steamed_ham_sandwich_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/steamed_ham_sandwich_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/steamed_ham_sandwich_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/steamed_ham_sandwich_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tropical_bouillabaisse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/tropical_bouillabaisse.png -------------------------------------------------------------------------------- /src/main/resources/assets/crockpot/textures/block/foods/tropical_bouillabaisse_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihenZhang/CrockPot/HEAD/src/main/resources/assets/crockpot/textures/block/foods/tropical_bouillabaisse_1.png --------------------------------------------------------------------------------