-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
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
17 changes: 17 additions & 0 deletions
17
common/src/main/java/net/threetag/palladium/power/ability/ImmortalityAbility.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package net.threetag.palladium.power.ability; | ||
|
||
import net.minecraft.world.item.Items; | ||
import net.threetag.palladium.util.icon.ItemIcon; | ||
|
||
public class ImmortalityAbility extends Ability { | ||
|
||
public ImmortalityAbility() { | ||
this.withProperty(ICON, new ItemIcon(Items.TOTEM_OF_UNDYING)); | ||
} | ||
|
||
@Override | ||
public String getDocumentationDescription() { | ||
return "Makes you unable to die."; | ||
} | ||
|
||
} |
4 changes: 2 additions & 2 deletions
4
forge/src/generated/resources/.cache/66dc3be8a8ab4f896edc70f08b05ce747aa15c08
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,2 +1,2 @@ | ||
// 1.20.1 2024-04-15T20:17:37.6885958 Palladium Languages: en_us | ||
16aca9f7b03c6b4b35d5007b8557aaa98d75d86a assets/palladium/lang/en_us.json | ||
// 1.20.1 2025-03-04T18:08:12.6931285 Palladium Languages: en_us | ||
1e8f31207dd0b0ad756833996afcf54bd93d4761 assets/palladium/lang/en_us.json |
4 changes: 2 additions & 2 deletions
4
forge/src/generated/resources/.cache/811f9d4a51ce40f86ecb1004fbdf772658168491
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,2 +1,2 @@ | ||
// 1.20.1 2024-04-15T20:17:37.685616 Palladium Languages: de_de | ||
9f5bc6cef87031fca451ea2be31d62697fbb0bf5 assets/palladium/lang/de_de.json | ||
// 1.20.1 2025-03-04T18:08:12.6885621 Palladium Languages: de_de | ||
65b705810d5d0ea698be9b051d4a0246dab43c68 assets/palladium/lang/de_de.json |
4 changes: 2 additions & 2 deletions
4
forge/src/generated/resources/.cache/bdd6c274e40b41e043061658be2c6775235ebcac
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,2 +1,2 @@ | ||
// 1.20.1 2024-04-15T20:17:37.6885958 Palladium Languages: sxu | ||
5226f34443f9bfc2c28bfac90a1433e5659ba3ee assets/palladium/lang/sxu.json | ||
// 1.20.1 2025-03-04T18:08:12.6961384 Palladium Languages: sxu | ||
033b223fd2bdc6b8236c3233cf0585aaf9482717 assets/palladium/lang/sxu.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
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