Skip to content

Commit 486720b

Browse files
committed
Fix SCUBA gear loot table references in sunken treasure
1 parent 063f990 commit 486720b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gm4_sunken_treasure/data/gm4_sunken_treasure/loot_table/gameplay/treasure_loot/gravel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
{
363363
"type": "minecraft:loot_table",
364364
"weight": 4,
365-
"value": "gm4_scuba_gear:item/scuba_helmet",
365+
"value": "gm4_scuba_gear:items/scuba_helmet",
366366
"conditions": [
367367
{
368368
"condition": "minecraft:value_check",
@@ -383,7 +383,7 @@
383383
{
384384
"type": "minecraft:loot_table",
385385
"weight": 3,
386-
"value": "gm4_scuba_gear:item/scuba_tank",
386+
"value": "gm4_scuba_gear:items/scuba_tank",
387387
"conditions": [
388388
{
389389
"condition": "minecraft:value_check",

gm4_sunken_treasure/data/gm4_sunken_treasure/loot_table/gameplay/treasure_loot/sand.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
{
535535
"type": "minecraft:loot_table",
536536
"weight": 4,
537-
"value": "gm4_scuba_gear:item/scuba_helmet",
537+
"value": "gm4_scuba_gear:items/scuba_helmet",
538538
"conditions": [
539539
{
540540
"condition": "minecraft:value_check",
@@ -555,7 +555,7 @@
555555
{
556556
"type": "minecraft:loot_table",
557557
"weight": 3,
558-
"value": "gm4_scuba_gear:item/scuba_tank",
558+
"value": "gm4_scuba_gear:items/scuba_tank",
559559
"conditions": [
560560
{
561561
"condition": "minecraft:value_check",

0 commit comments

Comments
 (0)