Skip to content

Commit 7af127c

Browse files
authored
Fix some item predicates in guidebook unlocks (Gamemode4Dev#1080)
1 parent a0e7d40 commit 7af127c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gm4_double_doors/data/gm4_double_doors/guidebook/double_doors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"conditions": {
1212
"items": [
1313
{
14-
"tag": "minecraft:doors"
14+
"items": "#minecraft:doors"
1515
}
1616
]
1717
}

gm4_podzol_rooting_soil/data/gm4_podzol_rooting_soil/guidebook/podzol_rooting_soil.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"conditions": {
1212
"items": [
1313
{
14-
"tag": "minecraft:saplings"
14+
"items": "#minecraft:saplings"
1515
}
1616
]
1717
}

gm4_standard_crafting/data/gm4_standard_crafting/guidebook/standard_crafting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"conditions": {
120120
"items": [
121121
{
122-
"tag": "minecraft:wool"
122+
"items": "#minecraft:wool"
123123
}
124124
]
125125
}

gm4_sweethearts/data/gm4_sweethearts/guidebook/sweethearts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"conditions": {
1212
"items": [
1313
{
14-
"tag": "minecraft:small_flowers"
14+
"items": "#minecraft:small_flowers"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)