• 0.3.0 2c078e7e7c

    0.3.0
    All checks were successful
    Build, test and push / clippy (push) Successful in 45s
    Build, test and push / build_server_docker_image (push) Successful in 3m36s
    Build, test and push / test (push) Successful in 4m19s
    Build, test and push / push_server (push) Successful in 11s
    Stable

    thetxt released this 2025-10-27 17:46:24 +01:00 | 2 commits to main since this release

    Oxide version 0.2.0 (codenamed Todos Santos) focuses on adding intial support for entities.
    Entity support is still limited to a few common entities, like creepers and cows and is generally very rough around the edges.

    Adds the /summon and /give commands to summon entities and items respectively (picking up items is not supported yet).
    You can blow up a creeper using flint and steel!
    Adds basic entity AI (creepers move towards closest player and cows roam around).

    Issues closed:

    • Features:
      • #4 - Entities
      • #7 - hitting a door only breaks half of it
      • #19 - proper bounds checking on entered coordinates in /tp command
      • #27 - Make chests and other blockentities drop items when destroyed
    • Bugs:
      • #24 - fix chunks not loading after teleporting

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

    Downloads