Skip to content

Tags: IMS212/yarn

Tags

refs/heads/1.17.1-build-number-10

Toggle refs/heads/1.17.1-build-number-10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

refs/heads/1.17.1-rc2-build-number-2

Toggle refs/heads/1.17.1-rc2-build-number-2's commit message
1.17.1-rc2

refs/heads/1.17.1-rc1-build-number-10

Toggle refs/heads/1.17.1-rc1-build-number-10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

refs/heads/1.17.1-pre3-build-number-6

Toggle refs/heads/1.17.1-pre3-build-number-6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mapped ore vein and noodle caves generator (FabricMC#2531)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

refs/heads/1.17.1-pre2-build-number-2

Toggle refs/heads/1.17.1-pre2-build-number-2's commit message
Use fabric-action-scripts repo

refs/heads/1.17.1-pre1-build-number-19

Toggle refs/heads/1.17.1-pre1-build-number-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Name missing handled screen method (FabricMC#2533)

* Name missing handled screen method

* Fix wrong param as well

refs/heads/1.17-build-number-13

Toggle refs/heads/1.17-build-number-13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add and remove release/snapshot labels when updating branch (FabricMC…

…#2484)

* Update update-base.yml

* forgot i'm stupid

* Revert "forgot i'm stupid"

This reverts commit 0f98f22.

* there is probably a better solution

refs/heads/1.16.5-build-number-10

Toggle refs/heads/1.16.5-build-number-10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

refs/heads/1.17-rc2-build-number-10

Toggle refs/heads/1.17-rc2-build-number-10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

refs/heads/1.17-rc1-build-number-5

Toggle refs/heads/1.17-rc1-build-number-5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>