Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Rename to 'Remastered' edition, up version to first beta
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim789456 committed Aug 19, 2022
1 parent 4211108 commit 070ca43
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<a href="https://www.curseforge.com/minecraft/mc-mods/dynamic-surroundings-fabric-edition"><img src="http://cf.way2muchnoise.eu/versions/535715.svg" alt="CurseForge Project"/></a>
Expand All @@ -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**
Expand Down Expand Up @@ -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.

Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 7 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
}
5 changes: 4 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 070ca43

Please sign in to comment.