generated from neoforged/MDK
-
Notifications
You must be signed in to change notification settings - Fork 20
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
1 parent
d17b3ca
commit a519652
Showing
18 changed files
with
134 additions
and
7 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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/8202586f691eec5ad0bb88d13a278951d0c130fb
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.21.1 2024-10-18T20:34:14.9851392 Languages: en_us for mod: justdirethings | ||
8688cf4f7590dcf15b5692827931cc7556bd9a23 assets/justdirethings/lang/en_us.json | ||
// 1.21.1 2024-11-02T12:28:26.4511303 Languages: en_us for mod: justdirethings | ||
4ff3b6a68d255c3b31a948225798aba73dd3eb61 assets/justdirethings/lang/en_us.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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/justdirethings/models/item/upgrade_waterbreathing.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "justdirethings:item/abilityupgrades/waterbreathing" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ources/data/justdirethings/advancement/recipes/misc/celestigem_helmet-waterbreathing.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "justdirethings:celestigem_helmet-waterbreathing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_upgrade_base": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "justdirethings:upgrade_blank" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_upgrade_base" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"justdirethings:celestigem_helmet-waterbreathing" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rces/data/justdirethings/advancement/recipes/misc/eclipsealloy_helmet-waterbreathing.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "justdirethings:eclipsealloy_helmet-waterbreathing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_upgrade_base": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "justdirethings:upgrade_blank" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_upgrade_base" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"justdirethings:eclipsealloy_helmet-waterbreathing" | ||
] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/data/justdirethings/recipe/celestigem_helmet-waterbreathing.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,10 @@ | ||
{ | ||
"type": "justdirethings:ability", | ||
"addition": { | ||
"item": "justdirethings:upgrade_waterbreathing" | ||
}, | ||
"base": { | ||
"item": "justdirethings:celestigem_helmet" | ||
}, | ||
"template": [] | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/data/justdirethings/recipe/eclipsealloy_helmet-waterbreathing.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,10 @@ | ||
{ | ||
"type": "justdirethings:ability", | ||
"addition": { | ||
"item": "justdirethings:upgrade_waterbreathing" | ||
}, | ||
"base": { | ||
"item": "justdirethings:eclipsealloy_helmet" | ||
}, | ||
"template": [] | ||
} |
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
Binary file added
BIN
+3.19 KB
src/main/resources/assets/justdirethings/textures/gui/buttons/waterbreathing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.19 KB
...esources/assets/justdirethings/textures/item/abilityupgrades/waterbreathing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.