Silver

Results 19 issues of Silver

Due to, I believe, the usage of `$` to denote inner classes, if a class is decompiled which references a class like that, without that other class being on the...

bug
Subsystem: Writing
Priority: Medium
Subsystem: Parsing

Seems to happen with loom 0.7 and above minimum PoC: https://github.com/p03w-rehost/LoomFailurePoC When testing, make sure to publish to maven local first (`LoomFailurePoCPlugin:publishToMavenLocal`) before un-commenting the apply block in `build.gradle` ---...

[crash-2021-05-26_22.51.54-client.txt](https://github.com/OnyxStudios/Cardinal-Components-API/files/6550778/crash-2021-05-26_22.51.54-client.txt) (Source code is in kotlin, shouldn't cause any issues though) registration: ``` val MOUNT_ITEM = MountItem(false, FabricItemSettings() .maxCount(1) .rarity(Rarity.RARE)) val CONTAINER: ComponentKey = ComponentRegistry.getOrCreate( Identifier("mole_hill", "container"), MountItemComponent::class.java ) //...

bug
components-item
components-base

## Basic info **Project name**: Fabric API **Project link**: https://github.com/FabricMC/fabric ## Qualifications [ZeroVer](https://zerover.org)'s patent-pending zero-based versioning scheme can obviously be used by everyone, but not every usage is necessarily notable....

The hard cap on one minecraft dependency seems to apply across source sets, unlike other dependency systems for gradle. This causes issues when, in my case, attempting to setup a...

### Operating System Windows ### Version of Prism Launcher Prism Launcher 5.0 ### Version of Qt Qt 6.4.0 ### Description of bug If you start prism launcher without internet access,...

bug

### Role I'm a mod developer who occasionally need to debug things in prod ### Suggestion The ability to launch the game and wait without having to also launch a...

enhancement

In my case it seems to not let go of any arrow keys on the last note

Per https://docs.oracle.com/javase/specs/jvms/se21/html/jvms-4.html#jvms-4.7.16: > **type_index** > The value of the type_index item must be a valid index into the constant_pool table. The constant_pool entry at that index must be a CONSTANT_Utf8_info...

bug
Subsystem: Writing
Priority: Low

`KotlinClassMetadata.read(header)` only returns null in the case that a library is either too new for kotlinx-metadata to handle, or pre-1.0 kotlin. In either case, loom currently silently fails to remap...