-
-
Notifications
You must be signed in to change notification settings - Fork 67
1.21.5 SCUBA Gear rework #1137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1.21.5 SCUBA Gear rework #1137
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7413729
Initial commit
EpyonProjects 1a9ca55
Finished initial draft
EpyonProjects 9def820
Update guidebook description to match readme
EpyonProjects a559116
Fixed texts and unified attributes
EpyonProjects 52deb6c
Fix recipe test
EpyonProjects cababf2
Oh my goodness, what is this, a commit?
EpyonProjects 5778abb
Actually address all of the changes Beeps had
EpyonProjects 9f4754f
Fix Scuba advancement for all gear
EpyonProjects a26c682
Add custom armor assets (RP required)
BPR02 50d6d23
fix recipe tank trim
BPR02 de9dc2e
Use item_model instead of custom_model_data
BPR02 7f1ff71
remove flippers of ostara
BPR02 3d028d3
Merge pull request #6 from BPR02/scuba-rp
EpyonProjects 02250b4
Swimming up with the wetsuit actually gives upward gravity instead of…
EpyonProjects cad550f
Merge branch 'master' of https://github.com/Gamemode4Dev/GM4_Datapack…
EpyonProjects c277765
Fix review comments
misode ea9fb2c
Expand note
misode ca80cbf
Remove old references to scuba_helmet player head
misode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,26 @@ | ||
| { | ||
| "layers": { | ||
| "humanoid": [ | ||
| { | ||
| "texture": "gm4_scuba_gear:scuba" | ||
| }, | ||
| { | ||
| "dyeable": { | ||
| "color_when_undyed": 2321353 | ||
| }, | ||
| "texture": "gm4_scuba_gear:scuba_overlay" | ||
| } | ||
| ], | ||
| "humanoid_leggings": [ | ||
| { | ||
| "texture": "gm4_scuba_gear:scuba" | ||
| }, | ||
| { | ||
| "dyeable": { | ||
| "color_when_undyed": 2321353 | ||
| }, | ||
| "texture": "gm4_scuba_gear:scuba_overlay" | ||
| } | ||
| ] | ||
| } | ||
| } |
This file contains hidden or 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,12 @@ | ||
| { | ||
| "model": { | ||
| "type": "minecraft:model", | ||
| "model": "gm4_scuba_gear:item/flippers", | ||
| "tints": [ | ||
| { | ||
| "type": "minecraft:dye", | ||
| "default": -14455863 | ||
| } | ||
| ] | ||
| } | ||
| } |
This file contains hidden or 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 @@ | ||
| { | ||
| "model": { | ||
| "type": "minecraft:model", | ||
| "model": "gm4_scuba_gear:item/scuba_helmet" | ||
| } | ||
| } |
This file contains hidden or 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 @@ | ||
| { | ||
| "model": { | ||
| "type": "minecraft:model", | ||
| "model": "gm4_scuba_gear:item/scuba_tank" | ||
| } | ||
| } |
This file contains hidden or 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,12 @@ | ||
| { | ||
| "model": { | ||
| "type": "minecraft:model", | ||
| "model": "gm4_scuba_gear:item/wetsuit", | ||
| "tints": [ | ||
| { | ||
| "type": "minecraft:dye", | ||
| "default": -14455863 | ||
| } | ||
| ] | ||
| } | ||
| } |
7 changes: 7 additions & 0 deletions
7
gm4_scuba_gear/assets/gm4_scuba_gear/models/item/flippers.json
This file contains hidden or 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,7 @@ | ||
| { | ||
| "parent": "minecraft:item/generated", | ||
| "textures": { | ||
| "layer0": "gm4_scuba_gear:item/flippers", | ||
| "layer1": "gm4_scuba_gear:item/flippers_overlay" | ||
| } | ||
| } |
6 changes: 6 additions & 0 deletions
6
gm4_scuba_gear/assets/gm4_scuba_gear/models/item/scuba_helmet.json
This file contains hidden or 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": "gm4_scuba_gear:item/scuba_helmet" | ||
| } | ||
| } |
6 changes: 6 additions & 0 deletions
6
gm4_scuba_gear/assets/gm4_scuba_gear/models/item/scuba_tank.json
This file contains hidden or 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": "gm4_scuba_gear:item/scuba_tank" | ||
| } | ||
| } |
7 changes: 7 additions & 0 deletions
7
gm4_scuba_gear/assets/gm4_scuba_gear/models/item/wetsuit.json
This file contains hidden or 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,7 @@ | ||
| { | ||
| "parent": "minecraft:item/generated", | ||
| "textures": { | ||
| "layer0": "gm4_scuba_gear:item/wetsuit", | ||
| "layer1": "gm4_scuba_gear:item/wetsuit_overlay" | ||
| } | ||
| } |
Binary file added
BIN
+1.68 KB
gm4_scuba_gear/assets/gm4_scuba_gear/textures/entity/equipment/humanoid/scuba.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
+156 Bytes
...gear/assets/gm4_scuba_gear/textures/entity/equipment/humanoid/scuba_overlay.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
+885 Bytes
...ear/assets/gm4_scuba_gear/textures/entity/equipment/humanoid_leggings/scuba.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
+382 Bytes
...ts/gm4_scuba_gear/textures/entity/equipment/humanoid_leggings/scuba_overlay.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 modified
BIN
-92 Bytes
(72%)
gm4_scuba_gear/assets/gm4_scuba_gear/textures/item/flippers.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 modified
BIN
+61 Bytes
(130%)
gm4_scuba_gear/assets/gm4_scuba_gear/textures/item/flippers_overlay.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 modified
BIN
-53 Bytes
(89%)
gm4_scuba_gear/assets/gm4_scuba_gear/textures/item/scuba_helmet.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 modified
BIN
-212 Bytes
(64%)
gm4_scuba_gear/assets/gm4_scuba_gear/textures/item/scuba_tank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+332 Bytes
gm4_scuba_gear/assets/gm4_scuba_gear/textures/item/wetsuit_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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 hidden or 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
33 changes: 33 additions & 0 deletions
33
gm4_scuba_gear/data/gm4_scuba_gear/advancement/recipes/flippers.json
This file contains hidden or 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,33 @@ | ||
| { | ||
| "parent": "minecraft:recipes/root", | ||
| "criteria": { | ||
| "has_the_recipe": { | ||
| "conditions": { | ||
| "recipe": "gm4_scuba_gear:flippers" | ||
| }, | ||
| "trigger": "minecraft:recipe_unlocked" | ||
| }, | ||
| "in_deep_water": { | ||
| "conditions": { | ||
| "player": [ | ||
| { | ||
| "condition": "minecraft:reference", | ||
| "name": "gm4_scuba_gear:in_deep_water" | ||
| } | ||
| ] | ||
| }, | ||
| "trigger": "minecraft:location" | ||
| } | ||
| }, | ||
| "requirements": [ | ||
| [ | ||
| "has_the_recipe", | ||
| "in_deep_water" | ||
| ] | ||
| ], | ||
| "rewards": { | ||
| "recipes": [ | ||
| "gm4_scuba_gear:flippers" | ||
| ] | ||
| } | ||
| } |
33 changes: 33 additions & 0 deletions
33
gm4_scuba_gear/data/gm4_scuba_gear/advancement/recipes/scuba_helmet.json
This file contains hidden or 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,33 @@ | ||
| { | ||
| "parent": "minecraft:recipes/root", | ||
| "criteria": { | ||
| "has_the_recipe": { | ||
| "conditions": { | ||
| "recipe": "gm4_scuba_gear:scuba_helmet" | ||
| }, | ||
| "trigger": "minecraft:recipe_unlocked" | ||
| }, | ||
| "in_deep_water": { | ||
| "conditions": { | ||
| "player": [ | ||
| { | ||
| "condition": "minecraft:reference", | ||
| "name": "gm4_scuba_gear:in_deep_water" | ||
| } | ||
| ] | ||
| }, | ||
| "trigger": "minecraft:location" | ||
| } | ||
| }, | ||
| "requirements": [ | ||
| [ | ||
| "has_the_recipe", | ||
| "in_deep_water" | ||
| ] | ||
| ], | ||
| "rewards": { | ||
| "recipes": [ | ||
| "gm4_scuba_gear:scuba_helmet" | ||
| ] | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to remove this translation text from the boots of ostara translations file, since its not used anymore