Skip to content

Commit

Permalink
version -> 12.0.2, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 11, 2023
1 parent f794aa1 commit e0de244
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ Changes are in reverse chronological order; newest changes at the top.

## Minecraft 1.20

### 12.0.2

* As of Modular Routers 12.0.2, the mod is built with [Neoforge](https://neoforged.net/)
* While Modular Routers is likely to remain compatible with [Forge](https://files.minecraftforge.net/) for now, future compatibility is not guaranteed in any way
* Player Module and Sender Module Mk3 now respect a dimension blacklist, dimensions which those modules cannot send items to or from
* See `dimensionBlacklist` config setting in `modularrouters-common.toml`
* Fixed shaped template blocks (as placed by the Extruder Mk2) causing x-ray vision past them
* Fixed snow blocks not being breakable by the Breaker Module
* Fix will also apply to any block requiring a tool other than a pickaxe
* Cosmetic tooltip fix for Router items which contain modules and/or upgrades

### 12.0.1

* Patchouli manual now works properly
* Note: there isn't a public 1.20.1 release of Patchouli yet at the time of this release

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.daemon=false

# Mod
modid=modular-routers
mod_version=12.0.1
mod_version=12.0.2
modrinth_project_id=EuTS81Z3
curse_project_id=250294

Expand Down
7 changes: 4 additions & 3 deletions release_info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"homepage" : "https://minecraft.curseforge.com/projects/modular-routers",
"promos" : {
"1.20.1-recommended" : "12.0.1",
"1.20.1-latest" : "12.0.1"
"1.20.1-recommended" : "12.0.2",
"1.20.1-latest" : "12.0.2"
},
"1.20.1" : {
"12.0.0": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1200",
"12.0.1": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1201"
"12.0.1": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1201",
"12.0.2": "https://github.com/desht/ModularRouters/blob/MC1.20.1-master/Changelog.md#1202"
}
}

0 comments on commit e0de244

Please sign in to comment.