Compare commits
2 Commits
a919c8717e
...
194f041eb8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
194f041eb8 | ||
|
|
7d62985dee |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -16,9 +16,11 @@ minecraft/vintagefix
|
||||
minecraft/crafttweaker.log
|
||||
minecraft/OpenComputersMod*
|
||||
minecraft/options.txt
|
||||
minecraft/optionsof.txt
|
||||
minecraft/optionsshaders.txt
|
||||
minecraft/servers.dat
|
||||
minecraft/usercache.json
|
||||
minecraft/usernamecache.json
|
||||
minecraft/mods/1.12.2
|
||||
minecraft/mods/memory_repo
|
||||
minecraft/mods/memory_repo
|
||||
minecraft/config/*
|
||||
@@ -1,2 +0,0 @@
|
||||
Any .cfg files in this directory will be loaded after the internal configuration, in alphabetic order
|
||||
Files in 'overrides' directory with matching names cab be used to override internal configuration
|
||||
@@ -1,47 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
"client configs" {
|
||||
# Wireless Terminal will show a warning when Infinty Energy drops below this point and infinite range is active [range: 10 ~ 1000000, default: 5000]
|
||||
I:InfinityEnergyWarningAmount=5000
|
||||
|
||||
# Will shift-clicking a bauble try to put said bauble in a bauble slot before trying to store in system [default: true]
|
||||
B:ShiftClickBaubles=true
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Should Infinity Booster Card Recipe be disabled? [default: false]
|
||||
B:DisableBoosterRecipe=false
|
||||
|
||||
# Should Dragons drop Infinity Booster Card? [default: true]
|
||||
B:DragonDropsBooster=true
|
||||
|
||||
# Enable Infinity Booster Card [default: true]
|
||||
B:EnableBooster=true
|
||||
|
||||
# If true, AE2 controller will chunk load itself [default: false]
|
||||
B:EnableControllerChunkLoading=false
|
||||
|
||||
# Percentage chance that booster card will drop upon killing an Enderman. (between 1 and 100) [range: 1 ~ 100, default: 5]
|
||||
I:EndermanBoosterDropChance=5
|
||||
|
||||
# Will Enderman randomly drop infinity booster cards on death? [default: true]
|
||||
B:EndermanDropBoosters=true
|
||||
|
||||
# Amount of Infinity Energy Consumed every 10 ticks when not in range of a WAP [range: 5 ~ 100, default: 15]
|
||||
I:InfinityEnergyDrainAmount=15
|
||||
|
||||
# Amount of Infinity Energy 1 Infinity Booster Card will convert to [range: 5 ~ 1000, default: 100]
|
||||
I:InfinityEnergyPerBooster=100
|
||||
|
||||
# If true, then simply inserting 1 Infinity Booster Card into the slot, will give limitless infinite range. [default: false]
|
||||
B:UseOldInfinityMechanic=false
|
||||
|
||||
# Percentage chance that booster card will drop upon killing a wither. (between 1 and 100) [range: 1 ~ 100, default: 30]
|
||||
I:WitherBoosterDropChance=30
|
||||
|
||||
# Should Withers drop Infinity Booster Card? [default: true]
|
||||
B:WitherDropsBooster=true
|
||||
}
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Activate the Debug Mode from Additional Structures
|
||||
B:activateDebugMode=false
|
||||
|
||||
# Activate structure generation in the End
|
||||
B:activateEndGeneration=true
|
||||
|
||||
# Activate structure generation in the Nether
|
||||
B:activateNetherGeneration=true
|
||||
|
||||
# Activate structure generation in the Overworld
|
||||
B:activateOverworldGeneration=true
|
||||
|
||||
# Activate the ingame Update Checker from Additional Structures
|
||||
B:activateUpdateChecker=true
|
||||
|
||||
# Adds extra dimensions from other mods to the AS generator (No support for this dimensions!) [Don't add -1 or 1] [0 = vanilla overworld]
|
||||
I:additionalDimensions <
|
||||
0
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
@@ -1,243 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
structures {
|
||||
# This value multiplies the spawnchance! E.g. spawnchance is 1000 and the config says 0.3 ==> 1000 x 0.3 = 300 '300' is now the new spawnchance.
|
||||
# Min: 0.10000000149011612
|
||||
# Max: 10.0
|
||||
D:generationModifier=1.0
|
||||
|
||||
# This are the chances of the structure types (higher value = rarer structure, 0 to disable)
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceBiggerCacti=1000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceBoats=6000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceBones=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceBushes=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceCamps=1500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceDeadTrees=1000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceDesertPillars=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceEndBuildings=3500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceEndCrystals=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceEndTowers=2500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceEndTrees=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceFallenTrees=1500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceFarm=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceFlotsam=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceFossils=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceGrave=4000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceIllagerHouses=6000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceLavaFountain=4000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceLogBundle=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceLogs=1000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceMayaTemple=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceMeteor=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceMineEntry=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceMushrooms=8000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceNetherBuildings=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceNetherPillars=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceNetherPortals=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceOasis=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceObsidianPillars=1000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceObsidianSpikes=500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceOthers=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchancePalms=1000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchancePyramideDungeon=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchancePyramides=4000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceRocks=1000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceRuins=4000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceScarecrow=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceShulkerClusters=2500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSilverfishCluster=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSkulls=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSnowPiles=1000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSnowmen=1500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSpawnAltars=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSpecials=30000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSphinx=4000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceSpiderNests=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceStonePillars=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceTemple=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceTombs=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceTotems=1500
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceTowers=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceTraps=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceUndergroundBases=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceUndergroundDungeons=3000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceVillagerHouses=5000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceWallRuins=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceWell=2000
|
||||
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:spawnchanceWheatBalls=3000
|
||||
}
|
||||
|
||||
|
||||
@@ -1,456 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
automation {
|
||||
I:formationPlaneEntityLimit=128
|
||||
}
|
||||
|
||||
|
||||
battery {
|
||||
I:chargedStaff=8000
|
||||
I:colorApplicator=20000
|
||||
I:entropyManipulator=200000
|
||||
I:matterCannon=200000
|
||||
I:portableCell=20000
|
||||
I:wirelessTerminal=1600000
|
||||
}
|
||||
|
||||
|
||||
client {
|
||||
# Possible Values: AE, EU, RF
|
||||
S:PowerUnit=AE
|
||||
|
||||
# Possible Values: AUTOSEARCH, AUTOSEARCH_KEEP, MANUAL_SEARCH, MANUAL_SEARCH_KEEP, JEI_AUTOSEARCH, JEI_AUTOSEARCH_KEEP, JEI_MANUAL_SEARCH, JEI_MANUAL_SEARCH_KEEP
|
||||
S:SEARCH_MODE=AUTOSEARCH
|
||||
|
||||
# Possible Values: YES, NO, UNDECIDED
|
||||
S:SEARCH_TOOLTIPS=YES
|
||||
|
||||
# Possible Values: TALL, FULL, SMALL
|
||||
S:TERMINAL_STYLE=TALL
|
||||
|
||||
# Controls buttons on Crafting Screen : Capped at 9
|
||||
I:craftAmtButton1=1
|
||||
|
||||
# Controls buttons on Crafting Screen : Capped at 99
|
||||
I:craftAmtButton2=10
|
||||
|
||||
# Controls buttons on Crafting Screen : Capped at 999
|
||||
I:craftAmtButton3=100
|
||||
|
||||
# Controls buttons on Crafting Screen : Capped at 9999
|
||||
I:craftAmtButton4=1000
|
||||
B:disableColoredCableRecipesInJEI=true
|
||||
B:enableEffects=true
|
||||
|
||||
# Controls buttons on Level Emitter Screen : Capped at 9
|
||||
I:levelAmtButton1=1
|
||||
|
||||
# Controls buttons on Level Emitter Screen : Capped at 99
|
||||
I:levelAmtButton2=10
|
||||
|
||||
# Controls buttons on Level Emitter Screen : Capped at 999
|
||||
I:levelAmtButton3=100
|
||||
|
||||
# Controls buttons on Level Emitter Screen : Capped at 9999
|
||||
I:levelAmtButton4=1000
|
||||
|
||||
# Controls buttons on Priority Screen : Capped at 9
|
||||
I:priorityAmtButton1=1
|
||||
|
||||
# Controls buttons on Priority Screen : Capped at 99
|
||||
I:priorityAmtButton2=10
|
||||
|
||||
# Controls buttons on Priority Screen : Capped at 999
|
||||
I:priorityAmtButton3=100
|
||||
|
||||
# Controls buttons on Priority Screen : Capped at 9999
|
||||
I:priorityAmtButton4=1000
|
||||
B:useColoredCraftingStatus=true
|
||||
B:useTerminalUseLargeFont=false
|
||||
}
|
||||
|
||||
|
||||
condenser {
|
||||
I:MatterBalls=256
|
||||
I:Singularity=256000
|
||||
}
|
||||
|
||||
|
||||
craftingcpu {
|
||||
I:craftingCalculationTimePerTick=5
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# features
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Warning: Disabling a feature may disable other features depending on it.
|
||||
##########################################################################################################
|
||||
|
||||
features {
|
||||
|
||||
world {
|
||||
B:CertusOre=true
|
||||
B:CertusQuartzWorldGen=true
|
||||
B:ChargedCertusOre=true
|
||||
B:ChestLoot=true
|
||||
|
||||
# Blocks that are not used in any essential recipes, also slabs and stairs.
|
||||
B:DecorativeBlocks=true
|
||||
B:DecorativeLights=true
|
||||
B:Flour=true
|
||||
B:MeteoriteWorldGen=true
|
||||
B:SkyStoneChests=true
|
||||
B:SpawnPressesInMeteorites=true
|
||||
B:TinyTNT=true
|
||||
B:VillagerTrading=true
|
||||
}
|
||||
|
||||
machines {
|
||||
B:Charger=true
|
||||
B:CrystalGrowthAccelerator=true
|
||||
B:GrindStone=true
|
||||
B:Inscriber=true
|
||||
B:VibrationChamber=true
|
||||
}
|
||||
|
||||
toolsclassifications {
|
||||
B:CertusQuartzTools=true
|
||||
B:NetherQuartzTools=true
|
||||
B:PoweredTools=true
|
||||
}
|
||||
|
||||
tools {
|
||||
B:ChargedStaff=true
|
||||
B:ColorApplicator=true
|
||||
B:EntropyManipulator=true
|
||||
B:MatterCannon=true
|
||||
B:MeteoriteCompass=true
|
||||
B:PaintBalls=true
|
||||
B:QuartzAxe=true
|
||||
B:QuartzHoe=true
|
||||
B:QuartzKnife=true
|
||||
B:QuartzPickaxe=true
|
||||
B:QuartzSpade=true
|
||||
B:QuartzSword=true
|
||||
B:QuartzWrench=true
|
||||
B:WirelessAccessTerminal=true
|
||||
}
|
||||
|
||||
networkfeatures {
|
||||
B:Channels=true
|
||||
B:QuantumNetworkBridge=true
|
||||
B:Security=true
|
||||
B:SpatialIO=true
|
||||
}
|
||||
|
||||
networkbuses {
|
||||
B:AnnihilationPlane=true
|
||||
B:CableAnchor=true
|
||||
B:CraftingTerminal=true
|
||||
B:ExportBus=true
|
||||
B:FluidAnnihilationPlane=true
|
||||
B:FluidExportBus=true
|
||||
B:FluidFormationPlane=true
|
||||
B:FluidImportBus=true
|
||||
B:FluidInterface=true
|
||||
B:FluidLevelEmitter=true
|
||||
B:FluidStorageBus=true
|
||||
B:FluidTerminal=true
|
||||
B:FormationPlane=true
|
||||
B:IdentityAnnihilationPlane=true
|
||||
B:ImportBus=true
|
||||
B:Interface=true
|
||||
B:LevelEmitter=true
|
||||
B:P2PTunnel=true
|
||||
B:Panels=true
|
||||
B:PartConversionMonitor=true
|
||||
B:QuartzFiber=true
|
||||
B:StorageBus=true
|
||||
B:StorageMonitor=true
|
||||
B:Terminal=true
|
||||
B:ToggleBus=true
|
||||
}
|
||||
|
||||
portablecell {
|
||||
B:PortableCell=true
|
||||
}
|
||||
|
||||
storage {
|
||||
B:Condenser=true
|
||||
B:IOPort=true
|
||||
B:MEChest=true
|
||||
B:MEDrive=true
|
||||
B:StorageCells=true
|
||||
}
|
||||
|
||||
networktool {
|
||||
B:MemoryCard=true
|
||||
B:NetworkTool=true
|
||||
}
|
||||
|
||||
cables {
|
||||
B:CoveredCables=true
|
||||
B:DenseCables=true
|
||||
B:GlassCables=true
|
||||
B:SmartCables=true
|
||||
}
|
||||
|
||||
energy {
|
||||
B:DenseEnergyCells=true
|
||||
B:EnergyAcceptor=true
|
||||
B:EnergyCells=true
|
||||
}
|
||||
|
||||
p2ptunnels {
|
||||
B:P2PTunnelEU=true
|
||||
B:P2PTunnelFE=true
|
||||
B:P2PTunnelFluids=true
|
||||
B:P2PTunnelItems=true
|
||||
B:P2PTunnelLight=true
|
||||
B:P2PTunnelME=true
|
||||
B:P2PTunnelOpenComputers=true
|
||||
B:P2PTunnelPressure=true
|
||||
B:P2PTunnelRedstone=true
|
||||
}
|
||||
|
||||
blockfeatures {
|
||||
B:MassCannonBlockDamage=true
|
||||
B:TinyTNTBlockDamage=true
|
||||
}
|
||||
|
||||
facades {
|
||||
B:Facades=true
|
||||
}
|
||||
|
||||
misc {
|
||||
B:Achievements=true
|
||||
B:CraftingLog=false
|
||||
B:Creative=true
|
||||
B:DebugLogging=false
|
||||
B:GrinderLogging=false
|
||||
B:IntegrationLogging=false
|
||||
B:LightDetector=true
|
||||
B:LogSecurityAudits=false
|
||||
B:Logging=true
|
||||
B:PacketLogging=false
|
||||
B:UnsupportedDeveloperTools=false
|
||||
B:UpdateLogging=false
|
||||
B:WebsiteRecipes=false
|
||||
}
|
||||
|
||||
crafting {
|
||||
B:EnableDisassemblyCrafting=true
|
||||
B:EnableFacadeCrafting=true
|
||||
B:InWorldFluix=true
|
||||
B:InWorldPurification=true
|
||||
B:InWorldSingularity=true
|
||||
B:InterfaceTerminal=true
|
||||
}
|
||||
|
||||
rendering {
|
||||
B:AlphaPass=true
|
||||
}
|
||||
|
||||
craftingfeatures {
|
||||
B:CraftingCPU=true
|
||||
|
||||
# Use CraftingManager to find an alternative recipe, after a pattern rejected an ingredient. Should be enabled to avoid issues, but can have a minor performance impact.
|
||||
B:CraftingManagerFallback=true
|
||||
B:MolecularAssembler=true
|
||||
B:Patterns=true
|
||||
}
|
||||
|
||||
upgrades {
|
||||
B:AdvancedCards=true
|
||||
B:BasicCards=true
|
||||
B:ViewCell=true
|
||||
}
|
||||
|
||||
materials {
|
||||
B:Certus=true
|
||||
B:CrystalSeeds=true
|
||||
B:Dusts=true
|
||||
B:Fluix=true
|
||||
B:Nuggets=true
|
||||
B:PureCrystals=true
|
||||
B:QuartzGlass=true
|
||||
B:Silicon=true
|
||||
B:SkyStone=true
|
||||
}
|
||||
|
||||
craftingcomponents {
|
||||
B:Cores=true
|
||||
B:MatterBall=true
|
||||
B:Presses=true
|
||||
B:PrintedCircuits=true
|
||||
B:Processors=true
|
||||
}
|
||||
|
||||
commands {
|
||||
B:ChunkLoggerTrace=false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Will auto-remove items that crash when being loaded from storage. This will destroy those items instead of crashing the game!
|
||||
B:removeCrashingItemsOnLoad=false
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# grindstone
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Creates recipe of the following pattern automatically: '1 oreTYPE => 2 dustTYPE' and '(1 ingotTYPE or 1 crystalTYPE or 1 gemTYPE) => 1 dustTYPE'
|
||||
##########################################################################################################
|
||||
|
||||
grindstone {
|
||||
# Blacklists the exact oredict name from being handled by any recipe.
|
||||
S:blacklist <
|
||||
>
|
||||
|
||||
# The list of types to handle. Specify without a prefix like ore or dust.
|
||||
S:grinderOres <
|
||||
Obsidian
|
||||
Ender
|
||||
EnderPearl
|
||||
Coal
|
||||
Iron
|
||||
Gold
|
||||
Charcoal
|
||||
NetherQuartz
|
||||
CertusQuartz
|
||||
Wheat
|
||||
Fluix
|
||||
Copper
|
||||
Tin
|
||||
Silver
|
||||
Lead
|
||||
Bronze
|
||||
Brass
|
||||
Platinum
|
||||
Nickel
|
||||
Invar
|
||||
Aluminium
|
||||
Electrum
|
||||
Osmium
|
||||
Zinc
|
||||
>
|
||||
|
||||
# Chance to actually get an output with stacksize > 1.
|
||||
D:oreDoublePercentage=90.0
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# modintegration
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Valid Values are 'AUTO', 'ON', or 'OFF' - defaults to 'AUTO' ; Suggested that you leave this alone unless your experiencing an issue, or wish to disable the integration for a reason.
|
||||
##########################################################################################################
|
||||
|
||||
modintegration {
|
||||
S:CraftTweaker=AUTO
|
||||
S:IndustrialCraft2=AUTO
|
||||
S:InventoryTweaks=AUTO
|
||||
S:JustEnoughItems=AUTO
|
||||
S:Mekanism=AUTO
|
||||
S:MineFactoryReloaded=AUTO
|
||||
S:OpenComputers=AUTO
|
||||
S:Railcraft=AUTO
|
||||
S:Tesla=AUTO
|
||||
S:TheOneProbe=AUTO
|
||||
S:Waila=AUTO
|
||||
}
|
||||
|
||||
|
||||
powerratios {
|
||||
D:ForgeEnergy=0.5
|
||||
D:IC2=2.0
|
||||
D:UsageMultiplier=1.0
|
||||
}
|
||||
|
||||
|
||||
spatialio {
|
||||
D:spatialPowerExponent=1.35
|
||||
D:spatialPowerMultiplier=1250.0
|
||||
I:storageDimensionID=2
|
||||
I:storageProviderID=-11
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# tickrates
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.
|
||||
##########################################################################################################
|
||||
|
||||
tickrates {
|
||||
I:AnnihilationPlane.max=120
|
||||
I:AnnihilationPlane.min=2
|
||||
I:Charger.max=120
|
||||
I:Charger.min=10
|
||||
I:ExportBus.max=60
|
||||
I:ExportBus.min=5
|
||||
I:FluidExportBus.max=60
|
||||
I:FluidExportBus.min=5
|
||||
I:FluidImportBus.max=40
|
||||
I:FluidImportBus.min=5
|
||||
I:FluidStorageBus.max=60
|
||||
I:FluidStorageBus.min=5
|
||||
I:IOPort.max=5
|
||||
I:IOPort.min=1
|
||||
I:ImportBus.max=40
|
||||
I:ImportBus.min=5
|
||||
I:Inscriber.max=1
|
||||
I:Inscriber.min=1
|
||||
I:Interface.max=120
|
||||
I:Interface.min=5
|
||||
I:ItemTunnel.max=60
|
||||
I:ItemTunnel.min=5
|
||||
I:LightTunnel.max=60
|
||||
I:LightTunnel.min=5
|
||||
I:METunnel.max=20
|
||||
I:METunnel.min=5
|
||||
I:OpenComputersTunnel.max=5
|
||||
I:OpenComputersTunnel.min=1
|
||||
I:PressureTunnel.max=120
|
||||
I:PressureTunnel.min=1
|
||||
I:StorageBus.max=60
|
||||
I:StorageBus.min=5
|
||||
I:VibrationChamber.max=40
|
||||
I:VibrationChamber.min=10
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# wireless
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Range= wirelessBaseRange + wirelessBoosterRangeMultiplier * Math.pow( boosters, wirelessBoosterExp )
|
||||
# PowerDrain= wirelessBaseCost + wirelessCostMultiplier * Math.pow( boosters, 1 + boosters / wirelessHighWirelessCount )
|
||||
##########################################################################################################
|
||||
|
||||
wireless {
|
||||
D:wirelessBaseCost=8.0
|
||||
D:wirelessBaseRange=16.0
|
||||
D:wirelessBoosterExp=1.5
|
||||
D:wirelessBoosterRangeMultiplier=1.0
|
||||
D:wirelessCostMultiplier=1.0
|
||||
D:wirelessTerminalDrainMultiplier=1.0
|
||||
}
|
||||
|
||||
|
||||
worldgen {
|
||||
D:meteoriteClusterChance=0.1
|
||||
I:meteoriteDimensionWhitelist <
|
||||
0
|
||||
>
|
||||
I:meteoriteMaximumSpawnHeight=180
|
||||
I:minMeteoriteDistance=707
|
||||
I:quartzOresClusterAmount=15
|
||||
I:quartzOresPerCluster=4
|
||||
D:spawnChargedChance=0.07999998331069946
|
||||
}
|
||||
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
cache {
|
||||
S:digest=a12c4727f3c53d2eb5f4f3b34ccd1864
|
||||
|
||||
# Caching can save processing time, if there are a lot of items. [default: true]
|
||||
B:enableCache=true
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Will output more detailed information into the CSV like corresponding items [default: false]
|
||||
B:enableAdditionalInfo=false
|
||||
|
||||
# If true, the CSV exporting will always happen. This will not use the cache to reduce the computation. [default: false]
|
||||
B:enableForceRefresh=false
|
||||
|
||||
# If true, all registered items will be exported containing the internal minecraft name and the localized name to actually find the item you are using. This also contains the item representation of the blocks, but are missing items, which are too much to display e.g. FMP. [default: true]
|
||||
B:exportItemNames=true
|
||||
}
|
||||
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 1
|
||||
|
||||
##########################################################################################################
|
||||
# common
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Settings applied to all facades.
|
||||
#
|
||||
# By default full blocks with no tile entity and a model do not need whitelisting.
|
||||
# This will only be read once during client startup.
|
||||
##########################################################################################################
|
||||
|
||||
common {
|
||||
# Unsupported: Allows whitelisting TileEntity as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.
|
||||
B:allowTileEntityFacades=false
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# facades
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# A way to explicitly handle certain blocks as facades.
|
||||
#
|
||||
# Blocks can be added by their resource location under the following rules.
|
||||
# - One category per domain like minecraft or appliedenergistics2
|
||||
# - One key per id. E.g. glass in case of minecraft:glass
|
||||
# - An integer value ranging from 0 to 16 representing the metadata 0-15 and 16 as wildcard for all - Multiple entries for the same id but different metadata are possible when needed
|
||||
##########################################################################################################
|
||||
|
||||
facades {
|
||||
|
||||
minecraft {
|
||||
I:glass=16
|
||||
I:stained_glass=16
|
||||
}
|
||||
|
||||
appliedenergistics2 {
|
||||
I:quartz_glass=16
|
||||
I:quartz_vibrant_glass=16
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
cache {
|
||||
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
|
||||
I:interval=24
|
||||
S:lastCheck=1762606916920
|
||||
}
|
||||
|
||||
|
||||
channel {
|
||||
# Determines the channel level which should be checked for updates. Can be either Stable, Beta or Alpha. [default: Beta]
|
||||
S:level=Beta
|
||||
}
|
||||
|
||||
|
||||
client {
|
||||
# If true, the player is getting a notification including changelog. Only happens if notification are enabled. [default: true]
|
||||
B:changelog=true
|
||||
|
||||
# If true, the player is getting a notification, that a new version is available. [default: true]
|
||||
B:notify=true
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# If true, the version checker is enabled. Acts as a master switch. [default: true]
|
||||
B:enabled=true
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,18 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
"output files" {
|
||||
# If true, BiomeTweaker will not generate any output files. [default: false]
|
||||
B:"Disable Output Files"=false
|
||||
|
||||
# If true, BiomeTweaker will generate separate files for each item when creating the status report. [default: true]
|
||||
B:"Output Seperate Files"=true
|
||||
}
|
||||
|
||||
|
||||
scripting {
|
||||
# A list of script files to include that are not in the scripts folder. An example script file is created along with this configuration file. [default: ]
|
||||
S:"Script Files" <
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
@@ -1,134 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 43,
|
||||
"Name": "Alps",
|
||||
"Resource Location": "biomesoplenty:alps",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenAlps",
|
||||
"Root Height": 7.8235292,
|
||||
"Height Variation": 0.23125,
|
||||
"Top Block": "minecraft:snow",
|
||||
"Filler Block": "minecraft:snow",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": -0.25,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"MOUNTAIN",
|
||||
"COLD",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "emeralds"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"TUNDRA": 3,
|
||||
"ICE_CAP": 5
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"ICE_CAP": [
|
||||
5
|
||||
],
|
||||
"TUNDRA": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,143 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 95,
|
||||
"Name": "AlpsFoothills",
|
||||
"Resource Location": "biomesoplenty:alps_foothills",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenAlps",
|
||||
"Root Height": 3.235294,
|
||||
"Height Variation": 1.45625,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dovergrown_stone]",
|
||||
"Filler Block": "minecraft:stone[variant\u003dstone]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": -0.25,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"MOUNTAIN",
|
||||
"COLD",
|
||||
"SPARSE",
|
||||
"FOREST",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityLlama",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "hot_springs"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "emeralds"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,174 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 44,
|
||||
"Name": "Bamboo Forest",
|
||||
"Resource Location": "biomesoplenty:bamboo_forest",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenBambooForest",
|
||||
"Root Height": 0.1764706,
|
||||
"Height Variation": 0.043750003,
|
||||
"Top Block": "minecraft:dirt[snowy\u003dfalse,variant\u003dpodzol]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.9,
|
||||
"Humidity": 0.85,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"FOREST",
|
||||
"JUNGLE",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityOcelot",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "ferns"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "river_cane"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "topaz"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"TROPICAL": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"TROPICAL": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,243 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 45,
|
||||
"Name": "Bayou",
|
||||
"Resource Location": "biomesoplenty:bayou",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenBayou",
|
||||
"Root Height": -0.1764706,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16767282",
|
||||
"Temperature": 0.95,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 16767282,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"WET",
|
||||
"SWAMP",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "medium_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "small_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flower_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "cattail"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "koru"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "sugar_cane"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "double_cattail"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
},
|
||||
{
|
||||
"ID": "splatter",
|
||||
"Name": "mud_splatter"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "mud"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flat_mushroom"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"HOT_SWAMP": 10
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"HOT_SWAMP": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,119 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 16,
|
||||
"Name": "Beach",
|
||||
"Resource Location": "minecraft:beaches",
|
||||
"Class": "net.minecraft.world.biome.BiomeBeach",
|
||||
"Root Height": 0.0,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.8,
|
||||
"Humidity": 0.4,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"BEACH"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "sea_oats"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,193 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 27,
|
||||
"Name": "Birch Forest",
|
||||
"Resource Location": "minecraft:birch_forest",
|
||||
"Class": "net.minecraft.world.biome.BiomeForest",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.6,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"FOREST"
|
||||
],
|
||||
"BiomeManager Entries": {
|
||||
"WARM Weights": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "clover_patches"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"COOL_TEMPERATE": [
|
||||
10
|
||||
],
|
||||
"WARM_TEMPERATE": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,183 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 28,
|
||||
"Name": "Birch Forest Hills",
|
||||
"Resource Location": "minecraft:birch_forest_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeForest",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.6,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"FOREST",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "clover_patches"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,149 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 156,
|
||||
"Name": "Birch Forest Hills M",
|
||||
"Resource Location": "minecraft:mutated_birch_forest_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeForestMutated",
|
||||
"Root Height": 0.55,
|
||||
"Height Variation": 0.5,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.6,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"MOUNTAIN",
|
||||
"FOREST",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,143 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 155,
|
||||
"Name": "Birch Forest M",
|
||||
"Resource Location": "minecraft:mutated_birch_forest",
|
||||
"Class": "net.minecraft.world.biome.BiomeForestMutated",
|
||||
"Root Height": 0.2,
|
||||
"Height Variation": 0.4,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.6,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"FOREST",
|
||||
"DENSE",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,224 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 46,
|
||||
"Name": "Bog",
|
||||
"Resource Location": "biomesoplenty:bog",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenBog",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.012500001,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "12386198",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 12386198,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"COLD",
|
||||
"FOREST",
|
||||
"SWAMP"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"BIG_SHROOM Generators": [
|
||||
{
|
||||
"ID": "big_mushrooms",
|
||||
"Name": "big_brown_mushroom"
|
||||
}
|
||||
],
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "cattail"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "koru"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "double_cattail"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "poison_lakes"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "mud"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flat_mushroom"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COLD_SWAMP": 7
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COLD_SWAMP": [
|
||||
7
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,208 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 47,
|
||||
"Name": "Boreal Forest",
|
||||
"Resource Location": "biomesoplenty:boreal_forest",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenBorealForest",
|
||||
"Root Height": 0.29411766,
|
||||
"Height Variation": 0.41875,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.3,
|
||||
"Humidity": 0.6,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"COLD",
|
||||
"CONIFEROUS",
|
||||
"FOREST",
|
||||
"DENSE",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"BOREAL": 5
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"BOREAL": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,187 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 48,
|
||||
"Name": "Brushland",
|
||||
"Resource Location": "biomesoplenty:brushland",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenBrushland",
|
||||
"Root Height": 0.05882353,
|
||||
"Height Variation": 0.05625,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dsandy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dsandy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 1.5,
|
||||
"Humidity": 0.1,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"SAVANNA",
|
||||
"SPARSE",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "thorns"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "quicksand"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "sand"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"SAVANNA": 10
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"SAVANNA": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,219 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 49,
|
||||
"Name": "Chaparral",
|
||||
"Resource Location": "biomesoplenty:chaparral",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenChaparral",
|
||||
"Root Height": 0.88235295,
|
||||
"Height Variation": 0.23125,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.8,
|
||||
"Humidity": 0.4,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"DRY",
|
||||
"PLAINS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityHorse",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 6
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityDonkey",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "berry_bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "splotches",
|
||||
"Name": "stone_patches"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "peridot"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "sand"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"MEDITERANEAN": 10
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"MEDITERANEAN": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,210 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 50,
|
||||
"Name": "Cherry Blossom Grove",
|
||||
"Resource Location": "biomesoplenty:cherry_blossom_grove",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenCherryBlossomGrove",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.1375,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dsilty]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dsilty]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.55,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WET",
|
||||
"MAGICAL",
|
||||
"FOREST",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "medium_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "small_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flower_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "clover_patches"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "topaz"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COOL_TEMPERATE": 2
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COOL_TEMPERATE": [
|
||||
2
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,123 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 26,
|
||||
"Name": "Cold Beach",
|
||||
"Resource Location": "minecraft:cold_beach",
|
||||
"Class": "net.minecraft.world.biome.BiomeBeach",
|
||||
"Root Height": 0.0,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.05,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"BEACH"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,150 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 51,
|
||||
"Name": "Cold Desert",
|
||||
"Resource Location": "biomesoplenty:cold_desert",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenColdDesert",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.043750003,
|
||||
"Top Block": "minecraft:gravel",
|
||||
"Filler Block": "minecraft:stone[variant\u003dstone]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.2,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPolarBear",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "splatter",
|
||||
"Name": "hard_ice_splatter"
|
||||
},
|
||||
{
|
||||
"ID": "splotches",
|
||||
"Name": "stone_patches"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "blobs",
|
||||
"Name": "boulders"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"ICE_CAP": 10
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"ICE_CAP": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,185 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 30,
|
||||
"Name": "Cold Taiga",
|
||||
"Resource Location": "minecraft:taiga_cold",
|
||||
"Class": "net.minecraft.world.biome.BiomeTaiga",
|
||||
"Root Height": 0.2,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": -0.5,
|
||||
"Humidity": 0.4,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"CONIFEROUS",
|
||||
"FOREST"
|
||||
],
|
||||
"BiomeManager Entries": {
|
||||
"ICY Weights": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"TUNDRA": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,178 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 31,
|
||||
"Name": "Cold Taiga Hills",
|
||||
"Resource Location": "minecraft:taiga_cold_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeTaiga",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": -0.5,
|
||||
"Humidity": 0.4,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"CONIFEROUS",
|
||||
"FOREST",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,169 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 158,
|
||||
"Name": "Cold Taiga M",
|
||||
"Resource Location": "minecraft:mutated_taiga_cold",
|
||||
"Class": "net.minecraft.world.biome.BiomeTaiga",
|
||||
"Root Height": 0.3,
|
||||
"Height Variation": 0.4,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": -0.5,
|
||||
"Humidity": 0.4,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"RARE",
|
||||
"COLD",
|
||||
"MOUNTAIN",
|
||||
"CONIFEROUS",
|
||||
"FOREST"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,233 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 52,
|
||||
"Name": "Coniferous Forest",
|
||||
"Resource Location": "biomesoplenty:coniferous_forest",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenConiferousForest",
|
||||
"Root Height": 0.1764706,
|
||||
"Height Variation": 0.23125,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.45,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"COLD",
|
||||
"CONIFEROUS",
|
||||
"FOREST",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flat_mushroom"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"BOREAL": 10
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"BOREAL": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,169 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 102,
|
||||
"Name": "Coral Reef",
|
||||
"Resource Location": "biomesoplenty:coral_reef",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenCoralReef",
|
||||
"Root Height": -1.1764706,
|
||||
"Height Variation": 0.043750003,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"OCEAN",
|
||||
"WATER"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_coral"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowing_coral"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "pink_coral"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "orange_coral"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "sapphire"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,93 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 108,
|
||||
"Name": "Corrupted Sands",
|
||||
"Resource Location": "biomesoplenty:corrupted_sands",
|
||||
"Class": "biomesoplenty.common.biome.nether.BiomeCorruptedSands",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:soul_sand",
|
||||
"Filler Block": "minecraft:soul_sand",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"NETHER",
|
||||
"DRY",
|
||||
"SANDY",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityGhast",
|
||||
"Weight": 50,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPigZombie",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityMagmaCube",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [],
|
||||
"Spawnable Cave Creatures": [],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"PRE Generators": [
|
||||
{
|
||||
"ID": "hive",
|
||||
"Name": "hive"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "thorns"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_grass"
|
||||
},
|
||||
{
|
||||
"ID": "bramble",
|
||||
"Name": "bramble"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"HELL": 5
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"HELL": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,150 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 53,
|
||||
"Name": "Crag",
|
||||
"Resource Location": "biomesoplenty:crag",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenCrag",
|
||||
"Root Height": 2.0588236,
|
||||
"Height Variation": 3.1062498,
|
||||
"Top Block": "minecraft:gravel",
|
||||
"Filler Block": "minecraft:stone[variant\u003dstone]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MOUNTAIN",
|
||||
"COLD",
|
||||
"MAGICAL",
|
||||
"WASTELAND",
|
||||
"DRY",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "emeralds"
|
||||
},
|
||||
{
|
||||
"ID": "splotches",
|
||||
"Name": "overgrown_stone_patches"
|
||||
},
|
||||
{
|
||||
"ID": "splatter",
|
||||
"Name": "cobblestone_splatter"
|
||||
},
|
||||
{
|
||||
"ID": "splatter",
|
||||
"Name": "stone_splatter"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COLD_SWAMP": 2
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COLD_SWAMP": [
|
||||
2
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,188 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 54,
|
||||
"Name": "Dead Forest",
|
||||
"Resource Location": "biomesoplenty:dead_forest",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenDeadForest",
|
||||
"Root Height": 0.1764706,
|
||||
"Height Variation": 0.2125,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.3,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"COLD",
|
||||
"SPARSE",
|
||||
"FOREST",
|
||||
"DEAD",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "thorns"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"BOREAL": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"BOREAL": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,172 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 55,
|
||||
"Name": "Dead Swamp",
|
||||
"Resource Location": "biomesoplenty:dead_swamp",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenDeadSwamp",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "10661201",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 10661201,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"COLD",
|
||||
"SPARSE",
|
||||
"DEAD",
|
||||
"SWAMP",
|
||||
"SPOOKY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "koru"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "river_cane"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "mud"
|
||||
},
|
||||
{
|
||||
"ID": "splotches",
|
||||
"Name": "mud_patches"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COLD_SWAMP": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COLD_SWAMP": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,116 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 24,
|
||||
"Name": "Deep Ocean",
|
||||
"Resource Location": "minecraft:deep_ocean",
|
||||
"Class": "net.minecraft.world.biome.BiomeOcean",
|
||||
"Root Height": -1.8,
|
||||
"Height Variation": 0.1,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"OCEAN",
|
||||
"WATER"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,157 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 2,
|
||||
"Name": "Desert",
|
||||
"Resource Location": "minecraft:desert",
|
||||
"Class": "net.minecraft.world.biome.BiomeDesert",
|
||||
"Root Height": 0.125,
|
||||
"Height Variation": 0.05,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 19,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityHusk",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlitz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_cacti"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "quicksand"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"HOT_DESERT": [
|
||||
30
|
||||
],
|
||||
"WASTELAND": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,147 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 17,
|
||||
"Name": "DesertHills",
|
||||
"Resource Location": "minecraft:desert_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeDesert",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"DRY",
|
||||
"SANDY",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 19,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityHusk",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlitz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_cacti"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,137 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 130,
|
||||
"Name": "Desert M",
|
||||
"Resource Location": "minecraft:mutated_desert",
|
||||
"Class": "net.minecraft.world.biome.BiomeDesert",
|
||||
"Root Height": 0.225,
|
||||
"Height Variation": 0.25,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"RARE",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 19,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityHusk",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlitz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,130 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 115,
|
||||
"Name": "Desert Oil Field",
|
||||
"Resource Location": "buildcraftenergy:oil_desert",
|
||||
"Class": "buildcraft.energy.generation.BiomeOilDesert",
|
||||
"Root Height": 0.125,
|
||||
"Height Variation": 0.05,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 19,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityHusk",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,218 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 56,
|
||||
"Name": "Eucalyptus Forest",
|
||||
"Resource Location": "biomesoplenty:eucalyptus_forest",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenEucalyptusForest",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.23125,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.95,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WET",
|
||||
"FOREST",
|
||||
"JUNGLE",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityParrot",
|
||||
"Weight": 40,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityOcelot",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "medium_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "small_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "melons"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "rafflesia"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "topaz"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"TROPICAL": 5
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"TROPICAL": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,185 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 3,
|
||||
"Name": "Extreme Hills",
|
||||
"Resource Location": "minecraft:extreme_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeHills",
|
||||
"Root Height": 1.0,
|
||||
"Height Variation": 0.5,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.2,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MOUNTAIN",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {
|
||||
"WARM Weights": [
|
||||
10
|
||||
],
|
||||
"COOL Weights": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityLlama",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"TUNDRA": [
|
||||
10
|
||||
],
|
||||
"BOREAL": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,172 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 34,
|
||||
"Name": "Extreme Hills+",
|
||||
"Resource Location": "minecraft:extreme_hills_with_trees",
|
||||
"Class": "net.minecraft.world.biome.BiomeHills",
|
||||
"Root Height": 1.0,
|
||||
"Height Variation": 0.5,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.2,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MOUNTAIN",
|
||||
"SPARSE",
|
||||
"FOREST"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityLlama",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,152 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 20,
|
||||
"Name": "Extreme Hills Edge",
|
||||
"Resource Location": "minecraft:smaller_extreme_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeHills",
|
||||
"Root Height": 0.8,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.2,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MOUNTAIN"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityLlama",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,154 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 131,
|
||||
"Name": "Extreme Hills M",
|
||||
"Resource Location": "minecraft:mutated_extreme_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeHills",
|
||||
"Root Height": 1.0,
|
||||
"Height Variation": 0.5,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.2,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"MOUNTAIN",
|
||||
"SPARSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityLlama",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,154 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 162,
|
||||
"Name": "Extreme Hills+ M",
|
||||
"Resource Location": "minecraft:mutated_extreme_hills_with_trees",
|
||||
"Class": "net.minecraft.world.biome.BiomeHills",
|
||||
"Root Height": 1.0,
|
||||
"Height Variation": 0.5,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.2,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"MOUNTAIN",
|
||||
"SPARSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityLlama",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,223 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 57,
|
||||
"Name": "Fen",
|
||||
"Resource Location": "biomesoplenty:fen",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenFen",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.09375,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.4,
|
||||
"Humidity": 0.4,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"COLD",
|
||||
"FOREST",
|
||||
"DEAD",
|
||||
"SWAMP",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "cattail"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "koru"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "double_cattail"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "river_cane"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "mud"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flat_mushroom"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COLD_SWAMP": 7
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COLD_SWAMP": [
|
||||
7
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,169 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 58,
|
||||
"Name": "Flower Field",
|
||||
"Resource Location": "biomesoplenty:flower_field",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenFlowerField",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.0125,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 0.7,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"PLAINS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "peridot"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"WARM_TEMPERATE": 2
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"WARM_TEMPERATE": [
|
||||
2
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,196 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 132,
|
||||
"Name": "Flower Forest",
|
||||
"Resource Location": "minecraft:mutated_forest",
|
||||
"Class": "net.minecraft.world.biome.BiomeForest",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.4,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"FOREST",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "berry_bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,104 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 107,
|
||||
"Name": "Flower Island",
|
||||
"Resource Location": "biomesoplenty:flower_island",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenFlowerIsland",
|
||||
"Root Height": 0.29411766,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003ddaisy]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.8,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WATER",
|
||||
"MAGICAL",
|
||||
"DENSE",
|
||||
"PLAINS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "clover_patches"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "splatter",
|
||||
"Name": "grass_splatter"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "topaz"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 7
|
||||
}
|
||||
@@ -1,210 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 4,
|
||||
"Name": "Forest",
|
||||
"Resource Location": "minecraft:forest",
|
||||
"Class": "net.minecraft.world.biome.BiomeForest",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"FOREST"
|
||||
],
|
||||
"BiomeManager Entries": {
|
||||
"WARM Weights": [
|
||||
10
|
||||
],
|
||||
"COOL Weights": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "berry_bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"WET_TEMPERATE": [
|
||||
5
|
||||
],
|
||||
"COOL_TEMPERATE": [
|
||||
15
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,197 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 18,
|
||||
"Name": "ForestHills",
|
||||
"Resource Location": "minecraft:forest_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeForest",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"FOREST",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "berry_bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,124 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 10,
|
||||
"Name": "FrozenOcean",
|
||||
"Resource Location": "minecraft:frozen_ocean",
|
||||
"Class": "net.minecraft.world.biome.BiomeOcean",
|
||||
"Root Height": -1.0,
|
||||
"Height Variation": 0.1,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.0,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"OCEAN",
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"WATER"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,124 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 11,
|
||||
"Name": "FrozenRiver",
|
||||
"Resource Location": "minecraft:frozen_river",
|
||||
"Class": "net.minecraft.world.biome.BiomeRiver",
|
||||
"Root Height": -0.5,
|
||||
"Height Variation": 0.0,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.0,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"WATER",
|
||||
"RIVER"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,110 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 109,
|
||||
"Name": "Fungi Forest",
|
||||
"Resource Location": "biomesoplenty:fungi_forest",
|
||||
"Class": "biomesoplenty.common.biome.nether.BiomeFungiForest",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:netherrack",
|
||||
"Filler Block": "minecraft:netherrack",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"NETHER",
|
||||
"MUSHROOM",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityGhast",
|
||||
"Weight": 50,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPigZombie",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityMagmaCube",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [],
|
||||
"Spawnable Cave Creatures": [],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"PRE Generators": [
|
||||
{
|
||||
"ID": "hive",
|
||||
"Name": "hive"
|
||||
}
|
||||
],
|
||||
"BIG_SHROOM Generators": [
|
||||
{
|
||||
"ID": "big_mushrooms",
|
||||
"Name": "big_brown_mushroom"
|
||||
},
|
||||
{
|
||||
"ID": "big_mushrooms",
|
||||
"Name": "big_red_mushroom"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshroom"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flat_mushroom"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"HELL": 5
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"HELL": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,130 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 99,
|
||||
"Name": "Glacier",
|
||||
"Resource Location": "biomesoplenty:glacier",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenGlacier",
|
||||
"Root Height": 1.3529412,
|
||||
"Height Variation": 0.118750006,
|
||||
"Top Block": "minecraft:ice",
|
||||
"Filler Block": "biomesoplenty:hard_ice",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": -0.5,
|
||||
"Humidity": 0.2,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"WASTELAND"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPolarBear",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,214 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 59,
|
||||
"Name": "Grassland",
|
||||
"Resource Location": "biomesoplenty:grassland",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenGrassland",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.1625,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.7,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"PLAINS",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityHorse",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 6
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityDonkey",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "sugar_cane"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "river_cane"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "peridot"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
},
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "sand"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "portobellos"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COOL_TEMPERATE": 7,
|
||||
"WET_TEMPERATE": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"WET_TEMPERATE": [
|
||||
3
|
||||
],
|
||||
"COOL_TEMPERATE": [
|
||||
7
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,115 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 40,
|
||||
"Name": "Gravel Beach",
|
||||
"Resource Location": "biomesoplenty:gravel_beach",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenGravelBeach",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.043750003,
|
||||
"Top Block": "minecraft:gravel",
|
||||
"Filler Block": "minecraft:gravel",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"BEACH"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,192 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 60,
|
||||
"Name": "Grove",
|
||||
"Resource Location": "biomesoplenty:grove",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenGrove",
|
||||
"Root Height": 0.05882353,
|
||||
"Height Variation": 0.18125,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WET",
|
||||
"SPARSE",
|
||||
"FOREST",
|
||||
"PLAINS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "clover_patches"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "berry_bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "amber"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COOL_TEMPERATE": 7
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COOL_TEMPERATE": [
|
||||
7
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,89 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 8,
|
||||
"Name": "Hell",
|
||||
"Resource Location": "minecraft:hell",
|
||||
"Class": "net.minecraft.world.biome.BiomeHell",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:netherrack",
|
||||
"Filler Block": "minecraft:netherrack",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"NETHER",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityGhast",
|
||||
"Weight": 50,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPigZombie",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityMagmaCube",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [],
|
||||
"Spawnable Cave Creatures": [],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"PRE Generators": [
|
||||
{
|
||||
"ID": "hive",
|
||||
"Name": "hive"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"HELL": [
|
||||
30
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,160 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 61,
|
||||
"Name": "Highland",
|
||||
"Resource Location": "biomesoplenty:highland",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenHighland",
|
||||
"Root Height": 2.0588236,
|
||||
"Height Variation": 0.95,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"MOUNTAIN",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "emerald"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COOL_TEMPERATE": 7
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COOL_TEMPERATE": [
|
||||
7
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,164 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 13,
|
||||
"Name": "Ice Mountains",
|
||||
"Resource Location": "minecraft:ice_mountains",
|
||||
"Class": "net.minecraft.world.biome.BiomeSnow",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.0,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"MOUNTAIN"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPolarBear",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 20,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityStray",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,172 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 12,
|
||||
"Name": "Ice Plains",
|
||||
"Resource Location": "minecraft:ice_flats",
|
||||
"Class": "net.minecraft.world.biome.BiomeSnow",
|
||||
"Root Height": 0.125,
|
||||
"Height Variation": 0.05,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.0,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"COLD",
|
||||
"WASTELAND"
|
||||
],
|
||||
"BiomeManager Entries": {
|
||||
"ICY Weights": [
|
||||
30
|
||||
]
|
||||
},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPolarBear",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 20,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityStray",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"ICE_CAP": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,143 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 140,
|
||||
"Name": "Ice Plains Spikes",
|
||||
"Resource Location": "minecraft:mutated_ice_flats",
|
||||
"Class": "net.minecraft.world.biome.BiomeSnow",
|
||||
"Root Height": 0.425,
|
||||
"Height Variation": 0.45000002,
|
||||
"Top Block": "minecraft:snow",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.0,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": true,
|
||||
"Dictionary Types": [
|
||||
"SNOWY",
|
||||
"RARE",
|
||||
"COLD",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityPolarBear",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 20,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityStray",
|
||||
"Weight": 80,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,193 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 21,
|
||||
"Name": "Jungle",
|
||||
"Resource Location": "minecraft:jungle",
|
||||
"Class": "net.minecraft.world.biome.BiomeJungle",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.95,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"WET",
|
||||
"DENSE",
|
||||
"JUNGLE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityParrot",
|
||||
"Weight": 40,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityOcelot",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "rafflesia"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "topaz"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"TROPICAL": [
|
||||
15
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,156 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 23,
|
||||
"Name": "JungleEdge",
|
||||
"Resource Location": "minecraft:jungle_edge",
|
||||
"Class": "net.minecraft.world.biome.BiomeJungle",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.95,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"RARE",
|
||||
"WET",
|
||||
"FOREST",
|
||||
"JUNGLE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityParrot",
|
||||
"Weight": 40,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,156 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 151,
|
||||
"Name": "JungleEdge M",
|
||||
"Resource Location": "minecraft:mutated_jungle_edge",
|
||||
"Class": "net.minecraft.world.biome.BiomeJungle",
|
||||
"Root Height": 0.2,
|
||||
"Height Variation": 0.4,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.95,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"RARE",
|
||||
"SPARSE",
|
||||
"JUNGLE",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityParrot",
|
||||
"Weight": 40,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,190 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 22,
|
||||
"Name": "JungleHills",
|
||||
"Resource Location": "minecraft:jungle_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeJungle",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.95,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"WET",
|
||||
"DENSE",
|
||||
"JUNGLE",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityParrot",
|
||||
"Weight": 40,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityOcelot",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "rafflesia"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "topaz"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,169 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 149,
|
||||
"Name": "Jungle M",
|
||||
"Resource Location": "minecraft:mutated_jungle",
|
||||
"Class": "net.minecraft.world.biome.BiomeJungle",
|
||||
"Root Height": 0.2,
|
||||
"Height Variation": 0.4,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.95,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"RARE",
|
||||
"WET",
|
||||
"MOUNTAIN",
|
||||
"DENSE",
|
||||
"JUNGLE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityParrot",
|
||||
"Weight": 40,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 2
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityOcelot",
|
||||
"Weight": 2,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,161 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 103,
|
||||
"Name": "Kelp Forest",
|
||||
"Resource Location": "biomesoplenty:kelp_forest",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenKelpForest",
|
||||
"Root Height": -1.4705882,
|
||||
"Height Variation": 0.0125,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"OCEAN",
|
||||
"WATER"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "kelp"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "kelp_tall"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "sapphire"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,219 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 62,
|
||||
"Name": "Land of Lakes",
|
||||
"Resource Location": "biomesoplenty:land_of_lakes",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenLandOfLakes",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.16875,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.9,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"FOREST",
|
||||
"SWAMP",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "medium_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "small_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "wild_rice"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
},
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "mud"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COLD_SWAMP": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COLD_SWAMP": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,170 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 63,
|
||||
"Name": "Lavender Fields",
|
||||
"Resource Location": "biomesoplenty:lavender_fields",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenLavenderFields",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.03125,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dsilty]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dsilty]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 0.7,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"MAGICAL",
|
||||
"PLAINS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lavender"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "peridot"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"MEDITERANEAN": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"MEDITERANEAN": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,235 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 64,
|
||||
"Name": "Lush Desert",
|
||||
"Resource Location": "biomesoplenty:lush_desert",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenLushDesert",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.30625,
|
||||
"Top Block": "minecraft:hardened_clay",
|
||||
"Filler Block": "minecraft:hardened_clay",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 1.2,
|
||||
"Humidity": 0.4,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"LUSH",
|
||||
"SAVANNA",
|
||||
"SPARSE",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_cacti"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bromeliad"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "cacti"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
},
|
||||
{
|
||||
"ID": "grass",
|
||||
"Name": "desertgrass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
},
|
||||
{
|
||||
"ID": "splatter",
|
||||
"Name": "grass_splatter"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "oases"
|
||||
},
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "sand"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"SAVANNA": 2
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"SAVANNA": [
|
||||
2
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,263 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 65,
|
||||
"Name": "Lush Swamp",
|
||||
"Resource Location": "biomesoplenty:lush_swamp",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenLushSwamp",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.043750003,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 1.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WET",
|
||||
"SWAMP",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "medium_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "small_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flower_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "cattail"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "koru"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "double_cattail"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "sugar_cane"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "river_cane"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "poison_lakes"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "sand"
|
||||
},
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "mud"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"WET_TEMPERATE": 10
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"WET_TEMPERATE": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,141 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 66,
|
||||
"Name": "Mangrove",
|
||||
"Resource Location": "biomesoplenty:mangrove",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMangrove",
|
||||
"Root Height": -0.1764706,
|
||||
"Height Variation": 0.06875,
|
||||
"Top Block": "biomesoplenty:mud[variant\u003dmud]",
|
||||
"Filler Block": "biomesoplenty:mud[variant\u003dmud]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "13500241",
|
||||
"Temperature": 0.85,
|
||||
"Humidity": 0.3,
|
||||
"Water Tint": 13500241,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WET",
|
||||
"WATER",
|
||||
"SWAMP",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "quicksand"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "sapphire"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"HOT_SWAMP": 7
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"HOT_SWAMP": [
|
||||
7
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,203 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 67,
|
||||
"Name": "Maple Woods",
|
||||
"Resource Location": "biomesoplenty:maple_woods",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMapleWoods",
|
||||
"Root Height": 0.29411766,
|
||||
"Height Variation": 0.2625,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.25,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"COLD",
|
||||
"CONIFEROUS",
|
||||
"FOREST",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
},
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "sand"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"BOREAL": 10
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"BOREAL": [
|
||||
10
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,158 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 68,
|
||||
"Name": "Marsh",
|
||||
"Resource Location": "biomesoplenty:marsh",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMarsh",
|
||||
"Root Height": -0.1764706,
|
||||
"Height Variation": 0.0,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WET"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "koru"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"WET_TEMPERATE": 7
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"WET_TEMPERATE": [
|
||||
7
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,235 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 69,
|
||||
"Name": "Meadow",
|
||||
"Resource Location": "biomesoplenty:meadow",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMeadow",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.0125,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.4,
|
||||
"Humidity": 0.7,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"WET",
|
||||
"COLD",
|
||||
"SPARSE",
|
||||
"FOREST",
|
||||
"PLAINS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "medium_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "small_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flower_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "clover_patches"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "peridot"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "sand"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"BOREAL": 7,
|
||||
"COOL_TEMPERATE": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"BOREAL": [
|
||||
7
|
||||
],
|
||||
"COOL_TEMPERATE": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,154 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 160,
|
||||
"Name": "Mega Spruce Taiga",
|
||||
"Resource Location": "minecraft:mutated_redwood_taiga",
|
||||
"Class": "net.minecraft.world.biome.BiomeTaiga",
|
||||
"Root Height": 0.2,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.25,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"FOREST",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,180 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 32,
|
||||
"Name": "Mega Taiga",
|
||||
"Resource Location": "minecraft:redwood_taiga",
|
||||
"Class": "net.minecraft.world.biome.BiomeTaiga",
|
||||
"Root Height": 0.2,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.3,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"COLD",
|
||||
"CONIFEROUS",
|
||||
"FOREST"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"BOREAL": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,177 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 33,
|
||||
"Name": "Mega Taiga Hills",
|
||||
"Resource Location": "minecraft:redwood_taiga_hills",
|
||||
"Class": "net.minecraft.world.biome.BiomeTaiga",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.3,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"COLD",
|
||||
"CONIFEROUS",
|
||||
"FOREST",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlizz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "tanzanite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,139 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 37,
|
||||
"Name": "Mesa",
|
||||
"Resource Location": "minecraft:mesa",
|
||||
"Class": "net.minecraft.world.biome.BiomeMesa",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:sand[variant\u003dred_sand]",
|
||||
"Filler Block": "minecraft:stained_hardened_clay[color\u003dwhite]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MESA",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlitz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_cacti"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "grass",
|
||||
"Name": "desertgrass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,143 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 39,
|
||||
"Name": "Mesa Plateau",
|
||||
"Resource Location": "minecraft:mesa_clear_rock",
|
||||
"Class": "net.minecraft.world.biome.BiomeMesa",
|
||||
"Root Height": 1.5,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "minecraft:sand[variant\u003dred_sand]",
|
||||
"Filler Block": "minecraft:stained_hardened_clay[color\u003dwhite]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MESA",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlitz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_cacti"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "grass",
|
||||
"Name": "desertgrass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {
|
||||
"HOT_DESERT": [
|
||||
15
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,124 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 38,
|
||||
"Name": "Mesa Plateau F",
|
||||
"Resource Location": "minecraft:mesa_rock",
|
||||
"Class": "net.minecraft.world.biome.BiomeMesa",
|
||||
"Root Height": 1.5,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "minecraft:sand[variant\u003dred_sand]",
|
||||
"Filler Block": "minecraft:stained_hardened_clay[color\u003dwhite]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MESA",
|
||||
"SPARSE",
|
||||
"DRY",
|
||||
"SANDY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBlitz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,119 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 166,
|
||||
"Name": "Mesa Plateau F M",
|
||||
"Resource Location": "minecraft:mutated_mesa_rock",
|
||||
"Class": "net.minecraft.world.biome.BiomeMesa",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:sand[variant\u003dred_sand]",
|
||||
"Filler Block": "minecraft:stained_hardened_clay[color\u003dwhite]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"RARE",
|
||||
"SPARSE",
|
||||
"DRY",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,125 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 167,
|
||||
"Name": "Mesa Plateau M",
|
||||
"Resource Location": "minecraft:mutated_mesa_clear_rock",
|
||||
"Class": "net.minecraft.world.biome.BiomeMesa",
|
||||
"Root Height": 0.45,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:sand[variant\u003dred_sand]",
|
||||
"Filler Block": "minecraft:stained_hardened_clay[color\u003dwhite]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"RARE",
|
||||
"MOUNTAIN",
|
||||
"SPARSE",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,125 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 165,
|
||||
"Name": "Mesa (Bryce)",
|
||||
"Resource Location": "minecraft:mutated_mesa",
|
||||
"Class": "net.minecraft.world.biome.BiomeMesa",
|
||||
"Root Height": 0.1,
|
||||
"Height Variation": 0.2,
|
||||
"Top Block": "minecraft:sand[variant\u003dred_sand]",
|
||||
"Filler Block": "minecraft:stained_hardened_clay[color\u003dwhite]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"RARE",
|
||||
"MOUNTAIN",
|
||||
"SPARSE",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "cofh.thermalfoundation.entity.monster.EntityBasalz",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,198 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 70,
|
||||
"Name": "Moor",
|
||||
"Resource Location": "biomesoplenty:moor",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMoor",
|
||||
"Root Height": 1.3529412,
|
||||
"Height Variation": 0.118750006,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "5800566",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 1.0,
|
||||
"Water Tint": 5800566,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"WET",
|
||||
"SWAMP",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "koru"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "mud"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COLD_SWAMP": 5
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COLD_SWAMP": [
|
||||
5
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,179 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 71,
|
||||
"Name": "Mountain",
|
||||
"Resource Location": "biomesoplenty:mountain",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMountain",
|
||||
"Root Height": 4.4117646,
|
||||
"Height Variation": 0.98125,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.1,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MOUNTAIN",
|
||||
"SPARSE",
|
||||
"FOREST",
|
||||
"DRY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityWolf",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityLlama",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 6
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "emeralds"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"DRY_TEMPERATE": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"DRY_TEMPERATE": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,194 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 96,
|
||||
"Name": "MountainFoothills",
|
||||
"Resource Location": "biomesoplenty:mountain_foothills",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMountain",
|
||||
"Root Height": 2.0588236,
|
||||
"Height Variation": 0.41875,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.1,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"MOUNTAIN",
|
||||
"SPARSE",
|
||||
"FOREST",
|
||||
"DRY",
|
||||
"HILLS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "berry_bushes"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "emeralds"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "lakes"
|
||||
}
|
||||
],
|
||||
"SAND_PASS2 Generators": [
|
||||
{
|
||||
"ID": "waterside",
|
||||
"Name": "gravel"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,95 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 14,
|
||||
"Name": "MushroomIsland",
|
||||
"Resource Location": "minecraft:mushroom_island",
|
||||
"Class": "net.minecraft.world.biome.BiomeMushroomIsland",
|
||||
"Root Height": 0.2,
|
||||
"Height Variation": 0.3,
|
||||
"Top Block": "minecraft:mycelium[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.9,
|
||||
"Humidity": 1.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"MUSHROOM"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityMooshroom",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [],
|
||||
"Spawnable Water Creatures": [],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "sapphire"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms_surface"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "portobellos"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flat_mushroom"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "toadstools"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 15,
|
||||
"Name": "MushroomIslandShore",
|
||||
"Resource Location": "minecraft:mushroom_island_shore",
|
||||
"Class": "net.minecraft.world.biome.BiomeMushroomIsland",
|
||||
"Root Height": 0.0,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "minecraft:mycelium[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.9,
|
||||
"Humidity": 1.0,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"MUSHROOM",
|
||||
"BEACH"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityMooshroom",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [],
|
||||
"Spawnable Water Creatures": [],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,227 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 72,
|
||||
"Name": "Mystic Grove",
|
||||
"Resource Location": "biomesoplenty:mystic_grove",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenMysticGrove",
|
||||
"Root Height": -0.11764706,
|
||||
"Height Variation": 0.106249996,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dsilty]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dsilty]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16715898",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 0.8,
|
||||
"Water Tint": 16715898,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"RARE",
|
||||
"WET",
|
||||
"MAGICAL",
|
||||
"FOREST",
|
||||
"DENSE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"BIG_SHROOM Generators": [
|
||||
{
|
||||
"ID": "big_mushrooms",
|
||||
"Name": "big_red_mushroom"
|
||||
}
|
||||
],
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "medium_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "algae"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "small_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "flower_lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "lily"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_lily"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "clover_patches"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "sprouts"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "hot_springs"
|
||||
},
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "poison_lakes"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "topaz"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "blue_milk_caps"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"WET_TEMPERATE": 1
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"WET_TEMPERATE": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,189 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 100,
|
||||
"Name": "Oasis",
|
||||
"Resource Location": "biomesoplenty:oasis",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenOasis",
|
||||
"Root Height": -0.1764706,
|
||||
"Height Variation": 0.025,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 2.0,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": false,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"HOT",
|
||||
"LUSH",
|
||||
"WET",
|
||||
"SPARSE",
|
||||
"SANDY",
|
||||
"JUNGLE"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityRabbit",
|
||||
"Weight": 4,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 3
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "tiny_cacti"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "columns",
|
||||
"Name": "sugar_cane"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "desert_sprouts"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "bromeliad"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "grass",
|
||||
"Name": "dunegrass"
|
||||
},
|
||||
{
|
||||
"ID": "grass",
|
||||
"Name": "desertgrass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "ruby"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,122 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 0,
|
||||
"Name": "Ocean",
|
||||
"Resource Location": "minecraft:ocean",
|
||||
"Class": "net.minecraft.world.biome.BiomeOcean",
|
||||
"Root Height": -1.0,
|
||||
"Height Variation": 0.1,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"OCEAN",
|
||||
"WATER"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "sapphire"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,116 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 114,
|
||||
"Name": "Ocean Oil Field",
|
||||
"Resource Location": "buildcraftenergy:oil_ocean",
|
||||
"Class": "buildcraft.energy.generation.BiomeOilOcean",
|
||||
"Root Height": -1.0,
|
||||
"Height Variation": 0.1,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.5,
|
||||
"Humidity": 0.5,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"OCEAN",
|
||||
"WATER"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "OTHER",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,179 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 73,
|
||||
"Name": "Ominous Woods",
|
||||
"Resource Location": "biomesoplenty:ominous_woods",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenOminousWoods",
|
||||
"Root Height": 0.05882353,
|
||||
"Height Variation": 0.043750003,
|
||||
"Top Block": "biomesoplenty:grass[snowy\u003dfalse,variant\u003dloamy]",
|
||||
"Filler Block": "biomesoplenty:dirt[coarse\u003dfalse,variant\u003dloamy]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "1973030",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.6,
|
||||
"Water Tint": 1973030,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"WET",
|
||||
"MAGICAL",
|
||||
"FOREST",
|
||||
"DEAD",
|
||||
"DENSE",
|
||||
"SPOOKY"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "thorns"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "dead_leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "bramble",
|
||||
"Name": "bramble"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "poison_ivy"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "lakes",
|
||||
"Name": "poison_lakes"
|
||||
},
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "malachite"
|
||||
}
|
||||
],
|
||||
"SHROOM Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "brown_mushrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "red_mushrooms"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"COLD_SWAMP": 1
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"COLD_SWAMP": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,201 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 74,
|
||||
"Name": "Orchard",
|
||||
"Resource Location": "biomesoplenty:orchard",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenOrchard",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.05,
|
||||
"Top Block": "minecraft:grass[snowy\u003dfalse]",
|
||||
"Filler Block": "minecraft:dirt[snowy\u003dfalse,variant\u003ddirt]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.7,
|
||||
"Humidity": 0.7,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"LUSH",
|
||||
"FOREST",
|
||||
"DENSE",
|
||||
"PLAINS"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySheep",
|
||||
"Weight": 12,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityPig",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityChicken",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityCow",
|
||||
"Weight": 8,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityHorse",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 2,
|
||||
"Max Group Count": 6
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityDonkey",
|
||||
"Weight": 1,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 95,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombieVillager",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySlime",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityEnderman",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityWitch",
|
||||
"Weight": 5,
|
||||
"Min Group Count": 1,
|
||||
"Max Group Count": 1
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntitySquid",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Cave Creatures": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.passive.EntityBat",
|
||||
"Weight": 10,
|
||||
"Min Group Count": 8,
|
||||
"Max Group Count": 8
|
||||
}
|
||||
],
|
||||
"Spawn Biome": true,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"LILYPAD Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "water_reeds"
|
||||
}
|
||||
],
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "leaf_piles"
|
||||
},
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "flowers"
|
||||
},
|
||||
{
|
||||
"ID": "double_flora",
|
||||
"Name": "flax"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "berry_bushes"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
],
|
||||
"GRASS Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "grass"
|
||||
}
|
||||
],
|
||||
"SAND Generators": [
|
||||
{
|
||||
"ID": "ore_single",
|
||||
"Name": "peridot"
|
||||
}
|
||||
],
|
||||
"TREE Generators": [
|
||||
{
|
||||
"ID": "weighted",
|
||||
"Name": "trees"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {
|
||||
"WARM_TEMPERATE": 3
|
||||
},
|
||||
"BOP Climate Weights": {
|
||||
"WARM_TEMPERATE": [
|
||||
3
|
||||
]
|
||||
},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
|
||||
{
|
||||
"ID": 42,
|
||||
"Name": "Origin Beach",
|
||||
"Resource Location": "biomesoplenty:origin_beach",
|
||||
"Class": "biomesoplenty.common.biome.overworld.BiomeGenOriginBeach",
|
||||
"Root Height": -0.05882353,
|
||||
"Height Variation": 0.112500004,
|
||||
"Top Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Filler Block": "minecraft:sand[variant\u003dsand]",
|
||||
"Ocean Top Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Ocean Filler Block": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Actual Filler Blocks": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Grass Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Foliage Color": "Disabled. Activate in BiomeTweakerCore.",
|
||||
"Water Color": "16777215",
|
||||
"Temperature": 0.6,
|
||||
"Humidity": 0.6,
|
||||
"Water Tint": 16777215,
|
||||
"Enable Rain": true,
|
||||
"Enable Snow": false,
|
||||
"Dictionary Types": [
|
||||
"RARE",
|
||||
"BEACH"
|
||||
],
|
||||
"BiomeManager Entries": {},
|
||||
"Spawnable Creatures": [],
|
||||
"Spawnable Monsters": [
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySpider",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityZombie",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntitySkeleton",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
},
|
||||
{
|
||||
"Entity Class": "net.minecraft.entity.monster.EntityCreeper",
|
||||
"Weight": 100,
|
||||
"Min Group Count": 4,
|
||||
"Max Group Count": 4
|
||||
}
|
||||
],
|
||||
"Spawnable Water Creatures": [],
|
||||
"Spawnable Cave Creatures": [],
|
||||
"Spawn Biome": false,
|
||||
"Tweaked": false,
|
||||
"BOP Generators": {
|
||||
"FLOWERS Generators": [
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "glowshrooms"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "miners_delight"
|
||||
},
|
||||
{
|
||||
"ID": "flora",
|
||||
"Name": "roots"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BOP Owner": "BIOMESOPLENTY",
|
||||
"BOP Weight Map": {},
|
||||
"BOP Climate Weights": {},
|
||||
"BOP Island Weight": 0
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user