From 070ca43efe4378b09a82c79008610aedd26ba044 Mon Sep 17 00:00:00 2001 From: maksim789546 Date: Fri, 19 Aug 2022 09:42:05 +0400 Subject: [PATCH] Rename to 'Remastered' edition, up version to first beta --- README.md | 11 +++++++++-- gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 12 +++++++----- versions.json | 5 ++++- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 58c7eab..a8509b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> ### Dynamic Surroundings: Fabric Edition +> ### Dynamic Surroundings: Remastered Fabric Edition A Minecraft Fabric Mod that alters the fabric of Minecraft experience by weaving a tapestry of sound and visual effects. CurseForge Project @@ -16,6 +16,9 @@ This mod is a spiritual successor to the Forge based Dynamic Surroundings series **Recommended Additions** * [Mod Menu (CurseForge)](https://www.curseforge.com/minecraft/mc-mods/modmenu) or [ModMenu (Modrinth)](https://modrinth.com/mod/modmenu) to get in-game mod configuration menu. +* [Cloth Config API (CurseForge)](https://www.curseforge.com/minecraft/mc-mods/cloth-config) for configuration screen. + +**Optional Additions** * [Presence Footsteps (CurseForge)](https://www.curseforge.com/minecraft/mc-mods/presence-footsteps) or [Presence Foosteps (Modrinth)](https://modrinth.com/mod/presence-footsteps) for footstep acoustics **Features** @@ -44,7 +47,7 @@ This mod is a spiritual successor to the Forge based Dynamic Surroundings series **What's Being Dropped** * Aurora. Good at turning a computer into a space heater, and I do not know enough about shaders to improve. -* Mob/player footstep and toolbar effects. +* Mob/player footstep. * Specialized fog effects. Minecraft has made some improvements in this area, and I expect it to continue. I don't want to be in a position of overriding (or managing the problem) of when Microsoft adds more dynamic content. * Weather effects. Again, there have been improvements to Minecraft. I may add some additional processing around weather, but I do not expect to make major changes. @@ -53,6 +56,10 @@ As I indicated these features are not planned. Based on time commitments I may **Planned Features** * Making the config system publicly available so that pack authors can configure things. This is possible with this release, but I may change things. Besides, it has to be documented so that someone would know what to do. +**Special Thanks** +* [OreCruncher](https://github.com/OreCruncher) author of original [Forge mod](https://github.com/OreCruncher/DynamicSurroundings) and [Fabric Mod](https://github.com/OreCruncher/DynamicSurroundingsFabric) +* [jmattingley23](https://github.com/jmattingley23) author of [origin fork](https://github.com/jmattingley23/DynamicSurroundingsFabric) with 1.19.* Minecraft support + > ### License The MIT License (MIT) diff --git a/gradle.properties b/gradle.properties index f37bcb6..3e27b97 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,9 +8,9 @@ loader_version=0.14.7 # Mod Properties mod_id=dsurround -mod_version=0.0.4 +mod_version=0.1.0 maven_group=org.orecruncher -archives_base_name=DynamicSurroundings-Fabric +archives_base_name=DynamicSurroundings-RemasteredFabric fabric_api_version=0.57.0+1.19 cloth_config_version=7.0.73 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cf539fe..fc91aa0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,14 +2,16 @@ "schemaVersion": 1, "id": "dsurround", "version": "${version}", - "name": "Dynamic Surroundings: Fabric Edition", + "name": "Dynamic Surroundings: Remastered Fabric Edition", "description": "Alters the fabric of Minecraft experience by weaving a tapestry of sound and visual effects", "authors": [ "OreCruncher", + "maksim789456", + "jmattingley23" ], "contact": { "homepage": "https://www.curseforge.com/minecraft/mc-mods/dynamic-surroundings-fabric-edition", - "issues": "https://github.com/OreCruncher/DynamicSurroundingsFabric/issues" + "issues": "https://github.com/maksim789456/DynamicSurroundingsFabric/issues" }, "license": "MIT", "icon": "assets/dsurround/icon.png", @@ -34,14 +36,14 @@ "custom": { "modmenu": { "links": { - "dsurround.mod.link.sources": "https://github.com/OreCruncher/DynamicSurroundingsFabric", - "dsurround.mod.link.credits": "https://github.com/OreCruncher/DynamicSurroundingsFabric/blob/main/CREDITS.md", + "dsurround.mod.link.sources": "https://github.com/maksim789456/DynamicSurroundingsFabric", + "dsurround.mod.link.credits": "https://github.com/maksim789456/DynamicSurroundingsFabric/blob/main/CREDITS.md", "dsurround.mod.link.clothapi": "https://www.curseforge.com/minecraft/mc-mods/cloth-api", "dsurround.mod.link.nashorn": "https://github.com/openjdk/nashorn" } }, "dsurround": { - "updateURL": "https://raw.githubusercontent.com/OreCruncher/DynamicSurroundingsFabric/main/versions.json" + "updateURL": "https://raw.githubusercontent.com/maksim789456/DynamicSurroundingsFabric/main/versions.json" } } } diff --git a/versions.json b/versions.json index 2269fb7..35c1069 100644 --- a/versions.json +++ b/versions.json @@ -6,9 +6,12 @@ "0.0.2": "Second Alpha", "0.0.3": "https://github.com/OreCruncher/DynamicSurroundingsFabric/blob/main/CHANGELOG.md#dynamicsurroundings-fabric-1171-003", "0.0.4": "https://github.com/OreCruncher/DynamicSurroundingsFabric/blob/main/CHANGELOG.md#dynamicsurroundings-fabric-1171-004" + }, + "1.19": { + "0.1.0": "First beta" } }, "recommend": { - "1.17.1": "0.0.4" + "1.19": "0.1.0" } }