diff --git a/README.md b/README.md index 2325f4c..b13542c 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # VisualOverhaul +https://www.curseforge.com/minecraft/mc-mods/visual-overhaul + Revamps the visual aspect of certain vanilla blocks. diff --git a/gradle.properties b/gradle.properties index fda099a..2a5a142 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G +org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e5338d3..ffed3a2 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/assets/visualoverhaul/icon.png b/src/main/resources/assets/visualoverhaul/icon.png index 2f7f904..b51969f 100755 Binary files a/src/main/resources/assets/visualoverhaul/icon.png and b/src/main/resources/assets/visualoverhaul/icon.png differ diff --git a/src/main/resources/assets/visualoverhaul/textures/block/vo_jukebox_top.png b/src/main/resources/assets/visualoverhaul/textures/block/vo_jukebox_top.png index bc74286..9d56b62 100755 Binary files a/src/main/resources/assets/visualoverhaul/textures/block/vo_jukebox_top.png and b/src/main/resources/assets/visualoverhaul/textures/block/vo_jukebox_top.png differ diff --git a/src/main/resources/resourcepacks/coloredwaterbucket/assets/minecraft/textures/item/water_bucket_overlay.png b/src/main/resources/resourcepacks/coloredwaterbucket/assets/minecraft/textures/item/water_bucket_overlay.png index 0acab27..b8a70d1 100755 Binary files a/src/main/resources/resourcepacks/coloredwaterbucket/assets/minecraft/textures/item/water_bucket_overlay.png and b/src/main/resources/resourcepacks/coloredwaterbucket/assets/minecraft/textures/item/water_bucket_overlay.png differ diff --git a/src/main/resources/resourcepacks/coloredwaterbucket/pack.png b/src/main/resources/resourcepacks/coloredwaterbucket/pack.png index 1cc7cc2..d6b1dda 100755 Binary files a/src/main/resources/resourcepacks/coloredwaterbucket/pack.png and b/src/main/resources/resourcepacks/coloredwaterbucket/pack.png differ diff --git a/src/main/resources/resourcepacks/fancyfurnace/pack.png b/src/main/resources/resourcepacks/fancyfurnace/pack.png index 1343fb3..1667678 100755 Binary files a/src/main/resources/resourcepacks/fancyfurnace/pack.png and b/src/main/resources/resourcepacks/fancyfurnace/pack.png differ diff --git a/src/main/resources/resourcepacks/nobrewingbottles/assets/minecraft/textures/block/brewing_stand.png b/src/main/resources/resourcepacks/nobrewingbottles/assets/minecraft/textures/block/brewing_stand.png index c7bc11e..48629f7 100755 Binary files a/src/main/resources/resourcepacks/nobrewingbottles/assets/minecraft/textures/block/brewing_stand.png and b/src/main/resources/resourcepacks/nobrewingbottles/assets/minecraft/textures/block/brewing_stand.png differ diff --git a/src/main/resources/resourcepacks/nobrewingbottles/pack.png b/src/main/resources/resourcepacks/nobrewingbottles/pack.png index ede38ed..57aa93f 100755 Binary files a/src/main/resources/resourcepacks/nobrewingbottles/pack.png and b/src/main/resources/resourcepacks/nobrewingbottles/pack.png differ