Перейти к содержимому
Mineforgian

Oxidizium

Rewrites parts of Minecraft in Rust Lang

9K загрузок75 подписчиковMITfabricquilt

Обновлён 17 июня 2026 г. · опубликован 1 апреля 2025 г.

Oxidizium - Replace Java with Rust

Summary

This Fabric mod replaces certain Minecraft Java Edition methods with native rust equivalents. Every rust function is tested with the in-house testing utility to ensure that it is functionally equal to vanilla Minecraft.

Currently, this mod replaces the following Java classes with Rust:

  • MathHelper

Many more classes are planned in the future, however mostly low-level classes will be tackled in the beginning.

Compatibility

As of now, Oxidizium is very compatible with the majority of mods, with specific compatibility with Lithium

Usage

This mod requires Java 22 or above.

The following JVM arguments are recommended, but not currently required for Java 24 and below:

--enable-preview --enable-native-access=ALL-UNNAMED

Using a newer Java version is likely to improve performance more than Java 22. I recommend using GraalVM for the best performance, however be warned that it is possible (though very unlikely) that GraalVM could break mods. Use a distribution such as Temurin if you want to be completely safe.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
mc26.2-1.2.1-panamaРелиз26.1, 26.1.1, 26.1.2, 26.2fabric, quilt17 июня 2026 г..jar (3.1 МБ)
1.2.0-membraneРелиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric, quilt22 мая 2026 г..jar (3.1 МБ)
1.2.0-nalimРелиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric, quilt22 мая 2026 г..jar (2.8 МБ)
1.2.0-panamaРелиз1.21.11, 26.1, 26.1.1, 26.1.2fabric, quilt22 мая 2026 г..jar (3.1 МБ)
1.1.3Релиз1.21.11fabric, quilt12 декабря 2025 г..jar (1.3 МБ)
1.1.2Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric, quilt10 июля 2025 г..jar (1.3 МБ)
1.1.1Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric, quilt26 июня 2025 г..jar (1.2 МБ)
1.1.0Релиз1.21.6fabric, quilt19 июня 2025 г..jar (1.2 МБ)
1.0.0Релиз1.21.4, 1.21.5fabric, quilt28 мая 2025 г..jar (1.2 МБ)
1.0.0-alpha.1-mac-x86Альфа1.21.4fabric, quilt2 апреля 2025 г..jar (477 КБ)
1.0.0-alpha.1-linux-armАльфа1.21.4fabric, quilt2 апреля 2025 г..jar (585 КБ)
1.0.0-alpha.1-linux-x64Альфа1.21.4fabric, quilt1 апреля 2025 г..jar (604 КБ)
1.0.0-alpha.1-mac-armАльфа1.21.4fabric, quilt1 апреля 2025 г..jar (671 КБ)
1.0.0-alpha.1-win-x64Альфа1.21.4fabric, quilt1 апреля 2025 г..jar (476 КБ)

Ченджлог

mc26.2-1.2.1-panamaРелиз26.1.1, 26.1.2, 26.2 · 17 июня 2026 г.
  • Updated to MC 26.2 (More math optimizations)
1.2.0-membraneРелиз1.20.2, 1.20.3, 1.20.4 · 22 мая 2026 г.

Oxidizium 1.2.0 comes with multiple new options to improve your gameplay:

  • Panama: The default option from the previous versions. Works on the latest version of Minecraft
  • Nalim: A java agent that provides lower latency for accessing Rust functions in Minecraft 1.20.4 and below. View this guide for installation
  • Membrane: Similar to Nalim but more streamlined installation. Also only for Minecraft 1.20.4 and below

Oxidizium-Panama was updated to support Minecraft 26.1.x

1.2.0-nalimРелиз1.20.2, 1.20.3, 1.20.4 · 22 мая 2026 г.

Oxidizium 1.2.0 comes with multiple new options to improve your gameplay:

  • Panama: The default option from the previous versions. Works on the latest version of Minecraft
  • Nalim: A java agent that provides lower latency for accessing Rust functions in Minecraft 1.20.4 and below. View this guide for installation
  • Membrane: Similar to Nalim but more streamlined installation. Also only for Minecraft 1.20.4 and below

Oxidizium-Panama was updated to support Minecraft 26.1.x

1.2.0-panamaРелиз26.1, 26.1.1, 26.1.2 · 22 мая 2026 г.

Oxidizium 1.2.0 comes with multiple new options to improve your gameplay:

  • Panama: The default option from the previous versions. Works on the latest version of Minecraft
  • Nalim: A java agent that provides lower latency for accessing Rust functions in Minecraft 1.20.4 and below. View this guide for installation
  • Membrane: Similar to Nalim but more streamlined installation. Also only for Minecraft 1.20.4 and below

Oxidizium-Panama was updated to support Minecraft 26.1.x

1.1.3Релиз1.21.11 · 12 декабря 2025 г.
  • Updated to 1.21.11
  • Disabled native code for explosions due to extreme overhead
  • Add a few more native math functions
1.1.2Релиз1.21.8, 1.21.9, 1.21.10 · 10 июля 2025 г.
1.1.1Релиз1.21.6, 1.21.7, 1.21.8 · 26 июня 2025 г.
  • Fixed compatibility with Minecraft 1.21.4 and 1.21.5
1.1.0Релиз1.21.6 · 19 июня 2025 г.
  • Update to 1.21.6
  • Fixed mob rotations
  • Reduced allocation with unused static variables
  • Improved lithium math compatibility
  • Improved vanilla parity (virtually identical to vanilla now)

Полная история изменений — на Modrinth.

Комментарии

Загружаем…