- You can now configure the snake game to use a custom material for the snake! This update also adds the ability to make the first block (the head) be a different type.
This update adds 2 lines to the config, under the existing snake section:
Code (Text):
snake: #add this to the existing section, don't create a new section
head-material: "WHITE_CONCRETE"
body-material: "WHITE_WOOL"