Commit 063f990
SCUBA Gear rework (#1137)
* Initial commit
* Finished initial draft
* Update guidebook description to match readme
* Fixed texts and unified attributes
- updated helmet texture
* Fix recipe test
* Oh my goodness, what is this, a commit?
- I should be asleep
- Addressed all of the concerns Beeps had
- Should have checked again at literally any point because this really was not much
* Actually address all of the changes Beeps had
- Before putting it onto public server
* Fix Scuba advancement for all gear
* Add custom armor assets (RP required)
Requires PR #1215
* fix recipe tank trim
* Use item_model instead of custom_model_data
This will make all items appear as missing textures. It's possible to make them look like leather armor without the RP, but making the item sprites missing textures should "force" the RP to be required. This is important because without the RP the armor is invisible, so we should highly discourage that by making the item textures missing without the RP. I.e. make it basically unplayable without the RP so people don't get invisible armor
* remove flippers of ostara
* Swimming up with the wetsuit actually gives upward gravity instead of downward
* Fix review comments
* Expand note
* Remove old references to scuba_helmet player head
---------
Co-authored-by: BPR02 <dev@bpr02.com>
Co-authored-by: Misode <misoloo64@gmail.com>1 parent 064201e commit 063f990
File tree
77 files changed
+1356
-444
lines changed- gm4_boots_of_ostara
- assets
- data/gm4_boots_of_ostara/item_modifier
- gm4_scuba_gear
- assets
- gm4_scuba_gear
- equipment
- items
- models/item
- textures
- entity/equipment
- humanoid_leggings
- humanoid
- item
- misc
- data
- gm4_scuba_gear
- advancement/recipes
- enchantment
- function
- wetsuit_buoyancy
- gm4_recipes
- guidebook
- item_modifier/wetsuit_buoyancy
- loot_table
- crafting
- items
- predicate
- recipe
- skins
- test
- gm4/advancement
- minecraft/tags/enchantment
- gm4_sunken_treasure/data/gm4_sunken_treasure/loot_table/gameplay/treasure_loot
- gm4
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+1356
-444
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
721 | 720 | | |
722 | 721 | | |
723 | 722 | | |
| |||
1027 | 1026 | | |
1028 | 1027 | | |
1029 | 1028 | | |
1030 | | - | |
1031 | 1029 | | |
1032 | | - | |
1033 | 1030 | | |
1034 | 1031 | | |
1035 | 1032 | | |
| |||
1349 | 1346 | | |
1350 | 1347 | | |
1351 | 1348 | | |
1352 | | - | |
1353 | 1349 | | |
1354 | 1350 | | |
1355 | 1351 | | |
| |||
1375 | 1371 | | |
1376 | 1372 | | |
1377 | 1373 | | |
1378 | | - | |
1379 | 1374 | | |
1380 | 1375 | | |
1381 | 1376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
713 | 713 | | |
714 | | - | |
715 | | - | |
| 714 | + | |
| 715 | + | |
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
Lines changed: 0 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 54 | | |
97 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments