Skip to content

Commit 9a149ad

Browse files
committed
auto: 📔 Generated README 2025-03-02
1 parent 1c8d110 commit 9a149ad

File tree

7 files changed

+22
-5
lines changed

7 files changed

+22
-5
lines changed

behaviorpack/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Any errors codes that are related to items from the behavior pack
1212
- [manifest](./manifest/README.md)
1313
- [mcfunction](./mcfunction/README.md)
1414
- [mcstructure](./mcstructure/README.md)
15-
- [trading](./trading/README.md)
15+
- [trading](./trading/README.md)
16+
- [volumes](./volumes/README.md)
1617

1718
## Documents

behaviorpack/block/components/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
- [rotation](./rotation/README.md)
77

88
## Documents
9-
- [deprecated](deprecated.md)
9+
- [deprecated](deprecated.md)
10+
- [fast_break_speed](fast_break_speed.md)
11+
- [texture_not_found](texture_not_found.md)

behaviorpack/entity/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
- [property](./property/README.md)
99

1010
## Documents
11+
- [aliases](aliases.md)
1112
- [incompatible_runtime](incompatible_runtime.md)
12-
- [missing](missing.md)
13+
- [missing](missing.md)
14+
- [permutations](permutations.md)

behaviorpack/entity/property/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010
## Documents
1111
- [count](count.md)
12-
- [unknown](unknown.md)
12+
- [unknown](unknown.md)
13+
- [unknown_property](unknown_property.md)

behaviorpack/item/components/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55

66

77
## Documents
8+
- [custom_components_min_version](custom_components_min_version.md)
89
- [deprecated](deprecated.md)
10+
- [replace_block_ids_dont_match](replace_block_ids_dont_match.md)
911
- [texture_not_found](texture_not_found.md)

behaviorpack/volumes/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# volumes
2+
3+
4+
## Categories
5+
6+
7+
## Documents
8+
- [deprecated](deprecated.md)

resourcepack/animation/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
- [time](./time/README.md)
66

77
## Documents
8-
- [missing](missing.md)
8+
- [missing](missing.md)
9+
- [name](name.md)

0 commit comments

Comments
 (0)