Compare commits

...

8 Commits

Author SHA1 Message Date
dc3c3cd434 Watch of Flowing time on pedestal no longer has bonus.
Some checks reported errors
ydeng/Reslate/rsemcs/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcs/pipeline/head Something is wrong with the build of this commit
2022-06-28 09:55:38 -05:00
9cbbeb3f37 Changed covalenceLoss. 2022-06-28 09:50:53 -05:00
51c272c2ed Re-added radium and changed server configurations.
Increased server capacity to 8.

Decreased watch of flowing time bonus ticks to 2.
2022-06-28 09:33:14 -05:00
3bc9438caf Updated Jenkinsfile. 2022-06-22 21:32:57 -05:00
e7200a8cae Updated run scripts. 2022-06-22 21:30:22 -05:00
fbf8cc3a51 Removed Radium due to causing errors. 2022-06-22 21:25:39 -05:00
37fd8fecf5 Updated to latest modpack version. 2022-06-22 21:21:36 -05:00
a2cdd434f8 Changed max claimed chunks and forced chunks. 2022-06-20 12:22:25 -05:00
51 changed files with 293 additions and 77 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
steps {
fileOperations([fileCreateOperation(fileContent: 'eula=true', fileName: 'eula.txt')])
// fileOperations([fileDownloadOperation(password: '', proxyHost: '', proxyPort: '', targetFileName: 'DynmapBlockScan.jar', targetLocation: 'mods/', url: 'https://github.com/webbukkit/DynmapBlockScan/releases/download/v3.4-beta-1/DynmapBlockScan-3.4-beta-1-forge-1.18.jar', userName: '')])
pwsh returnStatus: true, script: 'echo "stop" | java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.25/unix_args.txt'
pwsh returnStatus: true, script: 'echo "stop" | java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.52/unix_args.txt'
logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true
fileOperations([fileDeleteOperation(excludes: '', includes: 'mods/DynmapBlockScan.jar')])
}

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

@ -10,7 +10,7 @@
katarDeathAura = 100.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 = 0.7
covalenceLoss = 0.5
#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
@ -29,10 +29,10 @@
[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 = 0
#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
timePedMobSlowness = 0.5
#If true the Interdiction Torch only affects hostile mobs and projectiles. If false it affects all non blacklisted living entities.
interdictionMode = true

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

View File

@ -1 +1 @@
3.4-beta-3-774
3.4-beta-4-792

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,14 @@
-p libraries/cpw/mods/bootstraplauncher/1.0.0/bootstraplauncher-1.0.0.jar:libraries/cpw/mods/securejarhandler/1.0.3/securejarhandler-1.0.3.jar:libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar:libraries/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar:libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:libraries/org/ow2/asm/asm/9.2/asm-9.2.jar
--add-modules ALL-MODULE-PATH
--add-opens java.base/java.util.jar=cpw.mods.securejarhandler
--add-exports java.base/sun.security.util=cpw.mods.securejarhandler
--add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming
-DignoreList=bootstraplauncher-1.0.0.jar,securejarhandler-1.0.3.jar,asm-commons-9.2.jar,asm-util-9.2.jar,asm-analysis-9.2.jar,asm-tree-9.2.jar,asm-9.2.jar
-DlibraryDirectory=libraries
-DlegacyClassPath=libraries/cpw/mods/securejarhandler/1.0.3/securejarhandler-1.0.3.jar:libraries/org/ow2/asm/asm/9.2/asm-9.2.jar:libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar:libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:libraries/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar:libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/5.0.3/eventbus-5.0.3.jar:libraries/net/minecraftforge/forgespi/4.0.10/forgespi-4.0.10.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/9.1.3/modlauncher-9.1.3.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/fmlloader/1.18.2-40.1.52/fmlloader-1.18.2-40.1.52.jar:libraries/net/minecraft/server/1.18.2-20220404.173914/server-1.18.2-20220404.173914-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.3.39/authlib-3.3.39.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/4.1.27/datafixerupper-4.1.27.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-all/4.1.68.Final/netty-all-4.1.68.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar
cpw.mods.bootstraplauncher.BootstrapLauncher
--launchTarget forgeserver
--fml.forgeVersion 40.1.52
--fml.mcVersion 1.18.2
--fml.forgeGroup net.minecraftforge
--fml.mcpVersion 20220404.173914

View File

@ -0,0 +1,14 @@
-p libraries/cpw/mods/bootstraplauncher/1.0.0/bootstraplauncher-1.0.0.jar;libraries/cpw/mods/securejarhandler/1.0.3/securejarhandler-1.0.3.jar;libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar;libraries/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar;libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar;libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar;libraries/org/ow2/asm/asm/9.2/asm-9.2.jar
--add-modules ALL-MODULE-PATH
--add-opens java.base/java.util.jar=cpw.mods.securejarhandler
--add-exports java.base/sun.security.util=cpw.mods.securejarhandler
--add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming
-DignoreList=bootstraplauncher-1.0.0.jar,securejarhandler-1.0.3.jar,asm-commons-9.2.jar,asm-util-9.2.jar,asm-analysis-9.2.jar,asm-tree-9.2.jar,asm-9.2.jar
-DlibraryDirectory=libraries
-DlegacyClassPath=libraries/cpw/mods/securejarhandler/1.0.3/securejarhandler-1.0.3.jar;libraries/org/ow2/asm/asm/9.2/asm-9.2.jar;libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar;libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar;libraries/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar;libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar;libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar;libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar;libraries/net/minecraftforge/eventbus/5.0.3/eventbus-5.0.3.jar;libraries/net/minecraftforge/forgespi/4.0.10/forgespi-4.0.10.jar;libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar;libraries/cpw/mods/modlauncher/9.1.3/modlauncher-9.1.3.jar;libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar;libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar;libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar;libraries/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar;libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar;libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar;libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar;libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar;libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar;libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar;libraries/net/minecraftforge/fmlloader/1.18.2-40.1.52/fmlloader-1.18.2-40.1.52.jar;libraries/net/minecraft/server/1.18.2-20220404.173914/server-1.18.2-20220404.173914-extra.jar;libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar;libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar;libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar;libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar;libraries/com/mojang/authlib/3.3.39/authlib-3.3.39.jar;libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar;libraries/com/mojang/datafixerupper/4.1.27/datafixerupper-4.1.27.jar;libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar;libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar;libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar;libraries/io/netty/netty-all/4.1.68.Final/netty-all-4.1.68.Final.jar;libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar;libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar;libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar;libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar;libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar;libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar;libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar;libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar;libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar
cpw.mods.bootstraplauncher.BootstrapLauncher
--launchTarget forgeserver
--fml.forgeVersion 40.1.52
--fml.mcVersion 1.18.2
--fml.forgeGroup net.minecraftforge
--fml.mcpVersion 20220404.173914

Binary file not shown.

Binary file not shown.

View File

@ -2,5 +2,5 @@ REM Forge requires a configured set of both JVM and program arguments.
REM Add custom JVM arguments to the user_jvm_args.txt
REM Add custom program arguments {such as nogui} to this file in the next line before the %* or
REM pass them to this script directly
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.1.45/win_args.txt %*
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.1.52/win_args.txt %*
pause

View File

@ -1 +1 @@
java "@user_jvm_args.txt" "@libraries/net/minecraftforge/forge/1.18.2-40.1.45/unix_args.txt" $args
java "@user_jvm_args.txt" "@libraries/net/minecraftforge/forge/1.18.2-40.1.52/unix_args.txt" $args

2
run.sh
View File

@ -3,4 +3,4 @@
# Add custom JVM arguments to the user_jvm_args.txt
# Add custom program arguments {such as nogui} to this file in the next line before the "$@" or
# pass them to this script directly
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.1.45/unix_args.txt "$@"
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.1.52/unix_args.txt "$@"

View File

@ -3,4 +3,4 @@
# Add custom JVM arguments to the user_jvm_args.txt
# Add custom program arguments {such as nogui} to this file in the next line before the "$@" or
# pass them to this script directly
java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.19/unix_args.txt "$@"
java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.52/unix_args.txt "$@"

View File

@ -1,5 +1,5 @@
#Minecraft server properties
#Wed May 25 13:21:54 CDT 2022
#Wed Jun 22 21:37:05 CDT 2022
allow-flight=true
allow-nether=true
broadcast-console-to-ops=true
@ -22,7 +22,7 @@ hide-online-players=false
level-name=world
level-seed=
level-type=default
max-players=5
max-players=8
max-tick-time=300000
max-world-size=29999984
motd=The RSE Modded Minecraft Server

View File

@ -1,32 +1,42 @@
#The disk space limit for computers and turtles, in bytes
#The disk space limit for computers and turtles, in bytes.
computer_space_limit = 1000000
#The disk space limit for floppy disks, in bytes
#The disk space limit for floppy disks, in bytes.
floppy_space_limit = 125000
#Set how many files a computer can have open at the same time. Set to 0 for unlimited.
#Range: > 0
maximum_open_files = 128
#Set this to true to disable Lua 5.1 functions that will be removed in a future update. Useful for ensuring forward compatibility of your programs now.
#Set this to true to disable Lua 5.1 functions that will be removed in a future
#update. Useful for ensuring forward compatibility of your programs now.
disable_lua51_features = false
#A comma separated list of default system settings to set on new computers. Example: "shell.autocomplete=false,lua.autocomplete=false,edit.autocomplete=false" will disable all autocompletion
#A comma separated list of default system settings to set on new computers.
#Example: "shell.autocomplete=false,lua.autocomplete=false,edit.autocomplete=false"
#will disable all autocompletion.
default_computer_settings = ""
#Log exceptions thrown by peripherals and other Lua objects.
#This makes it easier for mod authors to debug problems, but may result in log spam should people use buggy methods.
#Log exceptions thrown by peripherals and other Lua objects. This makes it easier
#for mod authors to debug problems, but may result in log spam should people use
#buggy methods.
log_computer_errors = true
#Require players to be in creative mode and be opped in order to interact with command computers.This is the default behaviour for vanilla's Command blocks.
#Require players to be in creative mode and be opped in order to interact with
#command computers. This is the default behaviour for vanilla's Command blocks.
command_require_creative = true
#Controls execution behaviour of computers. This is largely intended for fine-tuning servers, and generally shouldn't need to be touched
#Controls execution behaviour of computers. This is largely intended for
#fine-tuning servers, and generally shouldn't need to be touched.
[execution]
#Set the number of threads computers can run on. A higher number means more computers can run at once, but may induce lag.
#Please note that some mods may not work with a thread count higher than 1. Use with caution.
#Set the number of threads computers can run on. A higher number means more
#computers can run at once, but may induce lag. Please note that some mods may
#not work with a thread count higher than 1. Use with caution.
#Range: > 1
computer_threads = 1
#The maximum time that can be spent executing tasks in a single tick, in milliseconds.
#Note, we will quite possibly go over this limit, as there's no way to tell how long a will take - this aims to be the upper bound of the average time.
#The maximum time that can be spent executing tasks in a single tick, in
#milliseconds.
#Note, we will quite possibly go over this limit, as there's no way to tell how
#long a will take - this aims to be the upper bound of the average time.
#Range: > 1
max_main_global_time = 10
#The ideal maximum time a computer can execute for in a tick, in milliseconds.
#Note, we will quite possibly go over this limit, as there's no way to tell how long a will take - this aims to be the upper bound of the average time.
#Note, we will quite possibly go over this limit, as there's no way to tell how
#long a will take - this aims to be the upper bound of the average time.
#Range: > 1
max_main_computer_time = 5
@ -36,25 +46,31 @@ command_require_creative = true
enabled = true
#Enable use of http websockets. This requires the "http_enable" option to also be true.
websocket_enabled = true
#The number of http requests a computer can make at one time. Additional requests will be queued, and sent when the running requests have finished. Set to 0 for unlimited.
#The number of http requests a computer can make at one time. Additional requests
#will be queued, and sent when the running requests have finished. Set to 0 for
#unlimited.
#Range: > 0
max_requests = 16
#The number of websockets a computer can have open at one time. Set to 0 for unlimited.
#Range: > 1
max_websockets = 4
#Limits bandwidth used by computers
#Limits bandwidth used by computers.
[http.bandwidth]
#The number of bytes which can be downloaded in a second. This is shared across all computers. (bytes/s)
#The number of bytes which can be downloaded in a second. This is shared across all computers. (bytes/s).
#Range: > 1
global_download = 33554432
#The number of bytes which can be uploaded in a second. This is shared across all computers. (bytes/s)
#The number of bytes which can be uploaded in a second. This is shared across all computers. (bytes/s).
#Range: > 1
global_upload = 33554432
#A list of rules which control behaviour of the "http" API for specific domains or IPs.
#Each rule is an item with a 'host' to match against, and a series of properties. The host may be a domain name ("pastebin.com"),
#wildcard ("*.pastebin.com") or CIDR notation ("127.0.0.0/8"). If no rules, the domain is blocked.
#A list of rules which control behaviour of the "http" API for specific domains or
#IPs. Each rule is an item with a 'host' to match against, and a series of
#properties. Rules are evaluated in order, meaning earlier rules override later
#ones.
#The host may be a domain name ("pastebin.com"), wildcard ("*.pastebin.com") or
#CIDR notation ("127.0.0.0/8").
#If no rules, the domain is blocked.
[[http.rules]]
host = "$private"
action = "deny"
@ -75,63 +91,68 @@ command_require_creative = true
[peripheral]
#Enable Command Block peripheral support
command_block_enabled = false
#The range of Wireless Modems at low altitude in clear weather, in meters
#The range of Wireless Modems at low altitude in clear weather, in meters.
#Range: 0 ~ 100000
modem_range = 64
#The range of Wireless Modems at maximum altitude in clear weather, in meters
#The range of Wireless Modems at maximum altitude in clear weather, in meters.
#Range: 0 ~ 100000
modem_high_altitude_range = 384
#The range of Wireless Modems at low altitude in stormy weather, in meters
#The range of Wireless Modems at low altitude in stormy weather, in meters.
#Range: 0 ~ 100000
modem_range_during_storm = 64
#The range of Wireless Modems at maximum altitude in stormy weather, in meters
#The range of Wireless Modems at maximum altitude in stormy weather, in meters.
#Range: 0 ~ 100000
modem_high_altitude_range_during_storm = 384
#Maximum amount of notes a speaker can play at once
#Maximum amount of notes a speaker can play at once.
#Range: > 1
max_notes_per_tick = 8
#The limit to how much monitor data can be sent *per tick*. Note:
# - Bandwidth is measured before compression, so the data sent to the client is smaller.
# - This ignores the number of players a packet is sent to. Updating a monitor for one player consumes the same bandwidth limit as sending to 20.
# - A full sized monitor sends ~25kb of data. So the default (1MB) allows for ~40 monitors to be updated in a single tick.
# - Bandwidth is measured before compression, so the data sent to the client is
# smaller.
# - This ignores the number of players a packet is sent to. Updating a monitor for
# one player consumes the same bandwidth limit as sending to 20.
# - A full sized monitor sends ~25kb of data. So the default (1MB) allows for ~40
# monitors to be updated in a single tick.
#Set to 0 to disable.
#Range: > 0
monitor_bandwidth = 1000000
#Various options relating to turtles.
[turtle]
#Set whether Turtles require fuel to move
#Set whether Turtles require fuel to move.
need_fuel = true
#The fuel limit for Turtles
#The fuel limit for Turtles.
#Range: > 0
normal_fuel_limit = 20000
#The fuel limit for Advanced Turtles
#The fuel limit for Advanced Turtles.
#Range: > 0
advanced_fuel_limit = 100000
#If set to true, Turtles will be unable to build, dig, or enter protected areas (such as near the server spawn point)
#If set to true, Turtles will be unable to build, dig, or enter protected areas
#(such as near the server spawn point).
obey_block_protection = true
#If set to true, Turtles will push entities out of the way instead of stopping if there is space to do so
#If set to true, Turtles will push entities out of the way instead of stopping if
#there is space to do so.
can_push = true
#Configure the size of various computer's terminals.
#Larger terminals require more bandwidth, so use with care.
[term_sizes]
#Terminal size of computers
#Terminal size of computers.
[term_sizes.computer]
#Range: 1 ~ 255
width = 51
#Range: 1 ~ 255
height = 19
#Terminal size of pocket computers
#Terminal size of pocket computers.
[term_sizes.pocket_computer]
#Range: 1 ~ 255
width = 26
#Range: 1 ~ 255
height = 20
#Maximum size of monitors (in blocks)
#Maximum size of monitors (in blocks).
[term_sizes.monitor]
#Range: 1 ~ 32
width = 8

View File

@ -37,13 +37,13 @@
# You can override this with FTB Ranks 'ftbchunks.max_claimed' permission
# Default: 500
# Range: -∞ ~ +∞
max_claimed_chunks: 256
max_claimed_chunks: 512
# Max force loaded chunks.
# You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission
# Default: 25
# Range: -∞ ~ +∞
max_force_loaded_chunks: 64
max_force_loaded_chunks: 256
# Requires you to claim chunks in order to edit and interact with blocks
# Default: false

View File

@ -876,6 +876,9 @@
#Black Flame Damage
#Range: -1.0E7 ~ 1.0E7
BLACK_FLAME_DAMAGE = 1.0
#How long the wither lasts after stepping in black flame
#Range: 0 ~ 100000000
BLACK_FLAME_DEBUFF_TIME = 180
[eyes."fay sight"]
#This is the cost of using the scroll
@ -1097,6 +1100,9 @@
#Fallen Down Beam Growth
#Range: 0.0 ~ 1.0E9
FALLEN_DOWN_BEAM_GROWTH = 0.12
#Fallen Down Beam Mana Scaled Damage
#Range: 0.0 ~ 1.0E9
FALLEN_DOWN_BEAM_MANA_SCALED_DAMAGE = 0.0
[secret.geas]
#Geas Mana Cost

View File

@ -90,6 +90,15 @@
#This sets the time constant reduction (in ticks) per nearby Water source block for the Aquatic Entangler.
#Range: 1 ~ 1000
"Water Source Time Constant Reduction" = 20
#If TRUE, the Aquatic Entangler will have particle effects when operating.
Particles = true
[Devices.Composter]
#This sets the base time constant (in ticks) for the Batch Composter.
#Range: 20 ~ 72000
"Time Constant" = 120
#If TRUE, the Batch Composter will have particle effects when operating.
Particles = true
[Dynamos]
@ -208,3 +217,49 @@
#If TRUE, Fluxtooth Mushrooms emit a redstone signal when fully grown. Disabling this may improve performance.
"Redstone Mushroom Signal" = true
[Tools]
[Tools.Drill]
#This sets the maximum base RF capacity for the Fluxbore.
#Range: 1000 ~ 10000000
"Base Capacity" = 50000
[Tools.Saw]
#This sets the maximum base RF capacity for the Fluxsaw.
#Range: 1000 ~ 10000000
"Base Capacity" = 50000
[Tools.Capacitor]
#This sets the maximum base RF capacity for the Flux Capacitor.
#Range: 1000 ~ 10000000
"Base Capacity" = 500000
[Tools.Magnet]
#This sets the maximum base RF capacity for the Flux Magnet.
#Range: 1000 ~ 10000000
"Base Capacity" = 50000
[Tools.Reservoir]
#This sets the maximum base fluid capacity for the Reservoir.
#Range: 1000 ~ 10000000
"Base Capacity" = 20000
[Tools."Potion Infuser"]
#This sets the maximum base fluid capacity for the Potion Infuser.
#Range: 1000 ~ 10000000
"Base Capacity" = 4000
[Tools."Potion Quiver"]
#This sets the maximum base fluid capacity for the Alchemical Quiver.
#Range: 1000 ~ 10000000
"Base Capacity" = 4000
[Tools."Watering Can"]
#This sets the maximum base fluid capacity for the Watering Can.
#Range: 1000 ~ 10000000
"Base Capacity" = 4000
#If TRUE, the Watering Can can be used by Fake Players.
"Allow Fake Players" = false
#If TRUE, the Watering Can consumes source blocks when refilling.
"Consume Source Blocks" = true