Unable to get list of list.
For some reason its not letting me .get() any of the inner-most lists.

⌛ This post has been reserved for your question.Hey @��pothicon! Please use/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.




⌛/closeClose PostList.of(EntityType.CHICKEN, List.of(Blocks.GRASS, Blocks.TALL_GRASS), 4)Map.of(Blocks.GRASS_BLOCK, List.of(
new SpawnParameters(EntityType.SHEEP, List.of(Blocks.WHEAT), 1),
new SpawnParameters(EntityType.CHICKEN, List.of(Blocks.GRASS, Blocks.TALL_GRASS), 4)
)),List.of(
new SpawnParameters(EntityType.SHEEP, List.of(Blocks.WHEAT), 1),
new SpawnParameters(EntityType.CHICKEN, List.of(Blocks.GRASS, Blocks.TALL_GRASS), 4)
)