Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed Aug 1, 2024
1 parent a09cd22 commit 4db3935
Show file tree
Hide file tree
Showing 20 changed files with 176 additions and 806 deletions.
11 changes: 5 additions & 6 deletions OPEN_SOURCE_SOFTWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

Code from the following software is used in Overlay Tweaks.

| Software | License |
|-----------------------------------------------------------------------|----------------------------------------------------------------------------------|
| [Easeify](https://github.com/Polyfrost/Easeify) | [LGPL 3.0](https://github.com/Polyfrost/Easeify/blob/master/LICENSE) |
| [Show Me Your Skin!](https://github.com/enjarai/show-me-your-skin) | [MIT](https://github.com/enjarai/show-me-your-skin/blob/master/LICENSE) |
| [DulkirMod-Fabric](https://github.com/inglettronald/DulkirMod-Fabric) | [MPL 2.0](https://github.com/inglettronald/DulkirMod-Fabric/blob/master/LICENSE) |
| [NicerTabBackground](https://github.com/Benonardo/NicerTabBackground) | [MIT](https://github.com/Benonardo/NicerTabBackground/blob/master/LICENSE) |
| Software | License |
|-----------------------------------------------------------------------|----------------------------------------------------------------------------|
| [Easeify](https://github.com/Polyfrost/Easeify) | [LGPL 3.0](https://github.com/Polyfrost/Easeify/blob/master/LICENSE) |
| [Show Me Your Skin!](https://github.com/enjarai/show-me-your-skin) | [MIT](https://github.com/enjarai/show-me-your-skin/blob/master/LICENSE) |
| [NicerTabBackground](https://github.com/Benonardo/NicerTabBackground) | [MIT](https://github.com/Benonardo/NicerTabBackground/blob/master/LICENSE) |
71 changes: 26 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,24 @@ Contributing software and their licenses can be found at [OPEN_SOURCE_SOFTWARE.m

## Features

### Screens
### Miscellaneous

#### Containers

- Container Background Opacity
- Container Texture Opacity
- Container Scale

#### Screen Shake
#### Hand

- Disable Screen Bobbing
- Disable Hand Bobbing
- Disable Map Bobbing
- Disable Screen Damage Tilt
- Disable Hand Damage Tilt
- Disable Hand View Sway
- Keep Hand in Hidden HUD

#### Tab Background (1.20.4 and prior only)

- Tab Background Opacity

#### Suffocation Overlay

- Suffocation Overlay Brightness

### HUD

#### Shield

- Shield Height
- Shield Opacity
- Color Shield Cooldown

#### Totem

- Disable Totem Overlay
- Disable Totem Particles
- Totem Scale

#### Water

- Remove Water Overlay
Expand All @@ -62,36 +41,19 @@ Contributing software and their licenses can be found at [OPEN_SOURCE_SOFTWARE.m
- Fire Overlay Height
- Fire Overlay Opacity

#### Hotbar
#### Elements

- Remove Held Item Name Tooltip
- Keep Hand in Hidden HUD

#### Debug

- Hide Scoreboard in Debug
- Hide Scoreboard in Debug (1.20.1 and prior only)
- Classic Debug Style
- Subtitle Background Color

### Effects

#### Items

- Potion Glint
- Static Items
- Unstacked Items
#### Elder Guardian

#### World

- Cleaner Night Vision Decay
- Cleaner Sky Void Darkness
- Lightning Bolt Color
- World Border Color
- Elder Guardian Opacity
- Elder Guardian Scale
- Ridden Horse Opacity
- Ridden Pig Opacity
- Ridden Strider Opacity
- Ridden Camel Opacity

#### Full Screen Effects

Expand All @@ -101,3 +63,22 @@ Contributing software and their licenses can be found at [OPEN_SOURCE_SOFTWARE.m
- Spyglass Background Color
- Constant Vignette Darkness
- Constant Vignette Darkness Value
- Suffocation Overlay Brightness

### Items

#### Shield

#### Shield

- Shield Height
- Shield Opacity
- Color Shield Cooldown

#### Potions

- Potion Glint

## Modpack?

If you want to use my mods in a Modpack, I ask that the modpack is only available on Modrinth. Feel free to reach out to me if you would like to discuss further.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ loom {
}

dependencies {
// Mixin Extras because PGT doesn't include it
implementation(annotationProcessor(libs.mixinextras.get())!!)

val modMenuVersion = when(platform.mcVersion) {
12001 -> "7.2.2"
12004 -> "9.2.0-beta.2"
Expand Down Expand Up @@ -68,6 +65,9 @@ dependencies {

// DevAuth. Lets us log in with our own Minecraft account. Useful for testing tab features.
modRuntimeOnly("me.djtheredstoner:DevAuth-${platform.loaderStr}:1.2.0")

// MixinConstraints. Lets us easily conditionally apply mixins.
include(implementation("com.moulberry:mixinconstraints:1.0.1")!!)
}

tasks.processResources {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ org.gradle.parallel=true
polyfrost.defaults.loom=3

# Mod Properties
mod_version=1.9.4
mod_version=1.10.0
maven_group=dev.microcontrollers.overlaytweaks
archives_base_name=overlaytweaks
5 changes: 0 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ pgt = "0.6.5"
shadow = "8.1.1"
blossom = "1.3.2"

mixinextras = "0.5.0-beta.1"

[libraries]
mixinextras = { module = "io.github.llamalad7:mixinextras-fabric", version.ref = "mixinextras" }

[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

Expand Down
19 changes: 0 additions & 19 deletions src/main/java/dev/microcontrollers/overlaytweaks/InvScale.java

This file was deleted.

Loading

0 comments on commit 4db3935

Please sign in to comment.