Skip to content

Releases: JustAHuman-xD/SlimefunEssentials

Slimefun Essentials v0.3.3-beta Features & Fixes!

27 Jun 23:20
Compare
Choose a tag to compare

This update has lots more backend work as well as some new features, improvements, and fixes!
I've also been working on some major features (custom slimefun guide, infinity expansion and other addon support) but I haven't finished them and felt it had been way to long since an update to delay it any further.
The next few updates will be ports to 1.20.5-6 and then 1.21, keep your eyes peeled!

What this update brings feature wise:

  • Nearly 100% coverage of core Slimefun recipes
    • previously the mod covered lots but not all, this update aims to cover everything
  • Entity ingredient support for emi
    • Any recipes involving entities are now supported in emi
    • Jei and Rei support coming soon
  • Chance based outputs/inputs support for emi
    • Any inputs/outputs in recipes that have only a chance of being consumed/used now display that!
    • Again, Jei and Rei support coming soon, emi has apis for this in place already while for Jei and Rei I will have to implement my own way of showing that there is a chance output
  • Updated config screen
    • I've split up the config screen into multiple sections to help with organization and understanding the config at a glance
  • (Speaking of configs) More config options/features!
    • Slimefun Item Ids
      • Now when advanced tooltips are enabled the old minecraft id minecraft:gunpowder will be automatically replaced with a relevant slimefun id minecraft:pure_ore_cluster, this supports every slimefun item in the game as long as it has the slimefun item id nbt (like all slimefun items should)
    • Hide Background Tooltips
      • The slimefun guide uses specific glass panes as background slots/decorator slots, with this option enabled it will prevent the game from highlighting and showing the tooltip for those slots. This is especially useful when using a resourcepack that makes it look like an actul gui.
    • Require Server Connection
      • If true SFE will only function when on a multiplayer server, so in singleplayer slimefun items won't show up in emi, rei, etc
    • Enable Server Whitelist
      • A step up from Require Server Connection, this makes SFE only function on whitelisted servers, you can whitelist a server manually in the config editor/config or with the new button in the edit server screen.
    • Enable Auto Item Management
      • This allows the server to send you the id's of items that are disabled in the server to hide them from the client, this will require SSFE to function however the update that adds that feature to SSFE is not out yet so for now this doesn't technically do anything
  • CustomModelData support for Emi, Rei, and Jei
    • Now if you are using a resourcepack that adds custom models for slimefun items SFE will attempt to automatically detect and add that custom model data to the items used anywhere.
    • This only works if the file naming in your resourcepack matches the item ids for slimefun, i.e. if you have a custom model file named advanced_circuit_board.json it would detect it, but if it was called advanced_board.json it would not.

Everything else this update does:

  • Tons of work on the backend to support chance based ingredients, entities, etc.
  • Lots of code cleanup & improvements to performance and just readability
  • Numerous bugs with jei, rei, and emi fixed (primarily small rendering things)
  • Lots not listed here

Downloads:
Modrinth | Curseforge

Slimefun Essentials v0.3.2-beta 1.20.4 Port!

11 Jan 22:08
Compare
Choose a tag to compare

Changes

  • Updated to 1.20.4
  • Changed config option "use_custom_textures" to "block_features" to better represent functionality
  • Updated README.md
  • More backend work & cleanup, next update will probably be more of this
  • Updated the config menu to gray out config options when dependencies are not met, updated some tooltips
  • Reworked the lang file, and we now have a Chinese Simplified translation!

Additions

  • Config
    • Added config option "recipe_features", this can be toggled on or off to enable compatibility with and of the recipe mods
  • Rei
    • Added tooltips
    • Possibly improved some performance
    • Fixed a problem with item comparing
  • Jei
    • Added tooltips
  • Jade
    • This was technically a part of an older release but I forgot about it!
    • There is experimental support for Slimefun Items on Jade (Requires SlimefunServerEssentials on the Server and for "block_features" to be enabled

Fixes

  • Fixed REI functionality in general
  • Fixed backwards filling arrow mismatched UV for emi
  • Fixed timing of some displays and tooltips being incorrect

Other News

Slimefun is getting a recipe rewrite, this rewrite will make exporting/transferring the recipes to SlimefunEssentials exponentially easier. After the rewrite this mod and Slimefun Server Essentials will both need to be rewritten, as the rewrite to SF is progressed, you can track the progress here, I will be working on the rewrite for both this mod and the plugin. Don't worry, unlike the last rewrite this one won't be a huge overhaul, a lot of the api's and systems I have in place will be used so it will primarily be a big migration, this is a good thing!

Slimefun Essentials v0.3.1-beta 1.20.2 Port!

09 Oct 01:59
Compare
Choose a tag to compare

Changes

  • Updated to 1.20.2

Bug Fixes

  • Emi
    • Fixes the Slimefun items not appearing on the item panel!

Slimefun Essentials v0.3.0-beta The Rewrite!

13 Apr 03:11
Compare
Choose a tag to compare

Update

This version of Slimefun Essentials is a Complete Rewrite since v0.2.4!

Changes

  • Updated to 1.19.4
  • Rewrote how Slimefun Essentials loads Recipes
    • Almost Everything is now data driven allowing for a much broader support for custom per server addons
    • The big data file has been split into three directories, the file name is based on the addon it adds support for e.g. 'slimefun.json'
      • slimefun/items, for serialized slimefun item stacks, can be generated by Slimefun Server Essentials
      • slimefun/labels, for any custom textures & tooltips to label recipes, e.g. The Sun "Requires Sunlight" for Solar Panels
      • slimefun/categories, for serialized categories, can be generated by Slimefun Server Essentials
  • Rewrote Support for EMI
  • Rewrote Config System (Now has a Keybind to open Config & Addons is a list)
  • Fixed UTF symbols in Items
  • Added Support for JEI & REI
  • Added Automatic Addon Fetching
    • Requires Slimefun Server Essentials on the Server
  • Added Custom Block Texture Framework
    • Until a PR gets merged for Core Slimefun, this will not be available as Slimefun Server Essentials requires 2 new Events
  • Removed Built-in Support for all previously supported Addons, will return in the future! (Hopefully Soon!)

Full Changelog

https://github.com/JustAHuman-xD/SlimefunEssentials/commits/rewrite

Slimefun Essentials v0.2.4

15 Jan 05:42
Compare
Choose a tag to compare

Changes:

  • Updated to 1.19.3

v0.2.3

11 Dec 16:19
Compare
Choose a tag to compare

Fixes:

  • Emi not being an Optional Dependancy

Slimefun Essentials!

11 Dec 07:07
Compare
Choose a tag to compare

Changes:

  • Mod is now called Slimefun Essentials
  • All Dependencies are now Optional
  • Numbers will now be formatted to have ,'s separating

You might be wondering why the name is changing, well this mod will be adding support for more mods than just EMI eventually!

Other Downloads:

Multiples!

03 Dec 00:20
Compare
Choose a tag to compare

We are Available on Curseforge and Modrinth!
https://modrinth.com/mod/slimefun-essentials
https://www.curseforge.com/minecraft/mc-mods/slimefun-essentials

Additions:

  • Multiples

Bug Fixes:

  • Missing Block Placer
  • Missing Enhanced Furnaces

What are Multiples: A multiple is basically the combination of recipes. For ex: In the crucible you have a recipe for lava from 12 of EACH terracotta type. Previously that was a recipe for each. Now it will be a single recipe that cycles through them and when you hover shows you all of the possible inputs.

Enter Addons!

01 Dec 04:58
Compare
Choose a tag to compare

Coming Soon:

  • Modrinth 🤞
  • Backporting 🤞

Additions:

  • New Config Support! (Requires Cloth Config) (Mod Menu Optional for In Game Editor)
  • Core Slimefun Recipe Trees!
  • Addon Support! (Enable Addons in the Config, disabled by default)
  • A bunch of addons are now supported, see the description for the up to date list
  • Various fixes

Changes:

  • Categories will now be sorted alphabetically & by addon
  • Items will now be sorted both alphabetically & by addon
  • Multiblocks no longer have custom Category names, it will now be the Multiblock name

v0.1.0 (1.19.2)

28 Nov 01:19
Compare
Choose a tag to compare

The first release of the mod!
Also Credit where credit is due!!!! The mod icon.png is from RaulH22's Slimefun texture pack! (this will change in the next release)

Contains:

  • All Core SF Items
  • All recipes to craft the SF items
  • All recipes from sf machines & items

Coming Soon:

  • Addon Support (Will be addon by addon)
  • Unique Core SF Machine Recipes (Animal Growth Accelerator, etc)

Full Changelog: https://github.com/JustAHuman-xD/SlimefunToEMI/commits/v1.0