Skip to content

Commit

Permalink
Modlist rework (now with zbighuge performance improvements!) (#115)
Browse files Browse the repository at this point in the history
* Remove unnecessary mods

- Artan'sProjectCoreMod
- Lemon Lib
- Stack Refill
- Forge CIT
- 3D Skin Layers
- Leaky
- Ender Crop
- Overloaded Armor Bar
- No Recipe Book Reborn
- No Auto Jump
- Saturn

* Add a couple of mods back

- No Recipe Book
- No Auto Jump
- Ender Crop

* Remove KleeSlabs

Breaks GT hammer when breaking slabs, which are VERY abundant in the Lost Cities

* Add Lootr

#114

* Add Forge CIT back

* Add Monazite

#151

* What in gods green earth (config cleanup)

SO MANY USELESS CONFIGS WTF LMAO
I assume these were never cleaned up since the early stages of NFm development

* Bump Leaky report threshold to 200

used to be 80

* Remove more mods

- Ender Crop
- AE2 QoL Recipes (still needs to be implemented via KJS)
- No Auto Jump
- Energy Meter

* Move AE2 QoL to KJS script

* Replace WaterCondenser with Water Collector

* Update mods (Read desc)

Notable changes:
- Tier 5 Netherite SophStorage upgrades
- PackagedAuto EMI partial support
- Readded Leaky (accidental removal)
- Removed TexTrue's Options (included in Embeddium by default)
- Removed Patchouli (no dependent mods)
- Removed another useless config file

Notable changes:
- Effortless Building power level will be reset
- Inventory Tweaks Refoxed config must be reset on clientside (generated by users)

* (BREAKING) Finish replacing WaterCondenser with WaterCollector

* Delete watercondenser-common.toml

* Move AE2 QoL recipes to AE2.js

* Update WATERMeDIA/FrAMES

* Quick cleanup

- Update Monazite
- Fix water collector recipe conflict

* Monazite configs
  • Loading branch information
JuiceyBeans committed May 10, 2024
1 parent 109c599 commit 41e2d6c
Show file tree
Hide file tree
Showing 35 changed files with 224 additions and 951 deletions.
223 changes: 0 additions & 223 deletions config/ad_astra.jsonc

This file was deleted.

17 changes: 16 additions & 1 deletion config/badoptimizations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,24 @@ enable_remove_redundant_fov_calculations: true
# Don't tick the tutorial if the game is not in demo mode.
enable_remove_tutorial_if_not_demo: true

#
# Other
#

# Whether BadOptimizations <version> should be added onto
# the left text of the F3 menu.
show_f3_text: true

# Some config options will be force-disabled if certain mods are present
# due to incompatibilities (e.g. entity rendering caching
# is disabled w/ Twilight Forest).
# However, if you still want to use the optimizations, you can override it
# by setting this to true. Beware of crashes. And Herobrine.
ignore_mod_incompatibilities: false

# Whether to log the entire config into console when booting up.
# If you plan on reporting an issue, please keep this on.
log_config: true

# Do not change this
config_version: 1
config_version: 2
8 changes: 0 additions & 8 deletions config/canary.properties

This file was deleted.

Loading

0 comments on commit 41e2d6c

Please sign in to comment.