Add missing block mappings

This commit is contained in:
Nassim Jahnke 2023-11-21 07:36:13 +01:00
parent d9621bdf03
commit 883c5996a1
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
4 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"blockstates": {
"grass": "short_grass"
},
"blocks": {
"grass": "short_grass"
},
"items": {
"grass": "short_grass"
}

View File

@ -150,6 +150,9 @@
"trial_spawner[trial_spawner_state=cooldown]": "spawner",
"short_grass": "grass"
},
"blocks": {
"short_grass": "grass"
},
"items": {
"crafter": "crafting_table",
"tuff_slab": "andesite_slab",

Binary file not shown.