ADudeCalledLeo

Results 31 issues of ADudeCalledLeo

Precise build number is `22621.1`. Exception is thrown [here in `COMUtilities`](https://github.com/tyranid/oleviewdotnet/blob/master/OleViewDotNet.Main/COMUtilities.cs#L2035) - apparently it's being passed `null` instead of a mangled WinRT name. If it helps: I was trying to...

- Mod ID field (since just reusing the mod name is a bad idea) - Root package field (instead of always using the Maven group ID) - ~~Have the mod...

type: enhancement
status: accepted
platform: fabric

An API to add new biomes to existing biome sources (because it's apparently more complex than just making the sources return the new biomes). **Forge:** (unknown) **Fabric:** [`OverworldBiomes`](https://github.com/FabricMC/fabric/blob/1.16/fabric-biome-api-v1/src/main/java/net/fabricmc/fabric/api/biome/v1/OverworldBiomes.java), [`NetherBiomes`](https://github.com/FabricMC/fabric/blob/1.16/fabric-biome-api-v1/src/main/java/net/fabricmc/fabric/api/biome/v1/NetherBiomes.java), [`TheEndBiomes`](https://github.com/FabricMC/fabric/blob/1.16/fabric-biome-api-v1/src/main/java/net/fabricmc/fabric/api/biome/v1/TheEndBiomes.java)

enhancement
priority: low
api

seriously why haven't these been added yet I'll make a PR for this later! Just asking, should I target the `v4` branch or the `v5` one?

This PR moves re-synchronization on `/reload` to the `ResourceLoaderEvents.END_DATA_PACK_RELOAD` event. Most importantly, this means that REAs will be applied _after_ tags.

library: data
t: urgent
s: not working

Add registry builders! - The base `QuiltRegistryBuilder` class - Built-in (code-driven) registries: `QuiltBuiltinRegistryBuilder` - Dynamic (data-driven) registries: `QuiltDynamicRegistryBuilder` - Registers into the `DynamicRegistryManager`! ### TODO - [ ] Document dynamic...

library: core
t: new api
s: not working

This API enables mod developers to create status effects that are _not_ removed by certain actions, such as drinking milk.

new: module
library: entity
t: new api
s: waiting for test

This PR introduces _mirrors_, to allow an entry to copy a value from another entry. In addition to the `mirror(R, R)` and `mirror(TagKey, TagKey)` methods in `RegistryEntryAttributes`, this also adds...

library: data
t: new api
s: wip

As the name implies, this adds events that fire when using items. This PR adds the `item_events` module. ### TODO - [x] "Used" event - [x] "Used on block" event...

new: module
library: item
t: new api
s: wip

A quasi-port of the [`ArmorRenderingRegistry` of old](https://github.com/FabricMC/fabric/blob/1.16/fabric-rendering-v1/src/main/java/net/fabricmc/fabric/api/client/rendering/v1/ArmorRenderingRegistry.java), now with LambdAurora Incoprorated brand phases! This API resides in the new `entity_rendering` module, inside the new `rendering` library!

new: module
new: library
t: new api
s: waiting for test