|
228f31c568
|
Move resource module to a separate crate
The resource module does not depend on any other part of MinedMap.
|
2023-08-20 17:00:10 +02:00 |
|
|
3cb65ec70e
|
resource/block_types: update for Minecraft 1.20
|
2023-08-20 13:42:06 +02:00 |
|
|
0542f2ea11
|
resource/README.md: update for Rust implementation
|
2023-08-18 18:34:47 +02: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 |
|
|
95e4e45974
|
resource: remove "minecraft:" prefix from hash keys
Shorter keys mean less data to hash.
|
2023-03-01 22:03:09 +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 |
|
Bruno Saad
|
7bba6d0863
|
Adding new blocks for 1.19
|
2022-06-07 16:48:43 +00:00 |
|
|
73e5c12cde
|
Rename .inc files to .inc.cpp for better language detection by editors and Github
|
2021-06-25 19:43:14 +02:00 |
|
|
0a42605a2b
|
Add Minecraft 1.17 block types, update all color values
|
2021-06-24 19:28:25 +02:00 |
|
|
73343dede2
|
resource: add README.md
|
2021-06-24 19:28:25 +02:00 |
|
|
5c55ce8140
|
resource: add blocklist tool to list and diff the supported block IDs of a Minecraft version
|
2021-06-23 21:34:45 +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 |
|
|
a47b34de0d
|
Add block types for Minecraft 1.16 (rc1)
|
2020-06-18 22:57:38 +02:00 |
|
|
73b8b677da
|
resource: format blocks.json using jq --tab --sort-keys
|
2020-06-18 19:03:22 +02:00 |
|
|
11f805821e
|
resource: remove redundant honeycomb_block override
|
2020-06-18 18:57:03 +02:00 |
|
|
c313db2994
|
Add block types for Minecraft 1.15
|
2019-12-10 23:47:34 +01:00 |
|
|
359ace4932
|
Update block types for Minecraft 1.14
Based-on-patch-by: Roman Shishkin <spark@uwtech.org>
|
2019-05-25 18:55:29 +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 |
|