Fix # in tags
This commit is contained in:
parent
a933c94fdc
commit
eccabf469d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "#minecraft:wooden_doors"
|
||||
"tag": "minecraft:wooden_doors"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:ender_pearl"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "#minecraft:wooden_trapdoors"
|
||||
"tag": "minecraft:wooden_trapdoors"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:ender_pearl"
|
||||
|
|
Loading…
Reference in a new issue