-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tooltips, fixes, adjustments, README
- Loading branch information
1 parent
5493dab
commit c31f002
Showing
16 changed files
with
285 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,38 @@ | ||
### SlimefunEssentials | ||
Slimefun Essentials is a minecraft mod dedicated to add support for Slimefun4 items and mechanics to other client sided mods. | ||
|
||
### What does it do: | ||
- Adds Support for Slimefun Recipes to EMI, REI, JEI | ||
- Adds Support for Custom Textures for Placed Slimefun Blocks (Requires More Block Predicates on the Client and Requires Slimefun Server Essentials on the Server) | ||
- Adds Support for Jade Tooltips for Placed Slimefun Blocks (Requires Jade on the Client and Requires Slimefun Server Essentials on the Server) | ||
- More Coming Soon™ | ||
|
||
### Downloads | ||
- [Github](https://github.com/JustAHuman-xD/SlimefunEssentials/releases) | ||
- [Modrinth](https://modrinth.com/mod/slimefun-essentials) | ||
- [Curseforge](https://www.curseforge.com/minecraft/mc-mods/slimefun-essentials) | ||
|
||
### Dependencies | ||
- Mod Menu (Optional) | ||
- Cloth Config API (Optional) | ||
- More Block Predicates (Optional) | ||
- Jade (Optional) | ||
- One of the following: (Optional) | ||
- EMI | ||
- JEI | ||
- REI | ||
|
||
### Configuration: | ||
- "use_custom_textures" | ||
- Should Slimefun Essentials enabled support for Custom Textures | ||
- Requires More Block Predicates | ||
- Requires Slimefun Server Essentials on the Server | ||
- "block_features" | ||
- Should Slimefun Essentials enabled support for Custom Textures & Jade Integration | ||
- Requires More Block Predicates (For Custom Textures) | ||
- Requires Jade (For Well Jade Integration) | ||
- Requires Slimefun Server Essentials on the Server (For Any Features) | ||
- "recipe_features" | ||
- Should Slimefun Essentials add support for Slimefun Recipes | ||
- Requires EMI, JEI, or REI | ||
- "auto_toggle_addons" | ||
- Should Slimefun Essentials attempt to automatically toggle on or off Addons when Joining a Server with Slimefun Server Essentials installed | ||
|
||
### Downloads | ||
- https://github.com/JustAHuman-xD/SlimefunEssentials/releases | ||
- https://modrinth.com/mod/slimefun-essentials | ||
- https://www.curseforge.com/minecraft/mc-mods/slimefun-essentials | ||
|
||
### What does it do: | ||
- Adds Support for Slimefun Recipes to EMI, REI, JEI | ||
- Adds Support for Custom Textures for Placed Slimefun Blocks (Requires More Block Predicates on the Client and Requires Slimefun Server Essentials on the Server) | ||
- More Coming Soon™ | ||
- "addons" | ||
- A list of addons to support | ||
- Items **for all features** will only be supported if the addon they come from is in this list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/main/java/me/justahuman/slimefun_essentials/client/SlimefunItemStack.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.