Skip to content

Commit 39322b9

Browse files
committed
fix display property brightness examples
1 parent a20107c commit 39322b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mechanics/furniture-mechanic/display_entity_furniture.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ cart:
3535
display_entity_properties:
3636
display_transform: NONE
3737
brightness:
38-
block: 15
39-
sky: 0
38+
block_light: 15
39+
sky_light: 0
4040
barrier: true
4141
Pack:
4242
generate_model: false
@@ -80,13 +80,13 @@ Options are:\
8080
`CENTER` - Pivots around center point
8181

8282
The `brightness`-property is a way to have your furniture emit light.\
83-
It has a `block` and `sky` property for the different types of lighting Minecraft has.
83+
It has a `block_light` and `sky_light` property for the different types of lighting Minecraft has.
8484
Config should look like this:
8585
```yaml
8686
display_entity_properties:
8787
brightness:
88-
block: 15
89-
sky: 0
88+
block_light: 15
89+
sky_light: 0
9090
```
9191

9292
The `scale`-property is a way to scale the furniture.\

0 commit comments

Comments
 (0)