Skip to content

This is support library FortressCraft: Evolved mod development. It helps you deal with boring generic stuff.

Notifications You must be signed in to change notification settings

geniusisme/fce_mod_foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What?

This is support library FortressCraft: Evolved mod development. It helps you deal with boring generic stuff.

Why?

  • Minimal amount of code needed to register your blocks. Remember to inherit from Mod.
  • Want to use machine from the game and replace it's behaviour? Inherit from OverloadedMachine. Write only code for your behaviour, generic stuff is handled for you.
  • Multiblock machines where never so easy! Inherit IControl.
  • Neat structs and operations for block coordinates and orientations.

Check commentaries on publick items for more information.

Lisence: MIT

About

This is support library FortressCraft: Evolved mod development. It helps you deal with boring generic stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages