Slimefun4
Slimefun4 copied to clipboard
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
### β Checklist - [x] I am using the official english version of Slimefun and did not modify the jar. - [x] I downloaded the official version from the new...
## Description The long awaited recipe rewrite (supersedes #4093) ## Proposed changes In short, adds true shaped/shapeless crafting, tagged inputs, and json (de)serialization (custom recipes) Full ADR [here](https://github.com/SchnTgaiSpock/Slimefun4/blob/api/recipe-rewrite-4/docs/adr/0002-recipe-rewrite.md) ## Related...
## Description This pull request fixes a bug related to lore handling on the AncientPedestal when using the experimental branch. ## Proposed changes Added a check and proper handling of...
## Description Resolves #4260 ## Proposed changes 1. Added isNumberKey() method to ClickAction class to detect number key usage 2. Modified MenuListener to pass InventoryClickEvent to ClickAction constructor 3. Added...
## Related Issues (if applicable) Resolves #4250 ## Checklist - [x] I have fully tested the proposed changes and promise that they will not break everything into chaos. - [...
## Description In the unlikely event someone manages to get a cheat sheet they can cheat in items with the search feature, we donβt want that. ## Proposed changes Change...
## Proposed changes Create a class extending SimpleBlockBreakHandler that handles inventories and MachineProcesoors (MachineBlockBreakHandler). If the MachineProcessor is of CraftingOperation type and the process isn't completed, then the ingredients will...
## Related Issues (if applicable) Resolves #4272 ## Checklist - [x] I have fully tested the proposed changes and promise that they will not break everything into chaos. - [...
### β Checklist - [X] I am using the official english version of Slimefun and did not modify the jar. - [X] I downloaded the official version from the new...
## Description Currently, the behavior of a block that should explode is hard-coded, which is becoming lava and creating a small explosion. This PR would allow addon developers to use...