From 9962b9a9f654249b670578edd8d6bb97472f8256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Vo=C3=9F?= Date: Tue, 27 Apr 2021 19:06:40 +0200 Subject: [PATCH] * change version * change readme --- README.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b2d7b..778a575 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ceramic Bucket [![Curseforge](http://cf.way2muchnoise.eu/full_ceramic-bucket_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/ceramic-bucket) [![Curseforge](http://cf.way2muchnoise.eu/versions/For%20MC_ceramic-bucket_all.svg)](https://www.curseforge.com/minecraft/mc-mods/ceramic-bucket/files) [![](https://img.shields.io/discord/752506676719910963.svg?style=flat&color=informational&logo=discord&label=Discord)](https://discord.gg/gRUFH5t) [![License](https://img.shields.io/github/license/cech12/CeramicBucket)](http://opensource.org/licenses/MIT) -This is a **Minecraft Forge** mod for version 1.14.4, 1.15.2, 1.16.2, 1.16.3 or 1.16.4 and adds a **Ceramic Bucket** to the game. +This is a **Minecraft Forge** mod that adds a **Ceramic Bucket** to the game. ![All Buckets](https://raw.githubusercontent.com/cech12/CeramicBucket/1.16/material/all_buckets.png) @@ -15,5 +15,6 @@ The **Ceramic Bucket** acts like a normal bucket and can contain **water**, **la The only difference is if the bucket contains lava, it melts as soon as you empty it. (temperature configurable) All mod fluids are supported since mod version 2.0.0. +Some mod fishes and mobs are supported as well. For more information check out the **Wiki**: https://github.com/cech12/CeramicBucket/wiki \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c629ae1..627b564 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -mod_version=2.5.8 +mod_version=2.6.0 minecraft_version=1.16.2+ forge_version=1.16.2-33.0.21