Initial commit.

This commit is contained in:
Harrison Deng 2022-05-10 16:26:15 -05:00
commit 10007b6aaf
772 changed files with 452469 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
server/world/**
server/patchouli_books
server/logs
server/local
server/defaultconfigs
server/banned-ips.json
server/banned-players.json
server/eula.txt
server/ops.json
server/server.properties
server/usercache.json
server/whitelist.json
mcinstance/saves

BIN
curseforge/RSEMCS-0.0.3.zip Normal file

Binary file not shown.

View File

@ -0,0 +1,123 @@
#Client Config. This config only exists on the client
[client]
#Play sounds for Jetpack/Gas Mask/Flamethrower/Radiation (all players).
enablePlayerSounds = true
#If enabled machines play their sounds while running.
enableMachineSounds = true
#Should holiday greetings and easter eggs play for holidays (ex: Christmas and New Years).
holidays = true
#Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder.
#Range: 0.0 ~ 3.4028234663852886E38
baseSoundVolume = 1.0
#If true, don't render Cables/Pipes/Tubes as transparent and don't render their contents.
opaqueTransmitters = false
#Allow sneak + scroll to change item modes.
allowModeScroll = true
#Align HUD (text) with left (if true) or right (if false)
alignHUDLeft = true
#Scale of the text displayed on the HUD.
#Range: 0.25 ~ 1.0
hudScale = 0.6
#Enable item information HUD during gameplay
enableHUD = true
#Color of energy in item durability display.
energyColor = 3997338
#Range at which Tile Entity Renderer's added by Mekanism can render at, for example the contents of multiblocks. Vanilla defaults the rendering range for TERs to 64 for most blocks, but uses a range of 256 for beacons and end gateways.
#Range: 1 ~ 1024
terRange = 256
#Particle Config
[client.particle]
#Set to false to prevent particle spam when loading multiblocks (notification message will display instead).
enableMultiblockFormationParticles = true
#Show particles when machines active.
machineEffects = true
#How far (in blocks) from the player radiation particles can spawn.
radiationParticleRadius = 30
#How many particles spawn when rendering radiation effects (scaled by radiation level).
radiationParticleCount = 100
#Show bolts when the Magnetic Attraction Unit is pulling items.
magneticAttraction = true
#Show bolts for various AOE tool behaviors such as tilling, debarking, and vein mining.
toolAOE = true
#GUI Config
[client.gui]
#Opacity of HUD used by MekaSuit.
#Range: 0.0 ~ 1.0
hudOpacity = 0.4000000059604645
#Color of HUD used by MekaSuit.
hudColor = 4257264
#Color of warning HUD elements used by MekaSuit.
hudWarningColor = 16768335
#Color of danger HUD elements used by MekaSuit.
hudDangerColor = 16726076
#Visual jitter of MekaSuit HUD, seen when moving the player's head. Bigger value = more jitter.
#Range: 1.0 ~ 100.0
hudJitter = 6.0
#Display a fancy compass when the MekaSuit is worn.
mekaSuitHelmetCompass = true
#Last Window Positions. In general these values should not be modified manually.
[client.gui.window]
[client.gui.window.color]
x = 2147483647
y = 2147483647
[client.gui.window.confirmation]
x = 2147483647
y = 2147483647
[client.gui.window.crafting0]
x = 2147483647
y = 2147483647
[client.gui.window.crafting1]
x = 2147483647
y = 2147483647
[client.gui.window.crafting2]
x = 2147483647
y = 2147483647
[client.gui.window.mekaSuitHelmet]
x = 2147483647
y = 2147483647
[client.gui.window.rename]
x = 2147483647
y = 2147483647
[client.gui.window.skinSelect]
x = 2147483647
y = 2147483647
[client.gui.window.sideConfig]
x = 2147483647
y = 2147483647
[client.gui.window.transporterConfig]
x = 2147483647
y = 2147483647
[client.gui.window.upgrade]
x = 2147483647
y = 2147483647
#QIO Config
[client.qio]
#Sorting strategy when viewing items in a QIO Item Viewer.
#Allowed Values: NAME, SIZE, MOD
itemViewerSortType = "NAME"
#Sorting direction when viewing items in a QIO Item Viewer.
#Allowed Values: ASCENDING, DESCENDING
itemViewerSortDirection = "ASCENDING"
#Number of slots to view horizontally on a QIO Item Viewer.
#Range: 8 ~ 16
itemViewerSlotsX = 8
#Number of slots to view vertically on a QIO Item Viewer.
#Range: 2 ~ 48
itemViewerSlotsY = 4

View File

@ -0,0 +1,284 @@
#Gear Config. This config is synced from server to client.
[gear]
#Atomic Disassembler Settings
[gear.atomic_disassembler]
#Base Energy (Joules) usage of the Atomic Disassembler. (Gets multiplied by speed factor)
energyUsage = "10"
#Cost in Joules of using the Atomic Disassembler as a weapon.
energyUsageWeapon = "2000"
#The max Atomic Disassembler Vein Mining Block Count.
miningCount = 128
#Enable the 'Slow' mode for the Atomic Disassembler.
slowMode = true
#Enable the 'Fast' mode for the Atomic Disassembler.
fastMode = true
#Enable the 'Vein Mining' mode for the Atomic Disassembler.
veinMining = false
#The amount of damage the Atomic Disassembler does when it is out of power. (Value is in number of half hearts)
minDamage = 4
#The amount of damage the Atomic Disassembler does when it has at least energyUsageWeapon power stored. (Value is in number of half hearts)
maxDamage = 20
#Maximum amount (joules) of energy the Atomic Disassembler can contain.
maxEnergy = "1000000"
#Amount (joules) of energy the Atomic Disassembler can accept per tick.
chargeRate = "5000"
#Configurator Settings
[gear.configurator]
#Maximum amount (joules) of energy the Configurator can contain.
maxEnergy = "60000"
#Amount (joules) of energy the Configurator can accept per tick.
chargeRate = "300"
#Energy usage in joules of using the configurator to configure machines.
energyPerConfigure = "400"
#Energy cost in joules for each item the configurator ejects from a machine on empty mode.
energyPerItem = "8"
#Electric Bow Settings
[gear.electric_bow]
#Maximum amount (joules) of energy the Electric Bow can contain.
maxEnergy = "120000"
#Amount (joules) of energy the Electric Bow can accept per tick.
chargeRate = "600"
#Cost in Joules of using the Electric Bow.
energyUsage = "120"
#Cost in Joules of using the Electric Bow with flame mode active.
energyUsageFire = "1200"
#Energy Tablet Settings
[gear.energy_tablet]
#Maximum amount (joules) of energy the Energy Tablet can contain.
maxEnergy = "1000000"
#Amount (joules) of energy the Energy Tablet can accept per tick.
chargeRate = "5000"
#Flamethrower Settings
[gear.flamethrower]
#Flamethrower Gas Tank capacity in mB.
#Range: 1 ~ 9223372036854775807
maxGas = 24000
#Amount of hydrogen the Flamethrower can accept per tick.
#Range: 1 ~ 9223372036854775807
fillRate = 16
#Determines whether or not the Flamethrower can destroy items if it fails to smelt them.
destroyItems = true
#Free Runner Settings
[gear.free_runner]
#Energy cost/multiplier in Joules for reducing fall damage with free runners. Energy cost is: FallDamage * freeRunnerFallEnergyCost. (1 FallDamage is 1 half heart)
fallEnergyCost = "50"
#Percent of damage taken from falling that can be absorbed by Free Runners when they have enough power.
#Range: 0.0 ~ 1.0
fallDamageReductionRatio = 1.0
#Maximum amount (joules) of energy Free Runners can contain.
maxEnergy = "64000"
#Amount (joules) of energy the Free Runners can accept per tick.
chargeRate = "320"
#Jetpack Settings
[gear.jetpack]
#Jetpack Gas Tank capacity in mB.
#Range: 1 ~ 9223372036854775807
maxGas = 24000
#Amount of hydrogen the Jetpack can accept per tick.
#Range: 1 ~ 9223372036854775807
fillRate = 16
#Armored Jetpack Settings
[gear.jetpack.armored]
#Armor value of the Armored Jetpack.
armor = 8
#Toughness value of the Armored Jetpack.
toughness = 2.0
#Network Reader Settings
[gear.network_reader]
#Maximum amount (joules) of energy the Network Reader can contain.
maxEnergy = "60000"
#Amount (joules) of energy the Network Reader can accept per tick.
chargeRate = "300"
#Energy usage in joules for each network reading.
energyUsage = "400"
#Portable Teleporter Settings
[gear.portable_teleporter]
#Maximum amount (joules) of energy the Portable Teleporter can contain.
maxEnergy = "1000000"
#Amount (joules) of energy the Portable Teleporter can accept per tick.
chargeRate = "5000"
#Delay in ticks before a player is teleported after clicking the Teleport button in the portable teleporter.
delay = 0
#Scuba Tank Settings
[gear.scuba_tank]
#Scuba Tank Gas Tank capacity in mB.
#Range: 1 ~ 9223372036854775807
maxGas = 24000
#Amount of oxygen the Scuba Tank Gas Tank can accept per tick.
#Range: 1 ~ 9223372036854775807
fillRate = 16
#Seismic Reader Settings
[gear.seismic_reader]
#Maximum amount (joules) of energy the Seismic Reader can contain.
maxEnergy = "12000"
#Amount (joules) of energy the Seismic Reader can accept per tick.
chargeRate = "60"
#Energy usage in joules required to use the Seismic Reader.
energyUsage = "250"
#Canteen Settings
[gear.canteen]
#Maximum amount of Nutritional Paste storable by the Canteen.
#Range: > 1
maxStorage = 64000
#Rate at which Nutritional Paste can be transferred into a Canteen.
#Range: > 1
transferRate = 128
#Meka-Tool Settings
[gear.mekatool]
#Base energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor)
energyUsage = "10"
#Silk touch energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor)
energyUsageSilk = "100"
#Cost in Joules of using the Meka-Tool to deal 4 units of damage.
energyUsageWeapon = "2000"
#Cost in Joules of using the Meka-Tool to teleport 10 blocks.
energyUsageTeleport = "1000"
#Maximum distance a player can teleport with the Meka-Tool.
maxTeleportReach = 100
#Base damage applied by the Meka-Tool without using any energy.
baseDamage = 4
#Efficiency of the Meka-Tool with energy but without any upgrades.
baseEfficiency = 4.0
#Energy capacity (Joules) of the Meka-Tool without any installed upgrades. Quadratically scaled by upgrades.
baseEnergyCapacity = "16000000"
#Amount (joules) of energy the Meka-Tool can accept per tick. Quadratically scaled by upgrades.
chargeRate = "100000"
#Cost in Joules of using the Meka-Tool as a hoe.
energyUsageHoe = "10"
#Cost in Joules of using the Meka-Tool as a shovel for making paths and dowsing campfires.
energyUsageShovel = "10"
#Cost in Joules of using the Meka-Tool as an axe for stripping logs, scraping, or removing wax.
energyUsageAxe = "10"
#Cost in Joules of using the Meka-Tool to shear entities.
energyUsageShearEntity = "10"
#Enable the 'Extended Vein Mining' mode for the Meka-Tool. (Allows vein mining everything not just ores/logs)
extendedMining = true
#MekaSuit Settings
[gear.mekasuit]
#Energy capacity (Joules) of MekaSuit items without any installed upgrades. Quadratically scaled by upgrades.
baseEnergyCapacity = "16000000"
#Amount (joules) of energy the MekaSuit can accept per tick. Quadratically scaled by upgrades.
chargeRate = "100000"
#Energy usage (Joules) of MekaSuit when adding 0.1 to jump motion.
baseJumpEnergyUsage = "1000"
#Energy usage (Joules) per second of the MekaSuit when flying with the Elytra Unit.
elytraEnergyUsage = "32000"
#Energy usage (Joules) of MekaSuit when lessening a potion effect.
energyUsagePotionTick = "40000"
#Energy cost/multiplier in Joules for reducing magic damage via the inhalation purification unit. Energy cost is: MagicDamage * energyUsageMagicPrevent. (1 MagicDamage is 1 half heart).
energyUsageMagicReduce = "1000"
#Energy cost/multiplier in Joules for reducing fall damage with MekaSuit Boots. Energy cost is: FallDamage * freeRunnerFallEnergyCost. (1 FallDamage is 1 half heart)
energyUsageFall = "50"
#Energy usage (Joules) of MekaSuit when adding 0.1 to sprint motion.
energyUsageSprintBoost = "100"
#Energy usage (Joules) of MekaSuit per tick when flying via Gravitational Modulation.
energyUsageGravitationalModulation = "1000"
#Charge rate of inventory items (Joules) per tick.
inventoryChargeRate = "10000"
#Solar recharging rate (Joules) of helmet per tick, per upgrade installed.
solarRechargingRate = "500"
#Energy usage (Joules) of MekaSuit per tick of using vision enhancement.
energyUsageVisionEnhancement = "500"
#Energy usage (Joules) of MekaSuit per half-food of nutritional injection.
energyUsageNutritionalInjection = "20000"
#Energy usage (Joules) of MekaSuit per unit of damage applied.
energyUsageDamage = "100000"
#Energy usage (Joules) of MekaSuit per tick of attracting a single item.
energyUsageItemAttraction = "250"
#Maximum amount of Nutritional Paste storable by the nutritional injection unit.
#Range: > 1
nutritionalMaxStorage = 128000
#Rate at which Nutritional Paste can be transferred into the nutritional injection unit.
#Range: > 1
nutritionalTransferRate = 256
#Maximum amount of Hydrogen storable in the jetpack unit.
#Range: 1 ~ 9223372036854775807
jetpackMaxStorage = 48000
#Rate at which Hydrogen can be transferred into the jetpack unit.
#Range: 1 ~ 9223372036854775807
jetpackTransferRate = 256
[gear.mekasuit.damage_absorption]
#Percent of damage taken from fall that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
fallDamageReductionRatio = 1.0
#Percent of damage taken from magic damage that can be absorbed by MekaSuit Helmet with Purification unit when it has enough power.
#Range: 0.0 ~ 1.0
magicDamageReductionRatio = 1.0
#Percent of damage taken from other non explicitly supported damage types that don't bypass armor when the MekaSuit has enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
unspecifiedDamageReductionRatio = 1.0
#Percent of damage taken from anvil that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
anvilDamageReductionRatio = 1.0
#Percent of damage taken from cactus that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
cactusDamageReductionRatio = 1.0
#Percent of damage taken from cramming that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
crammingDamageReductionRatio = 1.0
#Percent of damage taken from dragonBreath that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
dragonBreathDamageReductionRatio = 1.0
#Percent of damage taken from dryout that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
dryoutDamageReductionRatio = 1.0
#Percent of damage taken from fallingBlock that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
fallingBlockDamageReductionRatio = 1.0
#Percent of damage taken from flyIntoWall that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
flyIntoWallDamageReductionRatio = 1.0
#Percent of damage taken from generic that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
genericDamageReductionRatio = 1.0
#Percent of damage taken from hotFloor that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
hotFloorDamageReductionRatio = 1.0
#Percent of damage taken from inFire that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
inFireDamageReductionRatio = 1.0
#Percent of damage taken from inWall that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
inWallDamageReductionRatio = 1.0
#Percent of damage taken from lava that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
lavaDamageReductionRatio = 1.0
#Percent of damage taken from lightningBolt that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
lightningBoltDamageReductionRatio = 1.0
#Percent of damage taken from onFire that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
onFireDamageReductionRatio = 1.0
#Percent of damage taken from sweetBerryBush that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
sweetBerryBushDamageReductionRatio = 1.0
#Percent of damage taken from wither that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
witherDamageReductionRatio = 1.0
#Percent of damage taken from freeze that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
freezeDamageReductionRatio = 1.0
#Percent of damage taken from fallingStalactite that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
fallingStalactiteDamageReductionRatio = 1.0
#Percent of damage taken from stalagmite that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped.
#Range: 0.0 ~ 1.0
stalagmiteDamageReductionRatio = 1.0

View File

@ -0,0 +1,200 @@
#General Config. This config is synced from server to client.
[general]
#Log Mekanism packet names. Debug setting.
logPackets = false
#Disable to make the anchor upgrade not do anything.
allowChunkloading = true
#Enable this to allow dragging items from JEI into the target slot of Digital Miner filters.
easyMinerFilters = false
#How many ticks must pass until a block's active state is synced with the client, if it has been rapidly changing.
blockDeactivationDelay = 60
#Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"]
cardboardModBlacklist = []
#Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier.
transmitterAlloyUpgrade = true
#Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible).
#Range: > 1
maxUpgradeMultiplier = 10
#How much Boiler heat is immediately usable to convert water to steam.
boilerWaterConductivity = 0.7
#Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater.
heatPerFuelTick = 400.0
#Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heater's burn faster but produce the same amount of heat per item.
#Range: 1 ~ 1000
fuelwoodTickMultiplier = 1
#How much heat energy is created from one Joule of regular energy in the Resistive Heater.
#Range: 0.0 ~ 1.0
resistiveHeaterEfficiency = 0.6
#Amount of heat each Boiler heating element produces.
superheatingHeatTransfer = 1.6E7
#Displayed temperature unit in Mekanism GUIs.
#Allowed Values: K, C, R, F, STP
temperatureUnit = "K"
#Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments.
maxSolarNeutronActivatorRate = 64
#Dynamic Tank Settings
[general.dynamic_tank]
#Amount of fluid (mB) that each block of the dynamic tank contributes to the volume. Max = volume * fluidPerTank
#Range: 1 ~ 368224
fluidPerTank = 350000
#Amount of chemical (mB) that each block of the dynamic tank contributes to the volume. Max = volume * chemicalPerTank
#Range: 1 ~ 1581510980256305
chemicalPerTank = 16000000
#Auto Eject Settings
[general.auto_eject]
#Rate at which fluid gets auto ejected from tiles.
fluid = 1024
#Rate at which chemicals gets auto ejected from tiles.
#Range: 1 ~ 9223372036854775807
chemical = 1024
#The percentage of a tank's capacity to leave contents in when set to dumping excess.
#Range: 0.001 ~ 1.0
dumpExcessKeepRatio = 0.9
#Prefilled Tanks
[general.prefilled]
#Add filled creative fluid tanks to creative/JEI.
fluidTanks = true
#Add filled creative gas tanks to creative/JEI.
gasTanks = true
#Add filled creative infusion tanks to creative/JEI.
infusionTanks = true
#Add filled creative pigment tanks to creative/JEI.
pigmentTanks = true
#Add filled creative slurry tanks to creative/JEI.
slurryTanks = true
#Energy Conversion Rate Settings
[general.energy_conversion]
#Disables IC2 power integration. Requires world restart (server-side option in SMP).
blacklistIC2 = false
#Conversion multiplier from EU to Joules (EU * JoulePerEU = Joules)
JoulePerEU = "10"
#Conversion multiplier from Joules to EU (Joules * EUPerJoule = EU)
EUPerJoule = "0.1000"
#Disables Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP).
blacklistForge = false
#Conversion multiplier from Forge Energy to Joules (FE * JoulePerForgeEnergy = Joules)
JoulePerForgeEnergy = "2.5000"
#Conversion multiplier from Joules to Forge Energy (Joules * ForgeEnergyPerJoule = FE)
ForgeEnergyPerJoule = "0.4000"
#Disables Flux Networks higher throughput Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). Note: Disabling Forge Energy integration also disables this.
blacklistFluxNetworks = false
#How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity.
HydrogenEnergyDensity = "200"
#Burn time for Ethylene (1mB hydrogen + 2*bioFuel/tick*200ticks/100mB * 20x efficiency bonus).
#Range: > 1
EthyleneBurnTime = 40
#Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler.
maxEnergyPerSteam = "10"
#Displayed energy type in Mekanism GUIs.
#Allowed Values: J, FE, EU
energyType = "FE"
#Radiation Settings
[general.radiation]
#Enable worldwide radiation effects. Don't be a downer and disable this.
radiationEnabled = true
#The radius of chunks checked when running radiation calculations. The algorithm is efficient, but don't abuse it by making this crazy high.
#Range: 1 ~ 100
chunkCheckRadius = 5
#Radiation sources are multiplied by this constant roughly once per second to represent their emission decay. At the default rate, it takes roughly 10 hours to remove a 1,000 Sv/h (crazy high) source.
sourceDecayRate = 0.9995
#Radiated objects and entities are multiplied by this constant roughly once per second to represent their dosage decay.
targetDecayRate = 0.9995
#Defines the minimum severity radiation dosage severity (scale of 0 to 1) for which negative effects can take place. Set to 1 to disable negative effects completely.
#Range: 0.0 ~ 1.0
negativeEffectsMinSeverity = 0.1
#Amount of gas (mB) that can be stored in a Radioactive Waste Barrel.
#Range: 1 ~ 9223372036854775807
radioactiveWasteBarrelMaxGas = 512000
#Number of ticks required for radioactive gas stored in a Radioactive Waste Barrel to decay radioactiveWasteBarrelDecayAmount mB.
#Range: > 1
radioactiveWasteBarrelProcessTicks = 20
#Number of mB of gas that decay every radioactiveWasteBarrelProcessTicks ticks when stored in a Radioactive Waste Barrel. Set to zero to disable decay all together. (Gases in the mekanism:waste_barrel_decay_blacklist tag will not decay).
#Range: 0 ~ 9223372036854775807
radioactiveWasteBarrelDecayAmount = 1
#Digital Miner Settings
[general.digital_miner]
#Energy multiplier for using silk touch mode with the Digital Miner.
silkMultiplier = 12
#Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value).
#Range: > 1
maxRadius = 32
#Number of ticks required to mine a single block with a Digital Miner (without any upgrades).
#Range: > 1
ticksPerMine = 80
#Laser Settings
[general.laser]
#If enabled, lasers can break blocks and the flamethrower starts fires.
aestheticWorldDamage = true
#How far (in blocks) a laser can travel.
range = 64
#Energy needed to destroy or attract blocks with a Laser (per block hardness level).
energyNeededPerHardness = "100000"
#Energy used per half heart of damage being transferred to entities.
energyPerDamage = "2500"
#Oredictionificator Settings
[general.oredictionificator]
#The list of valid tag prefixes for the Oredictionificator. Note: It is highly recommended to only include well known/defined tag prefixes otherwise it is very easy to potentially add in accidental conversions of things that are not actually equivalent.
validItemFilters = ["forge:dusts/", "forge:ingots/", "forge:nuggets/", "forge:ores/", "forge:storage_blocks/"]
#Pump Settings
[general.pump]
#Maximum block distance to pull fluid from for the Electric Pump.
maxPumpRange = 80
#If enabled makes Water and Heavy Water blocks be removed from the world on pump.
pumpWaterSources = false
#Fluidic Plenisher stops after this many blocks.
maxPlenisherNodes = 4000
#Quantum Entangloporter Settings
[general.quantum_entangloporter]
#Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier energy cube capacity.
energyBuffer = "256000000"
#Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity.
#Range: > 1
fluidBuffer = 256000
#Maximum chemical buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity.
#Range: 1 ~ 9223372036854775807
chemicalBuffer = 8192000
#Block security/protection Settings
[general.security]
#Enable the security system for players to prevent others from accessing their machines. Does NOT affect Frequencies.
allowProtection = true
#Ops can bypass the block security restrictions if enabled.
opsBypassRestrictions = false
#Nutritional Paste Settings
[general.nutritional_paste]
#Saturation level of Nutritional Paste when eaten.
saturation = 0.8
#How much mB of Nutritional Paste equates to one 'half-food.'
mbPerFood = 50
#Thermal Evaporation Plant Settings
[general.thermal_evaporation]
#Thermal Evaporation Tower heat loss per tick.
heatDissipation = 0.02
#Temperature to amount produced ratio for Thermal Evaporation Tower.
tempMultiplier = 0.4
#Heat to absorb per Solar Panel array of Thermal Evaporation Tower.
solarMultiplier = 0.2
#Heat capacity of Thermal Evaporation Tower layers (increases amount of energy needed to increase temperature).
heatCapacity = 100.0
#SPS Settings
[general.sps]
#How much input gas (polonium) in mB must be processed to make 1 mB of antimatter.
#Range: > 1
inputPerAntimatter = 1000
#Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter).
energyPerInput = "1000000"

View File

@ -0,0 +1,74 @@
#Machine Energy Storage Config. This config is synced from server to client.
[storage]
#Base energy storage (Joules).
enrichmentChamber = "20000"
#Base energy storage (Joules).
osmiumCompressor = "80000"
#Base energy storage (Joules).
combiner = "40000"
#Base energy storage (Joules).
crusher = "20000"
#Base energy storage (Joules).
metallurgicInfuser = "20000"
#Base energy storage (Joules).
purificationChamber = "80000"
#Base energy storage (Joules).
energizedSmelter = "20000"
#Base energy storage (Joules).
digitalMiner = "50000"
#Base energy storage (Joules).
electricPump = "40000"
#Base energy storage (Joules).
chargePad = "2048000"
#Base energy storage (Joules).
rotaryCondensentrator = "20000"
#Base energy storage (Joules).
oxidationChamber = "80000"
#Base energy storage (Joules).
chemicalInfuser = "80000"
#Base energy storage (Joules).
chemicalInjectionChamber = "160000"
#Base energy storage (Joules).
electrolyticSeparator = "160000"
#Base energy storage (Joules).
precisionSawmill = "20000"
#Base energy storage (Joules).
chemicalDissolutionChamber = "160000"
#Base energy storage (Joules).
chemicalWasher = "80000"
#Base energy storage (Joules).
chemicalCrystallizer = "160000"
#Base energy storage (Joules).
seismicVibrator = "20000"
#Base energy storage (Joules).
pressurizedReactionBase = "2000"
#Base energy storage (Joules).
fluidicPlenisher = "40000"
#Base energy storage (Joules).
laser = "2000000"
#Base energy storage (Joules).
laserAmplifier = "5000000000"
#Base energy storage (Joules).
laserTractorBeam = "5000000000"
#Base energy storage (Joules).
formulaicAssemblicator = "40000"
#Base energy storage (Joules).
teleporter = "5000000"
#Base energy storage (Joules).
modificationStation = "40000"
#Base energy storage (Joules).
isotopicCentrifuge = "80000"
#Base energy storage (Joules).
nutritionalLiquifier = "40000"
#Base energy storage (Joules). Also defines max process rate.
antiprotonicNucleosynthesizer = "1000000000"
#Base energy storage (Joules).
pigmentExtractor = "40000"
#Base energy storage (Joules).
pigmentMixer = "80000"
#Base energy storage (Joules).
paintingMachine = "40000"
#Base energy storage (Joules). Also defines max output rate.
spsPort = "1000000000"

View File

@ -0,0 +1,73 @@
#Machine Energy Usage Config. This config is synced from server to client.
[usage]
#Energy per operation tick (Joules).
enrichmentChamber = "50"
#Energy per operation tick (Joules).
osmiumCompressor = "100"
#Energy per operation tick (Joules).
combiner = "50"
#Energy per operation tick (Joules).
crusher = "50"
#Energy per operation tick (Joules).
metallurgicInfuser = "50"
#Energy per operation tick (Joules).
purificationChamber = "200"
#Energy per operation tick (Joules).
energizedSmelter = "50"
#Energy per operation tick (Joules).
digitalMiner = "1000"
#Energy per operation tick (Joules).
electricPump = "100"
#Energy that can be transferred at once per charge operation (Joules).
chargePad = "1024000"
#Energy per operation tick (Joules).
rotaryCondensentrator = "50"
#Energy per operation tick (Joules).
oxidationChamber = "200"
#Energy per operation tick (Joules).
chemicalInfuser = "200"
#Energy per operation tick (Joules).
chemicalInjectionChamber = "400"
#Energy per operation tick (Joules).
precisionSawmill = "50"
#Energy per operation tick (Joules).
chemicalDissolutionChamber = "400"
#Energy per operation tick (Joules).
chemicalWasher = "200"
#Energy per operation tick (Joules).
chemicalCrystallizer = "400"
#Energy per operation tick (Joules).
seismicVibrator = "50"
#Energy per operation tick (Joules).
pressurizedReactionBase = "5"
#Energy per operation tick (Joules).
fluidicPlenisher = "100"
#Energy per operation tick (Joules).
laser = "10000"
#Energy per operation tick (Joules).
formulaicAssemblicator = "100"
#Energy per operation tick (Joules).
modificationStation = "100"
#Energy per operation tick (Joules).
isotopicCentrifuge = "200"
#Energy per operation tick (Joules).
nutritionalLiquifier = "200"
#Energy per operation tick (Joules).
antiprotonicNucleosynthesizer = "100000"
#Energy per operation tick (Joules).
pigmentExtractor = "200"
#Energy per operation tick (Joules).
pigmentMixer = "200"
#Energy per operation tick (Joules).
paintingMachine = "100"
#Teleporter
[usage.teleporter]
#Base Joules cost for a teleportation.
teleporterBase = "1000"
#Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2).
teleporterDistance = "10"
#Flat additional cost for interdimensional teleportation.
teleporterDimensionPenalty = "10000"

View File

@ -0,0 +1,264 @@
#Tier Config. This config is synced from server to client.
[tier]
#Energy Cubes
[tier.energy_cubes]
#Maximum number of Joules Basic energy cubes can store.
basicStorage = "4000000"
#Output rate in Joules of Basic energy cubes.
basicOutput = "4000"
#Maximum number of Joules Advanced energy cubes can store.
advancedStorage = "16000000"
#Output rate in Joules of Advanced energy cubes.
advancedOutput = "16000"
#Maximum number of Joules Elite energy cubes can store.
eliteStorage = "64000000"
#Output rate in Joules of Elite energy cubes.
eliteOutput = "64000"
#Maximum number of Joules Ultimate energy cubes can store.
ultimateStorage = "256000000"
#Output rate in Joules of Ultimate energy cubes.
ultimateOutput = "256000"
#Maximum number of Joules Creative energy cubes can store.
creativeStorage = "18446744073709551615.9999"
#Output rate in Joules of Creative energy cubes.
creativeOutput = "18446744073709551615.9999"
#Fluid Tanks
[tier.fluid_tanks]
#Storage size of Basic fluid tanks in mB.
#Range: > 1
basicStorage = 32000
#Output rate of Basic fluid tanks in mB.
#Range: > 1
basicOutput = 1000
#Storage size of Advanced fluid tanks in mB.
#Range: > 1
advancedStorage = 64000
#Output rate of Advanced fluid tanks in mB.
#Range: > 1
advancedOutput = 4000
#Storage size of Elite fluid tanks in mB.
#Range: > 1
eliteStorage = 128000
#Output rate of Elite fluid tanks in mB.
#Range: > 1
eliteOutput = 16000
#Storage size of Ultimate fluid tanks in mB.
#Range: > 1
ultimateStorage = 256000
#Output rate of Ultimate fluid tanks in mB.
#Range: > 1
ultimateOutput = 64000
#Storage size of Creative fluid tanks in mB.
#Range: > 1
creativeStorage = 2147483647
#Output rate of Creative fluid tanks in mB.
#Range: > 1
creativeOutput = 1073741823
#Chemical Tanks
[tier.chemical_tanks]
#Storage size of Basic chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicStorage = 64000
#Output rate of Basic chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicOutput = 1000
#Storage size of Advanced chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedStorage = 256000
#Output rate of Advanced chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedOutput = 16000
#Storage size of Elite chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteStorage = 1024000
#Output rate of Elite chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteOutput = 128000
#Storage size of Ultimate chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateStorage = 8192000
#Output rate of Ultimate chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateOutput = 512000
#Storage size of Creative chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
creativeStorage = 9223372036854775807
#Output rate of Creative chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
creativeOutput = 4611686018427387903
#Bins
[tier.bins]
#The number of items Basic bins can store.
#Range: > 1
basicStorage = 4096
#The number of items Advanced bins can store.
#Range: > 1
advancedStorage = 8192
#The number of items Elite bins can store.
#Range: > 1
eliteStorage = 32768
#The number of items Ultimate bins can store.
#Range: > 1
ultimateStorage = 262144
#The number of items Creative bins can store.
#Range: > 1
creativeStorage = 2147483647
#Induction
[tier.induction]
#Maximum number of Joules Basic induction cells can store.
basicStorage = "8000000000"
#Maximum number of Joules Advanced induction cells can store.
advancedStorage = "64000000000"
#Maximum number of Joules Elite induction cells can store.
eliteStorage = "512000000000"
#Maximum number of Joules Ultimate induction cells can store.
ultimateStorage = "4000000000000"
#Maximum number of Joules Basic induction providers can output or accept.
basicOutput = "256000"
#Maximum number of Joules Advanced induction providers can output or accept.
advancedOutput = "2048000"
#Maximum number of Joules Elite induction providers can output or accept.
eliteOutput = "16384000"
#Maximum number of Joules Ultimate induction providers can output or accept.
ultimateOutput = "131072000"
#Transmitters
[tier.transmitters]
#Universal Cables
[tier.transmitters.energy]
#Internal buffer in Joules of each Basic universal cable.
basicCapacity = "8000"
#Internal buffer in Joules of each Advanced universal cable.
advancedCapacity = "128000"
#Internal buffer in Joules of each Elite universal cable.
eliteCapacity = "1024000"
#Internal buffer in Joules of each Ultimate universal cable.
ultimateCapacity = "8192000"
#Mechanical Pipes
[tier.transmitters.fluid]
#Capacity of Basic mechanical pipes in mB.
#Range: > 1
basicCapacity = 2000
#Pump rate of Basic mechanical pipes in mB/t.
#Range: > 1
basicPullAmount = 250
#Capacity of Advanced mechanical pipes in mB.
#Range: > 1
advancedCapacity = 8000
#Pump rate of Advanced mechanical pipes in mB/t.
#Range: > 1
advancedPullAmount = 1000
#Capacity of Elite mechanical pipes in mB.
#Range: > 1
eliteCapacity = 32000
#Pump rate of Elite mechanical pipes in mB/t.
#Range: > 1
elitePullAmount = 8000
#Capacity of Ultimate mechanical pipes in mB.
#Range: > 1
ultimateCapacity = 128000
#Pump rate of Ultimate mechanical pipes in mB/t.
#Range: > 1
ultimatePullAmount = 32000
#Pressurized Tubes
[tier.transmitters.chemical]
#Capacity of Basic pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
basicCapacity = 4000
#Pump rate of Basic pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
basicPullAmount = 750
#Capacity of Advanced pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
advancedCapacity = 16000
#Pump rate of Advanced pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
advancedPullAmount = 2000
#Capacity of Elite pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
eliteCapacity = 256000
#Pump rate of Elite pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
elitePullAmount = 64000
#Capacity of Ultimate pressurized tubes in mB.
#Range: 1 ~ 9223372036854775807
ultimateCapacity = 1024000
#Pump rate of Ultimate pressurized tubes in mB/t.
#Range: 1 ~ 9223372036854775807
ultimatePullAmount = 256000
#Logistical Transporters
[tier.transmitters.items]
#Item throughput rate of Basic logistical transporters in items/half second.
#Range: > 1
basicPullAmount = 1
#Five times the travel speed in m/s of Basic logistical transporter.
#Range: > 1
basicSpeed = 5
#Item throughput rate of Advanced logistical transporters in items/half second.
#Range: > 1
advancedPullAmount = 16
#Five times the travel speed in m/s of Advanced logistical transporter.
#Range: > 1
advancedSpeed = 10
#Item throughput rate of Elite logistical transporters in items/half second.
#Range: > 1
elitePullAmount = 32
#Five times the travel speed in m/s of Elite logistical transporter.
#Range: > 1
eliteSpeed = 20
#Item throughput rate of Ultimate logistical transporters in items/half second.
#Range: > 1
ultimatePullAmount = 64
#Five times the travel speed in m/s of Ultimate logistical transporter.
#Range: > 1
ultimateSpeed = 50
#Thermodynamic Conductors
[tier.transmitters.heat]
#Conduction value of Basic thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
basicInverseConduction = 5.0
#Heat capacity of Basic thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
basicHeatCapacity = 1.0
#Insulation value of Basic thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
basicInsulation = 10.0
#Conduction value of Advanced thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
advancedInverseConduction = 5.0
#Heat capacity of Advanced thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
advancedHeatCapacity = 1.0
#Insulation value of Advanced thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
advancedInsulation = 400.0
#Conduction value of Elite thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
eliteInverseConduction = 5.0
#Heat capacity of Elite thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
eliteHeatCapacity = 1.0
#Insulation value of Elite thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
eliteInsulation = 8000.0
#Conduction value of Ultimate thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
ultimateInverseConduction = 5.0
#Heat capacity of Ultimate thermodynamic conductors.
#Range: 1.0 ~ 1.7976931348623157E308
ultimateHeatCapacity = 1.0
#Insulation value of Ultimate thermodynamic conductor.
#Range: 0.0 ~ 1.7976931348623157E308
ultimateInsulation = 100000.0

View File

@ -0,0 +1,460 @@
#World generation settings for Mekanism. This config is synced from server to client
[world_generation]
#Allows chunks to retrogen Mekanism ore blocks.
enableRegeneration = false
#Change this value to cause Mekanism to regen its ore in all loaded chunks.
#Range: > 0
userWorldGenVersion = 0
#Generation Settings for tin ore.
[world_generation.tin]
#Determines if tin ore should be added to world generation.
shouldGenerate = true
#small tin vein Generation Settings.
[world_generation.tin.small]
#Determines if small tin veins should be added to world generation. Note: Requires generating tin ore to be enabled.
shouldGenerate = true
#Chance that small tin veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 14
#Maximum number of blocks in a small tin vein.
#Range: 1 ~ 64
maxVeinSize = 4
#Maximum number of blocks in a small tin vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.0
#Distribution shape for placing small tin veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for small tin veins.
[world_generation.tin.small.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = -20
#Maximum (inclusive) height anchor for small tin veins.
[world_generation.tin.small.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 94
#large tin vein Generation Settings.
[world_generation.tin.large]
#Determines if large tin veins should be added to world generation. Note: Requires generating tin ore to be enabled.
shouldGenerate = true
#Chance that large tin veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 12
#Maximum number of blocks in a large tin vein.
#Range: 1 ~ 64
maxVeinSize = 9
#Maximum number of blocks in a large tin vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.0
#Distribution shape for placing large tin veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for large tin veins.
[world_generation.tin.large.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = -32
#Maximum (inclusive) height anchor for large tin veins.
[world_generation.tin.large.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 72
#Generation Settings for osmium ore.
[world_generation.osmium]
#Determines if osmium ore should be added to world generation.
shouldGenerate = true
#upper osmium vein Generation Settings.
[world_generation.osmium.upper]
#Determines if upper osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled.
shouldGenerate = true
#Chance that upper osmium veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 65
#Maximum number of blocks in a upper osmium vein.
#Range: 1 ~ 64
maxVeinSize = 7
#Maximum number of blocks in a upper osmium vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.0
#Distribution shape for placing upper osmium veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 8
#Minimum (inclusive) height anchor for upper osmium veins.
[world_generation.osmium.upper.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 72
#Maximum (inclusive) height anchor for upper osmium veins.
[world_generation.osmium.upper.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "BELOW_TOP"
#Value used for calculating y for the anchor based on the type.
value = -24
#middle osmium vein Generation Settings.
[world_generation.osmium.middle]
#Determines if middle osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled.
shouldGenerate = true
#Chance that middle osmium veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 6
#Maximum number of blocks in a middle osmium vein.
#Range: 1 ~ 64
maxVeinSize = 9
#Maximum number of blocks in a middle osmium vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.0
#Distribution shape for placing middle osmium veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for middle osmium veins.
[world_generation.osmium.middle.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = -32
#Maximum (inclusive) height anchor for middle osmium veins.
[world_generation.osmium.middle.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 56
#small osmium vein Generation Settings.
[world_generation.osmium.small]
#Determines if small osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled.
shouldGenerate = true
#Chance that small osmium veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 8
#Maximum number of blocks in a small osmium vein.
#Range: 1 ~ 64
maxVeinSize = 4
#Maximum number of blocks in a small osmium vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.0
#Distribution shape for placing small osmium veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "UNIFORM"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for small osmium veins.
[world_generation.osmium.small.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABOVE_BOTTOM"
#Value used for calculating y for the anchor based on the type.
value = 0
#Maximum (inclusive) height anchor for small osmium veins.
[world_generation.osmium.small.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 64
#Generation Settings for uranium ore.
[world_generation.uranium]
#Determines if uranium ore should be added to world generation.
shouldGenerate = true
#small uranium vein Generation Settings.
[world_generation.uranium.small]
#Determines if small uranium veins should be added to world generation. Note: Requires generating uranium ore to be enabled.
shouldGenerate = true
#Chance that small uranium veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 4
#Maximum number of blocks in a small uranium vein.
#Range: 1 ~ 64
maxVeinSize = 4
#Maximum number of blocks in a small uranium vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.0
#Distribution shape for placing small uranium veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for small uranium veins.
[world_generation.uranium.small.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABOVE_BOTTOM"
#Value used for calculating y for the anchor based on the type.
value = 0
#Maximum (inclusive) height anchor for small uranium veins.
[world_generation.uranium.small.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 8
#buried uranium vein Generation Settings.
[world_generation.uranium.buried]
#Determines if buried uranium veins should be added to world generation. Note: Requires generating uranium ore to be enabled.
shouldGenerate = true
#Chance that buried uranium veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 7
#Maximum number of blocks in a buried uranium vein.
#Range: 1 ~ 64
maxVeinSize = 9
#Maximum number of blocks in a buried uranium vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.75
#Distribution shape for placing buried uranium veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 16
#Minimum (inclusive) height anchor for buried uranium veins.
[world_generation.uranium.buried.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABOVE_BOTTOM"
#Value used for calculating y for the anchor based on the type.
value = -24
#Maximum (inclusive) height anchor for buried uranium veins.
[world_generation.uranium.buried.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABOVE_BOTTOM"
#Value used for calculating y for the anchor based on the type.
value = 56
#Generation Settings for fluorite ore.
[world_generation.fluorite]
#Determines if fluorite ore should be added to world generation.
shouldGenerate = true
#normal fluorite vein Generation Settings.
[world_generation.fluorite.normal]
#Determines if normal fluorite veins should be added to world generation. Note: Requires generating fluorite ore to be enabled.
shouldGenerate = true
#Chance that normal fluorite veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 5
#Maximum number of blocks in a normal fluorite vein.
#Range: 1 ~ 64
maxVeinSize = 5
#Maximum number of blocks in a normal fluorite vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.0
#Distribution shape for placing normal fluorite veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "UNIFORM"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for normal fluorite veins.
[world_generation.fluorite.normal.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABOVE_BOTTOM"
#Value used for calculating y for the anchor based on the type.
value = 0
#Maximum (inclusive) height anchor for normal fluorite veins.
[world_generation.fluorite.normal.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 23
#buried fluorite vein Generation Settings.
[world_generation.fluorite.buried]
#Determines if buried fluorite veins should be added to world generation. Note: Requires generating fluorite ore to be enabled.
shouldGenerate = true
#Chance that buried fluorite veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 3
#Maximum number of blocks in a buried fluorite vein.
#Range: 1 ~ 64
maxVeinSize = 13
#Maximum number of blocks in a buried fluorite vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 1.0
#Distribution shape for placing buried fluorite veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for buried fluorite veins.
[world_generation.fluorite.buried.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABOVE_BOTTOM"
#Value used for calculating y for the anchor based on the type.
value = 0
#Maximum (inclusive) height anchor for buried fluorite veins.
[world_generation.fluorite.buried.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 4
#Generation Settings for lead ore.
[world_generation.lead]
#Determines if lead ore should be added to world generation.
shouldGenerate = true
#normal lead vein Generation Settings.
[world_generation.lead.normal]
#Determines if normal lead veins should be added to world generation. Note: Requires generating lead ore to be enabled.
shouldGenerate = true
#Chance that normal lead veins generates in a chunk.
#Range: 1 ~ 256
perChunk = 8
#Maximum number of blocks in a normal lead vein.
#Range: 1 ~ 64
maxVeinSize = 9
#Maximum number of blocks in a normal lead vein.
#Range: 0.0 ~ 1.0
discardChanceOnAirExposure = 0.25
#Distribution shape for placing normal lead veins.
#Allowed Values: TRAPEZOID, UNIFORM
shape = "TRAPEZOID"
#Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle.
plateau = 0
#Minimum (inclusive) height anchor for normal lead veins.
[world_generation.lead.normal.minInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABOVE_BOTTOM"
#Value used for calculating y for the anchor based on the type.
value = -24
#Maximum (inclusive) height anchor for normal lead veins.
[world_generation.lead.normal.maxInclusive]
#Type of anchor.
#Absolute -> y = value
#Above Bottom -> y = minY + value
#Below Top -> y = depth - 1 + minY - value
#Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP
type = "ABSOLUTE"
#Value used for calculating y for the anchor based on the type.
value = 64
#Generation Settings for salt.
[world_generation.salt]
#Determines if salt should be added to world generation.
shouldGenerate = true
#Chance that salt generates in a chunk.
#Range: 1 ~ 2031
perChunk = 2
#Base radius of a vein of salt.
#Range: 1 ~ 4
minRadius = 2
#Extended variability (spread) for the radius in a vein of salt.
maxRadius = 3
#Number of blocks to extend up and down when placing a vein of salt.
#Range: 0 ~ 2031
halfHeight = 1

View File

@ -0,0 +1,15 @@
[client]
#Show item tags in tooltips (useful for custom EMC registration)
tagToolTips = false
#Show the EMC value as a tooltip on items and blocks
emcToolTips = true
#Requires holding shift to display the EMC value as a tooltip on items and blocks. Note: this does nothing if emcToolTips is disabled.
shiftEmcToolTips = false
#Show stats as tooltips for various ProjectE blocks
statToolTips = true
#Show DM pedestal functions in item tooltips
pedestalToolTips = true
#The Philosopher's Stone overlay softly pulsates
pulsatingOverlay = false

View File

@ -0,0 +1,10 @@
#Note: The majority of config options are in the server config file. If you do not see the server config file, try opening up a single player world. ProjectE uses one "server" config file for all worlds, for convenience in going from one world to another, but makes it be a "server" config file so that forge will automatically sync it when we connect to a multiplayer server.
[common]
#Enable more verbose debug logging
debugLogging = false
#The Tome of Knowledge can be crafted.
craftableTome = false
#Require full omega klein stars in the tome of knowledge and gem armor recipes. This is the same behavior that EE2 had.
fullKleinStars = false

View File

@ -0,0 +1,4 @@
{
"entries": [],
"__comment": "Use the in-game commands to edit this file"
}

View File

@ -0,0 +1,121 @@
[general]
#When the next EMC mapping occurs write the results to config/ProjectE/pregenerated_emc.json and only ever run the mapping again when that file does not exist, this setting is set to false, or an error occurred parsing that file.
pregenerate = false
#Want to take a look at the internals of EMC Calculation? Enable this to write all the conversions and setValue-Commands to config/ProjectE/mappingdump.json
dumpEverythingToFile = false
#Log known EMC Exploits. This can not and will not find all possible exploits. This will only find exploits that result in fixed/custom emc values that the algorithm did not overwrite. Exploits that derive from conversions that are unknown to ProjectE will not be found.
logEMCExploits = true
[CraftingMapper]
[CraftingMapper.MekRotary]
#Maps Mekanism rotary condensentrator recipes.
enabled = true
[CraftingMapper.MekElectrolysis]
#Maps Mekanism electrolytic separator recipes.
enabled = true
[CraftingMapper.MekItemStackToPigment]
#Maps Mekanism item stack to pigment recipes. (Pigment Extracting)
enabled = true
[CraftingMapper.MekDissolution]
#Maps Mekanism dissolution recipes.
enabled = true
[CraftingMapper.MekItemStackGasToItemStack]
#Maps Mekanism Machine recipes that go from item, gas to item. (Compressing, Purifying, Injecting)
enabled = true
[CraftingMapper.MekPaintingMachine]
#Maps Mekanism painting machine recipes.
enabled = true
[CraftingMapper.MekGasToGas]
#Maps Mekanism activating and centrifuging recipes.
enabled = true
[CraftingMapper.MekFluidSlurryToSlurry]
#Maps Mekanism washing recipes.
enabled = true
[CraftingMapper.MekItemStackToItemStack]
#Maps Mekanism Machine recipes that go from item to item. (Crushing, Enriching, Smelting)
enabled = true
[CraftingMapper.MekChemicalInfuser]
#Maps Mekanism chemical infuser recipes.
enabled = true
[CraftingMapper.MekSawmill]
#Maps Mekanism sawmill recipes. (Disabled by default, due to causing various EMC values to be removed pertaining to charcoal/wood)
enabled = false
[CraftingMapper.MekCombiner]
#Maps Mekanism combiner recipes.
enabled = true
[CraftingMapper.MekPressurizedReaction]
#Maps Mekanism pressurized reaction recipes.
enabled = false
[CraftingMapper.MekFluidToFluid]
#Maps Mekanism evaporating recipes.
enabled = true
[CraftingMapper.MekChemicalCrystallizer]
#Maps Mekanism crystallizing recipes.
enabled = true
[CraftingMapper.Smithing]
#Maps smithing recipes.
enabled = true
[CraftingMapper.MekMetallurgicInfuser]
#Maps Mekanism metallurgic infuser recipes.
enabled = true
[CraftingMapper.MekItemStackToGas]
#Maps Mekanism item stack to gas recipes. (Gas conversion, Oxidizing)
enabled = true
[CraftingMapper.MekPigmentMixer]
#Maps Mekanism pigment mixer recipes.
enabled = true
[CraftingMapper.FallbackRecipeType]
#Fallback for default handling of recipes that extend ICraftingRecipe, AbstractCookingRecipe, SingleItemRecipe, or SmithingRecipe. This will catch modded extensions of the vanilla recipe classes, and if the VanillaRecipeTypes mapper is disabled, this mapper will still catch the vanilla recipes.
enabled = true
[CraftingMapper.VanillaRecipeTypes]
#Maps the different vanilla recipe types.
enabled = true
[CraftingMapper.MekItemStackToInfuseType]
#Maps Mekanism item stack to infuse type conversion recipes.
enabled = true
[enabledMappers]
#Set EMC=0 for everything in the forge:raw_materials tag
RawOresBlacklistMapper = true
#Set EMC=0 for everything in the forge:ores tag
OresBlacklistMapper = true
#Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.RecipeManager
CraftingMapper = true
#Add Conversions for all lingering potions to arrow recipes
TippedArrowMapper = true
#Adds back and forth conversions of objects and their Tag variant. (EMC values assigned to tags will not behave properly if this mapper is disabled)
TagMapper = true
#Add Conversions for all weathered copper variants
WeatheredCopperMapper = true
#Add Conversions for Brewing Recipes
BrewingMapper = true
#Uses the `custom_emc.json` File to add EMC values.
CustomEMCMapper = true
#Allows other mods to easily set EMC values using the ProjectEAPI
APICustomEMCMapper = true
#Loads json files within datapacks (data/<domain>/pe_custom_conversions/*.json) to add values and conversions
CustomConversionMapper = true

View File

@ -0,0 +1,20 @@
#This config is used to control which NBT Processors get used, and which ones actually contribute to the persistent NBT data that gets saved to knowledge/copied in a condenser.
#To disable an NBT Processor set the 'enabled' option for it to false.
#To disable an NBT Processor from contributing to the persistent data set the 'persistent' option for it to false. Note: that if there is no persistent' config option, the NBT Processor never has any persistent data.
#The config options in this file are synced from server to client, as the processors get used dynamically to calculate/preview EMC values for items and are not included in the synced EMC mappings.
[processors]
#Reduces the EMC value the more damaged an item is.
[processors.DamageProcessor]
enabled = true
#Increases the EMC value to take into account any enchantments on an item.
[processors.EnchantmentProcessor]
enabled = false
persistent = false
#Increases the EMC value of the item to take into account any EMC the item has stored.
[processors.StoredEMCProcessor]
enabled = true

View File

@ -0,0 +1,104 @@
#All of the config options in this file are server side and will be synced from server to client. ProjectE uses one "server" config file for all worlds, for convenience in going from one world to another, but makes it be a "server" config file so that forge will automatically sync it when we connect to a multiplayer server.
[server]
[server.difficulty]
#Set to false to disable Gem Armor offensive abilities (helmet zap and chestplate explosion)
offensiveAbilities = false
#Amount of damage Katar 'C' key deals
#Range: 0.0 ~ 2.147483647E9
katarDeathAura = 1000.0
#Adjusting this ratio changes how much EMC is received when burning a item. For example setting this to 0.5 will return half of the EMC cost.
#Range: 0.1 ~ 1.0
covalenceLoss = 1.0
#How rounding occurs when Covalence Loss results in a burn value less than 1 EMC. If true the value will be rounded up to 1. If false the value will be rounded down to 0.
covalenceLossRounding = true
[server.items]
#Instead of vein mining the ore you right click with your Dark/Red Matter Pick/Star it vein mines all ores in an AOE around you like it did in ProjectE before version 1.4.4.
pickaxeAoeVeinMining = false
#Allows the Harvest Goddess Band to passively grow tall grass, flowers, etc, on top of grass blocks.
harvBandGrass = false
#If set to true, disables all radius-based mining functionality (right click of tools)
disableAllRadiusMining = false
#Enable Watch of Flowing Time
enableTimeWatch = true
#Allow the Evertide amulet to place water in dimensions that water evaporates. For example: The Nether.
opEvertide = false
[server.effects]
#Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus.
#Range: 0 ~ 256
timePedBonus = 18
#Factor the Watch of Flowing Time slows down mobs by while in the pedestal. Set to 1.0 for no slowdown.
#Range: 0.0 ~ 1.0
timePedMobSlowness = 0.1
#If true the Interdiction Torch only affects hostile mobs and projectiles. If false it affects all non blacklisted living entities.
interdictionMode = true
[server.misc]
#False requires your hand be empty for Gem Armor Offensive Abilities to be readied or triggered
unsafeKeyBinds = false
#Shows the EMC value of blocks when looking at them in Hwyla or TOP
hwylaTOPDisplay = true
[server.cooldown]
#Cooldown (in ticks) for various features in ProjectE. A cooldown of -1 will disable the functionality.
#A cooldown of 0 will allow the actions to happen every tick. Use caution as a very low value on features that run automatically could cause TPS issues.
[server.cooldown.cooldown]
#Cooldown for various items within the pedestal.
[server.cooldown.cooldown.pedestal]
#Delay between Archangel Smite shooting arrows while in the pedestal.
#Range: > -1
archangel = 40
#Delay between Body Stone healing 0.5 shanks while in the pedestal.
#Range: > -1
body = 10
#Delay between Evertide Amulet trying to start rain while in the pedestal.
#Range: > -1
evertide = 20
#Delay between Harvest Goddess trying to grow and harvest while in the pedestal.
#Range: > -1
harvest = 10
#Delay between Ignition Ring trying to light entities on fire while in the pedestal.
#Range: > -1
ignition = 40
#Delay between Life Stone healing both food and hunger by 0.5 shank/heart while in the pedestal.
#Range: > -1
life = 5
#Delay between Talisman of Repair trying to repair player items while in the pedestal.
#Range: > -1
repair = 20
#Delay between SWRG trying to smite mobs while in the pedestal.
#Range: > -1
swrg = 70
#Delay between Soul Stone healing 0.5 hearts while in the pedestal.
#Range: > -1
soul = 10
#Delay between Volcanite Amulet trying to stop rain while in the pedestal.
#Range: > -1
volcanite = 20
#Delay between Zero Ring trying to extinguish entities and freezing ground while in the pedestal.
#Range: > -1
zero = 40
#Cooldown for various items in regards to a player.
[server.cooldown.cooldown.player]
#A cooldown for firing projectiles
#Range: > -1
projectile = 0
#A cooldown for Gem Chestplate explosion
#Range: > -1
gemChest = 0
#Delay between Talisman of Repair trying to repair player items while in a player's inventory.
#Range: > -1
repair = 20
#Delay between heal attempts while in a player's inventory. (Soul Stone, Life Stone, Gem Helmet)
#Range: > -1
heal = 20
#Delay between feed attempts while in a player's inventory. (Body Stone, Life Stone, Gem Helmet)
#Range: > -1
feed = 20

View File

@ -0,0 +1,39 @@
{
"version": 6,
"FoodItems": {
"FriedEgg": true,
"BerryPie": true,
"HoneyedApple": true
},
"WateringCan": true,
"RoseGold": true,
"Ropes": true,
"EnchantmentPrecision": true,
"EnchantmentSpeed": true,
"Wrench": true,
"CopperPatina": true,
"AmethystLamp": true,
"Crossbows": true,
"TridentShard": true,
"GlowStick": true,
"GildedNetherite": true,
"DepthMeter": {
"enabled": true,
"displayElevationAlways": false
},
"MysteriousBundle": true,
"CompostableRottenFlesh": true,
"MusicDiscs": true,
"NoteBlockAmethystSounds": true,
"ShipwreckSpyglassLoot": true,
"PocketJukebox": true,
"ChickenNugget": true,
"PoweredRailsCopperRecipe": true,
"GoldRing": true,
"GlowBerryEatGlow": {
"enabled": true,
"duration": 5
},
"HastePotions": true,
"BundleRecipe": true
}

View File

@ -0,0 +1,28 @@
[client]
#TODO
disableColoredCableRecipesInJEI = true
showFacadesInJEI = true
#TODO
enableEffects = true
#TODO
useTerminalUseLargeFont = false
#TODO
useColoredCraftingStatus = true
#Power unit shown in AE UIs
#Allowed Values: AE, RF
PowerUnit = "AE"
#Show debugging GUI overlays
showDebugGuiOverlays = false
#Show a preview of part and facade placement
showPlacementPreview = true
[client.terminals]
#Should tooltips be searched. Performance impact
#Allowed Values: YES, NO, UNDECIDED
searchTooltips = "YES"
#Allowed Values: TALL, FULL, SMALL
terminalStyle = "TALL"
#Allowed Values: DEFAULT, REMEMBER_SEARCH, AUTO_FOCUS, AUTO_FOCUS_AND_REMEMBER_SEARCH, JEI, REI
terminalSearchMode = "DEFAULT"

View File

@ -0,0 +1,126 @@
[general]
unsupportedDeveloperTools = false
#Enables the ability of the Matter Cannon to break blocks.
matterCannonBlockDamage = true
#Enables the ability of Tiny TNT to break blocks.
tinyTntBlockDamage = true
#Server operators are not restricted by ME security terminal settings.
serverOpsIgnoreSecurity = true
#Changes the channel capacity that cables provide in AE2.
#Allowed Values: INFINITE, DEFAULT, X2, X3, X4
channels = "DEFAULT"
#The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.
#Range: 1 ~ 1024
pathfindingStepsPerTick = 4
[automation]
#TODO
formationPlaneEntityLimit = 128
[facades]
#Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.
allowBlockEntities = false
[craftingCPU]
craftingCalculationTimePerTick = 5
[crafting]
#Enable the in-world crafting of singularities.
inWorldSingularity = true
#Enable the in-world crafting of fluix crystals.
inWorldFluix = true
#Enable the in-world crafting of pure crystals.
inWorldCrystalGrowth = true
#Enable shift-clicking with the crafting units in hand to disassemble them.
disassemblyCrafting = true
[spatialio]
spatialPowerMultiplier = 1250.0
spatialPowerExponent = 1.35
[logging]
securityAuditLog = false
blockUpdateLog = false
packetLog = false
craftingLog = false
debugLog = false
gridLog = false
#Enable stack trace logging for the chunk loading debug command
chunkLoggerTrace = false
[battery]
#The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast.
#Range: 0.1 ~ 10.0
chargerChargeRate = 1.0
wirelessTerminal = 1600000
chargedStaff = 8000
entropyManipulator = 200000
portableCell = 20000
colorApplicator = 20000
matterCannon = 200000
[worldGen]
spawnPressesInMeteorites = true
generateQuartzOre = true
quartzOresPerCluster = 7
quartzOresClusterAmount = 20
quartzOresBiomeBlacklist = []
[wireless]
wirelessBaseCost = 8.0
wirelessCostMultiplier = 1.0
wirelessBaseRange = 16.0
wirelessBoosterRangeMultiplier = 1.0
wirelessBoosterExp = 1.5
wirelessHighWirelessCount = 64.0
wirelessTerminalDrainMultiplier = 1.0
[PortableCells]
#Allow disassembly of portable cells into the recipe ingredients using shift+right-click
allowDisassembly = true
[PortableCells.PowerRatios]
ForgeEnergy = 0.5
#Range: 0.01 ~ 1.7976931348623157E308
UsageMultiplier = 1.0
[PortableCells.Condenser]
MatterBalls = 256
Singularity = 256000
# 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.
[PortableCells.tickRates]
InterfaceMin = 5
InterfaceMax = 120
ImportBusMin = 5
ImportBusMax = 40
ExportBusMin = 5
ExportBusMax = 60
AnnihilationPlaneMin = 2
AnnihilationPlaneMax = 120
METunnelMin = 5
METunnelMax = 20
InscriberMin = 1
InscriberMax = 1
ChargerMin = 10
ChargerMax = 10
IOPortMin = 1
IOPortMax = 5
VibrationChamberMin = 10
VibrationChamberMax = 40
StorageBusMin = 5
StorageBusMax = 60
ItemTunnelMin = 5
ItemTunnelMax = 60
LightTunnelMin = 5
LightTunnelMax = 60
#Settings for in-world growth of crystals.
[PortableCells.inWorldCrystalGrowth]
#A fluid tag that identifies fluids that improve crystal growth speed. Does not affect growth with water/lava.
improvedFluidTag = ""
#The speed multiplier to use when the crystals are submerged in the improved fluid.
#Range: 1.0 ~ 10.0
improvedFluidMultiplier = 2.0

View File

@ -0,0 +1,586 @@
[general]
#Whether all players should get an Animal Dictionary when joining the world for the first time.
giveBookOnStartup = true
#Lava Opacity for the Lava Vision Potion.
#Range: 0.01 ~ 1.0
lavaVisionOpacity = 0.65
#Whether to disable certain aspects of the Lava Vision Potion. Enable if issues with shaders persist.
shadersCompat = false
#Whether bananas should drop from blocks tagged with #alexsmobs:drops_bananas
bananasDropFromLeaves = true
#1 out of this number chance for leaves to drop a banana when broken. Fortune is automatically factored in
#Range: > 0
bananaChance = 200
#Whether spiders should target fly mobs.
spidersAttackFlies = true
#Whether wolves should target moose mobs.
wolvesAttackMoose = true
#Whether polar bears should target seal mobs.
polarBearsAttackSeals = true
#Whether cats, ocelots and foxes should target jerboa mobs.
catsAndFoxesAttackJerboas = true
#Whether dolphins should target flying fish mobs.
dolphinsAttackFlyingFish = true
#Whether lava can be bottled with a right click of a glass bottle.
lavaBottleEnabled = true
#Whether bone serpents are neutral or hostile.
neutralBoneSerpents = false
#Maximum world y-level that cave centipedes can spawn at
#Range: -64 ~ 320
caveCentipedeSpawnHeight = 0
#Maximum world y-level that blobfish can spawn at
#Range: -64 ~ 320
blobfishSpawnHeight = 25
#Whether mimicubes spawns should be restricted solely to the end city structure or to whatever biome is specified in their respective biome config.
mimicubeSpawnInEndCity = true
#Whether mimicream can be used to duplicate items.
mimicreamRepair = true
#Blacklist for items that mimicream cannot make a copy of. Ex: "minecraft:stone_sword", "alexsmobs:blood_sprayer"
mimicreamBlacklist = ["alexsmobs:blood_sprayer", "alexsmobs:hemolymph_blaster"]
#Whether wild raccoons steal food from chests.
raccoonStealFromChests = true
#Whether fish oil gives players a special levitation effect.
fishOilMeme = true
#Whether soul vulture spawns should be restricted solely to the nether fossil structure or to whatever biome is specified in their respective biome config.
soulVultureSpawnOnFossil = true
#Whether acacia blossoms should drop from blocks tagged with #alexsmobs:drops_acacia_blossoms
acaciaBlossomsDropFromLeaves = true
#Whether wandering traders offer items like acacia blossoms, mosquito larva, crocodile egg, etc.
wanderingTraderOffers = true
#0 = no mungus biome transformation. 1 = mungus changes blocks, but not chunk's biome. 2 = mungus transforms blocks and biome of chunk.
#Range: 0 ~ 2
mungusBiomeTransformationType = 2
#List of all mungus mushrooms, biome transformations and surface blocks. Each is seperated by a |. Add an entry with a block registry name, biome registry name, and block registry name(for the ground).
mungusBiomeMatches = ["minecraft:red_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:brown_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:crimson_fungus|minecraft:crimson_forest|minecraft:crimson_nylium", "minecraft:warped_fungus|minecraft:warped_forest|minecraft:warped_nylium"]
#Whether guster spawns are limited to when it is raining/thundering.
limitGusterSpawnsToWeather = true
#Whether Crimson Mosquitoes can transform into Warped Moscos if attacking a Mungus or any listed creature.
warpedMoscoTransformation = true
#List of extra(non mungus) mobs that will trigger a crimson mosquito to become a warped mosquito. Ex: "minecraft:mooshroom", "alexsmobs:warped_toad"
warpedMoscoMobTriggers = [""]
#True if straddleboard enchants are enabled.
straddleboardEnchants = true
#Whether emu should target skeletons.
emuTargetSkeletons = true
#Percent chance for emu leggings to dodge projectile attacks.
#Range: 0.0 ~ 1.0
emuPantsDodgeChance = 0.45
#Whether cachalots can destroy wood blocks if angry.
cachalotDestruction = true
#Relative volume of cachalot whales compared to other animals. Note that irl they are the loudest animal. Turn this down if you find their clicks annoying.
#Range: 0.0 ~ 10.0
cachalotVolume = 3.0
#Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony.
#Range: 0.0 ~ 1.0
leafcutterAntFungusGrowChance = 0.3
#How many feedings of leaves does a leafcutter colony need in order to regain a worker ant, if below half the max members.
#Range: 2 ~ 100000
leafcutterAntRepopulateFeedings = 25
#Max number of ant entities allowed inside a leafcutter anthill.
#Range: 2 ~ 100000
leafcutterAntColonySize = 20
#Percent chance for leafcutter ants to break leaves blocks when harvesting. Set to zero so that they can not break any blocks.
#Range: 0.0 ~ 1.0
leafcutterAntBreakLeavesChance = 0.2
#Makes eagles teleport back to their owner if they get stuck during controlled flight. Useful for when playing with the Optifine mod, since this mod is the fault of many issues with the falconry system.
falconryTeleportsBack = false
#Makes Tarantula Hawks fireproof, perfect if you also want these guys to spawn in the nether.
fireproofTarantulaHawk = false
#List of dimensions in which spawning void worms via mysterious worm items is allowed.
voidWormSpawnDimensions = ["minecraft:the_end"]
#All void worm damage is scaled to this.
#Range: 0.0 ~ 100.0
voidWormDamageModifier = 1.0
#Max Health of the void worm boss.
#Range: 0.0 ~ 1000000.0
voidWormMaxHealth = 160.0
#Whether the void worm boss is summonable or not, via the mysterious worm item.
voidWormSummonable = true
#Whether seagulls should steal food out of players' hotbar slots.
seagullStealing = true
#List of items that seagulls cannot take from players.
seagullStealingBlacklist = []
#Whether the Clinging Potion effect should flip the screen. Warning: may cause nausea.
clingingFlipEffect = false
#Percent chance of getting Pigshoes from Piglin Bartering. Set to zero to disable.
#Range: 0.0 ~ 1.0
tusklinShoesBarteringChance = 0.02500000037252903
#The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern.
#Range: 1.0 ~ 10000.0
rainbowGlassFidelity = 16.0
#Whether Rabbits can transform into Bunfungus if fed Mungal spores.
bunfungusTransformation = true
#True if some Alex's Mobs items should spawn in loot chests.
addLootToChests = true
[general.spawning]
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
grizzlyBearSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
grizzlyBearSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
roadrunnerSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
roadrunnerSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
boneSerpentSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
boneSeprentSpawnRolls = 40
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gazelleSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gazelleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crocodileSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crocSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flySpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flySpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
hummingbirdSpawnWeight = 19
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
hummingbirdSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
orcaSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
orcaSpawnRolls = 6
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sunbirdSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sunbirdSpawnRolls = 15
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gorillaSpawnWeight = 50
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gorillaSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crimsonMosquitoSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crimsonMosquitoSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rattlesnakeSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rattlesnakeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
endergradeSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
endergradeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
hammerheadSharkSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
hammerheadSharkSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
lobsterSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
lobsterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
komodoDragonSpawnWeight = 16
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
komodoDragonSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
capuchinMonkeySpawnWeight = 55
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
capuchinMonkeySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
caveCentipedeSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
caveCentipedeSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
warpedToadSpawnWeight = 80
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
warpedToadSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mooseSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mooseSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mimicubeSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mimicubeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
raccoonSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
raccoonSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
blobfishSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
blobfishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sealSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sealSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cockroachSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cockroachSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
shoebillSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
shoebillSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
elephantSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
elephantSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
soulVultureSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
soulVultureSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
snowLeopardSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
snowLeopardSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
spectreSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
spectreSpawnRolls = 5
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crowSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crowSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
alligatorSnappingTurtleSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
alligatorSnappingTurtleSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mungusSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mungusSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mantisShrimpSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mantisShrimpSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gusterSpawnWeight = 35
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gusterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn. NOTE: By default the warped mosco doesn't spawn in any biomes.
#Range: 0 ~ 1000
warpedMoscoSpawnWeight = 1
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
warpedMoscoSpawnRolls = 1000
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
straddlerSpawnWeight = 85
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
straddlerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
stradpoleSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
stradpoleSpawnRolls = 3
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
emuSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
emuSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
platypusSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
platypusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
dropbearSpawnWeight = 19
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
dropbearSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tasmanianDevilSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tasmanianDevilSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
kangarooSpawnWeight = 25
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
kangarooSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cachalotWhaleSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cachalotWhaleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
enderiophageSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
enderiophageSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
baldEagleSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
baldEagleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tigerSpawnWeight = 100
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tigerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tarantulaHawkSpawnWeight = 6
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tarantulaHawkSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
voidWormSpawnWeight = 0
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
voidWormSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
frilledSharkSpawnWeight = 11
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
frilledSharkSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mimicOctopusSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mimicOctopusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
seagullSpawnWeight = 21
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
seagullSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
froststalkerSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
froststalkerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tusklinSpawnWeight = 18
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tusklinSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
laviathanSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
laviathanSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cosmawSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cosmawSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
toucanSpawnWeight = 23
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
toucanSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
manedWolfSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
manedWolfSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
anacondaSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
anacondaSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
anteaterSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
anteaterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rockyRollerSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rockyRollerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flutterSpawnWeight = 13
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flutterSpawnRolls = 0
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
geladaMonkeySpawnWeight = 3
#Minimum world y-level that gelada monkeys can spawn at
#Range: -64 ~ 320
geladaMonkeySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
jerboaSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
jerboaSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
terrapinSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
terrapinSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
combJellySpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
combJellySpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cosmicCodSpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cosmicCodSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bunfungusSpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bunfungusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bisonSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bisonSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
giantSquidSpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
giantSquidSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
#Range: 0 ~ 1000
devilsHolePupfishSpawnWeight = 23
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
#Range: > 0
devilsHolePupfishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
catfishSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
catfishSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flyingFishSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flyingFishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
skelewagSpawnWeight = 25
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
skelewagSpawnRolls = 0
[general.spawning.uniqueSpawning]
#Whether to enable beached cachalot whales to spawn on beaches during thunder storms.
beachedCachalotWhales = true
#Percent chance increase for each failed attempt to spawn a beached cachalot whale. Higher value = more spawns.
#Range: 0 ~ 100
beachedCachalotWhaleSpawnChance = 5
#Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders.
#Range: > 0
beachedCachalotWhaleSpawnDelay = 24000
#Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning.
#Range: 0.0 ~ 1.0
leafcutterAnthillSpawnChance = 0.004999999888241291
#Whether to restrict all pupfish spawns to one chunk (similar to real life) or have them only obey their spawn config.
restrictPupfishSpawns = true
#The maximum distance a pupfish spawn chunk is from world spawn(0, 0) in blocks.
#Range: 2 ~ 1000000000
pupfishChunkSpawnDistance = 2000
#Whether to restrict all skelewag spawns to shipwreck structures.
restrictSkelewagSpawns = true
[general.spawning.uniqueSpawning.dangerZone]
#Its been so long...
superSecretSettings = false

View File

@ -0,0 +1,23 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "swamp"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tundra_bog"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "swamp"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "jungle"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mountain"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:grove"
}
]
]
}

View File

@ -0,0 +1,33 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "plains"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "savanna"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "hot"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:meadow"
}
]
]
}

View File

@ -0,0 +1,39 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_lukewarm_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_cold_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_frozen_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:ocean"
}
]
]
}

View File

@ -0,0 +1,11 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "nether"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mushroom"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "rare"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "beach"
}
]
]
}

View File

@ -0,0 +1,42 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "cold"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:lukewarm_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_lukewarm_ocean"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "jungle"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:bamboo_jungle"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "swamp"
}
]
]
}

View File

@ -0,0 +1,33 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "swamp"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "river"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "cold"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "mushroom"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "mushroom"
}
]
]
}

View File

@ -0,0 +1,18 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:frozen_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_frozen_ocean"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:the_end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:small_end_islands"
}
]
]
}

View File

@ -0,0 +1,11 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "end"
}
]
]
}

View File

@ -0,0 +1,39 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:crimson_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:crimson_gardens"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:visceral_heap"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:ash_barrens"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:infernal_dunes"
}
]
]
}

View File

@ -0,0 +1,47 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "swamp"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "river"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "cold"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tundra_bog"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tropic_beach"
}
]
]
}

View File

@ -0,0 +1,38 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "savanna"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "forest"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "savanna"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "plains"
}
]
]
}

View File

@ -0,0 +1,11 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
}
]
]
}

View File

@ -0,0 +1,18 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:nether_wastes"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:crystalline_chasm"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "savanna"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "savanna"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mesa"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "savanna"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:the_end"
}
]
]
}

View File

@ -0,0 +1,31 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:the_end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:end_barrens"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:end_highlands"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:small_end_islands"
}
]
]
}

View File

@ -0,0 +1,11 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:lush_caves"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": true,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "ocean"
}
]
]
}

View File

@ -0,0 +1,36 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "cold"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "hot"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:deep_ocean"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:deep_lukewarm_ocean"
}
]
]
}

View File

@ -0,0 +1,39 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_lukewarm_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_cold_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_frozen_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:ocean"
}
]
]
}

View File

@ -0,0 +1,18 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:ice_spikes"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:frozen_peaks"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "savanna"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "savanna"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "plains"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "plateau"
}
]
]
}

View File

@ -0,0 +1,32 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_lukewarm_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_cold_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:deep_frozen_ocean"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "jungle"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:bamboo_jungle"
}
]
]
}

View File

@ -0,0 +1,33 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "forest"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "forest"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:sparse_jungle"
}
]
]
}

View File

@ -0,0 +1,26 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "dry"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "sandy"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
}
]
]
}

View File

@ -0,0 +1,37 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:flower_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:sunflower_plains"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "jungle"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:meadow"
}
]
]
}

View File

@ -0,0 +1,38 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "desert"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "dry"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "sandy"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mesa"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "savanna"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "jungle"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "dense"
}
]
]
}

View File

@ -0,0 +1,11 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "nether"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "jungle"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:bamboo_jungle"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "beach"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "savanna"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "savanna"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
}
]
]
}

View File

@ -0,0 +1,26 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:deep_warm_ocean"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:the_end"
}
]
]
}

View File

@ -0,0 +1,45 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "snowy"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "wasteland"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "snowy"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tundra_bog"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mushroom"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "rare"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "cold"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "river"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "cold"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tundra_bog"
}
]
]
}

View File

@ -0,0 +1,38 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "savanna"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "forest"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "savanna"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "plains"
}
]
]
}

View File

@ -0,0 +1,50 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mesa"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "dry"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "sandy"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "desert"
}
]
]
}

View File

@ -0,0 +1,50 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mesa"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "dry"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "sandy"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "desert"
}
]
]
}

View File

@ -0,0 +1,11 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:dripstone_caves"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "beach"
}
]
]
}

View File

@ -0,0 +1,33 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "beach"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "snowy"
}
]
]
}

View File

@ -0,0 +1,23 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "swamp"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tundra_bog"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "ocean"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "cold"
}
]
]
}

View File

@ -0,0 +1,42 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mountain"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "snowy"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:snowy_slopes"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:frozen_peaks"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:jagged_peaks"
}
]
]
}

View File

@ -0,0 +1,25 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:soul_sand_valley"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:warped_desert"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:weeping_valley"
}
]
]
}

View File

@ -0,0 +1,16 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "end"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:the_end"
}
]
]
}

View File

@ -0,0 +1,32 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:basalt_deltas"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:withered_abyss"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:volcanic_deltas"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:withered_forest"
}
]
]
}

View File

@ -0,0 +1,32 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:basalt_deltas"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:withered_abyss"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:volcanic_deltas"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:withered_forest"
}
]
]
}

View File

@ -0,0 +1,37 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "mountain"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:snowy_slopes"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:frozen_peaks"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:jagged_peaks"
}
]
]
}

View File

@ -0,0 +1,38 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_CATEGORY",
"negate": false,
"value": "desert"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "hot"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "dry"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "sandy"
}
]
]
}

View File

@ -0,0 +1,31 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "savanna"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "forest"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "cold"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:sparse_jungle"
}
]
]
}

View File

@ -0,0 +1,28 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "river"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "cold"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:tundra_bog"
}
]
]
}

View File

@ -0,0 +1,44 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:bamboo_jungle"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:bamboo_blossom_grove"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:cherry_blossom_grove"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:sakura_grove"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:sakura_valley"
}
]
]
}

View File

@ -0,0 +1,21 @@
{
"biomes": [
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "jungle"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:bamboo_jungle"
}
]
]
}

View File

@ -0,0 +1,33 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:ice_spikes"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "snowy"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "forest"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "mountain"
}
]
]
}

View File

@ -0,0 +1,3 @@
{
"biomes": []
}

View File

@ -0,0 +1,3 @@
{
"biomes": []
}

View File

@ -0,0 +1,39 @@
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:warped_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:crimson_gardens"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:warped_desert"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:inverted_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "incendium:quartz_flats"
}
]
]
}

View File

@ -0,0 +1,12 @@
#Lighting
[lights]
#If dynamic lights are enabled
lightsEnabled = false
#How bright the touch light is
#Range: 0 ~ 15
touchLightLuminance = 8
#How long the touch light lasts in ticks
#Range: 0 ~ 40
touchLightDuration = 8

View File

@ -0,0 +1,101 @@
#General settings
[general]
#Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list.
dimensionBlacklist = []
#Rate of tree spawn per chunk
#Range: > 0
treeWeight = 100
#Spawn Mana Berry Bushes in the world
genBerries = true
#Spawn a book in the players inventory on login
spawnBook = true
#How often Carbuncles spawn
#Range: 0 ~ 100
carbuncleWeight = 5
#How often Sylphs spawn
#Range: 0 ~ 100
sylphWeight = 5
#How often Drygmys spawn
#Range: 0 ~ 100
drygmyWeight = 3
#How much mana sylphs consume per generation
#Range: 0 ~ 10000
sylphManaCost = 250
#How often Wilden Guardians spawn
#Range: 0 ~ 200
wguardianWeight = 50
#How often Wilden Stalkers spawn
#Range: 0 ~ 200
wstalkerWeight = 50
#How often Wilden Hunter spawn
#Range: 0 ~ 200
whunterWeight = 50
#Should the Wilden Hunter attack animals?
hunterHuntsAnimals = true
#Should the Wilden Stalker attack animals?
stalkerHuntsAnimals = false
#Should the Wilden Defender attack animals?
defenderHuntsAnimals = false
[drygmy_production]
#How much source drygmys consume per generation
#Range: 0 ~ 10000
drygmyManaCost = 1000
#How many channels must occur before a drygmy produces loot
#Range: 0 ~ 300
drygmyMaxProgress = 20
#Bonus number of items a drygmy produces per unique mob
#Range: 0 ~ 300
drygmyUniqueBonus = 2
#Base number of items a drygmy produces per cycle before bonuses.
#Range: > -2147483648
drygmyBaseItems = 1
#Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item.
#Range: 0 ~ 300
drygmyQuantityCap = 5
#Mana
[mana]
#Base mana regen in seconds
#Range: > 0
baseRegen = 5
#Base max mana
#Range: > 0
baseMax = 100
#How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended.
#Range: 1 ~ 20
updateInterval = 5
#Max mana bonus per glyph
#Range: > 0
glyphmax = 15
#Max mana bonus for tier of book
#Range: > 0
tierMax = 50
#Mana Boost value per level
#Range: > 0
manaBoost = 25
#(enchantment) Mana regen per second per level
#Range: > 0
manaRegenEnchantment = 2
#Regen bonus per glyph
#Range: 0.0 ~ 2.147483647E9
glyphRegen = 0.33
#Regen bonus per potion level
#Range: > 0
potionRegen = 10
[Spells]
#Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceCapOnCast = true
#Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceGlyphLimitOnCast = true
#Items
[Spells.item]
#Cost per glyph in a codex
#Range: > 0
codexCost = 10
#Spawn Caster Tomes in Dungeon Loot?
spawnTomes = true

View File

@ -0,0 +1,14 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647

View File

@ -0,0 +1,14 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 20
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647

Some files were not shown because too many files have changed in this diff Show More