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

Jade plugin #16

Merged
merged 7 commits into from
Feb 26, 2024
Merged

Jade plugin #16

merged 7 commits into from
Feb 26, 2024

Conversation

TheMCLoveMan
Copy link
Member

Adds support for progress and machine tier

Closes #14

return this.getInputSlots();
}

public int[] getOutputsForJade() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nei aso wük, was das?????

@@ -349,4 +350,16 @@ public void setRedstoneMode(RedstoneMode redstoneMode) {
public Container getUpgradeContainer() {
return this.upgradeContainer;
}

public int[] getInputsForJade() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das züg macht mi hessig und trurig ;-) Nei ka müemmer öppis überlegge

if (machine.showJadeProgress()) {
ListTag items = new ListTag();

for (int i = 0; i < machine.getContainerSize(); ++i) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genau wie obe...

TheMCLoveMan and others added 2 commits February 26, 2024 20:01
Co-authored-by: TheMCCrazyMan <themccrazyman@mail.ch>
@TheMCLoveMan TheMCLoveMan marked this pull request as ready for review February 26, 2024 20:27
@TheMCLoveMan TheMCLoveMan merged commit c4d5364 into 1.20.4 Feb 26, 2024
1 check passed
@TheMCLoveMan TheMCLoveMan deleted the feature/jade branch February 26, 2024 20:54
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.

Jade Plugin
2 participants