Apex

Results 9 issues of Apex

Would be nice to have ForgeGradle group runConfigurations that get given the same auto generated prefix, this is most helpful in multiproject workspaces All of the runConfigs in the provided...

enhancement

I just forked the repo and had it generate svg's for my profile but the name it displayed was my real IRL name, not my Github profile name. Would there...

**What site do you want to be added?** https://udisen.com/fantasys-furniture/ **What game does the site repost content for?** (Example: Minecraft, Subnautica, etc) Minecraft **Do you have anything else worth mentioning?** Website...

addition

### What happened? When a user sends a message from Discord to Minecraft the message is not displayed on the in-game chat correctly. `[Discord]

bug

This PR marks all commonly used `RenderType`/`RenderStateShard` fields/classes/methods as public, allowing modders to make custom render types easier, without needing to AT themselves or extend `RenderType` to access the `protected...

1.20.5

Adds a simple tick method to `ILevelExtensions` that exposes the server/client level implementation. This allows modders to easily tick levels without requiring a full `ClientLevel` or `ServerLevel`. The method is...

enhancement
1.20.6

This PR implements a few new events fired during item pickup. `ItemPickupAllowedEvent` - This event is used to determine if pickup should be allowed or not, via the event `Result`....

breaking change
1.20.5
needs rebase

While I know modders should not be making custom FeatureFlags themselves I believe it would be handy if NeoForge itself provided some FeatureFlag modders could use to mark elements as...

enhancement
1.20

[DevLogin](https://github.com/covers1624/DevLogin#devlogin) allows users to authenticate their clients using Mojangs services at startup. Adding DevLogin to any NeoForge mod involves the [following steps currently](https://github.com/covers1624/DevLogin/wiki/NeoGradle). While this is a simple setup, I...