Skip to content

Commit

Permalink
Merge pull request #1504 from AllTheMods/Staging
Browse files Browse the repository at this point in the history
Release 0.4.31
  • Loading branch information
jeremiahwinsley authored Sep 16, 2022
2 parents 444ba34 + 1c7a101 commit 0f1586e
Show file tree
Hide file tree
Showing 66 changed files with 27,117 additions and 26,983 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ indent_size = 4
[*.{json,yml,yaml,js}]
indent_size = 2

[*.toml]
[*.{toml,snbt}]
end_of_line = crlf
indent_style = tab
tab_width = 4
Expand Down
47 changes: 47 additions & 0 deletions changelogs/0.4.31.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## Release 0.4.31

### Mod Additions
- SimpleBackups-1.18.2-1.1.12.jar
### Mod Updates
- AdvancedPeripherals-0.7.19r.jar
- alltheores-1.9.9m-1.18.2-40.1.0.jar
- Applied-Mekanistics-1.2.2.jar
- architectury-4.9.84-forge.jar
- ars_nouveau-1.18.2-2.7.8.jar
- artifacts-1.18.2-4.2.0.jar
- blockui-1.18.2-0.0.62-ALPHA.jar
- cloth-config-6.4.90-forge.jar
- createaddition-1.18.2-20220914a.jar
- deepresonance-3.0.12.jar
- elementalcraft-1.18.2-4.4.26.jar
- EnchantmentDescriptions-Forge-1.18.2-10.0.9.jar
- ftb-chunks-forge-1802.3.6-build.170.jar
- ftb-industrial-contraptions-1802.1.6-build.214.jar
- ftb-teams-forge-1802.2.6-build.69.jar
- geckolib-forge-1.18-3.0.37.jar
- jei-1.18.2-9.7.2.264.jar
- kubejs-forge-1802.5.5-build.546.jar
- lootr-1.18.2-0.2.21.58.jar
- minecolonies-1.18.2-1.0.1030-BETA.jar
- NaturesAura-36.3.jar
- occultism-1.18.2-1.40.3.jar
- PackMenu-1.18.2-4.1.3.jar
- pneumaticcraft-repressurized-1.18.2-3.4.2-137.jar
- productivebees-1.18.2-0.9.1.2.jar
- rftoolsbase-1.18-3.0.11.jar
- rftoolscontrol-1.18-5.0.7.jar
- rhino-forge-1802.2.0-build.232.jar
- RootsClassic-1.18.2-1.1.27.jar
- supplementaries-1.18.2-1.5.1.jar
- TerraBlender-forge-1.18.2-1.2.0.126.jar
- tombstone-7.5.1-1.18.2.jar
- toms_storage-1.18.2-1.3.5.jar

### Other Changes
- Disable Mouse Tweaks scrolling to prevent overlap (#1469)
- Fix jetpack quest requirement (#1487)
- Fix missing unobtainium injection chamber recipe (#1461)
- Add forge:plates tag to ATM plates (#1467)
- Reduce Apotheosis boss spawn rates (#1446)
- Add loot table for Creative Source Jar
- Block mana in a bottle from backpacks (#1499)
8 changes: 8 additions & 0 deletions config/MouseTweaks.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
RMBTweak=1
LMBTweakWithItem=1
LMBTweakWithoutItem=1
WheelTweak=0
WheelSearchOrder=1
WheelScrollDirection=0
ScrollItemScaling=0
Debug=0
2 changes: 1 addition & 1 deletion config/allthetweaks-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[packversionminrev]
#Pack Minor Version Revision : X
#Range: 0 ~ 32768
minorrev = 30
minorrev = 31

[tweaks]
#Chickens randomly shed feathers
Expand Down
18 changes: 18 additions & 0 deletions config/apotheosis/adventure.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1

# Apotheosis Adventure Module Config

bosses {
# If the boss announcement plays a sound. [default: true]
B:"Boss Announce Sound"=false

# Dimensions where bosses can spawn naturally, spawn chance, and spawn rules.
# Format is dimname|chance|rule, chance is a float from 0..1.
# Valid rules are NEEDS_SKY, NEEDS_SURFACE, and ANY [default: [minecraft:overworld|0.012|NEEDS_SKY], [minecraft:the_nether|0.023|ANY], [minecraft:the_end|0.008|NEEDS_SURFACE], [twilightforest:twilight_forest|0.02|NEEDS_SURFACE]]
S:"Boss Spawn Dimensions" <
minecraft:overworld|0.004|NEEDS_SKY
minecraft:the_nether|0.012|ANY
minecraft:the_end|0.004|NEEDS_SURFACE
twilightforest:twilight_forest|0.01|NEEDS_SURFACE
>
}
17 changes: 0 additions & 17 deletions config/apotheosis/apotheosis.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions config/apotheosis/potion.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions config/apotheosis/village.cfg

This file was deleted.

13 changes: 0 additions & 13 deletions config/forge-common.toml

This file was deleted.

20 changes: 20 additions & 0 deletions config/ftbic-common.snbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# FTB Industrial Contraptions config file

{
Nuclear: {
# The starting radius for a nuclear reactor explosion
# Default: 10.0
# Range: 1.0 ~ 1000.0
"Base Nuclear blast radius": 1.0d

# The limit of how large an explosion can be
# Default: 80.0
# Range: 1.0 ~ 10000.0
"Nuclear blast limit": 1.0d

# How many blocks in a circular radius the nuke will effect
# Default: 36.0
# Range: 1.0 ~ 1000.0
"Nuke Radius": 1.0d
}
}
Loading

0 comments on commit 0f1586e

Please sign in to comment.