VisualOverhaul 3.0.0 - Puddles & Colors

Switched to MidnightConfig
(No need to seperately download AutoConfig & ClothConfig anymore)

Adds puddles which spawn during rain and can be used to fill a water bottle.
(Game rule: "puddleSpawnRate")
Also, snow layers can now pile up during snow storms.
(Game rule: "snowStackChance")

Items which are colored in their block form also show the color corresponding to the biome as an item. (Toggleable via config)
This commit is contained in:
Motschen
2021-03-14 21:22:06 +01:00
parent 920bb6958e
commit e43e483567
22 changed files with 661 additions and 55 deletions

View File

@@ -20,6 +20,9 @@
"environment": "*",
"entrypoints": {
"main": [
"eu.midnightdust.visualoverhaul.VisualOverhaul"
],
"client": [
"eu.midnightdust.visualoverhaul.VisualOverhaulClient"
],
@@ -34,7 +37,6 @@
"depends": {
"fabric": ">=0.28.4",
"autoconfig1u": "*",
"cloth-config2": "*"
"minecraft": "1.16.x"
}
}