Skip to content

Commit

Permalink
Include generation info
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Nov 9, 2023
1 parent e8ee1ae commit 34c6561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Example:
"instabreak": false
}
```
2. Afterwards, provide the texture you want your block to use in [definitions/assets/blocks](definitions/assets/blocks)
2. Provide the texture you want your block to use in [definitions/assets/blocks](definitions/assets/blocks)
1. Textures get automatically scaled down to 16x16
2. The filename must match the id of the block added in `1.`, i.e. `some_block.png`
3. Textures whose height is larger than their width will get scaled to 16x multiples of 16 automatically, so 16x17 will result in 16x32.
Expand All @@ -68,6 +68,7 @@ Example:
"animation": {}
}
```
3. Run `blockAndItemCodeGen` in `Tasks -> other`

When adding new blocks, see the list below for available material- and soundtypes.

Expand Down

0 comments on commit 34c6561

Please sign in to comment.