Skip to content

Commit

Permalink
Reflect grass changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy committed Dec 8, 2023
1 parent a1561ea commit 89224d6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Essentials/src/main/resources/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -7808,10 +7808,14 @@
"wallgr": "granite_wall",
"wallgranite": "granite_wall",
"wallgstone": "granite_wall",
"grass": {
"material": "GRASS"
"short_grass": {
"material": "SHORT_GRASS",
"fallbacks": [
"GRASS"
]
},
"minecraft:grass": "grass",
"minecraft:short_grass": "short_grass",
"grass": "short_grass",
"grass_block": {
"material": "GRASS_BLOCK"
},
Expand Down

0 comments on commit 89224d6

Please sign in to comment.