File tree 1 file changed +5
-5
lines changed
mechanics/furniture-mechanic
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
display_entity_properties :
36
36
display_transform : NONE
37
37
brightness :
38
- block : 15
39
- sky : 0
38
+ block_light : 15
39
+ sky_light : 0
40
40
barrier : true
41
41
Pack :
42
42
generate_model : false
@@ -80,13 +80,13 @@ Options are:\
80
80
` CENTER` - Pivots around center point
81
81
82
82
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.
84
84
Config should look like this :
85
85
` ` ` yaml
86
86
display_entity_properties:
87
87
brightness:
88
- block : 15
89
- sky : 0
88
+ block_light : 15
89
+ sky_light : 0
90
90
` ` `
91
91
92
92
The `scale`-property is a way to scale the furniture.\
You can’t perform that action at this time.
0 commit comments