Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

srwxr-xr-x/Neutrino

Repository files navigation

Neutrino

GitHub license Codacy Badge GitHub issues GitHub release

A Light, Quality of Life Quark Spin-Off Fabric Mod for Minecraft, inspired by The Creeper's Compendium!


Required Dependencies:

Features:

  • Neutrino adds miscellanous items & blocks that are meant to enhance the vanilla Minecraft experience. For example, a Scarecrow was added for Halloween, an Alarm Clock lets you choose when you want to wake up, and much more!
  • For all features, go to the wiki!

Installation

Manual installation (recommended)

You will need Fabric Loader 0.10.x or newer installed in your game in order to load Neutrino. If you haven't installed Fabric mods before, you can find a variety of community guides for doing so here.

Reporting Issues

You can report bugs and crashes by opening an issue on our issue tracker.

Building with Gradle

Neutrino uses a typical Gradle project structure and can be built by simply running the default build task. After Gradle finishes building the project, you can find the built mod in build/libs. Feel free to open a pull request!

Development

If you are going to help develop the mod (which I highly recommend!) I only ask that you add your feature to the bullet point list on this readme!

Note: If the mixin's in the mod's source code have errors, I suggest opening the game in your ide and closing the project to fix it.