• 0.8.0 10871b80b3

    0.8.0
    All checks were successful
    Build, test and push / formatting (push) Successful in 14s
    Build, test and push / clippy (push) Successful in 1m39s
    Build, test and push / test (push) Successful in 4m20s
    Build, test and push / build_server_docker_image (push) Successful in 4m48s
    Build, test and push / push_server (push) Successful in 14s
    Stable

    thetxt released this 2026-05-27 18:19:23 +02:00 | 2 commits to main since this release

    Oxide version 0.8.0 (codenamed Waynesboro) adds the nether and end dimension, unloads chunks that are not close to players and adds mob drops, amongst other things.

    There is one breaking change:
    Your existing worlds from 0.7.0 will no longer work! You need to manually move the dimensions and other data files around to comply with the new Minecraft 26.1 directory structure. Worlds created in 26.1 should work.

    Issues closed:
    Features:
    #83 #84 - add server name; thanks @JRBlockkop
    #80 - update on disk world/data storage to match vanilla 26.1 format
    #79 - unload chunks
    #78 - Add support for nether and end dimensions
    #76 - Mob drops
    #36 - Use buffered IO for packet processing

    Bugs:
    #77 - Milking a cow replaces stack of buckets with single milk bucket

    Chores:
    #73 - add central function to summon item entity
    #72 - Add method to CommonEntityTrait to send Entities metadata to all players
    #70 - Use &'static str for NbtTag type instead of String

    Also see the milestone and PR #87 for this release for additional information.

    Downloads