diff --git a/1.20.1-FearFactoryTest/minecraft/TrashSlotSaveState.json b/1.20.1-FearFactoryTest/minecraft/TrashSlotSaveState.json new file mode 100644 index 0000000..db65502 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/TrashSlotSaveState.json @@ -0,0 +1 @@ +{"hintsSeen":["toggleOn"],"cachedSettings":{"net/minecraft/client/gui/screens/inventory/ContainerScreen":{"slotX":60,"slotY":84,"anchorX":0.5,"anchorY":0.5,"isEnabled":true,"isLocked":false},"net/minecraft/client/gui/screens/inventory/MerchantScreen":{"slotX":110,"slotY":83,"anchorX":0.5,"anchorY":0.5,"isEnabled":false,"isLocked":false}}} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/MouseTweaks.cfg b/1.20.1-FearFactoryTest/minecraft/config/MouseTweaks.cfg new file mode 100644 index 0000000..81190ac --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs.toml b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs.toml new file mode 100644 index 0000000..c3f9fd7 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs.toml @@ -0,0 +1,711 @@ + +[general] + #Whether all players should get an Animal Dictionary when joining the world for the first time. + giveBookOnStartup = true + #Lava Opacity for the Lava Vision Potion. + #Range: 0.01 ~ 1.0 + lavaVisionOpacity = 0.65 + #Whether to disable certain aspects of the Lava Vision Potion. Enable if issues with shaders persist. + shadersCompat = false + #Whether bananas should drop from blocks tagged with #alexsmobs:drops_bananas + bananasDropFromLeaves = true + #1 out of this number chance for leaves to drop a banana when broken. Fortune is automatically factored in + #Range: > 0 + bananaChance = 200 + #Whether spiders should target fly mobs. + spidersAttackFlies = true + #Whether wolves should target moose mobs. + wolvesAttackMoose = true + #Whether polar bears should target seal mobs. + polarBearsAttackSeals = true + #Whether cats, ocelots and foxes should target jerboa mobs. + catsAndFoxesAttackJerboas = true + #Whether dolphins should target flying fish mobs. + dolphinsAttackFlyingFish = true + #Whether lava can be bottled with a right click of a glass bottle. + lavaBottleEnabled = true + #Whether bone serpents are neutral or hostile. + neutralBoneSerpents = false + #Whether mimicubes spawns should be restricted solely to the end city structure or to whatever biome is specified in their respective biome config. + mimicubeSpawnInEndCity = true + #Whether mimicream can be used to duplicate items. + mimicreamRepair = true + #Blacklist for items that mimicream cannot make a copy of. Ex: "minecraft:stone_sword", "alexsmobs:blood_sprayer" + mimicreamBlacklist = ["alexsmobs:blood_sprayer", "alexsmobs:hemolymph_blaster"] + #Whether wild raccoons steal food from chests. + raccoonStealFromChests = true + #Whether wild crows steal crops from farmland. + crowsStealCrops = true + #Whether fish oil gives players a special levitation effect. + fishOilMeme = true + #Whether soul vulture spawns should be restricted solely to the nether fossil structure or to whatever biome is specified in their respective biome config. + soulVultureSpawnOnFossil = true + #Whether acacia blossoms should drop from blocks tagged with #alexsmobs:drops_acacia_blossoms + acaciaBlossomsDropFromLeaves = true + #1 out of this number chance for leaves to drop an acacia when broken. Fortune is automatically factored in + #Range: > 0 + acaciaBlossomChance = 130 + #Whether wandering traders offer items like acacia blossoms, mosquito larva, crocodile egg, etc. + wanderingTraderOffers = true + #0 = no mungus biome transformation. 1 = mungus changes blocks, but not chunk's biome. 2 = mungus transforms blocks and biome of chunk. + #Range: 0 ~ 2 + mungusBiomeTransformationType = 2 + #List of all mungus mushrooms, biome transformations and surface blocks. Each is seperated by a |. Add an entry with a block registry name, biome registry name, and block registry name(for the ground). + mungusBiomeMatches = ["minecraft:red_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:brown_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:crimson_fungus|minecraft:crimson_forest|minecraft:crimson_nylium", "minecraft:warped_fungus|minecraft:warped_forest|minecraft:warped_nylium"] + #Whether guster spawns are limited to when it is raining/thundering. + limitGusterSpawnsToWeather = true + #Whether Crimson Mosquitoes can transform into Warped Moscos if attacking a Mungus or any listed creature. + warpedMoscoTransformation = true + #List of extra(non mungus) mobs that will trigger a crimson mosquito to become a warped mosquito. Ex: "minecraft:mooshroom", "alexsmobs:warped_toad" + warpedMoscoMobTriggers = [""] + #True if straddleboard enchants are enabled. + straddleboardEnchants = true + #Whether emu should target skeletons. + emuTargetSkeletons = true + #Percent chance for emu leggings to dodge projectile attacks. + #Range: 0.0 ~ 1.0 + emuPantsDodgeChance = 0.45 + #Whether cachalots can destroy wood blocks if angry. + cachalotDestruction = true + #Relative volume of cachalot whales compared to other animals. Note that irl they are the loudest animal. Turn this down if you find their clicks annoying. + #Range: 0.0 ~ 10.0 + cachalotVolume = 3.0 + #Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony. + #Range: 0.0 ~ 1.0 + leafcutterAntFungusGrowChance = 0.3 + #How many feedings of leaves does a leafcutter colony need in order to regain a worker ant, if below half the max members. + #Range: 2 ~ 100000 + leafcutterAntRepopulateFeedings = 25 + #Max number of ant entities allowed inside a leafcutter anthill. + #Range: 2 ~ 100000 + leafcutterAntColonySize = 10 + #Percent chance for leafcutter ants to break leaves blocks when harvesting. Set to zero so that they can not break any blocks. + #Range: 0.0 ~ 1.0 + leafcutterAntBreakLeavesChance = 0.2 + #Makes eagles teleport back to their owner if they get stuck during controlled flight. Useful for when playing with the Optifine mod, since this mod is the fault of many issues with the falconry system. + falconryTeleportsBack = false + #Makes Tarantula Hawks fireproof, perfect if you also want these guys to spawn in the nether. + fireproofTarantulaHawk = false + #List of dimensions in which spawning void worms via mysterious worm items is allowed. + voidWormSpawnDimensions = ["minecraft:the_end"] + #All void worm damage is scaled to this. + #Range: 0.0 ~ 100.0 + voidWormDamageModifier = 1.0 + #Max Health of the void worm boss. + #Range: 0.0 ~ 1000000.0 + voidWormMaxHealth = 160.0 + #Whether the void worm boss is summonable or not, via the mysterious worm item. + voidWormSummonable = true + #Whether seagulls should steal food out of players' hotbar slots. + seagullStealing = true + #List of items that seagulls cannot take from players. + seagullStealingBlacklist = [] + #Whether the Clinging Potion effect should flip the screen. Warning: may cause nausea. + clingingFlipEffect = false + #Percent chance of getting Pigshoes from Piglin Bartering. Set to zero to disable. + #Range: 0.0 ~ 1.0 + tusklinShoesBarteringChance = 0.02500000037252903 + #The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern. + #Range: 1.0 ~ 10000.0 + rainbowGlassFidelity = 16.0 + #Whether Rabbits can transform into Bunfungus if fed Mungal spores. + bunfungusTransformation = true + #True if some Alex's Mobs items should spawn in loot chests. + addLootToChests = true + #List of items that cannot be put in a Transmuting Table. + transmutationBlacklist = ["minecraft:beacon"] + #True if transmutation tables should not have the ability to pick up new items to transmute, and only give options from the loot tables. + limitTransmutingToLootTables = false + #True if transmutation tables can explode when broken. + transmutingTableExplodes = true + #The experience, in levels, that each transmutation of a stack takes in the transmuting table. + #Range: 0 ~ 100000 + transmutingExperienceCost = 3 + #The step value multiplied by the log of the stack size when transmuting an item, used to determine its weight for appearing in future transmutation possibilities. Higher number = more likely to appear. + #Range: 1.0 ~ 10000.0 + transmutingWeightAddStep = 3.0 + #The step value that an item looses when selecting it as the transmutation result. Keep this number higher than the one above for balance reasons. Higher number = less likely to appear after transmuting multiple times. + #Range: 1.0 ~ 10000.0 + transmutingWeightRemoveStep = 4.0 + #True if skreechers can summon a new warden, when applicable. + skreechersSummonWarden = true + #The distance in blocks that will cause an underminer to dissapear when approached by a player. + #Range: 1.0 ~ 10000.0 + underminerDisappearDistance = 8.0 + +[spawning] + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + grizzlyBearSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + grizzlyBearSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + roadrunnerSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + roadrunnerSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + boneSerpentSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + boneSeprentSpawnRolls = 40 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + gazelleSpawnWeight = 40 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + gazelleSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + crocodileSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + crocSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + flySpawnWeight = 3 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + flySpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + hummingbirdSpawnWeight = 19 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + hummingbirdSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + orcaSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + orcaSpawnRolls = 6 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + sunbirdSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + sunbirdSpawnRolls = 6 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + gorillaSpawnWeight = 25 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + gorillaSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + crimsonMosquitoSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + crimsonMosquitoSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rattlesnakeSpawnWeight = 12 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rattlesnakeSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + endergradeSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + endergradeSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + hammerheadSharkSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + hammerheadSharkSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + lobsterSpawnWeight = 7 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + lobsterSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + komodoDragonSpawnWeight = 16 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + komodoDragonSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + capuchinMonkeySpawnWeight = 28 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + capuchinMonkeySpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + caveCentipedeSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + caveCentipedeSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + warpedToadSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + warpedToadSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mooseSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mooseSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mimicubeSpawnWeight = 40 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mimicubeSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + raccoonSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + raccoonSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + blobfishSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + blobfishSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + sealSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + sealSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cockroachSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cockroachSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + shoebillSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + shoebillSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + elephantSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + elephantSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + soulVultureSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + soulVultureSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + snowLeopardSpawnWeight = 18 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + snowLeopardSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + spectreSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + spectreSpawnRolls = 5 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + crowSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + crowSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + alligatorSnappingTurtleSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + alligatorSnappingTurtleSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mungusSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mungusSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mantisShrimpSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mantisShrimpSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + gusterSpawnWeight = 35 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + gusterSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn. NOTE: By default the warped mosco doesn't spawn in any biomes. + #Range: 0 ~ 1000 + warpedMoscoSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + warpedMoscoSpawnRolls = 1000 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + straddlerSpawnWeight = 70 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + straddlerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + stradpoleSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + stradpoleSpawnRolls = 3 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + emuSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + emuSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + platypusSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + platypusSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + dropbearSpawnWeight = 19 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + dropbearSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tasmanianDevilSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tasmanianDevilSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + kangarooSpawnWeight = 25 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + kangarooSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cachalotWhaleSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cachalotWhaleSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + enderiophageSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + enderiophageSpawnRolls = 2 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + baldEagleSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + baldEagleSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tigerSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tigerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tarantulaHawkSpawnWeight = 6 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tarantulaHawkSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + voidWormSpawnWeight = 0 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + voidWormSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + frilledSharkSpawnWeight = 11 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + frilledSharkSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mimicOctopusSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mimicOctopusSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + seagullSpawnWeight = 21 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + seagullSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + froststalkerSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + froststalkerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tusklinSpawnWeight = 18 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tusklinSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + laviathanSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + laviathanSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cosmawSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cosmawSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + toucanSpawnWeight = 23 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + toucanSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + manedWolfSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + manedWolfSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + anacondaSpawnWeight = 12 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + anacondaSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + anteaterSpawnWeight = 7 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + anteaterSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rockyRollerSpawnWeight = 60 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rockyRollerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + flutterSpawnWeight = 13 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + flutterSpawnRolls = 0 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + geladaMonkeySpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + geladaMonkeySpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + jerboaSpawnWeight = 12 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + jerboaSpawnRolls = 2 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + terrapinSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + terrapinSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + combJellySpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + combJellySpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cosmicCodSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cosmicCodSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + bunfungusSpawnWeight = 3 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + bunfungusSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + bisonSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + bisonSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + giantSquidSpawnWeight = 3 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + giantSquidSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn (NOTE: this mob spawns are restricted exclusively to one chunk, see below) + #Range: 0 ~ 1000 + devilsHolePupfishSpawnWeight = 23 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning (NOTE: this mob spawns are restricted exclusively to one chunk, see below) + #Range: > 0 + devilsHolePupfishSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + catfishSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + catfishSpawnRolls = 2 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + flyingFishSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + flyingFishSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + skelewagSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + skelewagSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rainFrogSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rainFrogSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + potooSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + potooSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mudskipperSpawnWeight = 28 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mudskipperSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rhinocerosSpawnWeight = 24 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rhinocerosSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + sugarGliderSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + sugarGliderSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + farseerSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + farseerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + skreecherSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + skreecherSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + underminerSpawnWeight = 50 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + underminerSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + murmurSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + murmurSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + skunkSpawnWeight = 7 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + skunkSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + bananaSlugSpawnWeight = 14 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + bananaSlugSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + blueJaySpawnWeight = 16 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + blueJaySpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + caimanSpawnWeight = 29 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + caimanSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + triopsSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + triopsSpawnRolls = 0 + +[uniqueSpawning] + #Maximum world y-level that cave centipedes can spawn at + #Range: -64 ~ 320 + caveCentipedeSpawnHeight = 0 + #Maximum world y-level that blobfish can spawn at + #Range: -64 ~ 320 + blobfishSpawnHeight = 25 + #Whether to enable beached cachalot whales to spawn on beaches during thunder storms. + beachedCachalotWhales = true + #Percent chance increase for each failed attempt to spawn a beached cachalot whale. Higher value = more spawns. + #Range: 0 ~ 100 + beachedCachalotWhaleSpawnChance = 5 + #Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders. + #Range: > 0 + beachedCachalotWhaleSpawnDelay = 24000 + #Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning. + #Range: 0.0 ~ 1.0 + leafcutterAnthillSpawnChance = 0.004999999888241291 + #Minimum world y-level that gelada monkeys can spawn at + #Range: -64 ~ 320 + geladaMonkeySpawnRolls = 0 + #Whether to restrict all pupfish spawns to one chunk (similar to real life) or have them only obey their spawn config. + restrictPupfishSpawns = true + #The maximum distance a pupfish spawn chunk is from world spawn(0, 0) in blocks. + #Range: 2 ~ 1000000000 + pupfishChunkSpawnDistance = 2000 + #Whether to restrict all skelewag spawns to shipwreck structures. + restrictSkelewagSpawns = true + #Whether to restrict all farseer spawns to near the world border. + restrictFarseerSpawns = true + #Whether to restrict all underminer spawns to abandoned mineshafts. + restrictUnderminerSpawns = true + #The maximum distance a farseer can spawn from the world border. + #Range: 2 ~ 1000000000 + farseerBorderSpawnDistance = 100 + #Maximum world y-level that murmur can spawn at + #Range: -64 ~ 320 + murmurSpawnHeight = -30 + +[dangerZone] + #Its been so long... + superSecretSettings = false + #How many cpu cores some mobs(elephants, leafcutter ants, bison etc) should utilize when pathing. Bigger number = less impact on TPS + #Range: 1 ~ 100 + pathfindingThreads = 5 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/alligator_snapping_turtle_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/alligator_snapping_turtle_spawns.json new file mode 100644 index 0000000..4b16aa1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/alligator_snapping_turtle_spawns.json @@ -0,0 +1,42 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_swamp" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:tundra_bog" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ice_marsh" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:orchid_swamp" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/anaconda_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/anaconda_spawns.json new file mode 100644 index 0000000..060e62b --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/anaconda_spawns.json @@ -0,0 +1,58 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ice_marsh" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:orchid_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:tropical_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/anteater_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/anteater_spawns.json new file mode 100644 index 0000000..0b0aceb --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/anteater_spawns.json @@ -0,0 +1,63 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_jungle" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:bamboo_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:jungle_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:tropical_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bald_eagle_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bald_eagle_spawns.json new file mode 100644 index 0000000..be3b63c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bald_eagle_spawns.json @@ -0,0 +1,147 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_hill" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_coniferous" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:windswept_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_plateau" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:bryce_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_spring" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_winter" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:haze_mountain" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:temperate_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:jade_cliffs" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/banana_slug_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/banana_slug_spawns.json new file mode 100644 index 0000000..81f3902 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/banana_slug_spawns.json @@ -0,0 +1,91 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:old_growth_pine_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:old_growth_spruce_taiga" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_taiga" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dense/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_rare" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:forested_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:yosemite_lowlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:redwood_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:coniferous_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:fir_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "autumnity:maple_forest" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bison_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bison_spawns.json new file mode 100644 index 0000000..a1dbec2 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bison_spawns.json @@ -0,0 +1,96 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_plains" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_savanna" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_hot/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:meadow" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:field" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:forested_field" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:grassland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:pasture" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:prairie" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cold_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:steppe" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:valley_clearing" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/blobfish_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/blobfish_spawns.json new file mode 100644 index 0000000..3a81409 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/blobfish_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_deep_ocean" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/blue_jay_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/blue_jay_spawns.json new file mode 100644 index 0000000..1ce676d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/blue_jay_spawns.json @@ -0,0 +1,215 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_forest" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:sparse_jungle" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:valley_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cloud_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:forested_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lush_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_maple_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:temperate_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:wintry_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:yosemite_lowlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:bryce_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:redwood_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:cherry_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowblossom_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bone_serpent_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bone_serpent_spawns.json new file mode 100644 index 0000000..3f525e3 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bone_serpent_spawns.json @@ -0,0 +1,16 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_nether" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bunfungus_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bunfungus_spawns.json new file mode 100644 index 0000000..2a6584c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/bunfungus_spawns.json @@ -0,0 +1,28 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_mushroom" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_rare" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:mirage_isles" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cachalot_whale_beached_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cachalot_whale_beached_spawns.json new file mode 100644 index 0000000..088de5d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cachalot_whale_beached_spawns.json @@ -0,0 +1,37 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:gravel_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:dune_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:stony_shore" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cachalot_whale_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cachalot_whale_spawns.json new file mode 100644 index 0000000..174f592 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cachalot_whale_spawns.json @@ -0,0 +1,49 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_cold/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "alexscaves:abyssal_chasm" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/caiman_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/caiman_spawns.json new file mode 100644 index 0000000..18313e1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/caiman_spawns.json @@ -0,0 +1,18 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/underground_jungle" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/capuchin_monkey_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/capuchin_monkey_spawns.json new file mode 100644 index 0000000..08528b2 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/capuchin_monkey_spawns.json @@ -0,0 +1,65 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_jungle" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:bamboo_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:jungle_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:tropical_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/catfish_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/catfish_spawns.json new file mode 100644 index 0000000..d55c85c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/catfish_spawns.json @@ -0,0 +1,59 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_swamp" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_river" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_cold/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:orchid_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ice_marsh" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warm_river" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cave_centipede_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cave_centipede_spawns.json new file mode 100644 index 0000000..36cadab --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cave_centipede_spawns.json @@ -0,0 +1,115 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_mushroom" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:deep_dark" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/andesite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/desert_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/diorite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/granite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/ice_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/infested_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/thermal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/crystal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/frostfire_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/mantle_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/deep_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/tuff_caves" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cockroach_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cockroach_spawns.json new file mode 100644 index 0000000..1495c2a --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cockroach_spawns.json @@ -0,0 +1,110 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_mushroom" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:deep_dark" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/andesite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/desert_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/diorite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/granite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/ice_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/infested_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/thermal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/crystal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/frostfire_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/mantle_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/deep_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/tuff_caves" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/comb_jelly_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/comb_jelly_spawns.json new file mode 100644 index 0000000..a8a4336 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/comb_jelly_spawns.json @@ -0,0 +1,25 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:frozen_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_frozen_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "alexscaves:abyssal_chasm" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cosmaw_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cosmaw_spawns.json new file mode 100644 index 0000000..a2fb00f --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cosmaw_spawns.json @@ -0,0 +1,21 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:the_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:small_end_islands" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cosmic_cod_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cosmic_cod_spawns.json new file mode 100644 index 0000000..0881425 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/cosmic_cod_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_end" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crimson_mosquito_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crimson_mosquito_spawns.json new file mode 100644 index 0000000..583af2d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crimson_mosquito_spawns.json @@ -0,0 +1,44 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:crimson_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "byg:crimson_gardens" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:visceral_heap" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:ash_barrens" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:infernal_dunes" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crocodile_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crocodile_spawns.json new file mode 100644 index 0000000..b21c25c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crocodile_spawns.json @@ -0,0 +1,58 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_river" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_cold" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:tropic_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:orchid_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warm_river" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crow_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crow_spawns.json new file mode 100644 index 0000000..21785c8 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/crow_spawns.json @@ -0,0 +1,276 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_savanna" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_plains" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_forest" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cold_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:hot_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:steppe" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:valley_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:birch_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:forested_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lush_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_maple_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:temperate_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:wintry_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:yosemite_lowlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_spring" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_winter" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:mirage_isles" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cloud_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:cherry_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowblossom_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/devils_hole_pupfish_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/devils_hole_pupfish_spawns.json new file mode 100644 index 0000000..d45a798 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/devils_hole_pupfish_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/dropbear_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/dropbear_spawns.json new file mode 100644 index 0000000..f010ec0 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/dropbear_spawns.json @@ -0,0 +1,23 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:nether_wastes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:crystalline_chasm" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/elephant_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/elephant_spawns.json new file mode 100644 index 0000000..d3cb024 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/elephant_spawns.json @@ -0,0 +1,65 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:arid_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:brushland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:fractured_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/emu_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/emu_spawns.json new file mode 100644 index 0000000..a4c10bf --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/emu_spawns.json @@ -0,0 +1,91 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:arid_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:brushland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:fractured_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warped_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:white_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:lush_desert" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/endergrade_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/endergrade_spawns.json new file mode 100644 index 0000000..f806db3 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/endergrade_spawns.json @@ -0,0 +1,16 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:the_end" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/enderiophage_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/enderiophage_spawns.json new file mode 100644 index 0000000..6c273fd --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/enderiophage_spawns.json @@ -0,0 +1,31 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:the_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:end_barrens" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:end_highlands" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:small_end_islands" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/farseer.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/farseer.json new file mode 100644 index 0000000..d205c7d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/farseer.json @@ -0,0 +1,16 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:mushroom_fields" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/flutter_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/flutter_spawns.json new file mode 100644 index 0000000..4c3d891 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/flutter_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:lush_caves" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/fly_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/fly_spawns.json new file mode 100644 index 0000000..d45a798 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/fly_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/flying_fish_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/flying_fish_spawns.json new file mode 100644 index 0000000..f58b697 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/flying_fish_spawns.json @@ -0,0 +1,36 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_cold/overworld" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_hot/overworld" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:deep_ocean" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:deep_lukewarm_ocean" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/frilled_shark_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/frilled_shark_spawns.json new file mode 100644 index 0000000..3a81409 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/frilled_shark_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_deep_ocean" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/froststalker_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/froststalker_spawns.json new file mode 100644 index 0000000..ab0af45 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/froststalker_spawns.json @@ -0,0 +1,53 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:ice_spikes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:frozen_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/frostfire_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:frozen_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:glacial_chasm" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:gravel_desert" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gazelle_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gazelle_spawns.json new file mode 100644 index 0000000..a7734ba --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gazelle_spawns.json @@ -0,0 +1,60 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:arid_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:brushland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:fractured_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gelada_monkey_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gelada_monkey_spawns.json new file mode 100644 index 0000000..bca3a19 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gelada_monkey_spawns.json @@ -0,0 +1,56 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_plains" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_plateau" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:hot_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:steppe" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:valley_clearing" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/giant_squid_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/giant_squid_spawns.json new file mode 100644 index 0000000..3a81409 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/giant_squid_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_deep_ocean" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gorilla_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gorilla_spawns.json new file mode 100644 index 0000000..299b548 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/gorilla_spawns.json @@ -0,0 +1,58 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_jungle" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:bamboo_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:jungle_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:tropical_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/grizzly_bear_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/grizzly_bear_spawns.json new file mode 100644 index 0000000..1ce676d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/grizzly_bear_spawns.json @@ -0,0 +1,215 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_forest" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:sparse_jungle" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:valley_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cloud_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:forested_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lush_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_maple_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:temperate_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:wintry_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:yosemite_lowlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:bryce_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:redwood_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:cherry_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowblossom_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/guster_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/guster_spawns.json new file mode 100644 index 0000000..fbd8bde --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/guster_spawns.json @@ -0,0 +1,61 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ancient_sands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ashen_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/desert_caves" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/hammerhead_shark_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/hammerhead_shark_spawns.json new file mode 100644 index 0000000..a94d3bc --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/hammerhead_shark_spawns.json @@ -0,0 +1,16 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/hummingbird_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/hummingbird_spawns.json new file mode 100644 index 0000000..2e05b9a --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/hummingbird_spawns.json @@ -0,0 +1,165 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:flower_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:sunflower_plains" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:meadow" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:jungle_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:tropical_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_plateau" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:valley_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:orchid_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_spring" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:cherry_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/jerboa_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/jerboa_spawns.json new file mode 100644 index 0000000..6ef57f6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/jerboa_spawns.json @@ -0,0 +1,68 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ancient_sands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sandstone_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/kangaroo_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/kangaroo_spawns.json new file mode 100644 index 0000000..a4c10bf --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/kangaroo_spawns.json @@ -0,0 +1,91 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:arid_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:brushland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:fractured_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warped_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:white_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:lush_desert" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/komodo_dragon_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/komodo_dragon_spawns.json new file mode 100644 index 0000000..1035283 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/komodo_dragon_spawns.json @@ -0,0 +1,44 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_jungle" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_dense/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sandstone_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:tropics" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/laviathan_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/laviathan_spawns.json new file mode 100644 index 0000000..ff48a93 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/laviathan_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_nether" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/leafcutter_anthill_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/leafcutter_anthill_spawns.json new file mode 100644 index 0000000..0b0aceb --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/leafcutter_anthill_spawns.json @@ -0,0 +1,63 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_jungle" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:bamboo_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:jungle_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:tropical_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/lobster_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/lobster_spawns.json new file mode 100644 index 0000000..7fa2c6e --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/lobster_spawns.json @@ -0,0 +1,25 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:gravel_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:stony_shore" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/maned_wolf_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/maned_wolf_spawns.json new file mode 100644 index 0000000..625277a --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/maned_wolf_spawns.json @@ -0,0 +1,58 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:arid_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:brushland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:fractured_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shrubland" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mantis_shrimp_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mantis_shrimp_spawns.json new file mode 100644 index 0000000..16db18c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mantis_shrimp_spawns.json @@ -0,0 +1,23 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:mangrove_swamp" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mimic_octopus_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mimic_octopus_spawns.json new file mode 100644 index 0000000..c14901e --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mimic_octopus_spawns.json @@ -0,0 +1,21 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_ocean" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:deep_warm_ocean" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mimicube_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mimicube_spawns.json new file mode 100644 index 0000000..47994ba --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mimicube_spawns.json @@ -0,0 +1,21 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:the_end" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/moose_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/moose_spawns.json new file mode 100644 index 0000000..f4399ad --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/moose_spawns.json @@ -0,0 +1,122 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_snowy" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_wasteland" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_snowy" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowy_coniferous_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowy_fir_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "snowy_maple_woods" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_maple_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:wintry_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:wintry_lowlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:gravel_desert" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_winter" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowblossom_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mudskipper_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mudskipper_spawns.json new file mode 100644 index 0000000..18313e1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mudskipper_spawns.json @@ -0,0 +1,18 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/underground_jungle" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mungus_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mungus_spawns.json new file mode 100644 index 0000000..2a6584c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/mungus_spawns.json @@ -0,0 +1,28 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_mushroom" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_rare" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:mirage_isles" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/murmur.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/murmur.json new file mode 100644 index 0000000..36cadab --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/murmur.json @@ -0,0 +1,115 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_mushroom" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:deep_dark" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/andesite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/desert_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/diorite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/granite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/ice_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/infested_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/thermal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/crystal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/frostfire_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/mantle_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/deep_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/tuff_caves" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/orca_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/orca_spawns.json new file mode 100644 index 0000000..f0a1e99 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/orca_spawns.json @@ -0,0 +1,16 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_cold/overworld" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/platypus_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/platypus_spawns.json new file mode 100644 index 0000000..1e5423d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/platypus_spawns.json @@ -0,0 +1,35 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_river" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_cold/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:tundra_bog" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warm_river" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/potoo_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/potoo_spawns.json new file mode 100644 index 0000000..2879be6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/potoo_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:dark_forest" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/raccoon_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/raccoon_spawns.json new file mode 100644 index 0000000..e16bd04 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/raccoon_spawns.json @@ -0,0 +1,199 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_forest" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_savanna" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_plains" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:alpine_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:birch_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cold_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:hot_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shield_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:steppe" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:valley_clearing" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:temperate_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:mirage_isles" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:redwood_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:cherry_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowblossom_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rain_frog_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rain_frog_spawns.json new file mode 100644 index 0000000..6ef57f6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rain_frog_spawns.json @@ -0,0 +1,68 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ancient_sands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sandstone_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rattlesnake_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rattlesnake_spawns.json new file mode 100644 index 0000000..3352b1e --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rattlesnake_spawns.json @@ -0,0 +1,91 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ancient_sands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sandstone_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warped_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:white_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rhinoceros_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rhinoceros_spawns.json new file mode 100644 index 0000000..a7734ba --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rhinoceros_spawns.json @@ -0,0 +1,60 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:arid_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:brushland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:fractured_savanna" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:shrubland" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/roadrunner_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/roadrunner_spawns.json new file mode 100644 index 0000000..3352b1e --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/roadrunner_spawns.json @@ -0,0 +1,91 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ancient_sands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sandstone_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warped_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:white_mesa" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rocky_roller_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rocky_roller_spawns.json new file mode 100644 index 0000000..787e0af --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/rocky_roller_spawns.json @@ -0,0 +1,37 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:dripstone_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/andesite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/diorite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/granite_caves" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/seagull_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/seagull_spawns.json new file mode 100644 index 0000000..3941d71 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/seagull_spawns.json @@ -0,0 +1,72 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:basalt_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:granite_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:gravel_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:white_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_spring" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:dune_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:stony_shore" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/seal_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/seal_spawns.json new file mode 100644 index 0000000..85ea3a1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/seal_spawns.json @@ -0,0 +1,49 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_beach" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_cold/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:gravel_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:dune_beach" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:stony_shore" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/shoebill_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/shoebill_spawns.json new file mode 100644 index 0000000..f4c46ba --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/shoebill_spawns.json @@ -0,0 +1,35 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_swamp" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:mangrove_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:orchid_swamp" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skelewag_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skelewag_spawns.json new file mode 100644 index 0000000..90178eb --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skelewag_spawns.json @@ -0,0 +1,21 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_deep_ocean" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skreecher.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skreecher.json new file mode 100644 index 0000000..4266dd1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skreecher.json @@ -0,0 +1,16 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "alexsmobs:skreechers_can_spawn_wardens" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skunk_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skunk_spawns.json new file mode 100644 index 0000000..4298ec0 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/skunk_spawns.json @@ -0,0 +1,108 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_forest" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_savanna" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_cold/overworld" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:sparse_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:birch_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:mirage_isles" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:temperate_highlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:cherry_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/snow_leopard_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/snow_leopard_spawns.json new file mode 100644 index 0000000..3308b7d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/snow_leopard_spawns.json @@ -0,0 +1,98 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_snowy" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:snowy_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:frozen_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:jagged_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:frozen_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:glacial_chasm" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_badlands" + }, + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_maple_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:emerald_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:scarlet_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_shield" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_winter" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/soul_vulture_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/soul_vulture_spawns.json new file mode 100644 index 0000000..02d3435 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/soul_vulture_spawns.json @@ -0,0 +1,30 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:soul_sand_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "byg:warped_desert" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:weeping_valley" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/spectre_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/spectre_spawns.json new file mode 100644 index 0000000..f806db3 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/spectre_spawns.json @@ -0,0 +1,16 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:the_end" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/straddler_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/straddler_spawns.json new file mode 100644 index 0000000..eaed4b0 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/straddler_spawns.json @@ -0,0 +1,37 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:basalt_deltas" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:withered_abyss" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:volcanic_deltas" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:withered_forest" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/stradpole_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/stradpole_spawns.json new file mode 100644 index 0000000..eaed4b0 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/stradpole_spawns.json @@ -0,0 +1,37 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:no_default_monsters" + }, + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:basalt_deltas" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:withered_abyss" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:volcanic_deltas" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:withered_forest" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/sugar_glider_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/sugar_glider_spawns.json new file mode 100644 index 0000000..0c36a53 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/sugar_glider_spawns.json @@ -0,0 +1,25 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:birch_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:old_growth_birch_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:white_cliffs" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/sunbird_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/sunbird_spawns.json new file mode 100644 index 0000000..181ee55 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/sunbird_spawns.json @@ -0,0 +1,212 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_mountain" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:snowy_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:frozen_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:jagged_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:emerald_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:painted_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:scarlet_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:stony_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:volcanic_crater" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:volcanic_peaks" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_autumn" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_spring" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_winter" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:savanna_slopes" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:yellowstone" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:yosemite_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:bryce_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:jungle_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:haze_mountain" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:windswept_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:basalt_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:granite_cliffs" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:white_cliffs" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tarantula_hawk_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tarantula_hawk_spawns.json new file mode 100644 index 0000000..6ef57f6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tarantula_hawk_spawns.json @@ -0,0 +1,68 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ancient_sands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sandstone_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tasmanian_devil_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tasmanian_devil_spawns.json new file mode 100644 index 0000000..ed47b2a --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tasmanian_devil_spawns.json @@ -0,0 +1,101 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_forest" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_savanna" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_cold/overworld" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:sparse_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:birch_taiga" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:blooming_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:mirage_isles" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:lavender_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:moonlight_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:temperate_highlands" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/terrapin_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/terrapin_spawns.json new file mode 100644 index 0000000..1e5423d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/terrapin_spawns.json @@ -0,0 +1,35 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_river" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_cold/overworld" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:tundra_bog" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:warm_river" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tiger_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tiger_spawns.json new file mode 100644 index 0000000..7ed2e68 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tiger_spawns.json @@ -0,0 +1,67 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:bamboo_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:bamboo_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:cherry_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_grove" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sakura_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_spring" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowblossom_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/toucan_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/toucan_spawns.json new file mode 100644 index 0000000..0b0aceb --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/toucan_spawns.json @@ -0,0 +1,63 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_jungle" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:bamboo_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:amethyst_rainforest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:jungle_mountains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:rocky_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:tropical_jungle" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:skylands_summer" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/triops_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/triops_spawns.json new file mode 100644 index 0000000..6ef57f6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/triops_spawns.json @@ -0,0 +1,68 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:ancient_sands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_canyon" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_oasis" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:desert_spires" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:sandstone_valley" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:red_oasis" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tusklin_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tusklin_spawns.json new file mode 100644 index 0000000..7b0d113 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/tusklin_spawns.json @@ -0,0 +1,49 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:ice_spikes" + } + ], + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_snowy" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_plains" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:snowy_badlands" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:gravel_desert" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "biomesoplenty:snowblossom_grove" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/underminer.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/underminer.json new file mode 100644 index 0000000..1495c2a --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/underminer.json @@ -0,0 +1,110 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_overworld" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_ocean" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "forge:is_mushroom" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:deep_dark" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/andesite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/desert_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/diorite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/granite_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/ice_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/infested_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/thermal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/crystal_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/frostfire_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/mantle_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/deep_caves" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "terralith:cave/tuff_caves" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/void_worm_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/void_worm_spawns.json new file mode 100644 index 0000000..333b7b9 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/void_worm_spawns.json @@ -0,0 +1,3 @@ +{ + "biomes": [] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/warped_mosco_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/warped_mosco_spawns.json new file mode 100644 index 0000000..333b7b9 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/warped_mosco_spawns.json @@ -0,0 +1,3 @@ +{ + "biomes": [] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/warped_toad_spawns.json b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/warped_toad_spawns.json new file mode 100644 index 0000000..19fc787 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/alexsmobs/warped_toad_spawns.json @@ -0,0 +1,39 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:warped_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "byg:crimson_gardens" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "byg:warped_desert" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:inverted_forest" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "incendium:quartz_flats" + } + ] + ] +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/apotheosis/enchantments.cfg b/1.20.1-FearFactoryTest/minecraft/config/apotheosis/enchantments.cfg index 2d0132d..fabdcbb 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/apotheosis/enchantments.cfg +++ b/1.20.1-FearFactoryTest/minecraft/config/apotheosis/enchantments.cfg @@ -6597,3 +6597,159 @@ } +"alexsmobs:straddle_jump" { + # The max level of this enchantment - originally 3. + # Default: 11; Range: [1 ~ 127] + I:"Max Level"=11 + + # The max level of this enchantment available from loot sources. + # Default: 3; Range: [1 ~ 127] + I:"Max Loot Level"=3 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= + + # If this enchantment is only available by loot sources. + # Default: false + B:Treasure=false + + # If this enchantment is obtainable via enchanting and enchanted loot items. + # Default: true + B:Discoverable=true + + # If enchanted books of this enchantment are available via loot sources. + # Default: true + B:Lootable=true + + # If enchanted books of this enchantment are available via villager trades. + # Default: true + B:Tradeable=true + + # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. + # Default: COMMON + S:Rarity=COMMON +} + + +"alexsmobs:lavawax" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= + + # If this enchantment is only available by loot sources. + # Default: false + B:Treasure=false + + # If this enchantment is obtainable via enchanting and enchanted loot items. + # Default: true + B:Discoverable=true + + # If enchanted books of this enchantment are available via loot sources. + # Default: true + B:Lootable=true + + # If enchanted books of this enchantment are available via villager trades. + # Default: true + B:Tradeable=true + + # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. + # Default: UNCOMMON + S:Rarity=UNCOMMON +} + + +"alexsmobs:serpentfriend" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= + + # If this enchantment is only available by loot sources. + # Default: false + B:Treasure=false + + # If this enchantment is obtainable via enchanting and enchanted loot items. + # Default: true + B:Discoverable=true + + # If enchanted books of this enchantment are available via loot sources. + # Default: true + B:Lootable=true + + # If enchanted books of this enchantment are available via villager trades. + # Default: true + B:Tradeable=true + + # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. + # Default: RARE + S:Rarity=RARE +} + + +"alexsmobs:board_return" { + # The max level of this enchantment - originally 1. + # Default: 1; Range: [1 ~ 127] + I:"Max Level"=1 + + # The max level of this enchantment available from loot sources. + # Default: 1; Range: [1 ~ 127] + I:"Max Loot Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples + # Default: + S:"Max Power Function"= + + # A function to determine the min enchanting power. + # Default: + S:"Min Power Function"= + + # If this enchantment is only available by loot sources. + # Default: false + B:Treasure=false + + # If this enchantment is obtainable via enchanting and enchanted loot items. + # Default: true + B:Discoverable=true + + # If enchanted books of this enchantment are available via loot sources. + # Default: true + B:Lootable=true + + # If enchanted books of this enchantment are available via villager trades. + # Default: true + B:Tradeable=true + + # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. + # Default: UNCOMMON + S:Rarity=UNCOMMON +} + + diff --git a/1.20.1-FearFactoryTest/minecraft/config/apotheosis/names.cfg b/1.20.1-FearFactoryTest/minecraft/config/apotheosis/names.cfg index ab5fb1a..bd37be8 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/apotheosis/names.cfg +++ b/1.20.1-FearFactoryTest/minecraft/config/apotheosis/names.cfg @@ -788,11 +788,6 @@ tools { > S:eclipse_bumbseye < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_hoe - # - # Default: [ S:tears_of_despair_forgotten_hoe < > @@ -1092,11 +1087,6 @@ tools { # Default: [ S:legendary_monsters_axe_of_lightning < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_pickaxe - # - # Default: [ S:tears_of_despair_forgotten_pickaxe < > @@ -1292,11 +1282,6 @@ tools { # Default: [ S:scythes_livingscythe < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_axe - # - # Default: [ S:tears_of_despair_forgotten_axe < > @@ -1306,11 +1291,6 @@ tools { # Default: [ S:scythes_goldscythe < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_sword - # - # Default: [ S:tears_of_despair_forgotten_sword < > @@ -2018,7 +1998,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, betterend:iron_hammer, evilcraft:spikey_claws, occultism:butcher_knife, farmersdelight:iron_knife, dimdoors:rift_blade, hexcasting:jeweler_hammer + # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, betterend:iron_hammer, evilcraft:spikey_claws, occultism:butcher_knife, alexsmobs:skelewag_sword, alexsmobs:ghostly_pickaxe, alexsmobs:tendon_whip, farmersdelight:iron_knife, dimdoors:rift_blade, hexcasting:jeweler_hammer # # Default: [ S:IRON < @@ -2202,11 +2182,6 @@ tools { # Default: [ S:the_deep_void_rotten_diamond_sword < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_shovel - # - # Default: [ S:tears_of_despair_forgotten_shovel < > @@ -2631,21 +2606,21 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: betternether:cincinnasite_shovel_diamond, betternether:cincinnasite_hoe_diamond, betternether:cincinnasite_pickaxe_diamond, betternether:cincinnasite_sword_diamond, betternether:cincinnasite_axe_diamond + # Items in this group: betternether:cincinnasite_pickaxe_diamond, betternether:cincinnasite_shovel_diamond, betternether:cincinnasite_axe_diamond, betternether:cincinnasite_sword_diamond, betternether:cincinnasite_hoe_diamond # # Default: [ S:CINCINNASITE_DIAMOND < > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: betternether:cincinnasite_shovel, betternether:cincinnasite_hoe, betternether:cincinnasite_pickaxe, betternether:cincinnasite_sword, betternether:cincinnasite_axe + # Items in this group: betternether:cincinnasite_pickaxe, betternether:cincinnasite_shovel, betternether:cincinnasite_axe, betternether:cincinnasite_sword, betternether:cincinnasite_hoe # # Default: [ S:CINCINNASITE < > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: betternether:nether_ruby_shovel, betternether:nether_ruby_hoe, betternether:nether_ruby_pickaxe, betternether:nether_ruby_sword, betternether:nether_ruby_axe + # Items in this group: betternether:nether_ruby_pickaxe, betternether:nether_ruby_shovel, betternether:nether_ruby_axe, betternether:nether_ruby_sword, betternether:nether_ruby_hoe # # Default: [ S:NETHER_RUBY < @@ -2659,11 +2634,67 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: betternether:flaming_ruby_shovel, betternether:flaming_ruby_hoe, betternether:flaming_ruby_pickaxe, betternether:flaming_ruby_sword, betternether:flaming_ruby_axe + # Items in this group: betternether:flaming_ruby_pickaxe, betternether:flaming_ruby_shovel, betternether:flaming_ruby_axe, betternether:flaming_ruby_sword, betternether:flaming_ruby_hoe # # Default: [ S:FLAMING_RUBY < > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mobs_of_sins:soul_sickle_of_struggle + # + # Default: [ + S:mobs_of_sins_soul_sickle_of_struggle < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mobs_of_sins:tentacle_sickle_of_struggle + # + # Default: [ + S:mobs_of_sins_tentacle_sickle_of_struggle < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mobs_of_sins:rattle_sickle_of_struggle + # + # Default: [ + S:mobs_of_sins_rattle_sickle_of_struggle < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ratlantis_sword, rats:ratlantis_pickaxe, rats:ratlantis_axe, rats:ratlantis_shovel, rats:ratlantis_hoe + # + # Default: [ + S:rats_ratlantis_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ghost_pirat_cutlass + # + # Default: [ + S:rats_ghost_pirat_cutlass < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:plague_scythe + # + # Default: [ + S:rats_plague_scythe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:feral_bagh_nakhs + # + # Default: [ + S:rats_feral_bagh_nakhs < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:pirat_cutlass + # + # Default: [ + S:rats_pirat_cutlass < + > } @@ -3289,11 +3320,6 @@ armors { # Default: [ S:GOLD < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: radioactive_spiders:scary_spider_armor_chestplate - # - # Default: [ S:radioactive_spiders_scary_spider_armor_chestplate < > @@ -3622,11 +3648,6 @@ armors { # Default: [ S:butcher_pillagerdisguise_leggings < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_leggings - # - # Default: [ S:tears_of_despair_forgotten_leggings < > @@ -3995,11 +4016,6 @@ armors { # Default: [ S:FROSTSTEEL < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: radioactive_spiders:spider_exoskeleton_helmet_helmet - # - # Default: [ S:radioactive_spiders_spider_exoskeleton_helmet_helmet < > @@ -4132,11 +4148,6 @@ armors { # Default: [ S:iceandfire_frost_troll_leather_helmet < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_boots - # - # Default: [ S:tears_of_despair_forgotten_boots < > S:eclipse_bloody_armor_helmet < @@ -4323,11 +4334,6 @@ armors { # Default: [ S:iceandfire_armor_copper_helmet < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_chestplate - # - # Default: [ S:tears_of_despair_forgotten_chestplate < > @@ -4603,11 +4609,6 @@ armors { # Default: [ S:the_deep_void_grim_rotten_bone_chestplate < > - - # A list of material-based prefix names for this material group. May be empty. - # Items in this group: tears_of_despair:forgotten_helmet - # - # Default: [ S:tears_of_despair_forgotten_helmet < > @@ -5011,7 +5012,7 @@ armors { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: betternether:nether_ruby_helmet, betternether:nether_ruby_chestplate, betternether:nether_ruby_leggings, betternether:nether_ruby_boots + # Items in this group: betternether:nether_ruby_chestplate, betternether:nether_ruby_helmet, betternether:nether_ruby_leggings, betternether:nether_ruby_boots # # Default: [ S:NETHER_RUBY < @@ -5025,7 +5026,7 @@ armors { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: betternether:flaming_ruby_helmet, betternether:flaming_ruby_chestplate, betternether:flaming_ruby_leggings, betternether:flaming_ruby_boots + # Items in this group: betternether:flaming_ruby_chestplate, betternether:flaming_ruby_helmet, betternether:flaming_ruby_leggings, betternether:flaming_ruby_boots # # Default: [ S:FLAMING_RUBY < @@ -5039,7 +5040,7 @@ armors { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: betternether:cincinnasite_helmet, betternether:cincinnasite_chestplate, betternether:cincinnasite_leggings, betternether:cincinnasite_boots + # Items in this group: betternether:cincinnasite_chestplate, betternether:cincinnasite_helmet, betternether:cincinnasite_leggings, betternether:cincinnasite_boots # # Default: [ S:CINCINNASITE < @@ -5051,6 +5052,195 @@ armors { # Default: [ S:TERMINITE < > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:flying_fish_boots + # + # Default: [ + S:alexsmobs_flying_fish_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:rocky_chestplate + # + # Default: [ + S:alexsmobs_rocky_chestplate < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:top_hat + # + # Default: [ + S:TOP_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:rat_fez + # + # Default: [ + S:FEZ < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:plague_doctor_mask, rats:black_death_mask + # + # Default: [ + S:PLAGUE_MASK < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:frontier_cap + # + # Default: [ + S:alexsmobs_frontier_cap < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:tarantula_hawk_elytra + # + # Default: [ + S:alexsmobs_tarantula_hawk_elytra < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:santa_hat + # + # Default: [ + S:SANTA_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:unsettling_kimono + # + # Default: [ + S:alexsmobs_unsettling_kimono < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ratlantis_helmet, rats:ratlantis_chestplate, rats:ratlantis_leggings, rats:ratlantis_boots + # + # Default: [ + S:RATLANTIS < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:moose_headgear + # + # Default: [ + S:alexsmobs_moose_headgear < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:fedora + # + # Default: [ + S:alexsmobs_fedora < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:emu_leggings + # + # Default: [ + S:alexsmobs_emu_leggings < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:farmer_hat + # + # Default: [ + S:FARMER_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:novelty_hat + # + # Default: [ + S:alexsmobs_novelty_hat < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:centipede_leggings + # + # Default: [ + S:alexsmobs_centipede_leggings < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:roadrunner_boots + # + # Default: [ + S:alexsmobs_roadrunner_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:sombrero + # + # Default: [ + S:alexsmobs_sombrero < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:spiked_turtle_shell + # + # Default: [ + S:alexsmobs_spiked_turtle_shell < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:crocodile_chestplate + # + # Default: [ + S:alexsmobs_crocodile_chestplate < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ghost_pirat_hat + # + # Default: [ + S:GHOST_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:froststalker_helmet + # + # Default: [ + S:alexsmobs_froststalker_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:piper_hat + # + # Default: [ + S:PIPER_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:rat_king_crown + # + # Default: [ + S:CROWN < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:halo_hat + # + # Default: [ + S:HALO < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:chef_toque + # + # Default: [ + S:CHEF_TOQUE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:archeologist_hat, rats:fisherman_hat, rats:pirat_hat, rats:exterminator_hat, rats:aviator_hat, rats:military_hat + # + # Default: [ + S:GENERIC_HAT < + > } diff --git a/1.20.1-FearFactoryTest/minecraft/config/balm-client.toml b/1.20.1-FearFactoryTest/minecraft/config/balm-client.toml new file mode 100644 index 0000000..6b8b38b --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/balm-client.toml @@ -0,0 +1,24 @@ +#This is an example enum property +#Allowed Values: Hello, World +exampleEnum = "Hello" +#This is an example int property +exampleInt = 42 +#This is an example int list property +exampleIntList = [12, 24] +#This is an example boolean property +exampleBoolean = true +#This is an example string property +exampleString = "Hello World" +#This is an example string list property +exampleStringList = ["Hello", "World"] +#This is an example enum list property +exampleEnumList = ["Hello", "World"] +#This is an example resource location set property +exampleResourceLocationSet = ["minecraft:dirt", "minecraft:diamond"] + +[exampleCategory] + #This is an example string inside a category + innerField = "I am inside" + #This is an example float inside a category + exampleFloat = 42.84000015258789 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/balm-common.toml b/1.20.1-FearFactoryTest/minecraft/config/balm-common.toml new file mode 100644 index 0000000..6b8b38b --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/balm-common.toml @@ -0,0 +1,24 @@ +#This is an example enum property +#Allowed Values: Hello, World +exampleEnum = "Hello" +#This is an example int property +exampleInt = 42 +#This is an example int list property +exampleIntList = [12, 24] +#This is an example boolean property +exampleBoolean = true +#This is an example string property +exampleString = "Hello World" +#This is an example string list property +exampleStringList = ["Hello", "World"] +#This is an example enum list property +exampleEnumList = ["Hello", "World"] +#This is an example resource location set property +exampleResourceLocationSet = ["minecraft:dirt", "minecraft:diamond"] + +[exampleCategory] + #This is an example string inside a category + innerField = "I am inside" + #This is an example float inside a category + exampleFloat = 42.84000015258789 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/chat_heads.json5 b/1.20.1-FearFactoryTest/minecraft/config/chat_heads.json5 new file mode 100644 index 0000000..e1d42f3 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/chat_heads.json5 @@ -0,0 +1,8 @@ +{ + "renderPosition": "BEFORE_NAME", + "offsetNonPlayerText": true, + "senderDetection": "UUID_AND_HEURISTIC", + "smartHeuristics": true, + "handleSystemMessages": true, + "nameAliases": { } +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/darkness.properties b/1.20.1-FearFactoryTest/minecraft/config/darkness.properties index df3bd35..d795dbf 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/darkness.properties +++ b/1.20.1-FearFactoryTest/minecraft/config/darkness.properties @@ -1,5 +1,5 @@ #Darkness properties file -#Mon May 12 03:46:03 CDT 2025 +#Tue May 13 20:42:07 CDT 2025 dark_nether_fog=0.5 only_affect_block_light=false dark_end_fog=0.0 diff --git a/1.20.1-FearFactoryTest/minecraft/config/jei/ingredient-list-mod-sort-order.ini b/1.20.1-FearFactoryTest/minecraft/config/jei/ingredient-list-mod-sort-order.ini index c4ab048..370b6ef 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/jei/ingredient-list-mod-sort-order.ini +++ b/1.20.1-FearFactoryTest/minecraft/config/jei/ingredient-list-mod-sort-order.ini @@ -19,7 +19,6 @@ Burnt 1.9.0.2 Forge 1.20.1 Butcher ButchersDelight Bygone Nether -CANTBREATHE Cataclysm Apotheosis Lite Chimes Chipped @@ -91,15 +90,23 @@ Vita Craftis Zombie Nightmare Expansions cataclysm gamma creatures -unsafe world §b§lUnder The Moon Born in Chaos Carnivorous Plants Addition Ender Wyrmlings Grim and bleak -Minechosis Organisorium Ultimine Addition Regions Unexplored Better End Better Nether +Alex's Delight +Alex's Mobs +AlexsCavesFallout +Map Atlases +Mobs of Sins +Nomadic Tents +Ocean's Delight +Rats +Supplementaries Squared +Torchmaster diff --git a/1.20.1-FearFactoryTest/minecraft/config/jei/recipe-category-sort-order.ini b/1.20.1-FearFactoryTest/minecraft/config/jei/recipe-category-sort-order.ini index 667892d..8b840c3 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/jei/recipe-category-sort-order.ini +++ b/1.20.1-FearFactoryTest/minecraft/config/jei/recipe-category-sort-order.ini @@ -154,3 +154,6 @@ sanguine_networks:virtual_sacrificer/recipe sliceanddice:slicer sons_of_sins:etheric_blood_imbibation ultimine_addition:item_storage_data +alexsmobs:capsid +rats:cauldron +rats:chef diff --git a/1.20.1-FearFactoryTest/minecraft/config/map_atlases-client.toml b/1.20.1-FearFactoryTest/minecraft/config/map_atlases-client.toml new file mode 100644 index 0000000..d05a8c1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/map_atlases-client.toml @@ -0,0 +1,121 @@ + +[minimap] + #Hide minimap when holding the atlas in hand + hide_when_in_hand = true + #Only display y coordinates if atlas holds some slice maps + only_show_y_when_has_slices = true + #Global scale of entire minimap HUD. Keep at 1 for pixel perfect consistency + #Range: 0.0 ~ 20.0 + scale = 1.0 + #If 'true', the Mini-Map of the Active Map will be drawn on the HUD while the Atlas is active. + enabled = true + #How many maps to display in a single minimap. Essentially zoom. Can be a fraction + #Range: 0.001 ~ 100.0 + zoom_multiplier = 1.0 + #Controls anchor position of mini-map + #Allowed Values: UPPER_LEFT, UPPER_RIGHT, LOWER_LEFT, LOWER_RIGHT + anchoring = "UPPER_LEFT" + #An integer which will offset the mini-map horizontally + #Range: -4000 ~ 4000 + horizontal_offset = 0 + #An integer which will offset the mini-map vertically + #Range: -4000 ~ 4000 + vertical_offset = 0 + #The number of pixels to shift vertically when there's an active effect + #Range: -4000 ~ 4000 + active_potion_effects_vertical_offset = 26 + #When enabled, the player's current Coords will be displayed + coordinate_text = true + #Displays chunk coordinates + chunk_coordinate_text = false + #When enabled, the player's current Biome will be displayed + biome_text = true + #Sets the scale of the text rendered for Coords and Biome mini-map data + #Range: 0.0 ~ 10.0 + coords_and_biome_scale = 1.0 + #Sets the scale of the map icons rendered in the mini-map + #Range: 0.0 ~ 10.0 + decoration_scale = 1.0 + #Scale multiplier for Map Markers text on the mini-map + #Range: 0.0 ~ 10.0 + map_markers_text_scale = 1.0 + #Allows minimap to follow player movement instead of only displaying current map + follow_player = true + #When enabled the map will align itself with the player + rotate_with_player = true + #Draw cardinal directions on minimap + cardinal_directions = true + #Scale of cardinal directions on minimap + #Range: 0.0 ~ 2.0 + cardinal_scale = 1.0 + #Only shows north cardinal direction + only_show_north_cardinal = false + #Shows map separation borders + map_borders = true + #Use sky color for minimap + darken_at_night = false + #Plays page turn sound when current active map changes. Works best when paired with no rotation and no player follow + map_change_sound = false + #Automatically switches to the nearest slice when possible + automatic_slice_change = false + +[world_map] + crossair = false + #Use bigger book like texture for worldmap view. Makes the view a bit bigger. Recommended to ebe used with map scale 1 (you might want to lower lectern one too if buttons dont show) + alternative_texture = false + #Pan smoothly. When off it will pan in map increments instead + smooth_panning = true + #Makes zooming work smoothly instead of in 2 maps increments + smooth_zooming = true + #Range: 0.0 ~ 10.0 + zoom_scroll_speed = 1.0 + #Global scale of the entire world map GUI. Keep at 1 for pixel perfect consistency + #Range: 0.0 ~ 20.0 + scale = 1.25 + #Global scale of the entire world map GUI when opening from lectern. Keep at 1 for pixel perfect consistency + #Range: 0.0 ~ 20.0 + lectern_scale = 1.0 + #Shows map separation borders + map_borders = true + #When enabled, the Atlas world map coordinates will be displayed + draw_coordinates = true + #Sets the scale of the text rendered for Coords world-map data + #Range: 0.0 ~ 10.0 + coordinates_scale = 1.0 + #Sets the scale of the map icons rendered in the world-map + #Range: 0.0 ~ 10.0 + decoration_scale = 1.0 + #Scale multiplier for Map Markers text on the world-map + #Range: 0.0 ~ 10.0 + map_markers_text_scale = 1.0 + #Rearranges the position of the slice indicator to be more compact. You will need supplementaries slice maps to use this + compact_slices_indicator = false + #Allows minimap to follow player movement instead of only displaying current map + follow_player = true + +[misc] + #Multiplier for all the Atlases sound float + #Range: 0.0 ~ 10.0 + soundScalar = 1.0 + #Render atlas like normal map when in hand + #Allowed Values: ON, NOT_LOCKED, OFF + in_hand_renderer = "NOT_LOCKED" + +[moonlight_integration] + #Enables moonlight compat, which allows to place map markers on map via a special pin button + enabled = true + #Allows tracking pins by pressing control, making them follow you on minimap + pin_tracking = true + #Show nearby mobs on minimap + mob_radar = false + #Range: 0 ~ 256 + radar_radius = 64 + #Entities on radar will have their icon rotate + radar_pins_rotate = false + #Uses yellow markers for all mobs + radar_single_color = false + #Recolors map texture at night to make them use night lightmap. Requires light_map config in common configs + night_lightmap = true + #Turn on to convert Xaeros minimap waypoints. Conversion will happen on world boot. Remember to turn back off + convert_xaeros_waypoints = false + diff --git a/1.20.1-FearFactoryTest/minecraft/config/map_atlases-common.toml b/1.20.1-FearFactoryTest/minecraft/config/map_atlases-common.toml new file mode 100644 index 0000000..b7097e5 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/map_atlases-common.toml @@ -0,0 +1,44 @@ + +[general] + #The maximum number of Maps (Filled & Empty combined) allowed to be inside an Atlas. + #Range: 0 ~ 1000000 + max_map_count = 512 + #If enabled, you can increase the Empty Map count by inserting Paper + accept_paper_for_empty_maps = false + #If true, the Atlas is required to have spare Empty Maps stored to expand the Filled Map size + require_empty_maps_to_expand = true + #Controls how many usable Maps are added when you add a single Map to the Atlas + #Range: 0 ~ 64 + map_entry_value_multiplier = 1 + #Controls how many free Empty Maps you get for 'activating' an Inactive Atlas + #Range: 0 ~ 64 + pity_activation_map_count = 9 + #If 'true', Atlases will be able to store Empty Maps and auto-fill them as you explore. + enable_empty_map_entry_and_fill = true + #Locations of where an atlas will be scanned for. By default only hotbar will be scanned + #Allowed Values: MAIN_HAND, HOTBAR, HANDS, HOTBAR_AND_HANDS, INVENTORY + activation_locations = "HOTBAR_AND_HANDS" + #Allows players in creative to teleport using the atlas. Hold shift and press anywhere + creative_teleport = true + #Marker id associated with the red pin button on the atlas screen. Set to empty string to disable + pin_marked_id = "map_atlases:pin" + #Shows light color on maps. Needs Moonlight lib + light_map = false + #Adds a shear button to the atlas screen which allows you to cut maps + shear_button = true + +[update_logic] + #Update maps in simple round robin fashion instead of prioritizing the ones closer. Overrides configs below + round_robin = false + #Max of maps to update each tick. Increase to make maps update faster + #Range: 0 ~ 9 + map_updates_per_tick = 1 + #Makes map update on different threads, speeding up the process. Disable if it causes issues. Especially on servers. Try turning on for a big performance improvement regarding map atlas update + #Allowed Values: OFF, SINGLE_PLAYER_ONLY, ALWAYS_ON + multithreaded_update = "SINGLE_PLAYER_ONLY" + #Visually shows map updates + debug_map_updates = false + #Every how many ticks should markers be updated + #Range: 1 ~ 200 + markers_update_period = 10 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/nomadictents-common.toml b/1.20.1-FearFactoryTest/minecraft/config/nomadictents-common.toml new file mode 100644 index 0000000..5e3ddc7 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/nomadictents-common.toml @@ -0,0 +1,51 @@ + +[dimension] + #The dimension in which players will respawn from the tent dimension as needed + overworld = "minecraft:overworld" + #The number of ticks before an entity can use a tent door again + #Range: 1 ~ 300 + portal_cooldown = 60 + #When true, players can not teleport inside a tent + restrict_teleport = true + #When true, players in a tent can only sleep through the night if overworld players are sleeping too + sleeping_strict = true + #Dimensions in which tents cannot be used. + #Accepts dimension id or mod id with wildcard. + #Example: ["minecraft:the_nether", "rftoolsdim:*"] + dimension_blacklist = [] + +[permissions] + #When true, only the player who placed the tent can enter it + owner_only_enter = false + #When true, only the player who placed the tent can remove it + owner_only_pickup = false + #When true, players can enter the tent by walking through the door + players_enter_on_collide = true + #When true, non-player entities can enter the tent by walking through the door + nonplayers_enter_on_collide = true + #When true, only Creative mode players can duplicate a tent item + #(Note: this is done by clicking a tent door with any item that has NBT tag 'TentCopyTool' set to true) + copy_creative_only = true + #When true, players can only enter tents when there are no nearby monsters + enter_when_safe = false + #When true, players can only remove tents when there are no nearby monsters + pickup_when_safe = false + +[other] + #When true, tents have decorations when first built + tent_decor_build = true + #When true, tents have decorations when upgraded + tent_decor_upgrade = false + #When true, the tent item will not be destroyed if it is burned + tent_fireproof = false + #Percentage chance that a plain tepee block will randomly have a design + #Range: 0 ~ 100 + tepee_design_chance = 35 + #Block used for harvestable layer of all tent floors + tent_floor = "minecraft:dirt" + #When true, tents will be the same size on the outside and inside + use_actual_size = false + #The number of progress stages added by one use of the tent mallet + #Range: 1 ~ 7 + mallet_effectiveness = 2 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/oculus.properties b/1.20.1-FearFactoryTest/minecraft/config/oculus.properties index efac759..a4bb7e9 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/oculus.properties +++ b/1.20.1-FearFactoryTest/minecraft/config/oculus.properties @@ -1,8 +1,8 @@ #This file stores configuration options for Iris, such as the currently active shaderpack -#Mon May 12 03:56:09 CDT 2025 +#Tue May 13 21:00:23 CDT 2025 colorSpace=SRGB disableUpdateMessage=false enableDebugOptions=false maxShadowRenderDistance=32 -shaderPack=Hysteria-Shaders-Universal-v1.2.1.zip +shaderPack=Spooklementary_1.1.zip enableShaders=true diff --git a/1.20.1-FearFactoryTest/minecraft/config/rats-client.toml b/1.20.1-FearFactoryTest/minecraft/config/rats-client.toml new file mode 100644 index 0000000..3a81139 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/rats-client.toml @@ -0,0 +1,17 @@ + +[general] + #True if player UI has plague hearts render when the effect is active. + "Plague Heart Overlay" = true + #If true, the plague heart overlay will render as a single row of hearts instead of multiple. Turn this on if you have a mod like Mantle or Armor Points ++ installed. + "Single Row Plague Heart Overlay" = false + #If true, being under the effect of Synesthesia will tint your screen yellow. + "Synesthesia Shader" = true + #True if rats flutes can occasionally play the flute sound at the end of the Spongebob intro. Might be smart to disable this while streaming. + "Rat Flutes play Spongebob flute sound" = true + #True if rats should rarely make a funny noise when creating rat nuggets. + "Rat Fart Noises" = true + #If true, rats that have the rat upgrade: god will display with an enchantment overlay. + "Rat God Upgrade Glint" = true + #If true, rats that have the rat upgrade: angel will display with a white overlay when respawning. + "Rat Angel Upgrade Glint" = true + diff --git a/1.20.1-FearFactoryTest/minecraft/config/rats-common.toml b/1.20.1-FearFactoryTest/minecraft/config/rats-common.toml new file mode 100644 index 0000000..f4d75aa --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/rats-common.toml @@ -0,0 +1,272 @@ + +[Ratlantis] + #If true, the ratlantis datapack will automatically be enabled when creating a new world. + "Ratlantis Datapack Enabled by Default" = false + +[Spawning] + #Percentage for every random tick to spawn a rat for a garbage pile. + #Range: 0.0 ~ 1.0 + "Garbage Pile Spawn Chance" = 0.15000000596046448 + #True if rats should spawn like monsters, meaning they will also despawn when get far away (this only applies to wild rats of course). False if they should only spawn once per world, like pigs and sheep. + "Rats Spawn Like Monsters" = true + #A separate random roll that only spawns rats if a one-out-of-X chance, x being this number. raise this number to make them more rare. + #Range: > 0 + "Rat Spawn Decrease" = 5 + #A separate random roll that only spawns pipers if a one-out-of-X chance, x being this number. raise this number to make them more rare. + #Range: > 0 + "Piper Spawn Decrease" = 2 + +[Villages] + #True if iron golems will attack wild rats + "Golems Target Rats" = true + #True if pet shops can spawn in villages + "Village Pet Shops" = true + #Defines how often Pet Shops should spawn in villages. A higher number means Pet Shops will spawn more often. + #Range: 0 ~ 100 + "Village Pet Shop Weight" = 15 + #Defines how often Pet Shops should spawn in zombie villages. A higher number means Pet Shops will spawn more often. + #Range: 0 ~ 100 + "Zombie Village Pet Shop Weight" = 10 + #True if garbage heaps can spawn in villages + "Village Garbage Heap" = true + #Defines how often Garbage Heaps should spawn in villages. A higher number means Garbage Heaps will spawn more often. + #Range: 0 ~ 100 + "Village Garbage Heap Weight" = 1 + #Defines how often Garbage Heaps should spawn in villages. A higher number means Garbage Heaps will spawn more often. + #Range: 0 ~ 100 + "Zombie Village Garbage Heap Weight" = 5 + +[Cheesemaking] + #True if cheese can be created in cauldrons + Cheesemaking = true + #The time in ticks(20 per second) it takes for milk to turn into cheese in a cauldron + #Range: 20 ~ 1000000 + "Milk Curdling Time" = 150 + #The how many chunks away can a rat here a rat flute + #Range: 1 ~ 100 + "Rat Flute Distance" = 2 + +["Black Death"] + #If true, a plague doctor will be converted into the Black Death when struck by lightning. + "Black Death Lightning Strike" = true + #If true, Black Death will respawn Plague Rats when it has less than the max defined Plague Rats at its command. + "Black Death Constantly Spawns Rats" = false + #Defines the amount of Plague Rats Black Death can have at its command at a time. + #Range: 0 ~ 100 + "Black Death Max Plague Rats" = 15 + #If true, Black Death will respawn Plague Clouds when it has less than the max defined Plague Clouds at its command. + "Black Death Constantly Spawns Plague Clouds" = true + #Defines the amount of Plague Clouds Black Death can have at its command at a time. + #Range: 0 ~ 100 + "Black Death Max Plague Clouds" = 4 + #If true, Black Death will respawn Plague Beasts when it has less than the max defined Plague Beasts at its command. + "Black Death Constantly Spawns Plague Beasts" = false + #Defines the amount of Plague Beasts Black Death can have at its command at a time. + #Range: 0 ~ 100 + "Black Death Plague Beasts" = 3 + +["Rat King"] + #If true, the Rat King will reabsorb rats that circle around it if it doesnt have an active target. + "Rat King Reabsorbs Rats" = true + #Defines the amount of health the Rat King heals when reabsorbing a rat + #Range: 0.0 ~ 3.4028234663852886E38 + "Rat King Absorption Heal Rate" = 0.0 + #If true, the Rat King will respawn Rats when it has less than the max defined Plague Rats at its command. + "Rat King Max Constantly Spawns Rats" = true + #Defines the amount of Rats the Rat King can have at its command at a time. + #Range: 0 ~ 100 + "Rat King Max Rats" = 10 + +["Ratlantean Automaton"] + #If true, the Ratlantean Automaton will only be summonable in Ratlantis. Building it in any other dimension will have no effect. + "Summon Ratlantean Automaton only in Ratlantis" = false + #How often the Ratlantean Automaton will shoot a laser. It will shoot a laser every 1 in X attacks, X being the number defined. + #Range: > 0 + "Ratlantean Automaton Shooting Chance" = 2 + #The distance the Ratlantean Automaton can hit you with its saw. + #Range: > 0 + "Ratlantean Automaton Melee Attack Distance" = 7 + #The distance the Ratlantean Automaton can hit you with its laser. + #Range: > 0 + "Ratlantean Automaton Ranged Attack Distance" = 10 + +[Neo-Ratlantean] + #If true, the Neo-Ratlantean will only be summonable in Ratlantis. Throwing the vial in any other dimension will have no effect. + "Summon Neo-Ratlantean only in Ratlantis" = false + #If true, the Neo-Ratlantean will utilize Laser Portals in its fight that shoot lasers at you. + "Neo-Ratlantean Laser Portals" = true + #The time it will take the Neo-Ratlantean to perform another attack after using the Laser Portal attack. Time is in ticks. + #Range: > 0 + "Neo-Ratlantean Attack Cooldown after Laser Portals" = 100 + #If true, the Neo-Ratlantean will occasionally summon lightning bolts nearby. The lightning is completely harmless. + "Neo-Ratlantean Fake Lightning" = true + #The time it will take the Neo-Ratlantean to perform another attack after using the Fake Lightning attack. Time is in ticks. + #Range: > 0 + "Neo-Ratlantean Attack Cooldown after Fake Lightning" = 40 + #If true, the Neo-Ratlantean will pick up blocks and throw them in your direction. + "Neo-Ratlantean Throws Blocks" = true + #The time it will take the Neo-Ratlantean to perform another attack after using the Block Throwing attack. Time is in ticks. + #Range: > 0 + "Neo-Ratlantean Attack Cooldown after Throwing Blocks" = 40 + #If true, the Neo-Ratlantean will randomly afflict the use with wither, glowing, and levitation for 10 seconds. + "Neo-Ratlantean Adds Harmful Effects" = true + #The time it will take the Neo-Ratlantean to perform another attack after using the Mob Effect attack. Time is in ticks. + #Range: > 0 + "Neo-Ratlantean Attack Cooldown after Effects" = 100 + +["Flying Dutchrat"] + #If true, the Flying Dutchrat will only be summonable in Ratlantis. Ringing the bell in any other dimension will have no effect. + "Summon Flying Dutchrat only in Ratlantis" = false + #How many blocks away the dutchrat can fly away from its home point, which is the spot where the bell was when summoned. + #Range: 0 ~ 64 + "Flying Dutchrat Restriction Radius" = 20 + #How often the Flying Dutchrat will throw a sword. It will throw a sword every 1 in X attacks, X being the number defined. + #Range: > 0 + "Flying Dutchrat Sword Throw Chance" = 5 + +["Rat Baron"] + #If true, the Rat Baron will only be summonable in Ratlantis. Activating the siren in any other dimension will have no effect. + "Summon Automaton only in Ratlantis" = false + #The height above the ground the rat baron plane will hover around. A random amount of blocks between 0 and 10 will be added to the number provided at random points to keep things interesting. + #Range: 0 ~ 100 + "Rat Baron Y Hover Height" = 20 + #How often the Rat Baron Plane will fire a bullet. It will fire a bullet every X ticks, X being the number defined. + #Range: > 1 + "Rat Baron Shot Frequency" = 2 + #The amount of damage each bullet fired from the Rat Baron plane does. Setting to 0 will make the bullets purely visual. + #Range: 0.0 ~ 1.7976931348623157E308 + "Rat Baron Bullet Damage" = 0.5 + +["Rat Griefing"] + #True if wild rats will destroy and eat crops + "Rats Raid Crops" = true + #True if wild rats will steal from chests + "Rats Steal From Chests" = true + #True if wild rats should be allowed to climb over tall blocks, such as fences and walls. + "Rats Climb over Fences and Walls" = true + #True if wild rats contaminate food when they steal from chests + "Rats Contaminate Food" = true + #True if rats can dig holes + "Rats Dig Holes" = true + #True if infected mobs with plague can spread it by interacting or attacking. + "Other Mobs can spread Plague" = true + #The max block hardness that rats are allowed to dig through. (Dirt = 0.5F, Cobblestone = 2.0F, Obsidian = 50.0F) + #Range: 0.0 ~ 1000000.0 + "Rat Dig Strength" = 6.0 + #True if tamed rats will destroy crops when they harvest them + "Rats Break Crops on Harvest" = true + +["Rat Upgrades"] + #Defines how much of a multiplier rats get when armor is put on them. For example, putting a diamond helmet on when this is set to 3 gives the rat 9 armor points. + #Range: 1 ~ 1000 + "Rats Armor Multiplier" = 3 + #If true, rats will recharge items held in their main hand when they have an energy upgrade. + "Rats Charge Held Items" = true + #How much RF a rat with a basic energy transfer upgrade can transport at a time. + #Range: > 1 + "Rat RF Transfer Rate Basic" = 1000 + #How much RF per tick a rat can charge their held item with a basic energy transfer upgrade. + #Range: > 1 + "Rat Item Charge Rate Basic" = 10 + #How much RF a rat with an advanced energy transfer upgrade can transport at a time. + #Range: > 1 + "Rat RF Transfer Rate Advanced" = 5000 + #How much RF per tick a rat can charge their held item with an advanced energy transfer upgrade. + #Range: > 1 + "Rat Item Charge Rate Advanced" = 50 + #How much RF a rat with an elite energy transfer upgrade can transport at a time. + #Range: > 1 + "Rat RF Transfer Rate Elite" = 10000 + #How much RF per tick a rat can charge their held item with an elite energy transfer upgrade. + #Range: > 1 + "Rat Item Charge Rate Elite" = 100 + #How much RF a rat with an extreme energy transfer upgrade can transport at a time. + #Range: > 1 + "Rat RF Transfer Rate Extreme" = 100000 + #How much RF per tick a rat can charge their held item with an extreme energy transfer upgrade. + #Range: > 1 + "Rat Item Charge Rate Extreme" = 500 + #How far away from players the Rat Upgrade: Voodoo Doll is effective. + #Range: 0.0 ~ 1.7976931348623157E308 + "Voodoo Doll Rat distance" = 32.0 + #Sets a Rat's max health to this value when they have the Warrior Upgrade. + #Range: 0.0 ~ 1024.0 + "Warrior Health Upgrade" = 40.0 + #Sets a Rat's Armor to this value when they have the Warrior Upgrade. + #Range: 0.0 ~ 30.0 + "Warrior Armor Upgrade" = 2.0 + #Sets a Rat's attack damage to this value when they have the Warrior Upgrade. + #Range: 0.0 ~ 2048.0 + "Warrior Damage Upgrade" = 5.0 + #Sets a Rat's max health to this value when they have the God Upgrade. + #Range: 0.0 ~ 1024.0 + "God Health Upgrade" = 150.0 + #Sets a Rat's Armor to this value when they have the God Upgrade. + #Range: 0.0 ~ 30.0 + "God Armor Upgrade" = 10.0 + #Sets a Rat's attack damage to this value when they have the God Upgrade. + #Range: 0.0 ~ 2048.0 + "God Damage Upgrade" = 15.0 + #Sets a Rat's max health to this value when they have the God Upgrade. + #Range: 0.0 ~ 1024.0 + "Dragon Health Upgrade" = 50.0 + #Sets a Rat's Armor to this value when they have the God Upgrade. + #Range: 0.0 ~ 30.0 + "Dragon Armor Upgrade" = 5.0 + #Sets a Rat's attack damage to this value when they have the God Upgrade. + #Range: 0.0 ~ 2048.0 + "Dragon Damage Upgrade" = 8.0 + #Sets a Rat's max health to this value when they have the Demon Upgrade. + #Range: 0.0 ~ 1024.0 + "Demon Health Upgrade" = 40.0 + #Sets a Rat's attack damage to this value when they have the Demon Upgrade. + #Range: 0.0 ~ 2048.0 + "Demon Damage Upgrade" = 4.0 + #Sets a Rat's max health to this value when they have the Voodoo Upgrade. + #Range: 0.0 ~ 1024.0 + "Voodoo Health Upgrade" = 100.0 + #Sets a Rat's Armor to this value when they have the Ratinator Upgrade. + #Range: 0.0 ~ 30.0 + "Ratinator Armor Upgrade" = 15.0 + #Sets a Rat's max health to this value when they have the Nonbeliever Upgrade. + #Range: 0.0 ~ 1024.0 + "Nonbeliever Health Upgrade" = 350.0 + #Sets a Rat's Armor to this value when they have the Nonbeliever Upgrade. + #Range: 0.0 ~ 30.0 + "Nonbeliever Armor Upgrade" = 20.0 + #Sets a Rat's attack damage to this value when they have the Nonbeliever Upgrade. + #Range: 0.0 ~ 2048.0 + "Nonbeliever Damage Upgrade" = 40.0 + #Rats that have an upgrade that regenerates health will regen half a heart every X ticks, X being the number defined here. Set to 0 to disable health regeneration. + #Range: > 0 + "Upgrade Regeneration Rate" = 30 + #If true, Rats that have the Psychic upgrade will pick up blocks and throw them towards enemies. + "Psychic Throws Blocks" = false + #How much damage a rat should take when eaten while having the Carrat Upgrade. + #Range: 0.0 ~ 1.7976931348623157E308 + "Damage per Carrat Upgrade bite" = 0.0 + +["Misc Rat Adjustments"] + #Defines how large the radius staff can get. Do note that the bigger the radius, the larger the performance impact as rats need to search a bigger area for tasks. Going above 16 is not recommended. + #Range: 1 ~ 64 + "Max Staff Radius" = 16 + #Defines the amount of rats you can store in a sack at one time. + #Range: 1 ~ 64 + "Rat Sack Capacity" = 16 + #Rats will continue to breed in cages until there are this many rats in one cage block + #Range: 1 ~ 10000 + "Rat Cage Max Occupancy" = 4 + #The max amount of Baby Rats will be produced when Rats breed. You will get anywhere between 1 and this number of baby rats. + #Range: 1 ~ 10 + "Rat Litter Size" = 1 + #The amount of time it takes after a rat successfully breeds for it to breed again. Time is in ticks. (24000 ticks = 1200 seconds = 20 minutes) + #Range: > 0 + "Rat Breeding Cooldown" = 24000 + #Rats will conduct expensive CPU operations like looking for crops or chests, once every this number of ticks(with added standard deviation for servers) + #Range: 1 ~ 10000 + "Rat Update Delay" = 100 + #If true, wild rats will rarely spawn wearing a santa hat. Rats will spawn with Santa hats during the Christmas season regardless, this will enable you to find them year round. + "Rats Spawn with Santa Hats" = false + #If true, wild rats will rarely spawn wearing a randomly colored party hat. Rats will spawn with Party hats during the New Year's Eve and special dates regardless, this will enable you to find them year round. + "Rats Spawn with Party Hats" = false + diff --git a/1.20.1-FearFactoryTest/minecraft/config/sodiumdynamiclights-client.toml b/1.20.1-FearFactoryTest/minecraft/config/sodiumdynamiclights-client.toml index c7582bd..9d6bd77 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/sodiumdynamiclights-client.toml +++ b/1.20.1-FearFactoryTest/minecraft/config/sodiumdynamiclights-client.toml @@ -2,9 +2,9 @@ [sodiumdynamiclights] #Lighting mode #Allowed Values: OFF, SLOW, FAST, REALTIME - mode = "OFF" + mode = "REALTIME" #Enable entities light source. - entities = false + entities = true #Enable first-person player light source. self = true #Enable block entities light source. diff --git a/1.20.1-FearFactoryTest/minecraft/config/suppsquared-common.toml b/1.20.1-FearFactoryTest/minecraft/config/suppsquared-common.toml new file mode 100644 index 0000000..09b203d --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/suppsquared-common.toml @@ -0,0 +1,7 @@ + +[features] + #Enable plaques + plaques = true + #Enable lanterns + lanterns = true + diff --git a/1.20.1-FearFactoryTest/minecraft/config/torchmaster.toml b/1.20.1-FearFactoryTest/minecraft/config/torchmaster.toml new file mode 100644 index 0000000..fe38883 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/torchmaster.toml @@ -0,0 +1,50 @@ + +[General] + #Show additional information in the tooltip of certain items and blocks + beginnerTooltips = true + #By default, mega torches only block natural spawns (i.e. from low light levels). Setting this to false will also block spawns from spawners + blockOnlyNaturalSpawns = true + #If this setting is enabled, the mega torch will block all natural spawn attempts from Lycanites Mobs in its radius + lycanitesMobsBlockAll = true + #If this setting is enabled, the mega torch will block village sieges from zombies + blockVillageSieges = true + #The radius of the mega torch in each direction (cube) with the torch at its center + #Range: > 0 + megaTorchRadius = 64 + #The radius of the dread lamp in each direction (cube) with the torch at its center + #Range: > 0 + dreadLampRadius = 64 + #Use this setting to override the internal lists for entity blocking + #You can use this to block more entities or even allow certain entities to still spawn + #The + prefix will add the entity to the list, effectivly denying its spawns + #The - prefix will remove the entity from the list (if necessary), effectivly allowing its spawns + #Note: Each entry needs to be put in quotes! Multiple Entries should be separated by comma. + #Block zombies: "+minecraft:zombie" + #Allow creepers: "-minecraft:creeper" + megaTorchEntityBlockListOverrides = [] + #Same as the mega torch block list override, just for the dread lamp + #Block squid: +minecraft:squid + #Allow pigs: -minecraft:pig + dreadLampEntityBlockListOverrides = [] + #The radius in which the feral flare should try to place lights + #Range: 1 ~ 127 + feralFlareRadius = 16 + #Controls how often the flare should try to place lights. 1 means every tick, 10 every 10th tick, etc + #Range: > 1 + feralFlareTickRate = 5 + #The target minimum light level to place lights for + #Range: 0 ~ 15 + feralFlareMinLightLevel = 10 + #The maximum amount of invisble lights a feral flare lantern can place. Set to 0 to disable light placement. + #Warning: Setting this value too high in conjunction with the feralFlareMinLightLevel and Radius can lead to world corruption! + #(Badly compressed packet error) + #Range: 0 ~ 32767 + feralFlareLanternLightCountHardcap = 255 + #Durability of the frozen pearl. Each removed light will remove one charge from the pearl. Set to 0 to disable durability + #Range: 0 ~ 32767 + frozenPearlDurability = 1024 + #Print entity spawn checks to the debug log + logSpawnChecks = false + #Configures the spawn check to be more aggressive, effectivly overriding the CheckSpawn results of other mods + aggressiveSpawnChecks = false + diff --git a/1.20.1-FearFactoryTest/minecraft/config/trashslot-common.toml b/1.20.1-FearFactoryTest/minecraft/config/trashslot-common.toml new file mode 100644 index 0000000..ddf0bd2 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/trashslot-common.toml @@ -0,0 +1,11 @@ +#TrashSlot will show a hint the first time the trash slot is toggled off or can be enabled on a supported screen. Set to false to disable. +enableHints = true +#Not recommended, but this will allow you to use the keybinds for deleting items even if the trash slot itself is hidden. +allowDeletionWhileTrashSlotIsInvisible = false +#List of items that cannot be deleted, in comma-separated format of "modid:name". +deletionDenyList = [] +#This causes the deletion slot to delete items instantly, similar to Creative Mode. +instantDeletion = false +#Set to true if you want the delete keybindings to work in creative as well. Note: Items will be deleted permanently in creative, regardless of instantDeletion setting! +enableDeleteKeysInCreative = true + diff --git a/1.20.1-FearFactoryTest/minecraft/mods/ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar b/1.20.1-FearFactoryTest/minecraft/mods/ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar new file mode 100644 index 0000000..76484df --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2f3e6b962071da3c98292b3836bbfe5b03b8236a83043137a7e29b530ebd8e +size 230578 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/Minechosis v0.1.3 (Forge 1.20.1).jar b/1.20.1-FearFactoryTest/minecraft/mods/Minechosis v0.1.3 (Forge 1.20.1).jar deleted file mode 100644 index 0bb5856..0000000 --- a/1.20.1-FearFactoryTest/minecraft/mods/Minechosis v0.1.3 (Forge 1.20.1).jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fedb1c3bcf6896b88688e46eabff7ba30aab069f24b412058f42a2400fd0a98b -size 1883245 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/MobsOfSins-v0.2.jar b/1.20.1-FearFactoryTest/minecraft/mods/MobsOfSins-v0.2.jar new file mode 100644 index 0000000..bb420f1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/MobsOfSins-v0.2.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be113063d082733302b68425624bb6b387d40852c1e19fc7c27b1873ab23d4f4 +size 369143 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/MouseTweaks-forge-mc1.20.1-2.25.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/MouseTweaks-forge-mc1.20.1-2.25.1.jar new file mode 100644 index 0000000..d4d1f68 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/MouseTweaks-forge-mc1.20.1-2.25.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c27d16aa715ac6613a55fc463739e2c7b78279e4e4c4cede299e4a2d4a70f08 +size 76237 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/Nomadic-Tents-20.1.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/Nomadic-Tents-20.1.1.jar new file mode 100644 index 0000000..9b25978 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/Nomadic-Tents-20.1.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bf4b44756c5e8d8d4d9403f8da6150764e4872cae020be27af3fba98d35ae6 +size 632377 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/Rats-1.20.1-8.1.3.jar b/1.20.1-FearFactoryTest/minecraft/mods/Rats-1.20.1-8.1.3.jar new file mode 100644 index 0000000..e495d9b --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/Rats-1.20.1-8.1.3.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a73aa327f8d48a06208bb6f47f03799e061eac8714f09301df0ef5d34ca5f3c +size 8437611 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/alexscavesfallout-1.1-forge-1.20.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/alexscavesfallout-1.1-forge-1.20.1.jar new file mode 100644 index 0000000..1997fe1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/alexscavesfallout-1.1-forge-1.20.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba3427ea6eddd232a243a33b759ec6c7da586ca34487ec14ca80bcbd9de6783 +size 220279 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/alexsdelight-1.5.jar b/1.20.1-FearFactoryTest/minecraft/mods/alexsdelight-1.5.jar new file mode 100644 index 0000000..c9830fa --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/alexsdelight-1.5.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439da92c904959e805c2237ebda9e96db60870dd3b58b4b402547d494fa0057a +size 55398 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/alexsmobs-1.22.9.jar b/1.20.1-FearFactoryTest/minecraft/mods/alexsmobs-1.22.9.jar new file mode 100644 index 0000000..8cdc775 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/alexsmobs-1.22.9.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bc5bcc19db9029c24f951346ec71098e6f5b0afef96e61894a2e9407aad37c +size 26350793 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/balm-forge-1.20.1-7.3.29-all.jar b/1.20.1-FearFactoryTest/minecraft/mods/balm-forge-1.20.1-7.3.29-all.jar new file mode 100644 index 0000000..490e667 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/balm-forge-1.20.1-7.3.29-all.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849d7161d413f29bcfb4cbebbdb717b8634ef8be5f5e48cd622d4f72ce0203f1 +size 594963 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/cant_breathe-1.20.1-1.0.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/cant_breathe-1.20.1-1.0.1.jar deleted file mode 100644 index 21bd3c5..0000000 --- a/1.20.1-FearFactoryTest/minecraft/mods/cant_breathe-1.20.1-1.0.1.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cef94a0d1fc421f145470f27f988ae0c1c22a0c406761460c5fb04dbcaf62a65 -size 2448178 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/chat_heads-0.13.18-forge-1.20.jar b/1.20.1-FearFactoryTest/minecraft/mods/chat_heads-0.13.18-forge-1.20.jar new file mode 100644 index 0000000..9f74ad9 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/chat_heads-0.13.18-forge-1.20.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc62575751fada1277d582bc4c10a51f2c52eed8277b4307a926e193d100c384 +size 269811 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/fast-ip-ping-v1.0.5-mc1.20.4-forge.jar b/1.20.1-FearFactoryTest/minecraft/mods/fast-ip-ping-v1.0.5-mc1.20.4-forge.jar new file mode 100644 index 0000000..991f0ce --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/fast-ip-ping-v1.0.5-mc1.20.4-forge.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111cf5397bb8279d98cd98f897f767cfbcbd10bed54b929f1bfddeb00e8461e8 +size 10557 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/map_atlases-1.20-6.0.16.jar b/1.20.1-FearFactoryTest/minecraft/mods/map_atlases-1.20-6.0.16.jar new file mode 100644 index 0000000..3d0e8aa --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/map_atlases-1.20-6.0.16.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caccbe66455b99376c1c0192acaf6adc1d3bfaddf3b713b00aca9b5986745cb +size 737633 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/oceansdelight-1.0.2-1.20.jar b/1.20.1-FearFactoryTest/minecraft/mods/oceansdelight-1.0.2-1.20.jar new file mode 100644 index 0000000..7cc0e51 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/oceansdelight-1.0.2-1.20.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6ae6bd1459046b7d7fd2c515a80b6966ff2c629bdf22d6298f0a73432b932d +size 90353 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/suppsquared-1.20-1.1.21.jar b/1.20.1-FearFactoryTest/minecraft/mods/suppsquared-1.20-1.1.21.jar new file mode 100644 index 0000000..c78fafd --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/suppsquared-1.20-1.1.21.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c349fafc01bb32483cc73453bd3bfb5dc564fa7a5eb022776bc63b2623ea72 +size 919865 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/torchmaster-20.1.9.jar b/1.20.1-FearFactoryTest/minecraft/mods/torchmaster-20.1.9.jar new file mode 100644 index 0000000..d17f462 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/torchmaster-20.1.9.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8984a2dc11c29147d0677958e9146a18578068bc00fbfcb1cddbaa60557682 +size 119348 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/trashslot-forge-1.20-15.1.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/trashslot-forge-1.20-15.1.1.jar new file mode 100644 index 0000000..5b279dd --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/trashslot-forge-1.20-15.1.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d724b0a814a53b897fa985789b778dbb221f34bdc28c9079f0251b546c0cd7eb +size 117752 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/unsafe_world-1.0.0-forge-1.20.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/unsafe_world-1.0.0-forge-1.20.1.jar deleted file mode 100644 index 6cae23c..0000000 --- a/1.20.1-FearFactoryTest/minecraft/mods/unsafe_world-1.0.0-forge-1.20.1.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:963f98aed67ab80ec9ed216307688c4f9f3f7ff87c6aab306fc41e73b1333fbd -size 185356 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/void_worm-angel_tale-forge-1.20.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/void_worm-angel_tale-forge-1.20.1.jar new file mode 100644 index 0000000..6b1c03a --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/void_worm-angel_tale-forge-1.20.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811c5f06c2e640753a0eb17e5b1f352bfd0994c8cacaa997a5561221bf0c21e2 +size 6165905 diff --git a/1.20.1-FearFactoryTest/minecraft/options.txt b/1.20.1-FearFactoryTest/minecraft/options.txt index b860ebe..f4d74ff 100644 --- a/1.20.1-FearFactoryTest/minecraft/options.txt +++ b/1.20.1-FearFactoryTest/minecraft/options.txt @@ -30,7 +30,7 @@ glintSpeed:0.5 glintStrength:0.75 damageTiltStrength:1.0 highContrast:false -gamma:0.0 +gamma:0.5 renderDistance:10 simulationDistance:10 entityDistanceScaling:1.0 @@ -183,11 +183,11 @@ key_keybind.sophisticatedbackpacks.open_backpack:key.mouse.4 key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown key_keybind.sophisticatedbackpacks.sort:key.mouse.middle +key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown -key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown key_key.cataclysm.ability:key.keyboard.x key_key.cataclysm.helmet_ability:key.keyboard.c key_key.cataclysm.chestplate_ability:key.keyboard.y @@ -201,37 +201,37 @@ key_key.ftbultimine:key.keyboard.grave.accent key_key.ftbteams.open_gui:key.keyboard.unknown key_chunkloaders.keys.open_screen:key.keyboard.c key_key.biomancy.item_default:key.keyboard.v -key_key.jei.cheatItemStack2:key.mouse.middle -key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL -key_key.jei.nextRecipePage:key.keyboard.page.down -key_key.jei.nextCategory:key.keyboard.page.down:SHIFT -key_key.jei.cheatItemStack:key.mouse.left:SHIFT -key_key.jei.closeRecipeGui:key.keyboard.escape -key_key.jei.nextPage:key.keyboard.unknown -key_key.jei.toggleCheatMode:key.keyboard.unknown -key_key.jei.cheatOneItem:key.mouse.left -key_key.jei.cheatOneItem2:key.mouse.right -key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL -key_key.jei.copy.recipe.id:key.keyboard.unknown -key_key.jei.showRecipe2:key.mouse.left -key_key.jei.showUses:key.keyboard.u -key_key.jei.toggleEditMode:key.keyboard.unknown -key_key.jei.focusSearch:key.keyboard.f:CONTROL -key_key.jei.bookmark:key.keyboard.a -key_key.jei.showRecipe:key.keyboard.r -key_key.jei.previousSearch:key.keyboard.up -key_key.jei.toggleOverlay:key.keyboard.o:CONTROL -key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown -key_key.jei.previousRecipePage:key.keyboard.page.up -key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL -key_key.jei.recipeBack:key.keyboard.backspace -key_key.jei.showUses2:key.mouse.right -key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL key_key.jei.transferRecipeBookmark:key.mouse.left:SHIFT -key_key.jei.previousPage:key.keyboard.unknown +key_key.jei.cheatItemStack:key.mouse.left:SHIFT +key_key.jei.copy.recipe.id:key.keyboard.unknown +key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL +key_key.jei.nextPage:key.keyboard.unknown +key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL key_key.jei.nextSearch:key.keyboard.down +key_key.jei.bookmark:key.keyboard.a +key_key.jei.recipeBack:key.keyboard.backspace +key_key.jei.showRecipe2:key.mouse.left +key_key.jei.cheatOneItem2:key.mouse.right +key_key.jei.toggleOverlay:key.keyboard.o:CONTROL +key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL +key_key.jei.nextCategory:key.keyboard.page.down:SHIFT +key_key.jei.previousPage:key.keyboard.unknown key_key.jei.clearSearchBar:key.mouse.right +key_key.jei.previousRecipePage:key.keyboard.page.up +key_key.jei.cheatOneItem:key.mouse.left +key_key.jei.showUses2:key.mouse.right +key_key.jei.closeRecipeGui:key.keyboard.escape +key_key.jei.showUses:key.keyboard.u +key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL +key_key.jei.previousSearch:key.keyboard.up key_key.jei.previousCategory:key.keyboard.page.up:SHIFT +key_key.jei.cheatItemStack2:key.mouse.middle +key_key.jei.focusSearch:key.keyboard.f:CONTROL +key_key.jei.showRecipe:key.keyboard.r +key_key.jei.toggleEditMode:key.keyboard.unknown +key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown +key_key.jei.toggleCheatMode:key.keyboard.unknown +key_key.jei.nextRecipePage:key.keyboard.page.down key_key.ars_nouveau.open_book:key.keyboard.c key_key.ars_nouveau.selection_hud:key.keyboard.v key_key.ars_nouveau.next_slot:key.keyboard.x @@ -249,9 +249,19 @@ key_key.ars_nouveau.qc9:key.keyboard.unknown key_key.ars_nouveau.qc10:key.keyboard.unknown key_key.ars_nouveau.familiar_toggle:key.keyboard.unknown key_key.cbb.launcher:key.keyboard.f7 +key_key.trashslot.toggle:key.keyboard.t +key_key.trashslot.toggleLock:key.keyboard.unknown +key_key.trashslot.delete:key.keyboard.delete +key_key.trashslot.deleteAll:key.keyboard.delete:SHIFT key_key.butcher.villagernosepress:key.keyboard.c key_key.butcher.pillagernosepress:key.keyboard.c key_keyinfo.copycats.fill_copycat:key.keyboard.left.alt +key_key.map_atlases.open_minimap:key.keyboard.m +key_key.map_atlases.zoom_out_minimap:key.keyboard.keypad.subtract +key_key.map_atlases.zoom_in_minimap:key.keyboard.keypad.add +key_key.map_atlases.place_pin:key.keyboard.b +key_key.map_atlases.increase_slice:key.keyboard.unknown +key_key.map_atlases.decrease_slice:key.keyboard.unknown key_create.keyinfo.toolmenu:key.keyboard.left.alt key_create.keyinfo.toolbelt:key.keyboard.left.alt key_create.keyinfo.rotate_menu:key.keyboard.unknown @@ -297,8 +307,6 @@ key_quark.keybind.narrator_full_readout:key.keyboard.unknown key_quark.keybind.variant_selector:key.keyboard.r key_supplementaries.keybind.quiver:key.keyboard.v key_key.ars_elemental.open_pouch:key.keyboard.j -key_key.player_spirit.left_arrow:key.keyboard.left -key_key.player_spirit.right_arrow:key.keyboard.right key_key.entityculling.toggle:key.keyboard.unknown soundCategory_master:1.0 soundCategory_music:0.0 diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip deleted file mode 100644 index a0b246c..0000000 --- a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfad48537a3cbd7db219e29f07b24820c80322d5df656a9d087da5f8f9fc1df2 -size 1578052 diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.disabled b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.disabled new file mode 100644 index 0000000..d6f5896 Binary files /dev/null and b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.disabled differ diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt index 4e97e91..2d0dcd8 100644 --- a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt +++ b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt @@ -1,11 +1,10 @@ -#Mon May 12 04:10:57 CDT 2025 +#Tue May 13 11:21:17 CDT 2025 SKY_GROUND=true shadowDistance=160.0 COLORED_LIGHTS=true AURORA_SNOW=AURORA_ALWAYS TAAU=true PIXELATED_SHADOWS=true -TAAU_RENDER_SCALE=0.50 ENTITY_SHADOWS=false TAAU_RENDER_SCALE=0.50 INFO=0 @@ -22,4 +21,4 @@ CLOUDS_CUMULUS_AMBIENT_STEPS=1 SHADOW_PCF=false GRADE_SATURATION=0.90 VL_QUALITY=1 -GRADE_BRIGHTNESS=0.99 \ No newline at end of file +GRADE_BRIGHTNESS=0.99 diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Spooklementary_1.1.zip b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Spooklementary_1.1.zip new file mode 100644 index 0000000..049f8f6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Spooklementary_1.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24a6c5285a3dd6e5f037811b4a08bef0b2f830fe81d573b8631aa9a70716b87 +size 417282 diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Spooklementary_1.1.zip.txt b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Spooklementary_1.1.zip.txt new file mode 100644 index 0000000..bc9f8bf --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Spooklementary_1.1.zip.txt @@ -0,0 +1,37 @@ +#Tue May 13 21:00:23 CDT 2025 +LIGHT_END_I=1.50 +ATM_NOON_R=0.75 +ATM_FOG_DISTANCE=60 +ATM_MORNING_I=1.20 +MOON_PHASE_INF_LIGHT=true +LIGHT_RAIN_B=1.20 +ATM_MORNING_G=0.90 +ATM_MORNING_B=1.20 +MOON_PHASE_FULL=2.00 +LIGHT_RAIN_G=0.90 +LIGHT_RAIN_I=1.50 +LIGHT_NIGHT_I=1.50 +ATM_NOON_G=0.90 +ATM_NOON_I=1.20 +ATM_NOON_B=1.20 +ATM_RAIN_B=1.20 +LIGHT_RAIN_R=0.75 +ATM_MORNING_R=0.90 +LIGHT_COLOR_MULTS=true +LIGHT_NOON_R=0.75 +LIGHT_MORNING_R=0.90 +MOON_PHASE_DARK=1.00 +ATM_RAIN_R=0.75 +ATM_RAIN_G=0.90 +LIGHT_NETHER_I=1.50 +LIGHT_MORNING_I=1.50 +ATM_RAIN_I=1.20 +LIGHT_MORNING_G=0.90 +XLIGHT_R=2.00 +LIGHT_NOON_G=0.90 +MINIMUM_LIGHT_MODE=3 +LIGHT_NOON_I=1.50 +LIGHT_NOON_B=1.20 +MOON_PHASE_PARTIAL=1.50 +XLIGHT_G=2.00 +XLIGHT_B=2.00 diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/§r§lAstra§4§lLex§r§l_By_LexBoosT_§4§lV93.0§r§l.zip.txt b/1.20.1-FearFactoryTest/minecraft/shaderpacks/§r§lAstra§4§lLex§r§l_By_LexBoosT_§4§lV93.0§r§l.zip.txt new file mode 100644 index 0000000..8d3e7e9 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/shaderpacks/§r§lAstra§4§lLex§r§l_By_LexBoosT_§4§lV93.0§r§l.zip.txt @@ -0,0 +1,6 @@ +#Tue May 13 20:46:54 CDT 2025 +WEATHER_OPACITY=2.00 +SUN_RAYS_DISTANCE=0.7 +RAINDROP_ON_SCREEN=false +MOTION_BLUR=false +SUNSIZE=10000