Skip to content

Commit

Permalink
December
Browse files Browse the repository at this point in the history
  • Loading branch information
mczph committed Dec 14, 2024
1 parent eeac5ef commit 8fa2bb2
Show file tree
Hide file tree
Showing 39 changed files with 831 additions and 321 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $ cat .gitignore
!/schematics
!/resources
!/oresources
!/Saros Default Options

#Files
!/.gitignore
Expand Down
91 changes: 91 additions & 0 deletions Saros Default Options/config/PlusTweaks.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Configuration file

general {

##########################################################################################################
# portalsettings
#--------------------------------------------------------------------------------------------------------#
# Config Settings related to portals
##########################################################################################################

portalsettings {
# Prevent the End Portal from spawning after the Ender Dragon is dead (default: false)
B:noEndPortal=false

# Prevent the Nether Portal from igniting (default: false)
B:noNetherPortal=false
}

##########################################################################################################
# genericsettings
#--------------------------------------------------------------------------------------------------------#
# Config Settings for generic tweaks
##########################################################################################################

genericsettings {
# Maximum growth height for cactus (default: 3)
# Min: 1
# Max: 254
I:cactusHeight=3

# The block that vanilla cobblegen produces, leave empty to disable cobblegen completely (default: minecraft:cobblestone)
S:cobbleGenResult=minecraft:cobblestone

# Teleport player to End Gateway upon entering a new world? (needs other mods to set spawn in End) (default: false)
B:gatewayJump=false

# The block that lava source block gets replaced with when touching water, leave empty to disable lava cooling (default: minecraft:obsidian)
S:lavaCoolResult=minecraft:obsidian

# Disable water bottling? (default: false)
B:noBottling=false

# Enable fix for pigmen crashing bug? (default: false)
B:pigmenBugFix=true

# Maximum growth height for sugarcane (default: 3)
# Min: 1
# Max: 254
I:reedHeight=3

# Force ender dragon respawn to check for 4 crystals on the axises (default: true)
B:strictDragon=true

# The block that water source block gets replaced with when touching lava, leave empty to disable water solidifying (default: minecraft:stone)
S:waterSolidifyResult=minecraft:stone
}

##########################################################################################################
# dangeroussettings
#--------------------------------------------------------------------------------------------------------#
# Config Settings that I question why somebody would ever touch
##########################################################################################################

dangeroussettings {
# HEY GUYS IT'S NOT OP BECAUSE I CRAFTED IT
B:disableTorcherino=true
}

##########################################################################################################
# worldgensettings
#--------------------------------------------------------------------------------------------------------#
# Config Settings related to worldgen
##########################################################################################################

worldgensettings {
# Set the default world type to plustweaks' void world (default: false)
B:defaultToVoidWorldType=false

# Void World will have a void End (default: false)
B:endVoid=false

# Void World will have a void Nether (default: false)
B:netherVoid=false

# Void World will have a void Overworld (default: false)
B:overworldVoid=false
}

}


Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Configuration file

blacklist {
# modid:unlocalized, Example: projecte:collector_mk1 [default: ]
S:blacklistedBlocks <
>

# Fully qualified class name [default: ]
S:blacklistedTiles <
>
}


##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
Expand All @@ -24,9 +13,6 @@ general {
# Send chat hello message [default: true]
B:Hello_Message=false

# Integration ProjectE [default: true]
B:integration_ProjectE=true

# Integration TheOneProbe-TopAddons [default: true]
B:integration_top_addons=true
}
Expand All @@ -39,23 +25,20 @@ general {
##########################################################################################################

item {
# Storage time infinite [range: 1 ~ 2147483647, default: 2147483647]
I:Time_Storage_infinite=2147483647

# Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 120]
I:Time_Storage_lvl_1=120
# Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 250]
I:Time_Storage_lvl_1=250

# Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 360]
I:Time_Storage_lvl_2=360
# Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 750]
I:Time_Storage_lvl_2=750

# Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 1080]
I:Time_Storage_lvl_3=1080
# Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 2250]
I:Time_Storage_lvl_3=2250

# Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 2400]
I:Time_Storage_lvl_4=2400
# Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 6750]
I:Time_Storage_lvl_4=6750

# Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 7200]
I:Time_Storage_lvl_5=7200
# Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 25000]
I:Time_Storage_lvl_5=25000

# Speed Time Wand lvl 1. 1 = 100%..... [range: 1 ~ 127, default: 3]
I:Time_Wand_Speed_lvl1=3
Expand All @@ -77,6 +60,39 @@ item {
}


##########################################################################################################
# molecular_transformer
#--------------------------------------------------------------------------------------------------------#
# RF Molecular Transformer recipes
##########################################################################################################

molecular_transformer {
# Recipe time_ingot rf Energy [range: 1 ~ 2147483647, default: 50000]
I:Tile_Molecular_Recipe_Time_Ingot=50000

# Recipe time_nugget rf Energy [range: 1 ~ 2147483647, default: 25000]
I:Tile_Molecular_Recipe_Time_Nugget=25000
}


##########################################################################################################
# projecte
#--------------------------------------------------------------------------------------------------------#
# Integration projectE
##########################################################################################################

projecte {
# EMC Time_Ingot [range: 1 ~ 2147483647, default: 1998279]
I:emc_time_ingot=1998279

# EMC Time_Particle [range: 1 ~ 2147483647, default: 5411]
I:emc_time_particle=5411

# Integration ProjectE [default: true]
B:integration_ProjectE=true
}


##########################################################################################################
# render
#--------------------------------------------------------------------------------------------------------#
Expand All @@ -87,7 +103,7 @@ render {
# Tile render true/false [default: true]
B:Tile_Render=true

# Tile spawn Particle flame [default: true]
# Tile spawn Particle [default: true]
B:Tile_Visual_Work=true

# Spawn Particle Wand [default: true]
Expand All @@ -103,47 +119,44 @@ render {
##########################################################################################################

tile {
# Max energy storage [range: 1 ~ 2147483647, default: 50000000]
I:Tile_Energy_Particle_Collector_Max_Energy=50000000
# Max energy storage [range: 1 ~ 2147483647, default: 5000000]
I:Tile_Energy_Particle_Collector_Max_Energy=5000000

# Rf need to generate 1 time element [range: 1 ~ 2147483647, default: 540000]
I:Tile_Energy_Particle_Collector_RF_Tick=540000
# Max progress [range: 1 ~ 2147483647, default: 20]
I:Tile_Energy_Particle_Collector_Max_Progress=20

# Max energy storage [range: 1 ~ 2147483647, default: 5000000]
I:Tile_Energy_Torcherino_Max_Energy=5000000
# Rf need to generate 1 time element [range: 1 ~ 2147483647, default: 2700]
I:Tile_Energy_Particle_Collector_RF_Tick=2700

# Do I need energy to work, Torcherino [default: true]
B:Tile_Energy_Torcherino_Mode=false
# Max energy storage [range: 1 ~ 2147483647, default: 6500000]
I:Tile_Energy_Torcherino_Max_Energy=6500000

# Rf tick work [range: 1 ~ 2147483647, default: 500]
I:Tile_Energy_Torcherino_RF_Tick=500
I:Tile_Generator_Particle=1154
# Rf tick work [range: 1 ~ 2147483647, default: 750]
I:Tile_Energy_Torcherino_RF_Tick=750

# Need ticks to generate 100% [range: 1 ~ 32767, default: 1800]
I:Tile_Generator_Particle_NeedTick=1800
# Need ticks to generate 100% [range: 1 ~ 32767, default: 2450]
I:Tile_Generator_Particle_NeedTick=2450

# Time maximum storage [range: 1 ~ 2147483647, default: 3600]
I:Tile_Time_Acceleration_MaxStorage=3600
# Time maximum storage [range: 1 ~ 2147483647, default: 4500]
I:Tile_Time_Acceleration_MaxStorage=4500

# Maximum Radius [range: 1 ~ 127, default: 3]
I:Tile_Time_Acceleration_Radius=3

# Speed 1 = 100% [range: 1 ~ 127, default: 3]
I:Tile_Time_Acceleration_Speed=3

# Time maximum storage [range: 1 ~ 2147483647, default: 1000]
I:Tile_Time_Collectors_MaxStorage=1000
I:Tile_Time_Manipulator=1200
# Time maximum storage [range: 1 ~ 2147483647, default: 2500]
I:Tile_Time_Collectors_MaxStorage=2500

# Time maximum storage [range: 1 ~ 32767, default: 2500]
I:Tile_Time_Manipulator_MaxStorage=2500
# Time maximum storage [range: 1 ~ 32767, default: 3500]
I:Tile_Time_Manipulator_MaxStorage=3500

# Need time [range: 1 ~ 32767, default: 500]
I:Tile_Time_Manipulator_Need_Time=500
I:Tile_Time_Storage=10000
# Need time [range: 1 ~ 32767, default: 750]
I:Tile_Time_Manipulator_Need_Time=750

# Time maximum storage [range: 1 ~ 2147483647, default: 10000]
I:Tile_Time_Storage_MaxStorage=10000
# Time maximum storage [range: 1 ~ 2147483647, default: 20000]
I:Tile_Time_Storage_MaxStorage=20000
}


Expand Down
Binary file modified config/ChatFlow.dat
Binary file not shown.
7 changes: 7 additions & 0 deletions config/Embers/machine.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,20 @@ machine {
##########################################################################################################

"ember bore" {
# A list of all block IDs on which the Ember Bore will not mine.
S:"Block Blacklist" <
>

# A list of all dimension IDs in which Embers Ember Bore will not mine.
I:"Dimension Blacklist" <
>

# The amount of fuel consumed each tick
D:"Fuel Cost"=3.0

# Whether the Ember Bore block blacklist is a whitelist.
B:"Is Block Whitelist?"=false

# Whether the Ember Bore blacklist is a whitelist.
B:"Is Whitelist?"=false

Expand Down
12 changes: 0 additions & 12 deletions config/Guide-API/Guide-API.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,9 @@ books {
# This is a global override for all books. [default: true]
B:canSpawnWithBooks=false

##########################################################################################################
# spawn
#--------------------------------------------------------------------------------------------------------#
# If true, the user will spawn with the book.
# This defaults to the value the book owner has set and is overridden by this config.
##########################################################################################################

spawn {
# [default: false]
B:"bloodarsenal:guide"=false

# [default: false]
B:"bloodmagic:guide"=false

# [default: false]
B:"modularrouters:guidebook"=false
}

Expand Down
6 changes: 3 additions & 3 deletions config/PlusTweaks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ general {
# Maximum growth height for cactus (default: 3)
# Min: 1
# Max: 254
I:cactusHeight=4
I:cactusHeight=3

# The block that vanilla cobblegen produces, leave empty to disable cobblegen completely (default: minecraft:cobblestone)
S:cobbleGenResult=minecraft:cobblestone

# Teleport player to End Gateway upon entering a new world? (needs other mods to set spawn in End) (default: false)
B:gatewayJump=true
B:gatewayJump=false

# The block that lava source block gets replaced with when touching water, leave empty to disable lava cooling (default: minecraft:obsidian)
S:lavaCoolResult=minecraft:obsidian
Expand All @@ -46,7 +46,7 @@ general {
# Maximum growth height for sugarcane (default: 3)
# Min: 1
# Max: 254
I:reedHeight=4
I:reedHeight=3

# Force ender dragon respawn to check for 4 crystals on the axises (default: true)
B:strictDragon=true
Expand Down
Loading

0 comments on commit 8fa2bb2

Please sign in to comment.