Skip to content

Commit 15d9e2b

Browse files
committed
Repurpose feather_block_generator to be a generic generator for all types
This should open up the oppurtunity to generate, for example, item ID mappings with the same crate.
1 parent 69ca68c commit 15d9e2b

14 files changed

Lines changed: 2513 additions & 2505 deletions

File tree

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ codecov:
44

55
ignore:
66
- "blocks/src/blocks.rs"
7-
- "generators"
7+
- "generator"

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ members = [
77
"codegen",
88
"client/core",
99
"client/wrapper/console",
10-
"generators/blocks"
10+
"generator"
1111
]

blocks/data/1.13.2.dat

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)