Generate block images from textures

master
bzt 2019-12-07 14:30:32 +01:00
parent 8eb6c0b963
commit c2c9ae3a53
1 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,6 @@ specify a block id (canonical name) and only that particular block's images will
```
If you specify a block node (drawing type normal) then its slab, double slab and stair variants will be generated too, if they
are defined in the blockimgs.csv. There's no need to call `-t` with "Cobblestone_Stair" for example, just with "Cobblestone".
In order to work, the block types must be names like this: ends with "_Slab"; starts with "Double_" and ends with "_Slab"; or
In order to work, the block types must be named like this: ends with "_Slab"; starts with "Double_" and ends with "_Slab"; or
ends with "_Stair".