Skip to content

Releases: AV306/xenon

Xenon v4.2.0+1.20.1

26 Sep 01:27
b6151fa
Compare
Choose a tag to compare

I really have no idea if this even works, just thought I'd put a fairly recent build here

Xenon v3.1.3+1.19.4

26 May 03:43
Compare
Choose a tag to compare

Releases are published more regularly on Modrinth

Changes since previous:

  • Fixed two critical bugs:
    1. CommandProcessor blocks all messages when disabled
    2. FeatureList and CommandProcessor are disabled on world exit, but are not re-enabled
  • Added option for CommandProcessor and FeatureList to re-enable on joining world, even if they were disabled
  • Downgraded Wurst Client and WI-Zoom (un)compatibility level from "breaks" to "conflicts"
  • Added Mod Menu integration for config screen

I'm going on holiday until June 6, so I won't be able to test and fix the mod until I get back, sorry!

Xenon v3.1.0+1.19.4 [Updated SemVer]

27 Mar 06:47
Compare
Choose a tag to compare

NOTE: I fixed the versioning for this release, so all versions before this are inaccurate.

Xenon v3.1.0+1.19.4!

Changes since previous:

  • Added a "full keyboard gameplay" feature: Allows you to play Minecraft using only your keyboard and a touchscreen. Full mouse event simulation (so you can drop the touchscreen) is in progress, but not very successful
  • Added missing translation keys
  • Fixed a bug in CommandProcessor where it would crash if the command is missing the action keyword
  • Fixed a bug where the shader color was not reset in ProximityRadar and RedReticle, causing the hotbar to be miscolored

Xenon v4.4.1+1.19.3

25 Jul 12:14
Compare
Choose a tag to compare
4.4.1+1.19.x

bump

Xenon v4.4.0+1.19.x

05 Jul 00:52
Compare
Choose a tag to compare
Update build.gradle

Xenon v4.3.1+1.19.x

01 Jul 07:05
0e18655
Compare
Choose a tag to compare

I’ll finish writing this later

Changelog:

  • added “execute” and “set” parameters e.g. “!commandprocessor exec timer set speed 2f”
  • Fixed a random issue with the language

Xenon v4.3.0+1.19.x

11 Jun 08:11
9e6d643
Compare
Choose a tag to compare

Xenon 4.3.0 for Minecraft 1.19!

Note: this version has not been fully tested and there may be bugs, especially with ConfigMenu. Please report any you find!

Xenon v4.1.0+1.18.2

28 May 02:47
Compare
Choose a tag to compare
Merge branch 'HighJump-DEV' into 1.18-DEV

Xenon v4.0.0+1.18.2

13 May 11:56
d980ebd
Compare
Choose a tag to compare

This version introduces major changes to the codebase.

  • Keybinding initialisation is now handled in the constructor
  • The config system has been changed to use CompleteConfig
  • ProximityRadar has been finished!
  • Unfortunately, GitHub refuses to let me upload Xenon, so you'll have to build it yourself. Clone the repo, open a terminal in the source root and run "./scripts/nix/export" (Linux/MacOS) or ".\scripts\windows\export.bat" (windows), then find the compiled mod in build/libs/

Xenon v3.0.0-beta.8 BUGFIX

16 Apr 03:09
6126090
Compare
Choose a tag to compare

This is an important bugfix that resolves the issue of IFeatures only triggering once.