Skip to content

Commit

Permalink
1.20.3: renamed grass to short_grass
Browse files Browse the repository at this point in the history
and keep old name for old worlds
  • Loading branch information
EtlamGit committed Nov 25, 2023
1 parent aca11d0 commit 9334a0e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion definitions/vanilla_blocks.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Vanilla",
"type": "flatblock",
"version": "1.20.23w26z",
"version": "1.20.3",
"data": [
{
"name": "minecraft:air",
Expand Down Expand Up @@ -1246,6 +1246,14 @@
"transparent": true,
"spawninside": true
},
{
"name": "minecraft:short_grass",
"color": "#888888",
"biomeGrass": true,
"alpha": 0.3,
"transparent": true,
"spawninside": true
},
{
"name": "minecraft:fern",
"color": "#787878",
Expand Down

0 comments on commit 9334a0e

Please sign in to comment.