Tags: IMS212/yarn
Tags
Recipe docs (FabricMC#2549) * Recipe docs Renames to fix FabricMC#2544 and a few other less impactful ones Signed-off-by: liach <[email protected]> * Fix doc link * Funny glossary Co-authored-by: Juuxel <[email protected]> * thanks yanis for fixes Co-authored-by: YanisBft <[email protected]> Co-authored-by: liach <[email protected]> Co-authored-by: Juuxel <[email protected]> Co-authored-by: YanisBft <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Camera projection (FabricMC#2532) Signed-off-by: liach <[email protected]> Co-authored-by: liach <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mapped ore vein and noodle caves generator (FabricMC#2531) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Use fabric-action-scripts repo
Name missing handled screen method (FabricMC#2533) * Name missing handled screen method * Fix wrong param as well
Backport 21w20a mappings to 1.16.5 (FabricMC#2427) * Backport mappings from 21w20a to 1.16.5. * Include missing parts. * Fix bad BlockBox backport. * Revert backport errors and backport GuardianEntityModel mappings. * WIP fixing javadocs. * Backport ResourceReloader manually. * Backport missing parts and fix broken javadocs. * revert a couple of names (FabricMC#1) * Update mappings/net/minecraft/util/math/BlockBox.mapping Co-authored-by: liach <[email protected]> Co-authored-by: YanisBft <[email protected]> Co-authored-by: liach <[email protected]>
Correct visibleOnly method name -> ignoreVisibility (FabricMC#2479) `visibleOnly` actually sets `respectsVisibility` to `false` ```java public TargetPredicate visibleOnly() { this.respectsVisibility = false; return this; } ``` later in `test`, you can see that `respectsVisibility` is correctly named, as precedes the visibility check: ```java if (this.respectsVisibility && baseEntity instanceof MobEntity && !((MobEntity)baseEntity).getVisibilityCache().canSee(targetEntity)) { return false; } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Map entity methods and params (FabricMC#2455) * Map entity methods and params * Apply suggestions from code review Co-authored-by: liach <[email protected]> * Rename prevAge, change javadoc * 1.17-pre3 methods * Add javadocs * Update mappings/net/minecraft/entity/damage/DamageSource.mapping Co-authored-by: liach <[email protected]> * Apply suggestions from code review Co-authored-by: enbrain <[email protected]> Co-authored-by: liach <[email protected]> Co-authored-by: enbrain <[email protected]>
PreviousNext