BasiqueEvangelist

Results 18 issues of BasiqueEvangelist

**Forge**: No equivalent right now. There is an open PR adding client commands (MinecraftForge/MinecraftForge#7754) **Fabric**: [`ClientCommandManager`](https://github.com/FabricMC/fabric/blob/1.16/fabric-command-api-v1/src/main/java/net/fabricmc/fabric/api/client/command/v1/ClientCommandManager.java)

enhancement
priority: medium
missing impl

This is an implementation of the labrinth side of modrinth/.github#96. This pull request is also temporarily targeted to `prod`, as I have been unable to get minos to work for...

This PR allows uploading Maven POMs to versions and makes Modrinth Maven proxy them to the user. WIP, since it doesn't really verify that the POM has the correct artifactId/groupId/version...

Adds an atom feed that lists all visible versions for a project. Current issues: - [ ] Description isn't rendered, and Atom requires there to either be a human-readable summary...

mineblock11 seems to have stopped working on #1159. This PR is a continuation of that PR, with some additional changes. - [x] User notification feed removed (for now) Just passing...

`NestedPackages` uses a linear search to add in new entries right now. Unsurprisingly, this is really bad when there are a lot of entries. This PR changes the tree node...

**Description:** [`Module#isInstalled`](https://github.com/GabrielOlvH/Industrial-Revolution/blob/master/src/main/kotlin/me/steven/indrev/tools/modular/Module.kt#L17) (which [is used by `MatterProjectorPreviewRenderer`](https://github.com/GabrielOlvH/Industrial-Revolution/blob/master/src/main/kotlin/me/steven/indrev/events/client/MatterProjectorPreviewRenderer.kt#L18)) adds empty NBT tags to any stack in the player's main hand when sneaking, which causes items to not group together. **Steps to...

bug

In gadget, [I mixin into `OwoUIAdapter`'s `Drawable#render` implementation](https://github.com/wisp-forest/gadget/blob/master/src/main/java/io/wispforest/gadget/mixin/owo/OwoUIAdapterMixin.java#L16-L19). And while the target selectors for `Element#mouseClicked` and others get remapped, the `render` method doesn't, which makes the mod explode in production....

This makes the displays work properly if the input is a tag, instead of just showing the first matching item

Adds support for opening windows from the main Minecraft window through the `OwoWindow` class ~~(and the more bare bones `FramebufferWindow` class).~~ ## Changes - ~~`FramebufferWindow` allows creating a low-level separate...