-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/1.20.1-aria-for-painters' into 1…
….20.1-aria-for-painters
- Loading branch information
Showing
18 changed files
with
81 additions
and
41 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/main/java/de/dafuqs/spectrum/mixin/accessors/LivingEntityAccessor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
package de.dafuqs.spectrum.mixin.accessors; | ||
|
||
import net.minecraft.entity.effect.*; | ||
import org.spongepowered.asm.mixin.Mixin; | ||
import org.spongepowered.asm.mixin.gen.Accessor; | ||
|
||
import net.minecraft.entity.LivingEntity; | ||
import net.minecraft.entity.damage.DamageSource; | ||
|
||
import java.util.*; | ||
|
||
@Mixin(LivingEntity.class) | ||
public interface LivingEntityAccessor { | ||
@Accessor | ||
DamageSource getLastDamageSource(); | ||
|
||
@Accessor("lastDamageSource") | ||
public void setLastDamageSource(DamageSource damageSource); | ||
|
||
@Accessor() | ||
Map<StatusEffect, StatusEffectInstance> getActiveStatusEffects(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/spectrum/tags/blocks/colored_preservation_stone.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"values": [ | ||
"spectrum:black_chiseled_preservation_stone", | ||
"spectrum:blue_chiseled_preservation_stone", | ||
"spectrum:brown_chiseled_preservation_stone", | ||
"spectrum:cyan_chiseled_preservation_stone", | ||
"spectrum:gray_chiseled_preservation_stone", | ||
"spectrum:green_chiseled_preservation_stone", | ||
"spectrum:light_blue_chiseled_preservation_stone", | ||
"spectrum:light_gray_chiseled_preservation_stone", | ||
"spectrum:lime_chiseled_preservation_stone", | ||
"spectrum:magenta_chiseled_preservation_stone", | ||
"spectrum:orange_chiseled_preservation_stone", | ||
"spectrum:pink_chiseled_preservation_stone", | ||
"spectrum:purple_chiseled_preservation_stone", | ||
"spectrum:red_chiseled_preservation_stone", | ||
"spectrum:white_chiseled_preservation_stone", | ||
"spectrum:yellow_chiseled_preservation_stone" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/data/spectrum/tags/blocks/ink_effect_blacklisted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"values": [ | ||
|
||
] | ||
} |