Skip to content

Commit

Permalink
tallgrass was renamed to tall_grass (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Jan 11, 2024
1 parent 57bbf99 commit ded5145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diamond_square.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function generation ({ version = '1.8', seed, worldHeight = 80, waterline = 20 }
block = mcData.blocksByName.grass.id
data = 0
} else {
block = mcData.blocksByName.tallgrass.id
block = mcData.blocksByName.tall_grass?.id ?? mcData.blocksByName.tallgrass?.id
data = 1
}
}
Expand Down

0 comments on commit ded5145

Please sign in to comment.