diff --git a/src/config/jei/recipe-category-sort-order.ini b/src/config/jei/recipe-category-sort-order.ini index 505be77..6a761df 100644 --- a/src/config/jei/recipe-category-sort-order.ini +++ b/src/config/jei/recipe-category-sort-order.ini @@ -9,11 +9,6 @@ minecraft:smithing minecraft:smoking minecraft:stonecutting jei:information -powah:.coolant -powah:energizing -powah:heat.sources -powah:magmatic -powah:solid.coolants fruittrees:hybriding jumbofurnace:jumbo_smelting thermal:bottler diff --git a/src/config/pandemic-common.toml b/src/config/pandemic-common.toml index 112928a..cdff9e3 100644 --- a/src/config/pandemic-common.toml +++ b/src/config/pandemic-common.toml @@ -1,6 +1,6 @@ #Define the entity types that should apply the disease on hit. List of all known Types: (minecraft:area_effect_cloud, minecraft:armor_stand, minecraft:arrow, minecraft:bat, minecraft:bee, minecraft:blaze, minecraft:boat, minecraft:cat, minecraft:cave_spider, minecraft:chicken, minecraft:cod, minecraft:cow, minecraft:creeper, minecraft:dolphin, minecraft:donkey, minecraft:dragon_fireball, minecraft:drowned, minecraft:elder_guardian, minecraft:end_crystal, minecraft:ender_dragon, minecraft:enderman, minecraft:endermite, minecraft:evoker, minecraft:evoker_fangs, minecraft:experience_orb, minecraft:eye_of_ender, minecraft:falling_block, minecraft:firework_rocket, minecraft:fox, minecraft:ghast, minecraft:giant, minecraft:guardian, minecraft:hoglin, minecraft:horse, minecraft:husk, minecraft:illusioner, minecraft:iron_golem, minecraft:item, minecraft:item_frame, minecraft:fireball, minecraft:leash_knot, minecraft:lightning_bolt, minecraft:llama, minecraft:llama_spit, minecraft:magma_cube, minecraft:minecart, minecraft:chest_minecart, minecraft:command_block_minecart, minecraft:furnace_minecart, minecraft:hopper_minecart, minecraft:spawner_minecart, minecraft:tnt_minecart, minecraft:mule, minecraft:mooshroom, minecraft:ocelot, minecraft:painting, minecraft:panda, minecraft:parrot, minecraft:phantom, minecraft:pig, minecraft:piglin, minecraft:piglin_brute, minecraft:pillager, minecraft:polar_bear, minecraft:tnt, minecraft:pufferfish, minecraft:rabbit, minecraft:ravager, minecraft:salmon, minecraft:sheep, minecraft:shulker, minecraft:shulker_bullet, minecraft:silverfish, minecraft:skeleton, minecraft:skeleton_horse, minecraft:slime, minecraft:small_fireball, minecraft:snow_golem, minecraft:snowball, minecraft:spectral_arrow, minecraft:spider, minecraft:squid, minecraft:stray, minecraft:strider, minecraft:egg, minecraft:ender_pearl, minecraft:experience_bottle, minecraft:potion, minecraft:trident, minecraft:trader_llama, minecraft:tropical_fish, minecraft:turtle, minecraft:vex, minecraft:villager, minecraft:vindicator, minecraft:wandering_trader, minecraft:witch, minecraft:wither, minecraft:wither_skeleton, minecraft:wither_skull, minecraft:wolf, minecraft:zoglin, minecraft:zombie, minecraft:zombie_horse, minecraft:zombie_villager, minecraft:zombified_piglin) entities = ["minecraft:bee", "minecraft:blaze", "minecraft:cave_spider", "minecraft:creeper", "minecraft:drowned", "minecraft:elder_guardian", "minecraft:ender_dragon", "minecraft:enderman", "minecraft:endermite", "minecraft:evoker", "minecraft:ghast", "minecraft:giant", "minecraft:guardian", "minecraft:hoglin", "minecraft:husk", "minecraft:illusioner", "minecraft:iron_golem", "minecraft:lightning_bolt", "minecraft:llama", "minecraft:magma_cube", "minecraft:panda", "minecraft:phantom", "minecraft:piglin", "minecraft:piglin_brute", "minecraft:pillager", "minecraft:polar_bear", "minecraft:pufferfish", "minecraft:rabbit", "minecraft:ravager", "minecraft:shulker", "minecraft:silverfish", "minecraft:skeleton", "minecraft:slime", "minecraft:spider", "minecraft:stray", "minecraft:strider", "minecraft:trader_llama", "minecraft:vex", "minecraft:villager", "minecraft:vindicator", "minecraft:wandering_trader", "minecraft:witch", "minecraft:wither", "minecraft:wither_skeleton", "minecraft:wolf", "minecraft:zoglin", "minecraft:zombie", "minecraft:zombie_villager", "minecraft:zombified_piglin", "goopers:gooper", "hornets:hornet"] -#Defines the chance on hit if the disease should be applied. 0 = 0%, 1 = 100% chance +#Defines the chance on hit if the disease should be applied. !!This means if the mob attacking you HAS NO DISEASE!! 0 = 0%, 1 = 100% chance #Range: 0.0 ~ 1.0 applyChance = 0.02 #Defines the maximum radius in which blocks might get placed. @@ -14,4 +14,16 @@ chancePerTick = 0.01 tickDelay = 40 #Define the blocks it'll place at random. Each entry is weighted the same. Block will be randomly chosen. placeableBlocks = ["diregoo:gooblock", "diregoo:gooblockterrain"] +#Defines the chance on hit if the disease should be applied. !!This means if the mob attacking you HAS THE DISEASE!! 0 = 0%, 1 = 100% chance +#Range: 0.0 ~ 1.0 +applyChanceDisease = 0.75 +#Defines the chance that a mob will spawn with GooVID-20 when it gets spawned. 0 = 0%, 1 = 100% chance +#Range: 0.0 ~ 1.0 +applySpawnChance = 0.2 +#Defines the radius in blocks (spherically) that a mob or player will spread GooVID-20 to others nearby. +#Range: 0.0 ~ 16.0 +spreadRadius = 2.5 +#Defines the chance that a mob will spread GooVID-20 to others nearby per second (20 ticks). 0 = 0%, 1 = 100% chance +#Range: 0.0 ~ 1.0 +spreadSecondChance = 0.05 diff --git a/src/config/sereneseasons/fertility.toml b/src/config/sereneseasons/fertility.toml index 7c1e8c9..f5201cb 100644 --- a/src/config/sereneseasons/fertility.toml +++ b/src/config/sereneseasons/fertility.toml @@ -4,8 +4,6 @@ seasonal_crops = true #Whether unlisted seeds are fertile every season. False means they're fertile every season except Winter ignore_unlisted_crops = false - #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. - crop_tooltips = true #How crops behave when out of season. #0 = Grow slowly #1 = Can't grow @@ -15,18 +13,20 @@ #Maximum underground Y level out of season crops can be grown below. Set to -1 to disable feature #Range: > -1 underground_fertility_level = 48 + #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. + crop_tooltips = true [seasonal_fertility] #Crops growable in Spring #(List either the seed item for the crop, or the crop block itself) spring_crops = ["minecraft:oak_sapling", "minecraft:birch_sapling", "minecraft:spruce_sapling", "minecraft:jungle_sapling", "minecraft:acacia_sapling", "minecraft:dark_oak_sapling", "minecraft:red_mushroom", "minecraft:brown_mushroom", "minecraft:nether_wart", "minecraft:crimson_fungus", "minecraft:warped_fungus", "minecraft:crimson_nylium", "minecraft:warped_nylium", "minecraft:twisting_vines", "minecraft:twisting_vines_plant", "minecraft:weeping_vines", "minecraft:weeping_vines_plant", "minecraft:seagrass", "minecraft:sea_pickle", "minecraft:sweet_berries", "minecraft:grass_block", "minecraft:grass", "minecraft:fern", "minecraft:bamboo", "minecraft:bamboo_sapling", "minecraft:carrot", "minecraft:potato", "biomesoplenty:origin_sapling", "biomesoplenty:flowering_oak_sapling", "biomesoplenty:rainbow_birch_sapling", "biomesoplenty:yellow_autumn_sapling", "biomesoplenty:orange_autumn_sapling", "biomesoplenty:maple_sapling", "biomesoplenty:fir_sapling", "biomesoplenty:redwood_sapling", "biomesoplenty:white_cherry_sapling", "biomesoplenty:pink_cherry_sapling", "biomesoplenty:mahogany_sapling", "biomesoplenty:jacaranda_sapling", "biomesoplenty:palm_sapling", "biomesoplenty:willow_sapling", "biomesoplenty:dead_sapling", "biomesoplenty:magic_sapling", "biomesoplenty:umbran_sapling", "biomesoplenty:hellbark_sapling", "biomesoplenty:toadstool", "biomesoplenty:glowshroom", "pamhc2crops:asparagusitem", "pamhc2crops:asparagusseeditem", "pamhc2crops:barleyitem", "pamhc2crops:barleyseeditem", "pamhc2crops:beanitem", "pamhc2crops:beanseeditem", "pamhc2crops:broccoliitem", "pamhc2crops:broccoliseeditem", "pamhc2crops:brusselsproutitem", "pamhc2crops:brusselsproutseeditem", "pamhc2crops:cabbageitem", "pamhc2crops:cabbageseeditem", "pamhc2crops:caulifloweritem", "pamhc2crops:cauliflowerseeditem", "pamhc2crops:celeryitem", "pamhc2crops:celeryseeditem", "pamhc2crops:chickpeaitem", "pamhc2crops:chickpeaseeditem", "pamhc2crops:coffeebeanitem", "pamhc2crops:coffeebeanseeditem", "pamhc2crops:flaxitem", "pamhc2crops:flaxseeditem", "pamhc2crops:garlicitem", "pamhc2crops:garlicseeditem", "pamhc2crops:jicamaitem", "pamhc2crops:jicamaseeditem", "pamhc2crops:kaleitem", "pamhc2crops:kaleseeditem", "pamhc2crops:kohlrabiitem", "pamhc2crops:kohlrabiseeditem", "pamhc2crops:leekitem", "pamhc2crops:leekseeditem", "pamhc2crops:lentilitem", "pamhc2crops:lentilseeditem", "pamhc2crops:lettuceitem", "pamhc2crops:lettuceseeditem", "pamhc2crops:oatsitem", "pamhc2crops:oatsseeditem", "pamhc2crops:onionitem", "pamhc2crops:onionseeditem", "pamhc2crops:parsnipitem", "pamhc2crops:parsnipseeditem", "pamhc2crops:peasitem", "pamhc2crops:peasseeditem", "pamhc2crops:quinoaitem", "pamhc2crops:quinoaseeditem", "pamhc2crops:rhubarbitem", "pamhc2crops:rhubarbseeditem", "pamhc2crops:scallionitem", "pamhc2crops:scallionseeditem", "pamhc2crops:spinachitem", "pamhc2crops:spinachseeditem", "pamhc2crops:strawberryitem", "pamhc2crops:strawberryseeditem", "pamhc2crops:sweetpotatoitem", "pamhc2crops:sweetpotatoseeditem", "pamhc2crops:tealeafitem", "pamhc2crops:tealeafseeditem", "pamhc2crops:turnipitem", "pamhc2crops:turnipseeditem", "pamhc2crops:zucchiniitem", "pamhc2crops:zucchiniseeditem", "simplefarming:barley_seeds", "simplefarming:broccoli_seeds", "simplefarming:carrot_seeds", "simplefarming:honeydew_seeds", "simplefarming:lettuce_seeds", "simplefarming:oat_seeds", "simplefarming:onion_seeds", "simplefarming:pea_seeds", "simplefarming:potato_seeds", "simplefarming:quinoa_seeds", "simplefarming:sorghum_seeds", "simplefarming:spinach_seeds", "simplefarming:sweet_potato_seeds", "simplefarming:turnip_seeds", "simplefarming:zucchini_seeds", "simplefarming:apricot_sapling", "simplefarming:cherry_sapling", "simplefarming:blueberry_bush", "simplefarming:strawberry_bush", "xlfoodmod:onion", "xlfoodmod:lettuce_seeds", "xlfoodmod:strawberry_seeds"] + #Crops growable in Winter + #(List either the seed item for the crop, or the crop block itself) + winter_crops = ["minecraft:oak_sapling", "minecraft:birch_sapling", "minecraft:spruce_sapling", "minecraft:jungle_sapling", "minecraft:acacia_sapling", "minecraft:dark_oak_sapling", "minecraft:red_mushroom", "minecraft:brown_mushroom", "minecraft:nether_wart", "minecraft:crimson_fungus", "minecraft:warped_fungus", "minecraft:crimson_nylium", "minecraft:warped_nylium", "minecraft:twisting_vines", "minecraft:twisting_vines_plant", "minecraft:weeping_vines", "minecraft:weeping_vines_plant", "minecraft:seagrass", "minecraft:sea_pickle", "biomesoplenty:origin_sapling", "biomesoplenty:flowering_oak_sapling", "biomesoplenty:rainbow_birch_sapling", "biomesoplenty:yellow_autumn_sapling", "biomesoplenty:orange_autumn_sapling", "biomesoplenty:maple_sapling", "biomesoplenty:fir_sapling", "biomesoplenty:redwood_sapling", "biomesoplenty:white_cherry_sapling", "biomesoplenty:pink_cherry_sapling", "biomesoplenty:mahogany_sapling", "biomesoplenty:jacaranda_sapling", "biomesoplenty:palm_sapling", "biomesoplenty:willow_sapling", "biomesoplenty:dead_sapling", "biomesoplenty:magic_sapling", "biomesoplenty:umbran_sapling", "biomesoplenty:hellbark_sapling", "biomesoplenty:toadstool", "biomesoplenty:glowshroom"] #Crops growable in Summer #(List either the seed item for the crop, or the crop block itself) summer_crops = ["minecraft:oak_sapling", "minecraft:birch_sapling", "minecraft:spruce_sapling", "minecraft:jungle_sapling", "minecraft:acacia_sapling", "minecraft:dark_oak_sapling", "minecraft:red_mushroom", "minecraft:brown_mushroom", "minecraft:nether_wart", "minecraft:crimson_fungus", "minecraft:warped_fungus", "minecraft:crimson_nylium", "minecraft:warped_nylium", "minecraft:twisting_vines", "minecraft:twisting_vines_plant", "minecraft:weeping_vines", "minecraft:weeping_vines_plant", "minecraft:seagrass", "minecraft:sea_pickle", "minecraft:sweet_berries", "minecraft:grass_block", "minecraft:grass", "minecraft:fern", "minecraft:bamboo", "minecraft:bamboo_sapling", "minecraft:cactus", "minecraft:sugar_cane", "minecraft:cocoa", "minecraft:wheat_seeds", "minecraft:melon_seeds", "minecraft:cocoa_beans", "biomesoplenty:origin_sapling", "biomesoplenty:flowering_oak_sapling", "biomesoplenty:rainbow_birch_sapling", "biomesoplenty:yellow_autumn_sapling", "biomesoplenty:orange_autumn_sapling", "biomesoplenty:maple_sapling", "biomesoplenty:fir_sapling", "biomesoplenty:redwood_sapling", "biomesoplenty:white_cherry_sapling", "biomesoplenty:pink_cherry_sapling", "biomesoplenty:mahogany_sapling", "biomesoplenty:jacaranda_sapling", "biomesoplenty:palm_sapling", "biomesoplenty:willow_sapling", "biomesoplenty:dead_sapling", "biomesoplenty:magic_sapling", "biomesoplenty:umbran_sapling", "biomesoplenty:hellbark_sapling", "biomesoplenty:toadstool", "biomesoplenty:glowshroom", "pamhc2crops:agaveitem", "pamhc2crops:agaveseeditem", "pamhc2crops:amaranthitem", "pamhc2crops:amaranthseeditem", "pamhc2crops:barleyitem", "pamhc2crops:barleyseeditem", "pamhc2crops:beanitem", "pamhc2crops:beanseeditem", "pamhc2crops:bellpepperitem", "pamhc2crops:bellpepperseeditem", "pamhc2crops:blueberryitem", "pamhc2crops:blueberryseeditem", "pamhc2crops:cactusfruititem", "pamhc2crops:cactusfruitseeditem", "pamhc2crops:candleberryitem", "pamhc2crops:candleberryseeditem", "pamhc2crops:cantaloupeitem", "pamhc2crops:cantaloupeseeditem", "pamhc2crops:cassavaitem", "pamhc2crops:cassavaseeditem", "pamhc2crops:chilipepperitem", "pamhc2crops:chilipepperseeditem", "pamhc2crops:coffeebeanitem", "pamhc2crops:coffeebeanseeditem", "pamhc2crops:cornitem", "pamhc2crops:cornseeditem", "pamhc2crops:cottonitem", "pamhc2crops:cottonseeditem", "pamhc2crops:cucumberitem", "pamhc2crops:cucumberseeditem", "pamhc2crops:gingeritem", "pamhc2crops:gingerseeditem", "pamhc2crops:grapeitem", "pamhc2crops:grapeseeditem", "pamhc2crops:greengrapeitem", "pamhc2crops:greengrapeseeditem", "pamhc2crops:juteitem", "pamhc2crops:juteseeditem", "pamhc2crops:kenafitem", "pamhc2crops:kenafseeditem", "pamhc2crops:kiwiitem", "pamhc2crops:kiwiseeditem", "pamhc2crops:kohlrabiitem", "pamhc2crops:kohlrabiseeditem", "pamhc2crops:milletitem", "pamhc2crops:milletseeditem", "pamhc2crops:mulberryitem", "pamhc2crops:mulberryseeditem", "pamhc2crops:mustardseedsitem", "pamhc2crops:mustardseedsseeditem", "pamhc2crops:okraitem", "pamhc2crops:okraseeditem", "pamhc2crops:onionitem", "pamhc2crops:onionseeditem", "pamhc2crops:peanutitem", "pamhc2crops:peanutseeditem", "pamhc2crops:peasitem", "pamhc2crops:peasseeditem", "pamhc2crops:pineappleitem", "pamhc2crops:pineappleseeditem", "pamhc2crops:radishitem", "pamhc2crops:radishseeditem", "pamhc2crops:raspberryitem", "pamhc2crops:raspberryseeditem", "pamhc2crops:riceitem", "pamhc2crops:riceseeditem", "pamhc2crops:sesameseedsitem", "pamhc2crops:sesameseedsseeditem", "pamhc2crops:sisalitem", "pamhc2crops:sisalseeditem", "pamhc2crops:soybeanitem", "pamhc2crops:soybeanseeditem", "pamhc2crops:spiceleafitem", "pamhc2crops:spiceleafseeditem", "pamhc2crops:sweetpotatoitem", "pamhc2crops:sweetpotatoseeditem", "pamhc2crops:taroitem", "pamhc2crops:taroseeditem", "pamhc2crops:tealeafitem", "pamhc2crops:tealeafseeditem", "pamhc2crops:tomatilloitem", "pamhc2crops:tomatilloseeditem", "pamhc2crops:tomatoitem", "pamhc2crops:tomatoseeditem", "pamhc2crops:waterchestnutitem", "pamhc2crops:waterchestnutseeditem", "simplefarming:barley_seeds", "simplefarming:cantaloupe_seeds", "simplefarming:cassava_seeds", "simplefarming:corn_seeds", "simplefarming:cotton_seeds", "simplefarming:cucumber_seeds", "simplefarming:cumin_seeds", "simplefarming:ginger_seeds", "simplefarming:grape_seeds", "simplefarming:honeydew_seeds", "simplefarming:kenaf_seeds", "simplefarming:onion_seeds", "simplefarming:pea_seeds", "simplefarming:peanut_seeds", "simplefarming:pepper_seeds", "simplefarming:radish_seeds", "simplefarming:rice_seeds", "simplefarming:sorghum_seeds", "simplefarming:soybean_seeds", "simplefarming:sunflower_seeds", "simplefarming:sweet_potato_seeds", "simplefarming:tomato_seeds", "simplefarming:apple_sapling", "simplefarming:apricot_sapling", "simplefarming:banana_sapling", "simplefarming:cherry_sapling", "simplefarming:mango_sapling", "simplefarming:olive_sapling", "simplefarming:orange_sapling", "simplefarming:plum_sapling", "simplefarming:blueberry_bush", "simplefarming:raspberry_bush", "xlfoodmod:onion", "xlfoodmod:tomato_seeds", "xlfoodmod:cucumber_seeds", "xlfoodmod:pepper_seeds", "xlfoodmod:corn_seeds", "xlfoodmod:rice"] #Crops growable in Autumn #(List either the seed item for the crop, or the crop block itself) autumn_crops = ["minecraft:oak_sapling", "minecraft:birch_sapling", "minecraft:spruce_sapling", "minecraft:jungle_sapling", "minecraft:acacia_sapling", "minecraft:dark_oak_sapling", "minecraft:red_mushroom", "minecraft:brown_mushroom", "minecraft:nether_wart", "minecraft:crimson_fungus", "minecraft:warped_fungus", "minecraft:crimson_nylium", "minecraft:warped_nylium", "minecraft:twisting_vines", "minecraft:twisting_vines_plant", "minecraft:weeping_vines", "minecraft:weeping_vines_plant", "minecraft:seagrass", "minecraft:sea_pickle", "minecraft:sweet_berries", "minecraft:grass_block", "minecraft:grass", "minecraft:fern", "minecraft:wheat_seeds", "minecraft:pumpkin_seeds", "minecraft:beetroot_seeds", "minecraft:carrot", "biomesoplenty:origin_sapling", "biomesoplenty:flowering_oak_sapling", "biomesoplenty:rainbow_birch_sapling", "biomesoplenty:yellow_autumn_sapling", "biomesoplenty:orange_autumn_sapling", "biomesoplenty:maple_sapling", "biomesoplenty:fir_sapling", "biomesoplenty:redwood_sapling", "biomesoplenty:white_cherry_sapling", "biomesoplenty:pink_cherry_sapling", "biomesoplenty:mahogany_sapling", "biomesoplenty:jacaranda_sapling", "biomesoplenty:palm_sapling", "biomesoplenty:willow_sapling", "biomesoplenty:dead_sapling", "biomesoplenty:magic_sapling", "biomesoplenty:umbran_sapling", "biomesoplenty:hellbark_sapling", "biomesoplenty:toadstool", "biomesoplenty:glowshroom", "pamhc2crops:amaranthitem", "pamhc2crops:amaranthseeditem", "pamhc2crops:arrowrootitem", "pamhc2crops:arrowrootseeditem", "pamhc2crops:artichokeitem", "pamhc2crops:artichokeseeditem", "pamhc2crops:blackberryitem", "pamhc2crops:blackberryseeditem", "pamhc2crops:cornitem", "pamhc2crops:cornseeditem", "pamhc2crops:cranberryitem", "pamhc2crops:cranberryseeditem", "pamhc2crops:eggplantitem", "pamhc2crops:eggplantseeditem", "pamhc2crops:elderberryitem", "pamhc2crops:elderberryseeditem", "pamhc2crops:gingeritem", "pamhc2crops:gingerseeditem", "pamhc2crops:grapeitem", "pamhc2crops:grapeseeditem", "pamhc2crops:greengrapeitem", "pamhc2crops:greengrapeseeditem", "pamhc2crops:huckleberryitem", "pamhc2crops:huckleberryseeditem", "pamhc2crops:jicamaitem", "pamhc2crops:jicamaseeditem", "pamhc2crops:juniperberryitem", "pamhc2crops:juniperberryseeditem", "pamhc2crops:kohlrabiitem", "pamhc2crops:kohlrabiseeditem", "pamhc2crops:lettuceitem", "pamhc2crops:lettuceseeditem", "pamhc2crops:oatsitem", "pamhc2crops:oatsseeditem", "pamhc2crops:onionitem", "pamhc2crops:onionseeditem", "pamhc2crops:peasitem", "pamhc2crops:peasseeditem", "pamhc2crops:quinoaitem", "pamhc2crops:quinoaseeditem", "pamhc2crops:rutabagaitem", "pamhc2crops:rutabagaseeditem", "pamhc2crops:ryeitem", "pamhc2crops:ryeseeditem", "pamhc2crops:spinachitem", "pamhc2crops:spinachseeditem", "pamhc2crops:sweetpotatoitem", "pamhc2crops:sweetpotatoseeditem", "pamhc2crops:tealeafitem", "pamhc2crops:tealeafseeditem", "pamhc2crops:tomatilloitem", "pamhc2crops:tomatilloseeditem", "pamhc2crops:whitemushroomitem", "pamhc2crops:whitemushroomseeditem", "pamhc2crops:wintersquashitem", "pamhc2crops:wintersquashseeditem", "simplefarming:carrot_seeds", "simplefarming:corn_seeds", "simplefarming:eggplant_seeds", "simplefarming:ginger_seeds", "simplefarming:grape_seeds", "simplefarming:lettuce_seeds", "simplefarming:oat_seeds", "simplefarming:onion_seeds", "simplefarming:pea_seeds", "simplefarming:quinoa_seeds", "simplefarming:rye_seeds", "simplefarming:spinach_seeds", "simplefarming:squash_seeds", "simplefarming:sunflower_seeds", "simplefarming:sweet_potato_seeds", "simplefarming:yam_seeds", "simplefarming:apple_sapling", "simplefarming:pear_sapling", "simplefarming:plum_sapling", "simplefarming:blackberry_bush", "xlfoodmod:onion", "xlfoodmod:lettuce_seeds", "xlfoodmod:corn_seeds"] - #Crops growable in Winter - #(List either the seed item for the crop, or the crop block itself) - winter_crops = ["minecraft:oak_sapling", "minecraft:birch_sapling", "minecraft:spruce_sapling", "minecraft:jungle_sapling", "minecraft:acacia_sapling", "minecraft:dark_oak_sapling", "minecraft:red_mushroom", "minecraft:brown_mushroom", "minecraft:nether_wart", "minecraft:crimson_fungus", "minecraft:warped_fungus", "minecraft:crimson_nylium", "minecraft:warped_nylium", "minecraft:twisting_vines", "minecraft:twisting_vines_plant", "minecraft:weeping_vines", "minecraft:weeping_vines_plant", "minecraft:seagrass", "minecraft:sea_pickle", "biomesoplenty:origin_sapling", "biomesoplenty:flowering_oak_sapling", "biomesoplenty:rainbow_birch_sapling", "biomesoplenty:yellow_autumn_sapling", "biomesoplenty:orange_autumn_sapling", "biomesoplenty:maple_sapling", "biomesoplenty:fir_sapling", "biomesoplenty:redwood_sapling", "biomesoplenty:white_cherry_sapling", "biomesoplenty:pink_cherry_sapling", "biomesoplenty:mahogany_sapling", "biomesoplenty:jacaranda_sapling", "biomesoplenty:palm_sapling", "biomesoplenty:willow_sapling", "biomesoplenty:dead_sapling", "biomesoplenty:magic_sapling", "biomesoplenty:umbran_sapling", "biomesoplenty:hellbark_sapling", "biomesoplenty:toadstool", "biomesoplenty:glowshroom"] diff --git a/src/config/sereneseasons/seasons.toml b/src/config/sereneseasons/seasons.toml index 68aff49..6f6c2f5 100644 --- a/src/config/sereneseasons/seasons.toml +++ b/src/config/sereneseasons/seasons.toml @@ -1,13 +1,5 @@ [time_settings] - #The duration of a Minecraft day in ticks. - #This only adjusts the internal length of a day used by the season cycle. - #It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day. - #Range: > 20 - day_duration = 24000 - #The duration of a sub season in days - #Range: > 1 - sub_season_duration = 8 #The starting sub season for new worlds. #0 = Random, 1 - 3 = Early/Mid/Late Spring #4 - 6 = Early/Mid/Late Summer @@ -15,22 +7,30 @@ #10 - 12 = Early/Mid/Late Winter #Range: 0 ~ 12 starting_sub_season = 1 - #If the season should progress on a server with no players online - progress_season_while_offline = true #Seasons will only apply to dimensons listed here whitelisted_dimensions = ["minecraft:overworld"] + #The duration of a sub season in days + #Range: > 1 + sub_season_duration = 8 + #If the season should progress on a server with no players online + progress_season_while_offline = true + #The duration of a Minecraft day in ticks. + #This only adjusts the internal length of a day used by the season cycle. + #It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day. + #Range: > 20 + day_duration = 24000 [weather_settings] - #Generate snow and ice during the Winter season - generate_snow_ice = true #Change the frequency of rain/snow/storms based on the season change_weather_frequency = true + #Generate snow and ice during the Winter season + generate_snow_ice = true [aesthetic_settings] - #Change the grass color based on the current season - change_grass_color = true #Change the foliage colour based on the current season change_foliage_color = true + #Change the grass color based on the current season + change_grass_color = true #Change the birch colour based on the current season change_birch_color = true diff --git a/src/config/topography/overworld.js b/src/config/topography/overworld.js index 0789935..f66ca96 100644 --- a/src/config/topography/overworld.js +++ b/src/config/topography/overworld.js @@ -54,8 +54,6 @@ function buildChunkGenerator(seed, biomeRegistry) { false ); }, - seed, - 164, - 48 - ).setSeaLevel(63); + seed + ) }