MinecraftForge / Documentation

Read the docs MinecraftForge documentation
MIT License
463 stars 193 forks source link

Listing of properties in block states has incorrect formatting #469

Closed sciwhiz12 closed 1 year ago

sciwhiz12 commented 1 year ago

On the "Block States" page, under the section for "Implementing Block States", there is a list that is improperly formatted. Specifically, the bullet points for the four properties -- IntegerProperty, BooleanProperty, EnumProperty<E extends Enum<E>>, and DirectionProperty -- should have the following two (or, in the case of EnumProperty, three) bullet points as sublists.

See the indentation of the list in the markdown source file for the intended formatting for the list.

Picture of the incorrect formatting of the lists in the 'Implementing Block States' section