https://github.com/tttsaurus/ome-tweaks
This mod aims to add a bunch of configurable QoL tweaks to other mods
https://github.com/tttsaurus/ome-tweaks
Last synced: about 1 year ago
JSON representation
This mod aims to add a bunch of configurable QoL tweaks to other mods
- Host: GitHub
- URL: https://github.com/tttsaurus/ome-tweaks
- Owner: tttsaurus
- License: mit
- Created: 2024-12-06T02:36:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-20T23:09:02.000Z (over 1 year ago)
- Last Synced: 2025-02-20T23:28:47.384Z (over 1 year ago)
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/ome-tweaks
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This mod aims to add a bunch of configurable QoL tweaks to other mods.
## Latest Features
- **JEI**
- Support modifications to jei category icons
- **Industrial Foregoing**
- Add the harvest level and blacklist to Industrial Foregoing's infinity drill
- Make petrified fuel generator more configurable
- Support custom fuels
- Support tweaking existing fuels
- Optional jei page overhaul
- **SCP Lockdown**
- Add config to disable several scp capabilities
- **In World Crafting**
- Add support of i18n to jei pages
- **Thermal Foundation**
- Add config to disable default fluid interactions (works with [Fluid-Interaction-Tweaker](https://github.com/tttsaurus/Fluid-Interaction-Tweaker)'s jei compat)
- **Extra Utilities**
- Add compat to mining node so it can detect fluid interactions from [Fluid-Interaction-Tweaker](https://github.com/tttsaurus/Fluid-Interaction-Tweaker)
## Dependency
- Mixinbooter 10.0+
## Config
Here's an example/snapshot of the config file.
Everything is set to `false` by default.
```
# Configuration file
general {
# Enable OME Tweaks [default: false]
B:Enable=true
jei {
# Enable JEI Module / Whether mixins will be loaded [default: false]
B:Enable=true
category_order {
# Enable JEI Category Order [default: false]
B:Enable=true
# A list of jei category uids that determines the in-game jei displaying order [default: ]
S:"JEI Category Order" <
ORE_WASHER
ORE_FERMENTER
ORE_SIEVE
tconstruct.alloy
tconstruct.smeltery
tconstruct.casting_table
tconstruct.dryingrack
mctsmelteryio:casting_machine
>
}
...
```
## Credits
This mod is created using [GregTechCEu's Buildscripts](https://github.com/GregTechCEu/Buildscripts)