Su5eD

Results 9 issues of Su5eD

Would be nice if you could choose a custom icon, for example a project logo, to show in rich presence.

type: feature
area: plugin
state: blocked
blocked by: Discord

Due to a change in the constructors of IC2's InvSlot classes (They now take an `IInventorySlotHolder` instead of a `TileEntityInventory`. No changes in the code are required because `TileEntityInventory` implements...

Currently, the generator for method and field CSV files, `OfficialChannelProvider`, distinguishes methods and fields by their prefix, which is `func_` / `m_` for methods and `field_` / `f_` for fields....

NeoForge 20.6.14-beta and later (mapped to Yarn) will no longer launch using ArchLoom as a result of a complete rework of Neo's mod locator system. However, the game runs fine...

bug
priority: high

enhancement

Due to breaking changes in [Energy Control](https://github.com/Zuxelus/Energy-Control), GTE only supports versions below `0.2`. That version introduced a new, improved API which no longer registers addon items at its own. Integration...

Integration

## Documentation ### Software After comparing several wiki's and static site generators, I have chosen to use [**Docusaurus**](docusaurus.io) for documentation. Another candidate was [BookStack](https://www.bookstackapp.com/), but as it turns out (issue...

documentation📖
help wanted🤝

This PR introduces support for using module descriptors in mods, as well as adding built-in module declarations for FML projects. It aims to push support for modules in the neo...

Bridging fluid item storage to forge capabilities is currently broken. When interacting forge blocks with fabric fluid containers, there is no way for the container to access the player's inventory...

bug