Commit graph

14 commits

Author SHA1 Message Date
7b98954c80
resource: add comments to generated file 2025-01-02 01:31:26 +01:00
48a6e242ea
resource: add WallSign flag to block types
Allow to distinguish wall signs from freestanding or -hanging signs.
2024-01-10 22:56:29 +01:00
abf87e75ee
resource: add sign material to block types 2024-01-10 22:56:29 +01:00
8814dcff89
resource: split BlockType in Copy and !Copy parts
Preparation for actually adding !Copy fields to BlockType.

Only the Copy parts are added to the processed data, avoiding .clone()
for the most part.
2024-01-10 22:56:29 +01:00
2a92eefd09
resource/generate.py: fix usage message 2023-08-18 18:34:12 +02:00
e462e17ee2
resource: rename BlockColor to Color
The same struct will be used for biomes.
2023-04-05 20:05:59 +02:00
46802116d9
resource: change BlockColor into an array 2023-03-04 21:32:15 +01:00
db289bc077
resource: rename BlockFlags to BlockFlag
The enum only holds a single flag at a time.
2023-02-15 00:34:59 +01:00
718ecf5909
resource: update block type code generator for Rust 2023-02-07 22:18:44 +01:00
73e5c12cde
Rename .inc files to .inc.cpp for better language detection by editors and Github 2021-06-25 19:43:14 +02:00
685a4959f1
Add correct foliage colors for birch and spruce 2020-06-19 00:00:30 +02:00
ef4b6eac02
BlockType: replace list of booleans with flags bitfield 2020-06-18 23:38:21 +02:00
4ffa28dd63
Distinguish grass and foliage green in block types 2018-11-07 23:07:45 +01:00
73a072c2ca
Add block color generation tools for Minecraft 1.13 2018-07-22 16:54:00 +02:00