Gunnar

Results 6 issues of Gunnar

This makes a couple of changes to the whole loading process of custom items and recipes. If a recipe or custom item uses an item from another plugin, that isn't...

enhancement

Due to spigot material/item conversion SpawnEggs will reset to the type of the contained entity inside the NBT data. See https://hub.spigotmc.org/jira/browse/SPIGOT-5485 Possible fix: Re-apply the material after conversion. (Would probably...

The current GUI API is only available on Spigot. There should be a cross-platform (Spigot, Sponge, Paper) API, which then would make it easier to create cross-platform inventory GUIs. Plus,...

enhancement

The new system requires a common abstract layer that bridges the different platform implementations and makes it possible to write common code without the requirement to write platform dependent implementations....

The idea of the expansion packs is to make it easier to share custom content. Expansions are read from zip files inside the `WolfyUtilities/expansion_packs`. Each expansion zip file must have...

enhancement

* Clear separation between NativeComponents and Component Setup Functions * Only NativeComponents are actual components present in the model graph * Component Setup Functions defined via API to structure and...

enhancement