Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
To 1.21.60 MC version.
  • Loading branch information
MedicalJewel105 committed Feb 17, 2025
1 parent 38fa69c commit 7073e5f
Show file tree
Hide file tree
Showing 11 changed files with 390 additions and 54 deletions.
6 changes: 3 additions & 3 deletions docs/blocks/block-sounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ Defining sounds for other events, such as `step`, will have no effect.
The following are valid values for the sound property:

<!-- page_dumper_start -->

| _Last updated for 1.21.50_ |
| *Last updated for 1.21.60* |
| -------------------------- |
| amethyst_block |
| amethyst_cluster |
Expand Down Expand Up @@ -113,6 +112,7 @@ The following are valid values for the sound property:
| hanging_sign |
| heavy_core |
| honey_block |
| iron |
| itemframe |
| ladder |
| lantern |
Expand Down Expand Up @@ -173,7 +173,7 @@ The following are valid values for the sound property:
| vault |
| vines |
| web |
| weeping_vines |
| wet_sponge |
| wood |

<!-- page_dumper_end -->
2 changes: 1 addition & 1 deletion docs/commands/nbt-commands.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/documentation/fog-ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ show_outline: false
| minecraft:fog_the_end | the_end |
| minecraft:fog_warm_ocean | warm_ocean |
| minecraft:fog_warped_forest | warped_forest |
*Last updated for 1.21.50*
*Last updated for 1.21.60*
<!-- page_dumper_end -->
4 changes: 1 addition & 3 deletions docs/documentation/menu-categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ _For use with `menu_category` parameter, `category`._
_For use with the `menu_category` parameter, `group`._

<!-- page_dumper_start -->

| Creative Categories: |
| ------------------------------------------- |
| minecraft:itemGroup.name.anvil |
Expand Down Expand Up @@ -181,6 +180,5 @@ _For use with the `menu_category` parameter, `group`._
| minecraft:itemGroup.name.wool |
| minecraft:itemGroup.name.woolCarpet |

_Last updated for 1.21.50_

*Last updated for 1.21.60*
<!-- page_dumper_end -->
28 changes: 27 additions & 1 deletion docs/documentation/sound-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Automatically generated sounds from sound_definitions.json sorted b

Sounds from `sound_definitions.json` sorted by categories and subcategories based on their names.
This page was created with [Wiki Content Generator](https://github.com/Bedrock-OSS/bedrock-wiki-content-generator). If there are issues, contact us on [Bedrock OSS](https://discord.gg/XjV87YN) Discord server.
*Last updated for 1.21.50*
*Last updated for 1.21.60*

## ambient

Expand Down Expand Up @@ -123,6 +123,8 @@ This page was created with [Wiki Content Generator](https://github.com/Bedrock-O

`block.cartography_table.use`

`block.cave_vines.place`

`block.chorusflower.death`

`block.chorusflower.grow`
Expand Down Expand Up @@ -305,6 +307,14 @@ This page was created with [Wiki Content Generator](https://github.com/Bedrock-O

`block.turtle_egg.drop`

`block.weeping_vines.break`

`block.weeping_vines.hit`

`block.weeping_vines.place`

`block.weeping_vines.use`

#### bloom
---
`bloom.sculk_catalyst`
Expand Down Expand Up @@ -353,6 +363,8 @@ This page was created with [Wiki Content Generator](https://github.com/Bedrock-O

`break.heavy_core`

`break.iron`

`break.large_amethyst_bud`

`break.medium_amethyst_bud`
Expand Down Expand Up @@ -705,6 +717,8 @@ This page was created with [Wiki Content Generator](https://github.com/Bedrock-O

`hit.honey_block`

`hit.iron`

`hit.ladder`

`hit.moss`
Expand Down Expand Up @@ -1009,6 +1023,8 @@ This page was created with [Wiki Content Generator](https://github.com/Bedrock-O

`place.hanging_roots`

`place.iron`

`place.large_amethyst_bud`

`place.medium_amethyst_bud`
Expand Down Expand Up @@ -2513,6 +2529,14 @@ This page was created with [Wiki Content Generator](https://github.com/Bedrock-O

`block.resin_brick.step`

`block.weeping_vines.fall`

`block.weeping_vines.jump`

`block.weeping_vines.land`

`block.weeping_vines.step`

#### brush
---
`brush.generic`
Expand Down Expand Up @@ -2881,6 +2905,8 @@ This page was created with [Wiki Content Generator](https://github.com/Bedrock-O

`step.honey_block`

`step.iron`

`step.ladder`

`step.moss`
Expand Down
120 changes: 96 additions & 24 deletions docs/entities/vanilla-usage-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Automatically generated list of entity components used in vanilla.

This page was created with [Wiki Content Generator](https://github.com/Bedrock-OSS/bedrock-wiki-content-generator). If there are issues, contact us on [Bedrock OSS](https://discord.gg/XjV87YN) Discord server.
Note that to keep this page fast to load and informative, there are not more than 8 example(s) for each component and not more than 3 example(s) from each entity are shown. Namespace `minecraft` was also removed.
If you want to see full page, you can do it [here](/entities/vuc-full). *Last updated for 1.21.50*
If you want to see full page, you can do it [here](/entities/vuc-full). *Last updated for 1.21.60*

## addrider

Expand Down Expand Up @@ -339,33 +339,31 @@ creaking
"minecraft:ambient_sound_interval": {}
```

evocation_illager

<CodeHeader>#component_groups/minecraft:raid_configuration</CodeHeader>
<CodeHeader>#component_groups/minecraft:hostile</CodeHeader>

```json
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
"event_name": "undefined"
}
```

fox
donkey

<CodeHeader>#component_groups/minecraft:fox_ambient_normal</CodeHeader>
<CodeHeader></CodeHeader>

```json
"minecraft:ambient_sound_interval": {
"event_name": "ambient"
}
"minecraft:ambient_sound_interval": {}
```

<CodeHeader>#component_groups/minecraft:fox_ambient_sleep</CodeHeader>
evocation_illager

<CodeHeader>#component_groups/minecraft:raid_configuration</CodeHeader>

```json
"minecraft:ambient_sound_interval": {
"event_name": "sleep"
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
```

Expand Down Expand Up @@ -9673,6 +9671,7 @@ cat
"require_tame": true,
"require_full_health": true,
"allow_sitting": true,
"combine_parent_colors": true,
"breeds_with": {
"mate_type": "minecraft:cat",
"baby_type": "minecraft:cat",
Expand Down Expand Up @@ -10394,7 +10393,7 @@ tropicalfish

wolf

<CodeHeader>#component_groups/minecraft:wolf_tame</CodeHeader>
<CodeHeader>#component_groups/minecraft:on_tame_collar_color</CodeHeader>

```json
"minecraft:color": {
Expand Down Expand Up @@ -15259,7 +15258,7 @@ enderman
"search_radius": 64.0,
"set_target": "once_and_stop_scanning",
"find_players_only": true,
"looked_at_cooldown": 5.0,
"min_looked_at_duration": 0.25,
"filters": {
"test": "has_equipment",
"domain": "head",
Expand Down Expand Up @@ -15961,6 +15960,16 @@ tropicalfish

<Spoiler title="Show">

strider

<CodeHeader></CodeHeader>

```json
"minecraft:movement_sound_distance_offset": {
"value": 0.6
}
```

warden

<CodeHeader></CodeHeader>
Expand Down Expand Up @@ -18417,6 +18426,60 @@ breeze

</Spoiler>

## renders_when_invisible

<Spoiler title="Show">

cave_spider

<CodeHeader></CodeHeader>

```json
"minecraft:renders_when_invisible": {}
```

creaking

<CodeHeader></CodeHeader>

```json
"minecraft:renders_when_invisible": {}
```

enderman

<CodeHeader></CodeHeader>

```json
"minecraft:renders_when_invisible": {}
```

phantom

<CodeHeader></CodeHeader>

```json
"minecraft:renders_when_invisible": {}
```

shulker

<CodeHeader></CodeHeader>

```json
"minecraft:renders_when_invisible": {}
```

spider

<CodeHeader></CodeHeader>

```json
"minecraft:renders_when_invisible": {}
```

</Spoiler>

## rideable

<Spoiler title="Show">
Expand Down Expand Up @@ -21571,6 +21634,23 @@ enderman
}
```

<CodeHeader>#component_groups/minecraft:not_riding</CodeHeader>

```json
"minecraft:teleport": {
"random_teleports": true,
"max_random_teleport_time": 30,
"random_teleport_cube": [
32,
32,
32
],
"target_distance": 16,
"target_teleport_chance": 0.05,
"light_teleport_chance": 0.05
}
```

</Spoiler>

## timer
Expand Down Expand Up @@ -21891,14 +21971,6 @@ skeleton

<Spoiler title="Show">

creaking

<CodeHeader>#component_groups/minecraft:spawned_by_creaking_heart</CodeHeader>

```json
"minecraft:transient": {}
```

fishing_hook

<CodeHeader></CodeHeader>
Expand Down
2 changes: 1 addition & 1 deletion docs/entities/vanilla-usage-spawn-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Automatically generated list of spawn rules components used in vani
---

This page was created with [Wiki Content Generator](https://github.com/Bedrock-OSS/bedrock-wiki-content-generator). If there are issues, contact us on [Bedrock OSS](https://discord.gg/XjV87YN) Discord server.
Note that not more than 8 examples are shown for each component to keep this page fast to load. Namespace `minecraft` was also removed.If you want to see full page, you can do it [here](/entities/vusr-full). *Last updated for 1.21.50*
Note that not more than 8 examples are shown for each component to keep this page fast to load. Namespace `minecraft` was also removed.If you want to see full page, you can do it [here](/entities/vusr-full). *Last updated for 1.21.60*

## biome_filter

Expand Down
Loading

0 comments on commit 7073e5f

Please sign in to comment.