ThatGravyBoat

Results 21 issues of ThatGravyBoat

The `FMLModType` manifest entry is included in fabric jars which causes issues with things like Sinytra Connector. https://github.com/EssentialGG/UniversalCraft/blob/d0ab6220383c843c3e294d94671d96ed38f11ce2/build.gradle.kts#L30 In addition FMLModType is LIBRARY when in modern versions it should be...

### Description This PR adds an error in dev if there are any entities added to the `MobSpawnSettings` for biomes and the entity does not register a spawn placement. The...

## Dependencies - https://github.com/hannibal002/SkyHanni/pull/1718 ## What A continuation of #1129, finishing it. This adds the remind command along with some component utilities. Images ![2024-05-05_13 57 02](https://github.com/hannibal002/SkyHanni/assets/26934102/31c3e661-9410-440b-895a-6357a7fd1a11) ## Changelog New Features...

## Dependencies - #1718 ## What This PR updates the help command to be a more digestible format instead of a single message printing out 100s of commands. Images ![2024-05-06_15...

there is a java package in the java source set

bug
scheduled-for-next-update

This adds the eggs tag which is present on neoforge but is not on fabric, this is a very useful tags as it allows use of common eggs between platforms...

small change
priority:low

## Dependencies - https://github.com/hannibal002/SkyHanni-REPO/pull/231 ## What This PR adds a new class called `IslandTypeTag` these allow having a collection of `IslandType`s that can be checked if the player is in...

Merge Conflicts

## What This adds an annotation processor to allow for a new form of mixin creation called `KMixin` these allow for a more defined specified control of mixins, unlike normal...

Merge Conflicts
Backend

### Describe the bug The v2 api route can sometimes not return an owner which can cause issues due as previously standardized that there would be an owner. https://github.com/modrinth/labrinth/blob/master/src/models/v2/teams.rs#L30 ###...

bug

## What Adds suggestion provider to create suggestion trees to suggest appropriate arguments for commands. ## Changelog Improvements + Add support for Guilds in player related tab completes - ThatGravyBoat...