Skip to content

Commit d022f90

Browse files
committed
Bump mod version
1 parent adad253 commit d022f90

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG-1.20.1.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog for Minecraft 1.20.1
22
All notable changes to this project will be documented in this file.
33

4+
<a name="1.20.1-1.30.2"></a>
5+
## [1.20.1-1.30.2](/compare/1.20.1-1.30.1...1.20.1-1.30.2) - 2026-03-28 09:55:51
6+
7+
8+
### Added
9+
* Add configurable energy production rate for coal generator (#1635), Closes #1634
10+
11+
### Fixed
12+
* Fix Variable Store, Proxy, Materializer, and Static Light Panel not consuming energy (#1633), Closes #1632
13+
* Fix energy battery texture overflow after NBT manipulation, Closes #1636 (#1637)
14+
415
<a name="1.20.1-1.30.1"></a>
5-
## [1.20.1-1.30.1](/compare/1.20.1-1.30.0...1.20.1-1.30.1) - 2026-03-20 20:03:22
16+
## [1.20.1-1.30.1](/compare/1.20.1-1.30.0...1.20.1-1.30.1) - 2026-03-20 20:03:22 +0100
617

718

819
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mod_version=1.30.1
1+
mod_version=1.30.2
22
minecraft_version=1.20.1
33
forge_version=47.0.1
44
cyclopscore_version=1.20.0-750
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.20.0 or higher.
3+
4+
Additions:
5+
* Add configurable energy production rate for coal generator (#1635), Closes #1634
6+
7+
Fixes:
8+
* Fix Variable Store, Proxy, Materializer, and Static Light Panel not consuming energy (#1633), Closes #1632
9+
* Fix energy battery texture overflow after NBT manipulation, Closes #1636 (#1637)

0 commit comments

Comments
 (0)