Skip to content

Commit d6f202b

Browse files
committed
Bump mod version
1 parent b2c1fd2 commit d6f202b

4 files changed

Lines changed: 226 additions & 1 deletion

File tree

CHANGELOG-1.21.1.md

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
# Changelog for Minecraft 1.21.1
2+
All notable changes to this project will be documented in this file.
3+
4+
<a name="1.21.1-1.26.2"></a>
5+
## [1.21.1-1.26.2](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.26.1...1.21.1-1.26.2) - 2025-08-08 20:10:42
6+
7+
### Changed
8+
* Add translations through Crowdin (#208)
9+
* Update PT_BR localization (#206)
10+
11+
<a name="1.21.1-1.26.1"></a>
12+
## [1.21.1-1.26.1](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.26.0...1.21.1-1.26.1) - 2025-05-31 19:12:50 +0200
13+
14+
### Fixed
15+
* Fix scrollbar not moving on screen resize
16+
Closes CyclopsMC/IntegratedDynamics#1515
17+
18+
<a name="1.21.1-1.26.0"></a>
19+
## [1.21.1-1.26.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.9...1.21.1-1.26.0) - 2025-05-03 15:27:36 +0200
20+
21+
### Added
22+
* Allow infobooks to be placed in lecterns
23+
Required for CyclopsMC/IntegratedDynamics#1496 and CyclopsMC/EvilCraft#1110.
24+
25+
<a name="1.21.1-1.25.9"></a>
26+
## [1.21.1-1.25.9](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.8...1.21.1-1.25.9) - 2025-04-12 13:29:59 +0200
27+
28+
### Fixed
29+
* Fix insertion into some slots failing
30+
Closes CyclopsMC/IntegratedDynamics#1502
31+
32+
<a name="1.21.1-1.25.8"></a>
33+
## [1.21.1-1.25.8](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.7...1.21.1-1.25.8) - 2025-03-24 16:19:02 +0100
34+
35+
### Fixed
36+
* Fix not all key combinations working for key bindings
37+
Closes CyclopsMC/IntegratedTerminals#166
38+
39+
<a name="1.21.1-1.25.7"></a>
40+
## [1.21.1-1.25.7](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.6...1.21.1-1.25.7) - 2025-02-24 16:19:08 +0100
41+
42+
### Fixed
43+
* Fix EvilCraft entity crash with some mobs, Closes CyclopsMC/EvilCraft#1102
44+
45+
<a name="1.21.1-1.25.6"></a>
46+
## [1.21.1-1.25.6](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.5...1.21.1-1.25.6) - 2025-02-03 20:06:56 +0100
47+
48+
### Added
49+
* Add ja_jp translations
50+
* Add nl_nl translations
51+
52+
### Fixed
53+
* Fix items with empty fluid containers being stored inconsistently
54+
Items with empty fluid containers could be stored in two different ways.
55+
This change ensures that there is only a single canonical way to store
56+
them.
57+
This could cause issues with items from EvilCraft when attempting to
58+
autocraft them and getting them recognized by the system.
59+
Closes CyclopsMC/EvilCraft#1089
60+
61+
<a name="1.21.1-1.25.5"></a>
62+
## [1.21.1-1.25.5](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.4...1.21.1-1.25.5) - 2024-12-06 16:01:04 +0100
63+
64+
### Added
65+
* Add IDynamicModelElementCommon
66+
67+
<a name="1.21.1-1.25.4"></a>
68+
## [1.21.1-1.25.4](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.3...1.21.1-1.25.4) - 2024-11-25 16:00:51 +0100
69+
70+
### Fixed
71+
* Improve client performance of large scrolling containers
72+
This fixes performance issues when having the gui open of a large Colossal Chest.
73+
74+
<a name="1.21.1-1.25.3"></a>
75+
## [1.21.1-1.25.3](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.2...1.21.1-1.25.3) - 2024-11-19 10:09:18 +0100
76+
77+
### Changed
78+
* Invoke Fabric block explode event before block is removed
79+
Required for CyclopsMC/ColossalChests#174
80+
81+
<a name="1.21.1-1.25.2"></a>
82+
## [1.21.1-1.25.2](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.1...1.21.1-1.25.2) - 2024-10-23 18:53:06 +0200
83+
84+
### Fixed
85+
* Fix recipe caching not considering different rotations, Closes CyclopsMC/IntegratedTerminals#129
86+
87+
<a name="1.21.1-1.25.1"></a>
88+
## [1.21.1-1.25.1](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.0...1.21.1-1.25.1) - 2024-10-09 19:16:16 +0200
89+
90+
### Added
91+
* Add fluid gui helpers to Forge and Fabric
92+
93+
<a name="1.21.1-1.25.0"></a>
94+
## [1.21.1-1.25.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.24.0...1.21.1-1.25.0) - 2024-10-09 16:48:58 +0200
95+
96+
### Added
97+
* Improve multiloader support
98+
* Add IBlockExplodedEvent
99+
* Add ConditionConfigFabric
100+
* Move ItemStackBlockEntityRendererBase to common
101+
* Add ConditionConfigForge
102+
* Port scrolling container to common
103+
* Port large and indexed inventory to common
104+
* Move multiblock helpers to common
105+
106+
<a name="1.21.1-1.24.0"></a>
107+
## [1.21.1-1.24.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.23.0...1.21.1-1.24.0) - 2024-09-30 17:01:48 +0200
108+
109+
### Added
110+
* Improve multiloader support
111+
* Support extended screen handlers in Fabric
112+
* Add Fabric events for entity join, entity tick, and player join
113+
* Add ILivingEntityRendererEvent for Fabric
114+
* Add ILootTableModifyEvent for Fabric
115+
* Add LootModifierConfigForge
116+
* Migrate particles to common
117+
* Add getCraftingRemainingItem to ItemStackHelpers
118+
* Abstract ContainerTypeData to common
119+
* Move NamedContainerProviderItem to common
120+
* Move ItemGui to common
121+
* Add gui helpers to common
122+
* Move gui components to common
123+
* Add ItemInventoryContainerCommon to common
124+
* Move item location to common
125+
* Move config command to common
126+
* Migrate ring of fire and debug command to common
127+
* Abstract packet handling across mod loaders
128+
* Allow commands to be registered in common base mod
129+
* Add world helpers to common
130+
131+
### Changed
132+
* Make DeferredHolderCommon work with IForgeRegistry
133+
134+
### Fixed
135+
* Fix loader-specific configurable types sometimes not working
136+
137+
<a name="1.21.1-1.23.0"></a>
138+
## [1.21.1-1.23.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.22.0...1.21.1-1.23.0) - 2024-09-16 16:41:25 +0200
139+
140+
### Added
141+
* Port advancement criteria to Forge and Fabric
142+
* Add biome modifier config to Forge
143+
* Add entity config to common
144+
145+
### Changed
146+
* Move capacity and energy components to common
147+
148+
### Fixed
149+
* Fix some config registrations for some registries in Forge failing
150+
151+
<a name="1.21.1-1.22.0"></a>
152+
## [1.21.1-1.22.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.21.1...1.21.1-1.22.0) - 2024-09-04 17:21:43 +0200
153+
154+
### Added
155+
* Additions for multiloader support
156+
* Add crafting helpers to common
157+
* Move registry manager to common
158+
159+
<a name="1.21.1-1.21.1"></a>
160+
## [1.21.1-1.21.1](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.21.0...1.21.1-1.21.1) - 2024-09-01 17:31:39 +0200
161+
162+
### Fixed
163+
* Fix config dictionary not being fully populated
164+
This could cause mods with infobooks still depending on the old configs
165+
API to miss many book entries.
166+
Closes CyclopsMC/EvilCraft#1055
167+
168+
<a name="1.21.1-1.21.0"></a>
169+
## [1.21.1-1.21.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.20.5...1.21.1-1.21.0) - 2024-09-01 15:21:27 +0200
170+
171+
### Added
172+
* Additions for multiloader support
173+
* Implement barebones openMenu helper for Fabric
174+
* Port base guis and registration to common
175+
* Add SimpleInventoryCommon
176+
* Move blocks with guis to common
177+
178+
<a name="1.21.1-1.20.5"></a>
179+
## [1.21.1-1.20.5](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.20.4...1.21.1-1.20.5) - 2024-08-25 19:41:48 +0200
180+
181+
### Fixed
182+
* Fix invalid config file entry names being generated
183+
184+
<a name="1.21.1-1.20.4"></a>
185+
## [1.21.1-1.20.4](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.20.3...1.21.1-1.20.4) - 2024-08-24 07:04:11 +0200
186+
187+
### Fixed
188+
* Fix other MinecraftHelpers.* causing crashes at startup
189+
190+
<a name="1.21.1-1.20.3"></a>
191+
## [1.21.1-1.20.3](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.20.2...1.21.1-1.20.3) - 2024-08-23 11:09:55 +0200
192+
193+
### Fixed
194+
* Fix Helpers.* causing crashes at startup
195+
196+
<a name="1.21.1-1.20.2"></a>
197+
## [1.21.1-1.20.2](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.20.1...1.21.1-1.20.2) - 2024-08-22 17:48:15 +0200
198+
199+
### Fixed
200+
* Fix MinecraftHelpers.isClientSide causing crashes at startup
201+
202+
<a name="1.21.1-1.20.1"></a>
203+
## [1.21.1-1.20.1](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.20.0...1.21.1-1.20.1) - 2024-08-20 17:42:51 +0200
204+
205+
### Fixed
206+
* Fix CyclopsCore mod helpers being invoked before mod is initialized, Closes #190
207+
208+
<a name="1.21.1-1.20.0"></a>
209+
## [1.21.1-1.20.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.19.11...1.21.1-1.20.0) - 2024-08-18 12:52:33 +0200
210+
211+
### Changed
212+
* Refactor code to be compatible with NeoForge, Forge, and Fabric.
213+
214+
<a name="1.21.1-1.19.11"></a>
215+
## [1.21.1-1.19.11] - 2024-08-09 21:00:37 +0200
216+
217+
### Fixed
218+
* Update to updated CommonCapabilities API
219+
Required for CyclopsMC/IntegratedDynamics#1375

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHANGELOG-1.21.1.md

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
mod_version=1.26.1
2+
mod_version=1.26.2
33
group=org.cyclops.cyclopscore
44
java_version=21
55

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
As always, don't forget to backup your world before updating!
2+
3+
Changes:
4+
* Add translations through Crowdin (#208)
5+
* Update PT_BR localization (#206)

0 commit comments

Comments
 (0)