Chen Liang

Results 87 issues of Chen Liang

So when mods are using custom entrypoint adapters, they need to declare the adapter for every entrypoint usage. However, it is quite likely that a mod would use a specific...

enhancement
waiting for feedback

This would be particularly helpful for yarn, which appreciates if people have better name/javadoc suggestions. The way this is done may be by extracting a message from the extra folders...

Like dimension type, it has overworld, nether, and the end. yet in the registry, its key is same as the world keys, both of which have type `minecraft:dimension`. This object...

discussion
refactor

Just a side note to add to conventions. Blame java for taking `default`! See #2140

discussion

Hello @modmuss50, https://fabricmc.net/versions.html strikingly resembles https://modmuss50.me/fabric.html, yet they differ in the loom version offered. I wonder how we can add javadoc links for the recommended yarn to both pages.

The loader javadoc is not yet up (waiting on FabricMC/fabric-loader#222). Unfortunately cannot request the linked url and remove link based on the request result (planned to remove links if the...

It's weird that people can set the dst name but not the src ones.

In tiny remapper, as far as I know, currently we do not handle reflect and invokes. This may be a problem as Minecraft ***does*** use reflection and method handles, namely...

Mainly because neither tiny or tinyv2 has proper support for unchanged names (there was a discussion for that for tiny v2, but we gave up I recall due to it...

Need a patch here https://github.com/FabricMC/stitch/blob/030b281b18d8f4638c45a4512fff424aaf8a1063/src/main/java/net/fabricmc/stitch/commands/CommandProposeFieldNames.java#L107 Apparently this bug has killed yarn's javadoc build twice in 21w13a. https://github.com/FabricMC/yarn/pull/2253 https://github.com/FabricMC/yarn/pull/2238