Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotmatross28729/shader-fixer
A mod that adds more compatibility with shaders (1.7.10).
https://github.com/kotmatross28729/shader-fixer
minecraft minecraft-forge minecraft-forge-mod minecraft-mod mod
Last synced: 7 days ago
JSON representation
A mod that adds more compatibility with shaders (1.7.10).
- Host: GitHub
- URL: https://github.com/kotmatross28729/shader-fixer
- Owner: kotmatross28729
- Created: 2024-02-19T17:53:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T11:41:06.000Z (4 months ago)
- Last Synced: 2024-10-29T22:21:48.146Z (4 months ago)
- Topics: minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod, mod
- Language: Java
- Homepage:
- Size: 266 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
Awesome Lists containing this project
README
# Shader Fixer (1.7.10)
## requires [unimixins](https://github.com/LegacyModdingMC/UniMixins/releases)
**[CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/shader-fixer)
| [Modrinth](https://modrinth.com/mod/shader-fixer)**A mod that adds more compatibility with shaders.
### For now, it fixes:
+ **1) Fisk Superheroes**
+ **2) Vanilla mc (fishing line, hitbox rendering (F3+B), lightning bolt, etc.)** AND bug due to which the effect bar (background) in the creative menu turns black
+ **3) NEI overlay**
+ **4) Techguns chest crash & water rendering issues caused by particles**
+ **5) Dragon Block C's electric auras**
+ **6) Zelda Sword Skills whip**
+ **7) Mcheli Overdrive**
+ **8) RivalRebels**
+ **9) Schematica**
+ **10) Journeymap**
+ **11) Avaritia**
+ **12) Thaumic Concilium**
+ **13) OpenComputers**
+ **14) Electrical Age**
+ **15) HBM's NTM**
+ **16) Dynamic Surroundings**
+ **17) Hardcore Ender Expansion**# Credits:
### [jss2a98aj](https://github.com/jss2a98aj) - [Early mixins](https://github.com/jss2a98aj/BugTorch/blob/master/src/main/java/jss/bugtorch/mixinplugin/BugTorchEarlyMixins.java) and [config systems](https://github.com/jss2a98aj/BugTorch/blob/master/src/main/java/jss/bugtorch/config/BugTorchConfig.java)
### [GTNH](https://github.com/orgs/GTNewHorizons/repositories) - [ExampleMod1.7.10](https://github.com/GTNewHorizons/ExampleMod1.7.10)