feat: ee3 update

This commit is contained in:
Timo Ley 2023-02-04 17:12:41 +01:00
parent 4e0623fb3b
commit c79c69cebb
3 changed files with 35 additions and 2 deletions

View File

@ -385,7 +385,7 @@
{
"qualifier": "mod-ee3",
"link": [
"https://git.tilera.org/api/packages/Anvilcraft/generic/ee3/0.4.1/EquivalentExchange3-1.7.10-0.4.1.0.jar"
"https://git.tilera.org/api/packages/Anvilcraft/generic/ee3/0.5.0/EquivalentExchange3-1.7.10-0.5.0.0.jar"
],
"flags": {
"both": ["required"]

View File

@ -349,7 +349,7 @@
{
"id": "mod-ee3",
"file": {
"link": "https://git.tilera.org/api/packages/Anvilcraft/generic/ee3/0.4.1/EquivalentExchange3-1.7.10-0.4.1.0.jar",
"link": "https://git.tilera.org/api/packages/Anvilcraft/generic/ee3/0.5.0/EquivalentExchange3-1.7.10-0.5.0.0.jar",
"installer": "internal.dir:mods"
},
"type": "mod",

View File

@ -0,0 +1,33 @@
# Configuration file
general {
server {
# The number of seconds a player must wait before they can sync their energy values for objects with the server again [range: 0 ~ 32767, default: 5]
I:sync_threshold=5
}
energy_value {
# Additional debug logging for when energy values are calculated for objects [default: false]
B:debug_logging_enabled=false
# When to regenerate energy values for objects. Options are "Always" (every time Minecraft starts) or "As Needed" (whenever the mod cannot the calculated energy values file). [default: As Needed]
S:regenerate_values_when=As Needed
}
sound {
# 'All' plays mod sounds from all players, 'Self' only plays mod sounds from you, and 'None' does not play any mod sounds [default: All]
S:mode=All
}
player_knowledge {
# Whether or not the player can create a transmutation table [default: true]
B:enable_transmutation=false
# Whether or not to use the player knowledge template. The template allows players to start with some items already researched [default: true]
B:use_template=true
}
}