Skip to content

Commit

Permalink
version -> 9.1.2, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Oct 10, 2023
1 parent 547d66d commit 9d27550
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 6 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ Changes are in reverse chronological order; newest changes at the top.

## Minecraft 1.18.2

### 9.1.1 (1 May 2022)
### 9.1.2

* JEI ghost support for the Bulk Item Filter (thanks @Attack8)

### 9.1.1

* Added fr_fr translation (thanks @dracnis)
* Added ko_kr translation (thanks @gjeodnd12165)
* Fixed template blocks (as extruded by Extruder Mk2) losing their texture after world reload (https://github.com/desht/ModularRouters/issues/163)
* Fixed router inventory capabilities not being invalidated when router was broken (https://github.com/desht/ModularRouters/issues/148)
* Worked around known Forge issue with EntityPlaceEvent (fired by Placer & Extruder modules) not containing correct blockstate (https://github.com/desht/ModularRouters/issues/158)

### 9.1.0 (5 Mar 2022)
### 9.1.0

* Just a port to Minecraft 1.18.2; this release is *not* compatible with 1.18.1. No new player-visible features.
* The config settings `activatorEntityBlacklist` and `activatorEntityAttackBlacklist` are removed, and replaced by entity type tags in `data/modularrouters/tags/entity_types`:
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 = 9.1.1
mod_version = 9.1.2
group = me.desht

# Minecraft/Forge
Expand Down
9 changes: 5 additions & 4 deletions release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"1.18-latest" : "9.0.0",
"1.18.1-recommended" : "9.0.2",
"1.18.1-latest" : "9.0.2",
"1.18.2-recommended" : "9.1.1",
"1.18.2-latest" : "9.1.1"
"1.18.2-recommended" : "9.1.2",
"1.18.2-latest" : "9.1.2"
},
"1.18" : {
"9.0.0": "https://github.com/desht/ModularRouters/blob/MC1.18-master/Changelog.md#900-6-dec-2021"
Expand All @@ -16,7 +16,8 @@
"9.0.1": "https://github.com/desht/ModularRouters/blob/MC1.18-master/Changelog.md#901-20-dec-2021"
},
"1.18.2" : {
"9.1.1": "https://github.com/desht/ModularRouters/blob/MC1.18.2-master/Changelog.md#911-10-apr-2022",
"9.1.0": "https://github.com/desht/ModularRouters/blob/MC1.18.2-master/Changelog.md#910-5-mar-2022"
"9.1.2": "https://github.com/desht/ModularRouters/blob/MC1.18.2-master/Changelog.md#912",
"9.1.1": "https://github.com/desht/ModularRouters/blob/MC1.18.2-master/Changelog.md#911",
"9.1.0": "https://github.com/desht/ModularRouters/blob/MC1.18.2-master/Changelog.md#910"
}
}

0 comments on commit 9d27550

Please sign in to comment.