cputnam-a11y

Results 15 issues of cputnam-a11y

I was wondering if you were still modding. I would like to port extra utilities to fabric 1.19.4. If you still write mods, I would like to work with you...

Are static methods in the plan for the future? ```rust use deno_bindgen::deno_bindgen; #[deno_bindgen] struct Foo { } #[deno_bindgen] impl Foo { #[constructor] pub fn new() -> Foo { Self {}...

### Minecraft Development for IntelliJ plugin version 2024.3-1.8.2 ### Description of the feature request the description of \@Share states that the annotated parameter's type must be one of the LocalRef...

type: enhancement
status: accepted
platform: mixins

adds a `c:remove` field to json tag files allowing removals from existing contents. ```json { "replace": false, "c:remove": [ "brick" ], "values": [ "brick", "snowball" ] } ```

Implements CustomRegistryEntryLists in an attempt to fill the hole described in #3372. inspiration taken from #2586 and https://github.com/MinecraftForge/MinecraftForge/pull/8928. Edit for Clarity: What it does: This Pr adds the ability for...

### Minecraft Development for IntelliJ plugin version 2025.1-1.8.6-590 ### Description of the feature request Add an inspection similar to the "add mixin to mixin config" inspection for known entrypoints. As...

type: enhancement
platform: fabric

### Minecraft Development for IntelliJ plugin version 2025.1-1.8.6-590 ### Description of the feature request add support for `LanguageAdaptor`s as entrypoints, including * making idea not mark them unused when they...

type: enhancement
platform: fabric

Currently our enchantment modification events don't provide any way to access the registries, which makes it difficult to modify the exclusive sets, as well as complicating adding modded component types.

adds methods to copy a render pipeline. this is useful when you need to draw with a given pipeline, but need to enable depth testing, or need to add a...

enhancement
area: rendering