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

Added a recipe type for reactor fuel & use tags for redstone catalyst #136

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

shartte
Copy link
Collaborator

@shartte shartte commented Feb 4, 2024

Fixes #108

@@ -324,10 +334,6 @@ public void onPlaced(Level world, BlockState state, @Nullable LivingEntity place

public void demolish(Level world) {
this.builder.demolish(world);
while (this.fuel.getTicks() >= 100) {
Copy link
Owner

Choose a reason for hiding this comment

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

What about this? Is the fuel lost?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes

@shartte
Copy link
Collaborator Author

shartte commented Feb 4, 2024

@shartte shartte merged commit 9dd384a into 1.20 Feb 5, 2024
2 checks passed
@shartte shartte deleted the fix-108 branch February 5, 2024 17:00
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.

[1.19.2 Feature Request] Tag (or config) to add more accepted items to Reactors
2 participants