Ra's Rays
This is a server-side Minecraft mod that introduces orbital laser cannons to the game, operating through the block display entities technology and using polymer library.
The mod was heavily inspired by Cymaera's SkyTorch development and essentially serves as a tribute to the original project. A video review of the source mod is available here.

Setup and Installation
- Download the JAR file from the project's official releases page.
- Prepare a Fabric-based server according to the official instructions.
- Move the downloaded JAR file to the
modsfolder on your server. - Start the server process following Fabric developers' instructions.
- Connect to the local server using IP address
localhost.
Main Commands and Items
Auto-completion system (tab-complete) simplifies command usage.
# Get mod items through Polymer creative mode
/polymer creative
# Alternative method using standard command
/give rarays:ra_ray_spawner
Development and Expansion
- Create a local copy of the project repository.
- Execute the gradlew
buildcommand to compile the plugin. The finished JAR will be located in thebuild/libsfolder (choose the file without "sources" notation). - Make desired code modifications.
- Create a pull request in the official repository if you want to propose your improvements for the project.
Technical Features
The mod operates exclusively on the server side, allowing its use even without installing additional client-side modifications for players.