-
Notifications
You must be signed in to change notification settings - Fork 91
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
[WIP] A bunch of fixes and additions #28
[WIP] A bunch of fixes and additions #28
Conversation
Don't consume food if player clicked on an interacting block.
getName() was marked as deprecated in Slimefun and changed to getID(). The same was done here.
Also added Dragon Fruit.
break; | ||
} | ||
} | ||
if (craft) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to craft something in it (a jelly sandwich) and it says the recipe cannot be found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. It should work now :)
Fixes the issue #27 Also renamed "Apple" to "Apple Oak" to avoid confusion (for example, regular apples can't be used in recipes with an apple oak).
Fixes the issue #21
Replaced spaces with tabs
Fixes the issue #17
Yeah... Forgot that is was a sapling before and there shouldn't be those blocks. However, it'll be better if SAPLING still will be there, it's actually possible to make the flying sapling in the EG (when sapling grows then break the block under the leaves and just harvest it).
Sorry :P Forgot about this schematic.
Tested with Bukkit on 1.12.2. Should work fine with other versions too. |
Works fine! The update is much appreciated and has not gone unnoticed. |
you should update to 1.13 |
Hello, |
The problem is that I have no computer right now. And I'll be busy with studying for the next few months. I'll update this branch to 1.13 in my holidays /// and maybe upload my local Slimefun and CS-CoreLib forks with 1.13 support if anyone else won't, but I dropped support for everything older than 1.13, so my changes probably won't be merged. |
Merged and compiled successfully. |
Updated version to 1.7.0, updated dependencies.
Added a new SF machine (Kitchen) for CustomFood from ExoticGarden and a research for it.
Denied consuming skulls when clicked on the furnace, workbench, chest etc.
Renamed "Apple" to "Oak Apple" to avoid confusion in future.
Allowed making an Apple Juice from an Apple Oak.
Added "Dragon Fruit" (Finally! Hooray!) and basic recipes for it.
Changed CustomPotion, so now you can set a custom potion color.
Replaced all § with &.
Replaced all deprecated methods, where it was possible.
Moved schematics to their own folder (/plugins/ExoticGarden/schematics/).
Fixes for the issues #17, #19, #21, #27.
Solves #14 (will work until you install another plugin that uses the "me.mrCookieSlime.ExoticGarden.Schematic.org.jnbt" package), #24 (EG will now listen for all region protection plugins that are supported in CS-CoreLib) and #20 (I have this issue only with ORANGE_TREE, so it was fixed only for it).