Create mod buffs - smoother lava animation - uncapped some apoth enchants
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
# The max level of this enchantment available from loot sources.
|
||||
# Default: 4; Range: [1 ~ 127]
|
||||
I:"Max Loot Level"=4
|
||||
I:"Max Loot Level"=127
|
||||
|
||||
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
|
||||
# Default:
|
||||
@ -516,7 +516,7 @@
|
||||
"minecraft:sharpness" {
|
||||
# The max level of this enchantment - originally 5.
|
||||
# Default: 9; Range: [1 ~ 127]
|
||||
I:"Max Level"=9
|
||||
I:"Max Level"=127
|
||||
|
||||
# The max level of this enchantment available from loot sources.
|
||||
# Default: 5; Range: [1 ~ 127]
|
||||
@ -708,14 +708,14 @@
|
||||
}
|
||||
|
||||
|
||||
"minecraft:looting" {
|
||||
"minecraft:" {
|
||||
# The max level of this enchantment - originally 3.
|
||||
# Default: 8; Range: [1 ~ 127]
|
||||
I:"Max Level"=8
|
||||
I:"Max Level"=127
|
||||
|
||||
# The max level of this enchantment available from loot sources.
|
||||
# Default: 3; Range: [1 ~ 127]
|
||||
I:"Max Loot Level"=3
|
||||
I:"Max Loot Level"=5
|
||||
|
||||
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
|
||||
# Default:
|
||||
@ -906,11 +906,11 @@
|
||||
"minecraft:fortune" {
|
||||
# The max level of this enchantment - originally 3.
|
||||
# Default: 8; Range: [1 ~ 127]
|
||||
I:"Max Level"=8
|
||||
I:"Max Level"=127
|
||||
|
||||
# The max level of this enchantment available from loot sources.
|
||||
# Default: 3; Range: [1 ~ 127]
|
||||
I:"Max Loot Level"=3
|
||||
I:"Max Loot Level"=5
|
||||
|
||||
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
|
||||
# Default:
|
||||
|
@ -69,7 +69,7 @@
|
||||
#.
|
||||
#Maximum length in blocks of chain conveyor connections.
|
||||
#Range: > 5
|
||||
maxChainConveyorLength = 32
|
||||
maxChainConveyorLength = 64
|
||||
#.
|
||||
#Maximum amount of connections each chain conveyor can have.
|
||||
#Range: > 1
|
||||
@ -90,7 +90,7 @@
|
||||
#.
|
||||
#Game ticks between Kinetic Blocks checking whether their source is still valid.
|
||||
#Range: > 5
|
||||
kineticValidationFrequency = 60
|
||||
kineticValidationFrequency = 120
|
||||
#.
|
||||
#multiplier used for calculating exhaustion from speed when a crank is turned.
|
||||
#Range: 0.0 ~ 1.0
|
||||
@ -110,7 +110,7 @@
|
||||
#.
|
||||
#Time in ticks until the next item launched by an ejector scans blocks for potential collisions
|
||||
#Range: > 10
|
||||
ejectorScanInterval = 120
|
||||
ejectorScanInterval = 240
|
||||
|
||||
#.
|
||||
#Encased Fan
|
||||
@ -170,7 +170,7 @@
|
||||
#.
|
||||
#Configure how Spawner blocks can be moved by contraptions.
|
||||
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
|
||||
movableSpawners = "NO_PICKUP"
|
||||
movableSpawners = "MOVABLE"
|
||||
#.
|
||||
#Configure how Budding Amethyst can be moved by contraptions.
|
||||
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
|
||||
@ -411,17 +411,17 @@
|
||||
#.
|
||||
#The amount of Schematics a player can upload until previous ones are overwritten.
|
||||
#Range: > 1
|
||||
maxSchematics = 10
|
||||
maxSchematics = 1024
|
||||
#.
|
||||
#[in KiloBytes]
|
||||
#The maximum allowed file size of uploaded Schematics.
|
||||
#Range: > 16
|
||||
maxTotalSchematicSize = 256
|
||||
maxTotalSchematicSize = 16384
|
||||
#.
|
||||
#[in Bytes]
|
||||
#The maximum packet size uploaded Schematics are split into.
|
||||
#Range: 256 ~ 32767
|
||||
maxSchematicPacketSize = 1024
|
||||
maxSchematicPacketSize = 4096
|
||||
#.
|
||||
#Amount of game ticks without new packets arriving until an active schematic upload process is discarded.
|
||||
#Range: > 100
|
||||
@ -433,7 +433,7 @@
|
||||
#.
|
||||
#Amount of game ticks between shots of the cannon. Higher => Slower
|
||||
#Range: > 1
|
||||
schematicannonDelay = 10
|
||||
schematicannonDelay = 1
|
||||
#.
|
||||
#Amount of blocks a Schematicannon can print per Gunpowder item provided.
|
||||
#Range: > 1
|
||||
@ -446,7 +446,7 @@
|
||||
#.
|
||||
#The Maximum Distance to an active mirror for the symmetry wand to trigger.
|
||||
#Range: > 10
|
||||
maxSymmetryWandRange = 50
|
||||
maxSymmetryWandRange = 128
|
||||
#.
|
||||
#The Maximum Distance a Block placed by Create's placement assist will have to its interaction point.
|
||||
#Range: > 3
|
||||
@ -458,11 +458,11 @@
|
||||
#.
|
||||
#The Maximum volume of Air that can be stored in a backtank = Seconds of underwater breathing
|
||||
#Range: > 1
|
||||
airInBacktank = 900
|
||||
airInBacktank = 1800
|
||||
#.
|
||||
#The volume of Air added by each level of the backtanks Capacity Enchantment
|
||||
#Range: > 1
|
||||
enchantedBacktankCapacity = 300
|
||||
enchantedBacktankCapacity = 1800
|
||||
#.
|
||||
#Amount of free Extendo Grip actions provided by one filled Copper Backtank. Set to 0 makes Extendo Grips unbreakable
|
||||
#Range: > 0
|
||||
@ -482,7 +482,7 @@
|
||||
#.
|
||||
#Maximum length of track that can be placed as one batch or turn.
|
||||
#Range: 16 ~ 128
|
||||
maxTrackPlacementLength = 32
|
||||
maxTrackPlacementLength = 128
|
||||
#.
|
||||
#Maximum length of a Train Stations' assembly track.
|
||||
#Range: > 5
|
||||
@ -494,7 +494,7 @@
|
||||
#.
|
||||
#Relative speed of a manually controlled Train compared to a Scheduled one.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
manualTrainSpeedModifier = 0.75
|
||||
manualTrainSpeedModifier = 1.0
|
||||
|
||||
#.
|
||||
#Standard Trains
|
||||
@ -522,15 +522,15 @@
|
||||
#[in Blocks/Second]
|
||||
#The top speed of powered Trains.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
poweredTrainTopSpeed = 40.0
|
||||
poweredTrainTopSpeed = 56.0
|
||||
#.
|
||||
#[in Blocks/Second]
|
||||
#The top speed of powered Trains during a turn.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
poweredTrainTurningTopSpeed = 20.0
|
||||
poweredTrainTurningTopSpeed = 25.0
|
||||
#.
|
||||
#[in Blocks/Second²]
|
||||
#The acceleration of powered Trains.
|
||||
#Range: 0.0 ~ 3.4028234663852886E38
|
||||
poweredTrainAcceleration = 3.0
|
||||
poweredTrainAcceleration = 6.0
|
||||
|
||||
|
@ -54,7 +54,7 @@ copyClipboardCost = 10
|
||||
#.
|
||||
#The probability of dropping Experience Nugget after killing a creature on the Crushing Wheel
|
||||
#Range: 0.0 ~ 1.0
|
||||
crushingWheelDropExpRate = 0.30000001192092896
|
||||
crushingWheelDropExpRate = 1.0
|
||||
#.
|
||||
#The Scale of Experience Nugget dropped by Crushing-Wheel-killed entities
|
||||
#Range: 0.10000000149011612 ~ 100.0
|
||||
|
@ -4,12 +4,12 @@
|
||||
#Day is defined as any time between 23500 (middle of dawn) and 12500 (middle of dusk) the next day.
|
||||
#Vanilla speed: 1.0
|
||||
#Range: 0.0 ~ 24000.0
|
||||
daySpeed = 0.1
|
||||
daySpeed = 0.2
|
||||
#The speed at which time passes during the night.
|
||||
#Night is defined as any time between 12500 (middle of dusk) and 23500 (middle of dawn).
|
||||
#Vanilla speed: 1.0
|
||||
#Range: 0.0 ~ 24000.0
|
||||
nightSpeed = 0.1
|
||||
nightSpeed = 0.2
|
||||
|
||||
[time.effects]
|
||||
#When applied, this effect syncs the passage of weather with the current speed of time.
|
||||
|
@ -36,14 +36,14 @@ simulationDistance:10
|
||||
entityDistanceScaling:1.0
|
||||
guiScale:3
|
||||
particles:0
|
||||
maxFps:120
|
||||
maxFps:260
|
||||
graphicsMode:1
|
||||
ao:true
|
||||
prioritizeChunkUpdates:0
|
||||
biomeBlendRadius:2
|
||||
renderClouds:"true"
|
||||
resourcePacks:["vanilla","mod_resources","Moonlight Mods Dynamic Assets","fabric","file/VanillaTweaks_LowerFire.zip","file/boss-refreshed-v1.2.zip","file/FreshAnimations_v1.9.2.zip","file/xali\u0027s enchanted book v1.0.0.zip","file/Enchanting Table Magic Circle Blue v1.3.zip","file/EvenBetterEnchants_v2_r1.zip","file/AL\u0027s Spiders Revamped+FA 1.3.zip"]
|
||||
incompatibleResourcePacks:["file/boss-refreshed-v1.2.zip","file/xali\u0027s enchanted book v1.0.0.zip","file/Enchanting Table Magic Circle Blue v1.3.zip","file/EvenBetterEnchants_v2_r1.zip","file/AL\u0027s Spiders Revamped+FA 1.3.zip"]
|
||||
resourcePacks:["vanilla","mod_resources","Moonlight Mods Dynamic Assets","fabric","file/VanillaTweaks_LowerFire.zip","file/boss-refreshed-v1.2.zip","file/FreshAnimations_v1.9.2.zip","file/xali\u0027s enchanted book v1.0.0.zip","file/Enchanting Table Magic Circle Blue v1.3.zip","file/EvenBetterEnchants_v2_r1.zip","file/MoreMobVariants_FreshAnimations_1.3.1-1.9.2.zip","file/AL\u0027s Spiders Revamped+FA 1.3.zip","file/SmootherLava.zip"]
|
||||
incompatibleResourcePacks:["file/boss-refreshed-v1.2.zip","file/xali\u0027s enchanted book v1.0.0.zip","file/Enchanting Table Magic Circle Blue v1.3.zip","file/EvenBetterEnchants_v2_r1.zip","file/AL\u0027s Spiders Revamped+FA 1.3.zip","file/SmootherLava.zip"]
|
||||
lastServer:
|
||||
lang:en_us
|
||||
soundDevice:""
|
||||
@ -205,37 +205,37 @@ key_key.ftbultimine:key.mouse.5
|
||||
key_key.ftbteams.open_gui:key.keyboard.unknown
|
||||
key_chunkloaders.keys.open_screen:key.keyboard.c
|
||||
key_key.biomancy.item_default:key.keyboard.v
|
||||
key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
|
||||
key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL
|
||||
key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
|
||||
key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
|
||||
key_key.jei.previousSearch:key.keyboard.up
|
||||
key_key.jei.closeRecipeGui:key.keyboard.escape
|
||||
key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
|
||||
key_key.jei.nextSearch:key.keyboard.down
|
||||
key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
|
||||
key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
|
||||
key_key.jei.nextRecipePage:key.keyboard.page.down
|
||||
key_key.jei.toggleCheatMode:key.keyboard.unknown
|
||||
key_key.jei.cheatOneItem:key.mouse.left
|
||||
key_key.jei.cheatItemStack:key.mouse.left:SHIFT
|
||||
key_key.jei.showRecipe:key.keyboard.r
|
||||
key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL
|
||||
key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
|
||||
key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
|
||||
key_key.jei.copy.recipe.id:key.keyboard.unknown
|
||||
key_key.jei.bookmark:key.keyboard.a
|
||||
key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
|
||||
key_key.jei.showUses:key.keyboard.u
|
||||
key_key.jei.clearSearchBar:key.mouse.right
|
||||
key_key.jei.nextRecipePage:key.keyboard.page.down
|
||||
key_key.jei.previousRecipePage:key.keyboard.page.up
|
||||
key_key.jei.showRecipe2:key.mouse.left
|
||||
key_key.jei.recipeBack:key.keyboard.backspace
|
||||
key_key.jei.focusSearch:key.keyboard.f:CONTROL
|
||||
key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
|
||||
key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
|
||||
key_key.jei.cheatItemStack2:key.mouse.middle
|
||||
key_key.jei.nextPage:key.keyboard.unknown
|
||||
key_key.jei.showUses:key.keyboard.u
|
||||
key_key.jei.recipeBack:key.keyboard.backspace
|
||||
key_key.jei.showRecipe2:key.mouse.left
|
||||
key_key.jei.cheatOneItem2:key.mouse.right
|
||||
key_key.jei.copy.recipe.id:key.keyboard.unknown
|
||||
key_key.jei.toggleEditMode:key.keyboard.unknown
|
||||
key_key.jei.previousPage:key.keyboard.unknown
|
||||
key_key.jei.transferRecipeBookmark:key.mouse.left:SHIFT
|
||||
key_key.jei.clearSearchBar:key.mouse.right
|
||||
key_key.jei.bookmark:key.keyboard.a
|
||||
key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
|
||||
key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
|
||||
key_key.jei.nextSearch:key.keyboard.down
|
||||
key_key.jei.previousPage:key.keyboard.unknown
|
||||
key_key.jei.cheatOneItem2:key.mouse.right
|
||||
key_key.jei.toggleEditMode:key.keyboard.unknown
|
||||
key_key.jei.previousSearch:key.keyboard.up
|
||||
key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
|
||||
key_key.jei.closeRecipeGui:key.keyboard.escape
|
||||
key_key.jei.showUses2:key.mouse.right
|
||||
key_key.jei.showRecipe:key.keyboard.r
|
||||
key_key.jei.cheatOneItem:key.mouse.left
|
||||
key_key.ars_nouveau.open_book:key.keyboard.c
|
||||
key_key.ars_nouveau.selection_hud:key.keyboard.v
|
||||
key_key.ars_nouveau.next_slot:key.keyboard.x
|
||||
|
BIN
1.20.1-FearFactoryTest/minecraft/resourcepacks/SmootherLava.zip
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/resourcepacks/SmootherLava.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user