Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Fully decoupled API #65

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Open

API: Fully decoupled API #65

wants to merge 12 commits into from

Conversation

FxMorin
Copy link
Owner

@FxMorin FxMorin commented Jan 26, 2025

The API is now within its own module.
This means that mods won't need to include the entire PistonLib library in order to use its features. It will only need to include the small API jar.

FxMorin and others added 12 commits January 26, 2025 06:33
- Mostly just finishing the JavaDoc
# Conflicts:
#	src/main/java/ca/fxco/pistonlib/blocks/SlimyPoweredBlock.java
#	src/main/java/ca/fxco/pistonlib/blocks/halfBlocks/HalfSlimeBlock.java
#	src/main/java/ca/fxco/pistonlib/blocks/slipperyBlocks/SlipperySlimeBlock.java
#	src/main/java/ca/fxco/pistonlib/mixin/stickyGroup/HoneyBlock_slimeMixin.java
#	src/main/java/ca/fxco/pistonlib/mixin/stickyGroup/SlimeBlock_honeyMixin.java
- Doesn't use the sticky type at all, not sure why it was there to begin with
- Add resource keys for registries
- This makes the api much more stable to work with in other mods
- We want to reduce the amount of steps required to use the api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants