diff --git a/.gitignore b/.gitignore index b47dbc4..5d385e8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ /mods/.index/ /woot/ /baritone/ +/config/enhancedcelestials/ #files *.bak @@ -38,3 +39,4 @@ mods/baritone-standalone-forge-1.6.3.jar config/jei/bookmarks.ini config/jei/recipe-category-sort-order.ini config/jei/ingredient-list-mod-sort-order.ini +config/seeker_compass-client.toml diff --git a/config/apotheosis/enchantments.cfg b/config/apotheosis/enchantments.cfg index 1514aa4..873c0ca 100644 --- a/config/apotheosis/enchantments.cfg +++ b/config/apotheosis/enchantments.cfg @@ -5756,6 +5756,96 @@ } +"seeker_compass:persistence" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"seeker_compass:stalking" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"seeker_compass:summoning" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"seeker_compass:tracking" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"seeker_compass:voodoo" { + # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] + I:"Max Level"=3 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"seeker_compass:warping" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + "stalwart_dungeons:thunder_strike" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] I:"Max Level"=3 diff --git a/config/badmobs-common.toml b/config/badmobs-common.toml index fff3e9a..9252417 100644 --- a/config/badmobs-common.toml +++ b/config/badmobs-common.toml @@ -31368,3 +31368,139 @@ #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. removeAggressively = false +#Options for the hole_filler_mod mod. +[hole_filler_mod] + + #Spawning options for hole_filler_mod:throwable_hole_filler_dark_entity + [hole_filler_mod.throwable_hole_filler_dark_entity] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for hole_filler_mod:throwable_hole_filler_lava_entity + [hole_filler_mod.throwable_hole_filler_lava_entity] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for hole_filler_mod:throwable_hole_filler_water_entity + [hole_filler_mod.throwable_hole_filler_water_entity] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for hole_filler_mod:throwable_hole_filler_balanced_entity + [hole_filler_mod.throwable_hole_filler_balanced_entity] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for hole_filler_mod:throwable_hole_filler_entity + [hole_filler_mod.throwable_hole_filler_entity] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for hole_filler_mod:throwable_hole_filler_smart_entity + [hole_filler_mod.throwable_hole_filler_smart_entity] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for hole_filler_mod:throwable_hole_filler_light_entity + [hole_filler_mod.throwable_hole_filler_light_entity] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + +#Options for the rftoolsdim mod. +[rftoolsdim] + + #Spawning options for rftoolsdim:dimensional_blob_rare + [rftoolsdim.dimensional_blob_rare] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for rftoolsdim:dimensional_blob_common + [rftoolsdim.dimensional_blob_common] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + + #Spawning options for rftoolsdim:dimensional_blob_legendary + [rftoolsdim.dimensional_blob_legendary] + #Should the entity be allowed to spawn normally? + allowNormalSpawning = true + #Should the entity spawn via mob conversion? i.e. villager -> zombie + allowConversions = true + #Should spawners be able to spawn the entity? + allowSpawners = true + #Should spawn eggs be able to spawn the entity? + allowSpawnEggs = true + #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. + removeAggressively = false + diff --git a/config/bettershields-common.toml b/config/bettershields-common.toml new file mode 100644 index 0000000..42ce405 --- /dev/null +++ b/config/bettershields-common.toml @@ -0,0 +1,40 @@ + +#The general configuration for this mod +[general] + #The durability of the Netherite Shield. + #Default: 6300 + netheriteDurability = 6300 + #The durability of the Diamond Shield. + #Default: 4600 + diamondDurability = 4600 + #The portion of the incomming damage Netherite Shields block in percent. + #Default: 100 + netheriteDamageReduction = 100 + #Allows the Thorns enchantment to by applied to Shields + #Default: true + thornsOnShields = true + #The portion of the incomming damage Gold Shields block in percent. + #Default: 85 + goldDamageReduction = 85 + #The portion of the incomming damage Vanilla Shields block in percent. + #Default: 75 + defaultDamageReduction = 75 + #The portion of the incomming damage Diamond Shields block in percent. + #Default: 98 + diamondDamageReduction = 98 + #Enables modified damage reduction values for shields. + #Default: true + enableDamageReduction = true + #The portion of the incomming damage Iron Shields block in percent. + #Default: 90 + ironDamageReduction = 90 + #The durability of the Iron Shield. + #Default: 920 + ironDurability = 920 + #The durability of the Gold Shield. + #Default: 130 + goldDurability = 130 + #If set to true Shields added by other mods block 100% of the incomming damage, if set to false the will block the amount set in defaultDamageReduction. + #Default: true + customShieldMaxReduction = true + diff --git a/config/capsule/loot/uncommon/_uncommon_castle_gate.nbt b/config/capsule/loot/uncommon/_uncommon_castle_gate.nbt index e6fab8a..5f921f2 100644 Binary files a/config/capsule/loot/uncommon/_uncommon_castle_gate.nbt and b/config/capsule/loot/uncommon/_uncommon_castle_gate.nbt differ diff --git a/config/compactmachines-common.toml b/config/compactmachines-common.toml new file mode 100644 index 0000000..e2d423b --- /dev/null +++ b/config/compactmachines-common.toml @@ -0,0 +1,6 @@ + +#Recipes and Integrations +[recipes] + #Enable vanilla-style recipes. + vanillaRecipes = true + diff --git a/config/hole_filler_mod.toml b/config/hole_filler_mod.toml new file mode 100644 index 0000000..890cdad --- /dev/null +++ b/config/hole_filler_mod.toml @@ -0,0 +1,28 @@ + +[hole_filler] + #Maximum number of blocks that can be placed per hole. Default = 500 + #Range: 1 ~ 5000 + max_hole_volume = 500 + #Maximum diameter that the hole filler will consider a hole. If hole is larger than this value, it will not fill on that axis. Default = 18 + #Range: 3 ~ 32 + max_water_diameter = 18 + #How many 'Curing Blocks' placed per tick. Default = 5 + #Range: 1 ~ 120 + fill_speed = 5 + #Maximum diameter that the hole filler will consider a hole. If hole is larger than this value, it will not fill on that axis. Default = 12 + #Range: 3 ~ 32 + max_hole_diameter = 12 + #Recommended to set 'is_dirt_free' to true + smart_preserve = false + #Maximum number of blocks that can be placed per hole. Default = 500 + #Range: 1 ~ 5000 + max_water_volume = 500 + #How long before 'Curing Blocks' are converted to dirt, in seconds. This is an approximation as some randomness is involved. Default = 15 + #Range: 1 ~ 120 + undo_timer = 15 + #This is ignored if 'is_dirt_free' is true + #Allowed Values: cobblestone, dirt, stone + smart_preserve_fill_block = "cobblestone" + #If true, dirt isn't required in the player's inventory + is_dirt_free = false + diff --git a/config/rftoolsbuilder-client.toml b/config/rftoolsbuilder-client.toml new file mode 100644 index 0000000..a7703e0 --- /dev/null +++ b/config/rftoolsbuilder-client.toml @@ -0,0 +1,21 @@ + +#Settings for the builder +[builder] + #If true a holo hud with current progress is shown above the builder + showProgressHud = true + +#Settings for the scanner, composer, and projector +[scanner] + #Height of the beacon in case beacons are used + #Range: > 0 + locatorBeaconHeight = 30 + #The amount of milliseconds that a scanline 'flash' will exist on the client + #Range: 10 ~ 1000000 + projectorFlashTimeout = 400 + #The amount of milliseconds before the client will remove shape render data that hasn't been used. Decreasing this will free memory faster at the cost of having to update shape renders more often + #Range: 100 ~ 1000000 + clientRenderDataTimeout = 10000 + #The volume for the projector sound (0.0 is off) + #Range: 0.0 ~ 1.0 + baseProjectorVolume = 0.4 + diff --git a/config/rftoolsdim-client.toml b/config/rftoolsdim-client.toml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/config/rftoolsdim-client.toml @@ -0,0 +1 @@ + diff --git a/config/rftoolsdim-common.toml b/config/rftoolsdim-common.toml new file mode 100644 index 0000000..9ce9c04 --- /dev/null +++ b/config/rftoolsdim-common.toml @@ -0,0 +1,10 @@ +#Maximum health of the common blob +#Range: > 0 +commonBlobMaxHealth = 30 +#Maximum health of the rare blob +#Range: > 0 +rareBlobMaxHealth = 250 +#Maximum health of the legendary blob +#Range: > 0 +legendaryBlobMaxHealth = 5000 + diff --git a/config/rftoolsutility-client.toml b/config/rftoolsutility-client.toml new file mode 100644 index 0000000..0764dba --- /dev/null +++ b/config/rftoolsutility-client.toml @@ -0,0 +1,15 @@ + +#Settings for the screen system +[screen] + #The default truetype font to use + fontName = "rftoolsutility:ubuntu" + #Set to true for TrueType font, set to false for vanilla font + useTruetype = false + #The size of the font + #Range: 0.0 ~ 1000000.0 + fontSize = 40.0 + #Set to true for force TrueType to be disabled in all cases. Use this in case the truetype font is causing issues + forceNoTruetype = false + #Additional characters that should be supported by the truetype system + additionalCharacters = "" + diff --git a/config/seeker_compass-common.toml b/config/seeker_compass-common.toml new file mode 100644 index 0000000..c41b92f --- /dev/null +++ b/config/seeker_compass-common.toml @@ -0,0 +1,7 @@ + +#Common settings for Seeker Compass. +[common] + #Chance for Zombified Piglins to naturally spawn holding a Seeker Compass. Default: 0.02 + #Range: 0.0 ~ 1.0 + zombifiedPiglinCompassChance = 0.019999999552965164 + diff --git a/config/xnetgases.toml b/config/xnetgases.toml new file mode 100644 index 0000000..1f798cd --- /dev/null +++ b/config/xnetgases.toml @@ -0,0 +1,28 @@ + +#General settings +[general] + #Maximum pigment per operation that a normal connector can input or output + #Range: 1 ~ 1000000000 + maxPigmentRateNormal = 1000 + #Maximum infuse per operation that an advanced connector can input or output + #Range: 1 ~ 1000000000 + maxInfuseRateAdvanced = 5000 + #Maximum pigment per operation that an advanced connector can input or output + #Range: 1 ~ 1000000000 + maxPigmentRateAdvanced = 5000 + #Maximum gas per operation that an advanced connector can input or output + #Range: 1 ~ 1000000000 + maxGasRateAdvanced = 5000 + #Maximum gas per operation that a normal connector can input or output + #Range: 1 ~ 1000000000 + maxGasRateNormal = 1000 + #Maximum infuse per operation that a normal connector can input or output + #Range: 1 ~ 1000000000 + maxInfuseRateNormal = 1000 + #Maximum slurry per operation that an advanced connector can input or output + #Range: 1 ~ 1000000000 + maxSlurryRateAdvanced = 5000 + #Maximum slurry per operation that a normal connector can input or output + #Range: 1 ~ 1000000000 + maxSlurryRateNormal = 1000 + diff --git a/mods/BetterShieldsMC1.16.3-1.2.1.jar b/mods/BetterShieldsMC1.16.3-1.2.1.jar new file mode 100644 index 0000000..eb87be5 Binary files /dev/null and b/mods/BetterShieldsMC1.16.3-1.2.1.jar differ diff --git a/mods/XNetGases-1.16.5-2.3.10.jar b/mods/XNetGases-1.16.5-2.3.10.jar new file mode 100644 index 0000000..3868d87 Binary files /dev/null and b/mods/XNetGases-1.16.5-2.3.10.jar differ diff --git a/mods/compactmachines-4.0.0-beta.2.jar b/mods/compactmachines-4.0.0-beta.2.jar new file mode 100644 index 0000000..6f2cb10 Binary files /dev/null and b/mods/compactmachines-4.0.0-beta.2.jar differ diff --git a/mods/hole_filler_mod-1.2.4.2-mc_1.16.x-forge.jar b/mods/hole_filler_mod-1.2.4.2-mc_1.16.x-forge.jar new file mode 100644 index 0000000..b89522d Binary files /dev/null and b/mods/hole_filler_mod-1.2.4.2-mc_1.16.x-forge.jar differ diff --git a/mods/rftoolsbuilder-1.16-3.1.11.jar b/mods/rftoolsbuilder-1.16-3.1.11.jar new file mode 100644 index 0000000..ec70198 Binary files /dev/null and b/mods/rftoolsbuilder-1.16-3.1.11.jar differ diff --git a/mods/rftoolsdim-1.16-7.0.21.jar b/mods/rftoolsdim-1.16-7.0.21.jar new file mode 100644 index 0000000..f22aec7 Binary files /dev/null and b/mods/rftoolsdim-1.16-7.0.21.jar differ diff --git a/mods/rftoolsutility-1.16-3.1.16.jar b/mods/rftoolsutility-1.16-3.1.16.jar new file mode 100644 index 0000000..69714b1 Binary files /dev/null and b/mods/rftoolsutility-1.16-3.1.16.jar differ diff --git a/mods/seeker_compass-1.16.5-3.0.0.jar b/mods/seeker_compass-1.16.5-3.0.0.jar new file mode 100644 index 0000000..005b260 Binary files /dev/null and b/mods/seeker_compass-1.16.5-3.0.0.jar differ