Skip to content

Fork from Arclight. A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡

License

Notifications You must be signed in to change notification settings

LovelyRua/Fluorite-1.19.2

 
 

Repository files navigation

Arclight Fluorite(Forked from Arclight)

A Bukkit server implementation utilizing Mixin.

Release Forge Status Build
1.19.2 43.3.8 ACTIVE 1.19 Status

Installing

  • Download the jar from release page or build server. (see the table above)
  • Launch with command java -jar arclight-forge-<mc>-<version>.jar nogui. The nogui argument will disable the server control panel.

Contributing

Please read this wiki section.

License

This project is licensed under GPL v3.

Differences with Arclight

  • Fixed mixin conflict with chestcavity mod
  • Add some unofficial branch warnings
  • Simplified console log output style
  • Minecraft Server Gui disabled by default
  • More aggressively delete old cache files before running
  • New entity death handler
  • Coordinate the deaths of Bukkit and Forge
  • Disable spigot /restart command
  • Fixed bukkitEvent cannot be triggered asynchronously from another thread
  • Broken BlockBreakEvent fix Block#popResource cannot dropping loot (WIP) Fix bukkit BlockBreakEvent
  • Fixed add raiders in wrong code location
  • Temporarily disable RaidSpawnWaveEvent
  • Fixed mixin conflict with frozenup mod
  • Fixed mixin conflict with sleep_tight mod
  • Added missing LootContextParams#KILLER_ENTITY/THIS_ENTITY builder fixed LootJS#FISHING event cannot be called
  • Add PlayerDataFixer
  • Fixed worldBorder
  • Updated to forge 43.4.0
  • Add LivingEntity#getTargetEntity API from Paper
  • Implement ChunkStats
  • Fixed mixin conflict with fruitsdelight mod
  • Fixed mixin conflict with bettercombat mod
  • Fixed mixin conflict with spoornarmorattributes mod
  • Fixed mixin conflict with caverns_and_chasms mod

About

Fork from Arclight. A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Groovy 0.2%