Skip to content

Commit f75eb05

Browse files
committed
Fix glass tag in crafting recipe
1 parent 07e63ba commit f75eb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/data/create_power_loader/recipes/crafting/empty_andesite_chunk_loader.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"key": {
99
"G": {
10-
"tag": "forge:glass"
10+
"tag": "c:glass_blocks"
1111
},
1212
"R": {
1313
"item": "minecraft:respawn_anchor"

src/main/resources/data/create_power_loader/recipes/crafting/empty_brass_chunk_loader.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"acceptMirrored": false,
44
"key": {
55
"G": {
6-
"tag": "forge:glass"
6+
"tag": "c:glass_blocks"
77
},
88
"R": {
99
"item": "minecraft:respawn_anchor"

0 commit comments

Comments
 (0)