Max

Results 7 issues of Max

This is basically a "master issue" / feature request for anything related to keybinds (that I could think of for the time being). This currently includes: - Support for Modifier...

enhancement
api
priority: medium
missing api

With Fabric's events supporting "phases" and Forge having their priority enum, we could probably introduce a primitve event priority system to Architectury events as well. This would most likely include...

enhancement
api
priority: medium
1.19
1.20

Both Fabric and Forge support registering custom ingredients now, and the APIs actually do seem reconcilable with just a couple of interface injections at runtime. A slight caveat is that...

enhancement
priority: medium
1.19

As part of a current project, I would like to be able to copy-paste structures that contain various modded constructs, including a simple example of what Astral Sorcery is capable...

Type: Enhancement
Version: 1.16.X

Please fill out the details below before contributing * Forge Version: forge-14.23.5.2815 * Calculator Version: 1.12.2-5.0.11-12 * SonarCore Version: 1.12.2-5.0.19-20 * Multiplayer or Singleplayer: Singleplayer * Crash Report Link: N/A...

# Motivation Vanilla's Ingredients along with Neo's custom ingredient types provide a robust and well-established system for matching predicates over items (mostly) within the context of recipes. This PR aims...

enhancement
last call
1.20.5

This was relatively easy to implement as ModDevGradle already supports interface injection, though with a slightly different format to Fabric's. I also had to add an ItemHoverEventSource interface since custom...