Fabric Custom Server Setup - ShortWlf/mcswrpg GitHub Wiki
Fabric Custom Server Setup
Download the executable jar.
The executable jar is a small launcher that will start the Fabric enabled Minecraft server using the versions specified above. There is no need to use an installer when using this method.
Fabric Mod API
install the API in your mods folder, after launching the server and agreeing to the EULA.
Essential hooks for modding with Fabric. Fabric API is the library for essential hooks and interoperability mechanisms for Fabric mods. Examples include:
Exposing functionality that is useful but difficult to access for many mods such as particles, biomes and dimensions Adding events, hooks and APIs to improve interoperability between mods. Essential features such as registry synchronization and adding information to crash reports. An advanced rendering API designed for compatibility with optimization mods and graphics overhaul mods.
Template Starter Mod
Use this tool to generate a customised template mod project, this is similar to the pre-configured fabric-example-mod.
Custom Datapacks
Datapacks can be used with mods to change or make things easier, a helper as it were. Custom Datapacks
IntelliJ IDEA Community Edition
I would use this for a java compiler, honestly one of the better to working for minecraft modding. use whatever you like, its just my recommendation.