fix some things

This commit is contained in:
Moritz Zwerger 2023-10-02 18:06:06 +02:00
parent d6ffe8c0c3
commit a2fe00a694
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 21 additions and 3 deletions

View File

@ -27,7 +27,7 @@
"id":1, "id":1,
"meta":6 "meta":6
}, },
"grass":{ "grass_block":{
"id":2, "id":2,
"meta":0 "meta":0
}, },
@ -47,8 +47,8 @@
"id":4 "id":4
}, },
"oak_planks":{ "oak_planks":{
"id":5, "id":5,
"meta":0 "meta":0
}, },
"spruce_planks":{ "spruce_planks":{
"id":5, "id":5,

View File

@ -42,5 +42,23 @@
"version": "_", "version": "_",
"hash": "abc" "hash": "abc"
} }
],
"status_effects": [
{
"version": "_",
"hash": "abc"
}
],
"enchantments": [
{
"version": "_",
"hash": "abc"
}
],
"motif": [
{
"version": "_",
"hash": "abc"
}
] ]
} }