Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

CompactMods/compactmachines-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

780abb6 · Apr 8, 2024

History

90 Commits
Feb 24, 2023
Apr 8, 2024
Apr 8, 2024
Dec 25, 2023
Apr 7, 2024
Mar 24, 2024
Feb 21, 2023
Feb 21, 2023
Feb 21, 2023
Feb 8, 2024
Jan 24, 2024
Apr 9, 2023
Apr 9, 2023
Feb 19, 2024

Repository files navigation

Compact Machines Core

This is the core packages of Compact Machines. The files here are platform-independent, containing the common logic of the mod.

Package information is as follows.

Common API (core-api)

This is a mod-facing API for the common functionality of the mod. It contains things like the dimension/registry keys, location-related classes, and block/item tags.

Common Main (core)

Contains core mod code such as structure generation, math, advancements, and data classes.

Room API (room-api)

Contains classes and systems for working with machine rooms.

  • Player Room History Management
  • Room Owner Management
  • Room Registration Systems
  • Room Spawn Management

Room Upgrade API (room-upgrade-api)