Skip to content

Commit

Permalink
Merge pull request #1503 from AllTheMods/mana-bottle
Browse files Browse the repository at this point in the history
Block mana in a bottle from backpacks
  • Loading branch information
jeremiahwinsley authored Sep 16, 2022
2 parents 7d96a09 + fe5587e commit 1c7a101
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelogs/0.4.31.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,32 @@
- 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
Expand All @@ -34,3 +44,4 @@
- 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)
2 changes: 1 addition & 1 deletion config/sophisticatedbackpacks-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Common Settings
[common]
#List of items that are not allowed to be put in backpacks - e.g. "minecraft:shulker_box"
disallowedItems = []
disallowedItems = ["botania:mana_bottle"]
#Turns on/off loot added to various vanilla chest loot tables
chestLootEnabled = true
#Turns on/off item fluid handler of backpack in its item form. There are some dupe bugs caused by default fluid handling implementation that manifest when backpack is drained / filled in its item form in another mod's tank and the only way to prevent them is disallowing drain/fill in item form altogether
Expand Down

0 comments on commit 1c7a101

Please sign in to comment.