Rory Fabric - RoryMCDev/RoryMC GitHub Wiki

Download here

For the most part, Rory-Fabric operates the same as other Rory platforms. There are a couple of exceptions:

  • Rory-Fabric is installed in the mods folder, and its config can be found in config/Rory-Fabric/config.yml at the root of your server.
  • Any mod that requires clientside installation in order to join the server will not permit Bedrock clients to join.
  • Floodgate is currently not supported on Fabric.
  • You must install the Fabric API mod from here.

The source code can be found here.

permissions.yml

This file located in config/Rory-Fabric controls what commands non-opped players (both Bedrock and Java) are able to run. Uncomment the commands you want any player to run.

Why a separate repository?

  • By maintaining a separate repository, we can support multiple Minecraft versions easier.
  • Fabric is built around the Gradle build tool, while Rory is built around the Maven build tool.