Eli Orona

Results 38 issues of Eli Orona

priority: low
new feature

TODO: - [x] Documentation - [x] Mixin clean ups - [x] ~~Don't use regex for model layer parsing~~

new: module
new: library
t: new api
s: tested

This copies from https://github.com/FabricMC/fabric/pulls/1402, however, as I am the authors of said PRs, I allow my code to be added to QSL. The testmod is a good example of how...

question
new: module
new: library
t: new api
s: outdated

Waiting on #73 to be merged

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

> this might be somewhat questionable, but including the "core" module of the qsl might be a good idea in a default installation not sure how they would get updated...

discussion
library: core

Having `Entity.LookControl` makes little sense, but `LookControl extends LookControl` also makes little sense. Find a better name for the main class.

good first issue
help wanted
t: refactor
discussion
s: medium

`net/minecraft/client/render/WorldRenderer$BuiltChunkStorage` and `net/minecraft/client/render/BuiltChunkStorage` both exist, causing a confusing naming scheme.

bug
t: refactor
discussion

Java uses `compute` in maps to store a value after generating it. A quick search of the [Java 17 Docs](https://docs.oracle.com/en/java/javase/17/docs/api/) has one result for `calc`, with around 20 - 30...

discussion

Not sure how this would work, but if a minecraft parameter is unmodified and is used as a parameter to a library used by minecraft, the parameter name is propigated....

enhancement
t: toolchain