Releases: Steel-Foundation/SteelMC
Releases · Steel-Foundation/SteelMC
Release list
v0.5.0+mc26.1
What's Changed
- Fix update-minecraft-src.sh script for MacOS by @Morb0 in #154
- Add nether water evaporation for buckets by @Morb0 in #156
- add protocol validation at login by @Alvsch in #163
- refactor broadcast unsigned chat by @Alvsch in #162
- Hunger by @Joniii11 in #108
- refactor registry by @JunkyDeveloper in #165
- next reformat and dedpulication of registry code by @JunkyDeveloper in #166
- rework PR number 3 by @JunkyDeveloper in #167
Full Changelog: v0.4.0+mc26.1...v0.5.0+mc26.1
v0.4.0+mc26.1
What's Changed
- &World is now &Arc by @CuzImClicks in #127
- damage type tags for 26.1 by @JunkyDeveloper in #128
- Split density generation file by @coco875 in #117
- forgot to delete these functions by @JunkyDeveloper in #129
- Fix Block Updating and Destroying by @CuzImClicks in #134
- [Ready] Items.rs by @JunkyDeveloper in #130
- Replace custom vector types with glam for better performance and API by @suprohub in #131
- better gitignore by @chocodev11 in #138
- improve performance of packing and unpacking by @CuzImClicks in #136
- Honeycomb by @CuzImClicks in #111
- Encode block update packets once instead of per player by @OmarAfet in #141
- Hoes by @CuzImClicks in #126
- Rename Item Behaviors by @CuzImClicks in #144
- [READY] to_nbt functions by @JunkyDeveloper in #140
- fix breaking changes that didnt fit our lints by @CuzImClicks in #146
- Axes! by @CuzImClicks in #109
- [READY] Ignite portal by @JunkyDeveloper in #104
- Experience by @CuzImClicks in #148
- Fix terminal crash when running behind a daemon by @OmarAfet in #150
- [24.3 READ] 26.1 by @JunkyDeveloper in #96
- Score by @CuzImClicks in #151
- Add enchantment registry by @Purdze in #135
- Add .DS_STORE and rustc-ice to .gitignore by @CuzImClicks in #159
- What @tn-lorenz want's to have by @JunkyDeveloper in #161
- Use is_water_source in CandleBlock by @Morb0 in #157
- World teleporting by @JunkyDeveloper in #149
- Registry rework by @JunkyDeveloper in #164
New Contributors
- @suprohub made their first contribution in #131
- @chocodev11 made their first contribution in #138
- @Morb0 made their first contribution in #157
Full Changelog: v0.2.1+mc1.21.11...v0.4.0+mc26.1
v0.2.1+mc1.21.11
Full Changelog: v0.2.0+mc1.21.11...v0.2.1+mc1.21.11
v0.2.0+mc1.21.11
What's Changed
- time command by @CuzImClicks in #83
- Rework tag registry by @JunkyDeveloper in #81
- Add flint for the logo by @JunkyDeveloper in #66
- Weather! by @CuzImClicks in #87
- Clear and Give Commands by @CuzImClicks in #90
- Why String if you have &'static str ? by @unschlagbar in #93
- Entity Events Packet + Fast Gamemode Change by @DarkMrMelther in #91
- Update dependencies and remove unused dependencies by @Alvsch in #94
- Fix online player count and sample list in server list ping by @OmarAfet in #95
- extract can_replace functionality by @JunkyDeveloper in #98
- Mutliple worlds by @JunkyDeveloper in #97
- fix chat by @JunkyDeveloper in #101
- WIP biomes by @teknostom in #84
- Prek (pre-commit) by @JunkyDeveloper in #103
- Respawning by @Joniii11 in #89
- moved bucket item to generation script and uses fluid in the bucket by @JunkyDeveloper in #105
- hopefully fix ci by removing unused features by @CuzImClicks in #114
- Cactus 🌵 by @tangjuyo in #72
- Watersystem by @tangjuyo in #64
- Add POI system by @Purdze in #107
- Weathering for all Copper Blocks by @CuzImClicks in #113
- Vanilla Noise impl by @teknostom in #106
- Surface by @teknostom in #115
- chore: update
CONTRIBUTINGby @tn-lorenz in #122 - rework the registering for blocks by @JunkyDeveloper in #118
- Add generic RegistryExt and RegistryEntry traits by @Purdze in #123
New Contributors
Full Changelog: alpha-20260204-a2b16c2...v0.2.0+mc1.21.11
alpha-20260204-a2b16c2
What's Changed
- small PR : update gamemode commands to accept the player argument by @tangjuyo in #65
- Add level events and block placing/destruction sounds by @teknostom in #58
- Add spawn chunks gen by @teknostom in #67
- Fix stack overflow in debug, and add torches cause i forgot to create 2 branches sowwy by @Joniii11 in #70
- fix held slot on join by @CuzImClicks in #75
- Shovels by @CuzImClicks in #76
- clippy lint missing_const_for_fn by @CuzImClicks in #73
- Custom logger with autocompletion by @DarkMrMelther in #68
- Candles! by @CuzImClicks in #74
- Direction migration to steel-util by @tangjuyo in #80
New Contributors
- @CuzImClicks made their first contribution in #75
Full Changelog: alpha-20260127-748078a...alpha-20260204-a2b16c2
alpha-20260127-748078a
What's Changed
- redo improve ci by @coco875 in #59
- Use text components crate + Tellraw by @DarkMrMelther in #50
- Implement play state ping request by @Alvsch in #61
- Implement and use CEntityPositionSync by @Alvsch in #60
New Contributors
Full Changelog: alpha-20260122-370f9c1...alpha-20260127-748078a
alpha-20260122-370f9c1
What's Changed
- Optimize Properties and apply clippy suggestions by @unschlagbar in #1
- Cleanup network code by @unschlagbar in #2
- Added derive PacketRead and PacketWrite to Enums by @DarkMrMelther in #3
- Better write/read methods and packetRead/Write macro prefix support by @unschlagbar in #4
- packet write perf improvements by @unschlagbar in #5
- Minor network addition by @unschlagbar in #6
- style(README): make it more user-friendly by @tn-lorenz in #7
- Implement registry cache by @Joniii11 in #10
- fixed all clippy warnings + better packet id place by @unschlagbar in #11
- Change static item to have only one lock instead of a lock for every item by @unschlagbar in #12
- feat: add basic github workflows by @tn-lorenz in #13
- style(README): update to show CI by @tn-lorenz in #14
- fixed packet id attr type by @unschlagbar in #16
- Implement BitSet codec needed for Chunk Data impl by @teknostom in #15
- move write/read to utils by @unschlagbar in #17
- chunk restructure by @unschlagbar in #18
- better network arch by @unschlagbar in #19
- Add xoroshiro impl by @teknostom in #21
- write & read makro lifetime support & much more by @unschlagbar in #23
- Dev by @Joniii11 in #29
- Secure and unsecure chat. by @teknostom in #34
- style(README): add deepwiki badge so it auto refreshes by @tn-lorenz in #33
- Commands implementation by @Guibi1 in #35
- Implement Player sync by @teknostom in #37
- Implement end frames and ender eye placing by @teknostom in #45
- Server links by @JunkyDeveloper in #51
- tablist system & TPS and MSPT by @tangjuyo in #46
- adds a must_use to set_value by @JunkyDeveloper in #57
New Contributors
- @unschlagbar made their first contribution in #1
- @DarkMrMelther made their first contribution in #3
- @tn-lorenz made their first contribution in #7
- @Joniii11 made their first contribution in #10
- @Guibi1 made their first contribution in #35
- @JunkyDeveloper made their first contribution in #51
- @tangjuyo made their first contribution in #46
Full Changelog: https://github.com/Steel-Foundation/SteelMC/commits/alpha-20260122-370f9c1