Re-added radium and changed server configurations.

Increased server capacity to 8.

Decreased watch of flowing time bonus ticks to 2.
This commit is contained in:
2022-06-28 09:33:14 -05:00
parent 3bc9438caf
commit 51c272c2ed
23 changed files with 256 additions and 68 deletions

View File

@@ -71,4 +71,6 @@
paintingMachine = "40000"
#Base energy storage (Joules). Also defines max output rate.
spsPort = "1000000000"
#Base energy storage (Joules).
dimensionalStabilizer = "40000"

View File

@@ -61,6 +61,8 @@
pigmentMixer = "200"
#Energy per operation tick (Joules).
paintingMachine = "100"
#Energy per chunk per tick (Joules).
dimensionalStabilizer = "5000"
#Teleporter
[usage.teleporter]

View File

@@ -6,5 +6,5 @@
#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
fullKleinStars = true

View File

@@ -29,7 +29,7 @@
[server.effects]
#Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus.
#Range: 0 ~ 256
timePedBonus = 8
timePedBonus = 2
#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

View File

@@ -13,13 +13,13 @@
#How often Carbuncles spawn
#Range: 0 ~ 100
carbuncleWeight = 5
#How often Sylphs spawn
#How often Whirlisprigs spawn
#Range: 0 ~ 100
sylphWeight = 5
#How often Drygmys spawn
#Range: 0 ~ 100
drygmyWeight = 3
#How much mana sylphs consume per generation
#How much mana whirlisprigs consume per generation
#Range: 0 ~ 10000
sylphManaCost = 250
#How often Wilden Guardians spawn
@@ -37,6 +37,9 @@
stalkerHuntsAnimals = false
#Should the Wilden Defender attack animals?
defenderHuntsAnimals = false
#How much progress whirlisprigs must accumulate before creating resources
#Range: 0 ~ 10000
whirlisprigProgress = 250
[drygmy_production]
#How much source drygmys consume per generation

View File

@@ -0,0 +1,14 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 5
#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,17 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 25
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []

View File

@@ -0,0 +1,23 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Potion duration, in seconds
#Range: > 0
potion_time = 60
#Extend time duration, in seconds
#Range: > 0
extend_time = 15

View File

@@ -0,0 +1,23 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 150
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Base duration in seconds
#Range: > 0
duration = 15
#Extend time duration, in seconds
#Range: > 0
extend_time = 10

View File

@@ -3,7 +3,7 @@
#The minimum chunk view distance allowed to use. Default: 4
#Range: 3 ~ 200
minChunkViewDist = 5
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 12
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 15
#Range: 1 ~ 200
maxChunkViewDist = 12
#The minimum simulation distance allowed to use. Default: 4

View File

@@ -26,4 +26,5 @@ preferredOres = ["immersiveengineering", "minecraft"]
curios = true
computercraft = true
oc2 = true
crafttweaker = true

View File

@@ -3,6 +3,10 @@
// the mead of kvasir as usual but the portal to alfheim will not work.
"enableAlfheim": true,
// Whether players that manage to get to alfheim via another mod but have not drunk the mead of kvasir
// should get a blindness effect..
"lockAlfheim": true,
// Whether to replace the recipe for the Gaia Pylon with a recipe that requires Alfsteel.
"replaceGaiaRecipe": true,

View File

@@ -1,40 +1,40 @@
{
"Description": "Stores the layout of Pneumatic Armor HUD elements",
"stats": {
"power": {
"hud_layout": {
"pneumaticcraft:core_components": {
"x": 0.995,
"y": 0.005,
"leftSided": true
},
"message": {
"x": 0.005,
"y": 0.15,
"leftSided": false
},
"blockTracker": {
"x": 0.995,
"y": 0.1,
"leftSided": true
},
"entityTracker": {
"x": 0.995,
"y": 0.2,
"leftSided": true
},
"itemSearch": {
"pneumaticcraft:search": {
"x": 0.005,
"y": 0.1,
"leftSided": false
},
"airCon": {
"pneumaticcraft:block_tracker": {
"x": 0.995,
"y": 0.1,
"leftSided": true
},
"pneumaticcraft:jet_boots": {
"x": 0.7,
"y": 0.005,
"leftSided": true
},
"pneumaticcraft:air_conditioning": {
"x": 0.5,
"y": 0.005,
"leftSided": false
},
"jetBoots": {
"x": 0.7,
"y": 0.005,
"pneumaticcraft:entity_tracker": {
"x": 0.995,
"y": 0.2,
"leftSided": true
},
"pneumaticcraft:core_components_message": {
"x": 0.005,
"y": 0.15,
"leftSided": false
}
}
}

View File

@@ -365,6 +365,8 @@
"Overleveled Books Glow Rainbow" = true
#Format is lootTable,weight. i.e. "minecraft:chests/stronghold_library,30"
"Loot Tables" = ["minecraft:chests/stronghold_library,30", "minecraft:chests/simple_dungeon,20", "minecraft:chests/bastion_treasure,25", "minecraft:chests/woodland_mansion,15", "minecraft:chests/nether_bridge,0", "minecraft:chests/underwater_ruin_big,0", "minecraft:chests/underwater_ruin_small,0", "quark:misc/monster_box,5"]
#Master Librarians will offer to exchange Ancient Tomes, provided you give them a max-level Enchanted Book of the Tome's enchantment too.
"Librarians Exchange Ancient Tomes" = true
[tools.ambient_discs]
"Drop On Spider Kill" = true
@@ -1633,6 +1635,8 @@
#An array of influences that other blocks should apply.
#Format is: "blockstate;strength;color;enchantments", i.e. "minecraft:sea_pickle[pickles=1,waterlogged=false];1;#008000;minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide" (etc) or "minecraft:anvil[facing=north];#808080;-minecraft:thorns,minecraft:unbreaking" (etc)
"States To Influences" = []
#Candles with soul sand below them or below the bookshelves dampen enchantments instead of influence them.
"Soul Candles Invert" = true
[oddities.magnets]
#Any items you place in this list will be derived so that any block made of it will become magnetizable

View File

@@ -10,4 +10,6 @@
enable_thin_block_handler = true
#When enabled carpets on top of scaffolding can be passed through just like snow
enable_carpet_passthrough = true
#When enabled using bonemeal on a stripped log restores the bark
bonemeal_restores_bark = true

View File

@@ -14,6 +14,17 @@
#If true, anvils will show all metal variants. If false, shows only a variant with the default texture
showAllAnvilVariants = true
#Tweaks to vanilla damage sources to better work with armor
[gameplay.damageTweaks]
#Makes withering damage count as magic
wither = true
#Makes dragons breath count as magic
dragon_breath = true
#Makes falling blocks count as projectile
falling_block = false
#Makes lightning count as fire damage
lightning = true
#Options related to recipes, limited options as a datapack allows most recipes to be modified
[recipes]
#Add a recipe that allows you to craft a piece of flint using 3 gravel
@@ -24,7 +35,7 @@
witherBoneDrop = true
#Allows converting wither bones to regular bones
witherBoneConversion = true
#Slimealls not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod
#Slimeballs not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod
slimeRecipeFix = true
#Fixes clear glass not being usable in vanilla recipes that require glass. Config option exists to disable easily in case this fix is redundant to another mod
glassRecipeFix = true

View File

@@ -1,5 +1,5 @@
#Don't put comments; they get removed
#Wed May 25 13:22:59 CDT 2022
#Wed Jun 22 21:38:36 CDT 2022
max-super-pickaxe-size=5
use-inventory-creative-override=false
use-inventory-override=false