small change of use, break and place flag description

RedstoneFuture | Robert Rauh 2020-03-22 10:49:11 +01:00
parent 7a2aa9d3f3
commit ce040b2788

@ -158,9 +158,9 @@ The asterisk covers the values of the flag, if it's a boolean flag you cover `tr
### BlockTypeList:
| Name | Description | Default Value
|------------------------------------------------------------|--------------------------------------------------------------------------------| ------------------- |
| use | Define a list of materials players should be able to interact with in the plot | None |
| break | Define a list of materials players should be able to break even when they aren't added to the plot. | None |
| place | Define a list of materials players should be able to place in the plot | None |
| use | Define a list of materials players should be able to interact with in the plot even when they aren't added to the plot. | None |
| break | Define a list of materials players should be able to break in the plot even when they aren't added to the plot. | None |
| place | Define a list of materials players should be able to place in the plot even when they aren't added to the plot. | None |
### Enum:
| Name | Description | Default Value