Skip to content

optimized mindustry server with more API (compatible with vanilla)

Notifications You must be signed in to change notification settings

TinyLake/MindustryX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

About MindustryX

Two Purpose:

  • Add more useful apis to core, which can be use by mods/plugins.
  • More features/optimizations for server.

All change should be compatible with official client.(can be optional with client support)
This project will publish more frequently than the upstream.

Build

This project will only release server builds. Core api will be available in Jitpack.

If you'd rather compile on your own, gradlew server:dist.

Version rule

v144.102 match the upstream version v144.1, 02 is the MDTX patch version(begin with 1, reset each large version)

Commit Tag

  • Type
    • O: Optimize performance
    • F: Added Feature
    • API: no effect, pure api for mod/plugin.
    • UI: Added ui element(implicit FC)
    • FIX: Fix bug
  • Zone
    • S: server only change.
    • C: client only change.
    • BUILD: build time change, not runtime
  • None tag means not game change.
  • Can Combine Like OC FS FC&UI

Features

See ./patches/.

Contribution

  1. execute scripts/applyPatches then work in work/
  2. commit your feature in work/, then scripts/genPatches.sh and commit in root.

About

optimized mindustry server with more API (compatible with vanilla)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%