Skip to content

Commit

Permalink
0.7.35b
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEndii committed Nov 24, 2023
1 parent 09e9fb0 commit 5ac61ba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.20.1-0.7.35b] - 2023-11-24

### Fixed
- [#530] Fixed stray pixel in inventory_manager_gui.png
- Fixed Memory Card tooltip color
- [#524] Fixed not working brackets color change of the Chat Box - Thanks to @zyxkad!
- [#522] Fixed that the index of the argument `range` for the functions `sendMessageToPlayer` and `sendFormattedMessageToPlayer` in the Chat Box is incorrect - Thanks to @zyxkad!

### Added
- [#519] Added Applied Mekanistics support to the ME Bridge - Thanks to @starcatmeow!

### Changed
- [#474] Changed the inventory manager. Merged the NBT and normal variants of the removeItem and addItem functions to one. See documentation for more info
- [#441] Let the ME bridges `isConnected` function only return true when the ME bridge is actually connected to an active ME system

## [1.20.1-0.7.34b] - 2023-11-03

#### This is the neoforge port for 1.20.1. This version works for Minecraft Forge and for NeoForge.
Expand Down
6 changes: 3 additions & 3 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ CURSEFORGE_KEY=<your_api_key>
MODRINTH_KEY=<your_api_key>
```

If you also want to do manual upload to AdvancedPeripheral maven repository, you can add next variables
If you also want to do manual upload to [AdvancedPeripheral maven repository](https://mvn.intelligence-modding.de/), you can add next variables

```
USERNAME=<github username>
TOKEN=<github token with access to packages API>
PUBLIC_REP_NAME=<Reposilite Username>
PUBLIC_REP_KEY=<Reposilite Access Token>
```

### Before release
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod_id=advancedperipherals
minecraft_version=1.20.1
neo_version=47.1.79
loader_version=47
mod_version=0.7.35b
mod_version=0.7.36b
release_type=beta
mappings_channel=official
#mappings_version=2022.11.27-1.19.2
Expand Down

0 comments on commit 5ac61ba

Please sign in to comment.