Skip to content

Commit

Permalink
### Added Mods
Browse files Browse the repository at this point in the history
+ Big Buckets
+ Corail Woodcutter
+ Curios API
+ Curious Elytra
+ Curious Shulker Boxes
+ Dynamic View
+ Enchantment Descriptions
+ Glasshole
+ Dimensional Worlds
+ Enchantability
+ Mining Gadgets

### Removed Mods
+ KleeSlabs

### Updated Mods
+ /tank/null
+ Engineer's Decor
+ Engineer's Tools
+ JAOPCA
+ Lollipop
+ Macaw's Bridges
+ Mekanism
+ Mekanism Generators
+ Mekanism Tools
+ MrCrayfish's Vehicle Mod
+ Nature's Compass
+ PackMenu
+ Patchouli
+ Powah!
+ Resourceful Tools
+ Silent Gear
+ The Veggie Way
+ UTeam Core
+ Water Strainer
+ Xaeros Minimap

### Config Changes
+ Disabled Heat in Enchantability (increased tick rates? No.)
+ Removed Silent's Gems Chaos effects completely.
+ Tagged powah ores as forge:ores

Fixes #58
Fixes #56
Fixes #55
Fixes #54
Fixes #53
Fixes #52
Fixes #51
Fixes #48
  • Loading branch information
Saphrym committed Mar 8, 2020
1 parent db8a06b commit 188ea74
Show file tree
Hide file tree
Showing 59 changed files with 265 additions and 247 deletions.
2 changes: 2 additions & 0 deletions config/Mekanism/client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
alignHUDLeft = true
#Show particles when machines active.
machineEffects = true
#Enable item information HUD during gameplay
enableHUD = true
#How much light to produce if ambient lighting is enabled.
#Range: 1 ~ 15
ambientLightingLevel = 15
Expand Down
5 changes: 4 additions & 1 deletion config/Mekanism/general.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
allowChunkloading = true
#Energy needed to destroy or attract blocks with a Laser (per block hardness level).
laserEnergyNeededPerHardness = 100000
#Number of ticks required to mine a single block with a Digital Miner (without any upgrades).
#Range: > 1
digitalMinerTicksPerMine = 80
#Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater.
heatPerFuelTick = 4.0
#Scuba Tank Gas Tank capacity in mB.
Expand All @@ -30,7 +33,7 @@
opsBypassRestrictions = false
#Energy multiplier for using silk touch mode with the Digital Miner.
minerSilkMultiplier = 6
#Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value.)
#Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value).
#Range: > 1
digitalMinerMaxRadius = 32
#Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible).
Expand Down
8 changes: 8 additions & 0 deletions config/caelus-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

#Client only settings, mostly things related to rendering
[client]
#Set to true to enable holding down the Trigger Elytra keybind to automatically use a firework from inventory to takeoff from ground level
simpleTakeoff = true
#Set to true to enable an icon that appears on the HUD when elytra flight is disabled
toggleIcon = true

6 changes: 6 additions & 0 deletions config/corail_woodcutter-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#Personal Options that can be edited even on server
[client]
#Display the stonecutting recipes in a custom category in JEI - depending if you're on a server or singleplayer, this option requires to relog on the server or restart your client [false/true|default:true]
stonecutting_support_in_jei = true

21 changes: 21 additions & 0 deletions config/curios-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

#Client only settings, mostly things related to rendering
[client]
#The corner for the Curios GUI button
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
buttonCorner = "TOP_LEFT"
#The X-Offset for the Curios GUI button
#Range: -100 ~ 100
buttonXOffset = 0
#The Y-Offset for the Creative Curios GUI button
#Range: -100 ~ 100
creativeButtonYOffset = 0
#Set to true to enable rendering curios
renderCurios = true
#The X-Offset for the Creative Curios GUI button
#Range: -100 ~ 100
creativeButtonXOffset = 0
#The Y-Offset for the Curios GUI button
#Range: -100 ~ 100
buttonYOffset = 0

7 changes: 7 additions & 0 deletions config/curios-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

[common]
#List of curio types to create.Sizes can be defined by adding a semicolon and the size number (e.g. 'ring;4').
createCurios = []
#List of curio types to disable by default
disabledCurios = []

6 changes: 6 additions & 0 deletions config/cyclic.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#General settings
[cyclic]
#Testing only, this does nothing
itemTooltip = true

17 changes: 17 additions & 0 deletions config/dynview-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

["Dynamic chunk view distance settings"]
#The maximum chunk view distance allowed to use, set to the max which a player could benefit from. default: 20
#Range: 1 ~ 200
maxChunkViewDist = 20
#The average tick time to stabilize the chunk view distance around, setting it higher than 50ms is not advised, as after 50ms the tps will go below 20. default:40ms
#Range: 10 ~ 100
meanAvgTickTime = 45
#The minimum chunk view distance allowed to use, set to what players should get at least. default: 4
#Range: 1 ~ 200
minChunkViewDist = 4
#Whether to output log messages for actions done, its helpful to balance the other settings nicely.
logMessages = true
#The update frequency of average server tick time checks to update view distances, default is every 30 seconds
#Range: 1 ~ 1000
viewDistanceUpdateRate = 30

40 changes: 40 additions & 0 deletions config/enchantability-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

#Enabled Features
[features]
enableDexterity = true
enableHeat = false
enableStrike = true
enableAirWalker = true
enableVoid = true
enableFarReach = true
enableDeflection = true
enableGluttony = true
enableSmite = true
enableFastBreak = true
enableFirePraise = true
enableGravity = true
enableBlastResist = true
enableSwiftCharge = true

#Enchant Configs
[enchants]

#Dexterity
[enchants.dexterity]
dexterityTags = ["forge:sandstone", "forge:rods/wooden", "minecraft:fences", "forge:dyes", "minecraft:planks", "minecraft:arrows", "minecraft:signs", "minecraft:small_flowers", "minecraft:buttons", "minecraft:wooden_pressure_plates", "minecraft:rails", "forge:chests", "forge:leather"]
dexterityItems = ["minecraft:fire_charge", "minecraft:sugar", "minecraft:firework_star", "minecraft:bread"]

#Gluttony
[enchants.gluttony]
enableRabbitStew = true
enableCookie = true

#Heat
[enchants.heat]
#Range: > 1
additionalTickSpeed = 3
tileBlacklist = ["minecraft:hopper", "minecraft:piston", "minecraft:beacon", "minecraft:conduit", "minecraft:bell", "minecraft:beehive", "minecraft:daylight_detector", "minecraft:end_gateway", "enchantability:air"]
treatBlacklistAsWhitelist = false
#Range: 1 ~ 256
"heatRange - radius" = 32

1 change: 1 addition & 0 deletions config/mininggadgets-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

67 changes: 67 additions & 0 deletions config/mininggadgets-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@

#Power settings
[power]

#Upgrade Cost Settings
[power.upgrades]
#Cost per block for Efficiency 5 upgrade
#Range: > 0
upgradeEfficiency5 = 50
#Cost per Light Block placed
#Range: > 0
upgradeLight = 100
#Cost per block for Silk Touch upgrade
#Range: > 0
upgradeSilkCost = 100
#Cost per block Frozen
#Range: > 0
upgradeFreeze = 100
#Cost per block for Fortune 3 upgrade
#Range: > 0
upgradeFortune3 = 100
#Cost per block for Fortune 1 upgrade
#Range: > 0
upgradeFortune1 = 30
#Cost per block for Fortune 2 upgrade
#Range: > 0
upgradeFortune2 = 60
#Capacity Boost from Battery 1 Upgrade
#Range: > 0
battery1 = 2000000
#Capacity Boost from Battery 2 Upgrade
#Range: > 0
battery2 = 5000000
#Capacity Boost from Battery 3 Upgrade
#Range: > 0
battery3 = 10000000
#Cost per block for Heatsink upgrade
#Range: > 0
upgradeHeatsink = 50
#Cost per block for Efficiency 1 upgrade
#Range: > 0
upgradeEfficiency1 = 10
#Cost per block for Efficiency 2 upgrade
#Range: > 0
upgradeEfficiency2 = 20
#Cost per block for Magnet upgrade
#Range: > 0
upgradeMagnet = 25
#Cost per block for Void Junk upgrade
#Range: > 0
upgradeVoid = 10
#Cost per block for Efficiency 3 upgrade
#Range: > 0
upgradeEfficiency3 = 30
#Cost per block for Efficiency 4 upgrade
#Range: > 0
upgradeEfficiency4 = 40

#Mining Gadget Settings
[power.mining_gadget]
#Base cost per block broken
#Range: > 0
baseCost = 200
#Maximum power for the Mining Gadget
#Range: > 0
maxPower = 1000000

5 changes: 5 additions & 0 deletions config/patchouli-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

[client]
#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature.
quickLookupShift = false

10 changes: 5 additions & 5 deletions config/silentgems-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

[chaos]
#The most chaos the any source (player or world) can accumulate
maxValue = 10000000
maxValue = 1

#Allows individual events to be disabled.
#Note that disabling events will likely increase the frequency of other events.
Expand All @@ -90,13 +90,13 @@
#Spawn a regular lightning bolt (can cause fire)
"silentgems:lightning" = false
#Changes the weather to a thunderstorm
"silentgems:thunderstorm" = true
"silentgems:thunderstorm" = false
#Create a patch of corrupted blocks
"silentgems:corrupt_blocks" = true
"silentgems:corrupt_blocks" = false
#Applies negative potion effects to the player
"silentgems:chaos_sickness" = true
"silentgems:chaos_sickness" = false
#Spawn several lightning bolts that do not cause fire
"silentgems:chaos_lightning" = true
"silentgems:chaos_lightning" = false
#Spawn a group of wisps (random element)
"silentgems:spawn_wisps" = false

Expand Down
56 changes: 28 additions & 28 deletions config/tombstone-server.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@

#Miscellaneous options
[general]
#Whether to handle player experience [false/true|default:true]
handle_player_xp = true
#The duration of the Ghostly Shape effect in seconds [0..MAX|default:120]
#Range: > 0
ghostly_shape_duration = 120
#Experience loss on death (%) [0..100|default:0]
#Range: 0 ~ 100
xp_loss = 0
#Whether to handle player experience [false/true|default:true]
handle_player_xp = true
#The chance that a player receives an already enchanted Grave's Key on death [-1..100|default:0|disabled:-1]
#Range: -1 ~ 100
chance_enchanted_graveKey = 0
#Allows players with bad alignment and the perk tomb raider to steal items on abandoned graves [false/true|default:false]
allow_tomb_raiding = false
#The time in minutes before a Grave's Key isn't required to open a grave (-1 = disabled) [-1..MAX|default:-1]
#Range: > -1
decay_time = -1
#Allows players with bad alignment and the perk tomb raider to steal items on abandoned graves [false/true|default:false]
allow_tomb_raiding = false

#Allows to customize or disable the enchantments
[enchantments]
#Shadow Step is only active while sneaking [false/true|default:false]
nerf_shadow_step = false
#Enables the enchantment Shadow Step [false/true|default:true]
enable_enchantment_shadow_step = true
#Enables the enchantment Soulbound [false/true|default:true]
enable_enchantment_soulbound = true
#Shadow Step is only active while sneaking [false/true|default:false]
nerf_shadow_step = false
#Enables the enchantment Magic Siphon [false/true|default:true]
enable_enchantment_magic_siphon = true

Expand All @@ -34,46 +34,46 @@
#Maximum uses of a tablet [1..20|default:10]
#Range: 1 ~ 20
tablet_max_use = 10
#Sets the decorative graves unbreakable [false/true|default:false]
unbreakable_decorative_grave = false
#The cooldown in hours to pray with the Ânkh [1..10|default:3]
#Range: 1 ~ 10
cooldown_to_pray = 3
#Sets the decorative graves unbreakable [false/true|default:false]
unbreakable_decorative_grave = false

#Allows to disable some magic items
[allowedMagicItems]
#Voodoo Poppet [false/true|default:true]
allow_voodoo_poppet = true
#Book of Disenchantment [false/true|default:true]
allow_book_of_disenchantment = true
#Scroll of Feather Fall [false/true|default:true]
allow_scroll_of_feather_fall = true
#Voodoo Poppet [false/true|default:true]
allow_voodoo_poppet = true
#Scroll of Unstable Intangibleness [false/true|default:true]
allow_scroll_of_unstable_intangibleness = true
#Dust of Vanishing [false/true|default:true]
allow_dust_of_vanishing = true
#Tablet of Cupidity [false/true|default:true]
allow_tablet_of_cupidity = true
#Scroll of Purification [false/true|default:true]
allow_scroll_of_purification = true
#Scroll of Reach [false/true|default:true]
allow_scroll_of_reach = true
#Scroll of Preservation [false/true|default:true]
allow_scroll_of_preservation = true
#Grave's Key [false/true|default:true]
allow_grave_key = true
#Scroll of Knowledge [false/true|default:true]
allow_scroll_of_knowledge = true
#Tablet of Recall [false/true|default:true]
allow_tablet_of_recall = true
#Tablet of Home [false/true|default:true]
allow_tablet_of_home = true
#Scroll of Knowledge [false/true|default:true]
allow_scroll_of_knowledge = true
#Tablet of Assistance [false/true|default:true]
allow_tablet_of_assistance = true
#Tablet of Cupidity [false/true|default:true]
allow_tablet_of_cupidity = true
#Scroll of Unstable Intangibleness [false/true|default:true]
allow_scroll_of_unstable_intangibleness = true
#Scroll of Feather Fall [false/true|default:true]
allow_scroll_of_feather_fall = true
#Scroll of Purification [false/true|default:true]
allow_scroll_of_purification = true
#Grave's Key [false/true|default:true]
allow_grave_key = true
#Scroll of True Sight [false/true|default:true]
allow_scroll_of_true_sight = true
#Lost Tablet [false/true|default:true]
allow_lost_tablet = true
#Scroll of Reach [false/true|default:true]
allow_scroll_of_reach = true
#Dust of Vanishing [false/true|default:true]
allow_dust_of_vanishing = true
#Tablet of Home [false/true|default:true]
allow_tablet_of_home = true

#Allows to change the chance to drop some items
[loot]
Expand Down
6 changes: 6 additions & 0 deletions config/vehicle-client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@

#Configuration options for debugging vehicles
[client.debug]
#If true, renders lines to help visualise steering direction and target position.
renderSteeringDebug = false
#If true, renders an outline of all the elements on a vehicle's model. Useful for debugging interactions.
renderOutlines = false
#If true, the raytracer will be reloaded each tick.
reloadRaytracerEachTick = false
#If true, the vehicle properties will be reloaded each tick.
reloadVehiclePropertiesEachTick = false

#Configuration for display related options
[client.display]
#If true, automatically rotates the camera when turning in a vehicle
rotateCameraWithVehicle = true
#If true, automatically switches to third person when mounting vehicles
autoPerspective = true
#If true, displays a speedometer on the HUD when driving a vehicle
Expand Down
Binary file added mods/EnchantmentDescriptions-1.15.2-2.0.1.jar
Binary file not shown.
Binary file added mods/Glasshole-1.0.2.jar
Binary file not shown.
Binary file not shown.
Binary file removed mods/KleeSlabs_1.15.2-8.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed mods/MekanismGenerators-1.15.2-9.9.11.403.jar
Binary file not shown.
Binary file added mods/MekanismGenerators-1.15.2-9.9.15.407.jar
Binary file not shown.
Binary file removed mods/MekanismTools-1.15.2-9.9.11.403.jar
Binary file not shown.
Binary file added mods/MekanismTools-1.15.2-9.9.15.407.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed mods/ResourcefulTools-1.15.2-1.1.18.jar
Binary file not shown.
Binary file added mods/ResourcefulTools-1.15.2-1.1.20.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added mods/bigbuckets-1.1.0.jar
Binary file not shown.
Binary file added mods/caelus-FORGE-1.15.2-2.0-beta1.jar
Binary file not shown.
Binary file added mods/corail_woodcutter-1.1.1-1.15.2.jar
Binary file not shown.
Binary file added mods/curios-FORGE-1.15.2-2.0.jar
Binary file not shown.
Binary file added mods/curiouselytra-FORGE-1.15.2-2.0.jar
Binary file not shown.
Binary file added mods/curiousshulkerboxes-FORGE-1.15.2-2.0.jar
Binary file not shown.
Binary file added mods/dimensionalworld-1.0.0.jar
Binary file not shown.
Binary file added mods/dynviewdist-1.3.jar
Binary file not shown.
Binary file added mods/enchantability-5.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed mods/mcw-bridges-1.0.3-mc1.15.2.jar
Binary file not shown.
Binary file added mods/mcw-bridges-1.0.4fix-mc1.15.2.jar
Binary file not shown.
Binary file added mods/mininggadgets-1.3.0.jar
Binary file not shown.
Binary file renamed mods/tanknull-1.7.jar → mods/tanknull-1.8.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions scripts/alchemistry_extra_recipes.zs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//PVC to tinydryrubber
craftingTable.addShapeless("pvc_2_tinydryrubber", <item:industrialforegoing:tinydryrubber> * 1,
[<item:chemlib:compound_polyvinyl_chloride>, <item:chemlib:compound_polyvinyl_chloride>], null);
Loading

0 comments on commit 188ea74

Please sign in to comment.