mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-16 05:55:09 +01:00
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)
43 lines
939 B
JSON
43 lines
939 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "visualoverhaul",
|
|
"version": "${version}",
|
|
|
|
"name": "VisualOverhaul",
|
|
"description": "Adds better visuals for certain Minecraft Vanilla Blocks.",
|
|
"authors": [
|
|
"Motschen",
|
|
"TeamMidnightDust"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.midnightdust.eu/",
|
|
"sources": "https://github.com/TeamMidnightDust/VisualOverhaul",
|
|
"issues": "https://github.com/TeamMidnightDust/VisualOverhaul/issues"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "assets/visualoverhaul/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"eu.midnightdust.visualoverhaul.VisualOverhaul"
|
|
],
|
|
"client": [
|
|
"eu.midnightdust.visualoverhaul.VisualOverhaulClient"
|
|
],
|
|
"modmenu": [
|
|
"eu.midnightdust.visualoverhaul.config.ModMenuIntegration"
|
|
]
|
|
},
|
|
|
|
"mixins": [
|
|
"visualoverhaul.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabric": ">=0.28.4",
|
|
"minecraft": "1.16.x"
|
|
}
|
|
}
|